hybrid
0390e3e53a
Minor fixes for the ogl-es driver
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1729 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-11-13 00:45:00 +00:00
hybrid
50cff44069
Wrong texture type fixed. Support for emulator with MSVC added.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1728 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-11-13 00:15:58 +00:00
hybrid
31066c2beb
A compilable version of the ogl-es1 driver.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1727 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-11-12 23:04:00 +00:00
hybrid
b4e8a117c7
Merge rev. 1524:1721 from trunk in order to get latest initialisation code and feature support for ogl-es driver.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1722 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-11-12 10:11:25 +00:00
hybrid
09f8dabe1d
Starting ogl-es driver.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1656 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-10-28 16:46:13 +00:00
engineer_apple
ac5ce0b80d
small bugfix winCE
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1524 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-09-01 15:41:36 +00:00
engineer_apple
20efeb0763
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1523 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-09-01 15:36:33 +00:00
hybrid
11291ea022
Branch for the ogl-es driver development
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1522 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-31 22:26:54 +00:00
hybrid
a031df9979
Cleanup of some helper structs.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1521 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-31 10:33:47 +00:00
hybrid
dc4a0f5e28
Removed unused jpeglib files from project files. Mentioned by CuteAlien.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1518 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-28 15:06:35 +00:00
hybrid
a88ac034de
Removed some consts from POD type return values. Added missing imlementations in SSkinMeshBuffer.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1517 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-28 14:20:05 +00:00
hybrid
3ccf699a73
Removed some consts from POD type return values.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1516 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-28 14:08:12 +00:00
lukeph
3c2b4d6694
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
...
(may need to add support for directx8 and software?)
-made terrainNode use DynamicMeshBuffer, so it can use 32bit buffers. (no more size limits now on terrains!!! )
if the terrainNode loads an image over 256x256, it is set to 32bit, smaller sizes will use 16bit for better speed.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1515 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-28 04:00:22 +00:00
hybrid
33ec492c37
Removed unnecessary default value.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1514 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-26 11:47:22 +00:00
hybrid
265daccbe1
Added some vector operations which take just one scalar as argument.
...
Optimized isBetweenPoints for vector2d
Added some virtual qualifiers for better readability
Added some terrain interface methods which are not properly working, yet
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1513 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-26 11:46:07 +00:00
hybrid
daaea782e9
Fixed an issue with alpha values in 2d opengl mode.
...
Changed the interpretation of MaterialTypeParam==0 in transparent materials. Before, it was interpreted as 0.5, now it's used as 0 (perfectly smooth transparency). This is slower than the old value, but you can achieve the same effect by specifying 0.5 as MaterialTypeParam.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1512 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-25 20:25:22 +00:00
hybrid
36822a4e32
Replaced transformBox by transformBoxEx to avoid major malfunction of the transformations when the transformation includes rotations.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1511 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-25 13:46:22 +00:00
hybrid
6d719e410f
Fix texture path handling.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1510 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-21 08:07:35 +00:00
hybrid
8682205c54
Change parameter to bool.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1509 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-20 08:51:31 +00:00
hybrid
ed1b95e8f1
Docs update for trunk and branch.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1508 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-20 08:36:41 +00:00
hybrid
6359567a88
Merged 1499:1506 from 1.4 branch: Doc updates, getEmitter added.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1507 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-20 08:24:52 +00:00
hybrid
356cb8549a
Fix for compiling without OpenGL, provided by jmpep.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1504 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-19 13:02:20 +00:00
hybrid
638a33b6d8
Readded the texture settings, which have to be made for every texture used, not just once...
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1503 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-19 12:58:36 +00:00
hybrid
42e2cb8af9
New glext.h and glxext.h including support in ExtensionHandler for OpenGL 3.0 additions.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1502 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-18 15:17:03 +00:00
hybrid
37e5586c77
Fixed RTT zbuffer usage. Also cleaned up RTT bind and unbind operations.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1501 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-18 12:36:17 +00:00
hybrid
b26c36c4fa
Const correctness for a pointer.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1499 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-15 08:46:57 +00:00
hybrid
b21f206bca
Merge revisions 1495:1497 from 1.4 branch. GUIImage fix by CuteAlien. Default value changes in particle system and scene manager.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1498 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-14 15:36:21 +00:00
hybrid
3ea4eb3d08
Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1495 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-14 08:55:40 +00:00
hybrid
42f2529290
Bugfix by Vitek to allow zip files inside zip files.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1491 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-14 07:57:16 +00:00
hybrid
add466a67f
Merged 1486-1488 from 1.4 branch, IImage methods exposed and MeshManipulator moved.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1489 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-13 23:48:33 +00:00
hybrid
92015ad0bc
This time a proper sw renderer fix.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1485 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-11 16:12:15 +00:00
hybrid
89440def7a
Added hint on proper IMeshBuffer usage.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1484 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-10 21:26:35 +00:00
hybrid
822361cd80
Make isBetweenPoints-check include the begin and end points.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1483 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-10 16:14:03 +00:00
hybrid
e6298c7038
Fix XML reader creation for non-existing files and invalid callbacks to return 0.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1482 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-10 16:08:25 +00:00
hybrid
529c409b85
Fix coredump due to forgotten 0-check.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1481 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-10 15:38:33 +00:00
hybrid
2b24667551
Prevent b3d loader to load textures from unused materials. Other mesh loader might still suffer from this.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1480 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-10 15:26:45 +00:00
hybrid
65995225e9
Added new mMeshManipulator method scaleTCoords to scale texture coords of a mesh. Added two new access methods to texture coords of vertices of a meshbuffer. This allowed to replace the template for planar mapping as well.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1479 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-09 12:04:56 +00:00
hybrid
98e7b49aed
Renamed scaleMesh to scale, added support for meshbuffer scaling.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1478 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-09 10:34:58 +00:00
hybrid
e0168a9a89
Added support for proxy meshes as source of the shadow volume. This enables the use of a simplified version of a mesh for the generation of the shadow volume, which can significantly improve the render performance with shadow volumes. Patch provided by tonic.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1477 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-08 19:39:24 +00:00
hybrid
ceea796f8f
Merge with 1..4 branch revisions 1444:1475, namely the irrMap bug and changes.txt updates.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1476 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-08 15:25:43 +00:00
hybrid
22aff9090c
Removed signedned of colors, fixing the color flicker in software rendering.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1475 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-08 15:15:44 +00:00
hybrid
d8e932236a
Added copy constructor and assignment operator to cope with const member.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1474 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-08 12:53:27 +00:00
hybrid
fb666c5b59
New glext.h.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1473 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-08 12:00:59 +00:00
hybrid
37e252b146
Update of changes.txt with all trunk changes since the 1.4 branch.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1472 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-08 11:25:26 +00:00
hybrid
a804e594de
Oops, some variable name mismatches on big endian systems...
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1459 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-07 19:15:18 +00:00
hybrid
87443393ca
Minor cleanup and constification of camera node.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1458 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-07 12:45:53 +00:00
hybrid
3a1273357a
Fixed event handling under win32.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1457 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-07 12:08:08 +00:00
hybrid
5bba98e6f4
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1456 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-07 11:59:42 +00:00
hybrid
9bcbf4603d
Added RTT locking for OpenGL driver.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1455 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-07 11:36:56 +00:00
hybrid
65a22ebb53
Forgot one method call change.
...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1454 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-07 11:34:09 +00:00