Commit Graph

485 Commits (a3a41d808543db5dbe57da0dedcbef958dbe1a0c)

Author SHA1 Message Date
hybrid a3a41d8085 Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1215 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-29 16:59:36 +00:00
teella b5ac2dfa27 added CLWOMeshFileLoader to OSX project
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1213 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-29 08:27:40 +00:00
bitplane 46a01b0d0a Fixed bug with tab controls not absorbing a mouse-down but expecting to have the focus in a mouse-up, reported by christianclavet.
Windows are now brought to the front when any of their children are focused.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1212 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-29 02:24:49 +00:00
hybrid 6a1cafc09e Fixed some texture problems and speed up string reading. Release memory after mesh is loaded.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1211 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-29 00:04:35 +00:00
bitplane f9d4bc02d0 CWin32CursorControl::setVisible fix by MasterGod
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1208 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-27 20:20:36 +00:00
hybrid e9fe5ab4b6 Added a command-line tool for access to the mesh writer modules.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1207 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-27 15:41:38 +00:00
hybrid da2958a592 Changed the Collada writer to use the new Collada 1.4 format.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1206 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-27 00:35:01 +00:00
hybrid fd753b6b6a Fixed some more material and effect problems, and a mem leak. Tried to get transparency to work.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1205 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-25 17:01:42 +00:00
hybrid 6d7357c3c5 Fixed some bugs in the collada loader and activated proper material usage. Now, collada 1.4 meshes are also textured and colored.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1204 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-25 00:12:46 +00:00
hybrid 78b1d0f18c Better geometry support for Collada loader.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1203 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-24 17:24:52 +00:00
hybrid 94e8a3e360 Start with texture support implementation.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1202 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-24 00:38:59 +00:00
hybrid e5dc2bf3b6 Integrated robotgrafik's collada patch, added some more stuff myself. Still no good material support and major geometry problems.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1201 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-23 17:15:15 +00:00
hybrid 114035be62 Added some more tags and debug output.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1200 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-23 00:29:55 +00:00
bitplane e81cc013eb Changed error message in font loader, if no regions are found users are given a hint to load the XML file instead.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1198 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-22 12:50:36 +00:00
hybrid e66d6fa7a3 Fixed some warnings, bugs, and still the annoying merge conflict.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1197 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-21 23:56:39 +00:00
hybrid 638104c129 Added VolumeLight scene node and LWO loader to project files and config.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1195 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-21 08:54:46 +00:00
hybrid acd01e92b2 Really fixed all merge conflicts, found by The Anaconda.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1194 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-21 07:00:02 +00:00
hybrid fcc37ae566 Added an updated version of the LWO loader. Many material settings are still missing.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1193 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-21 00:38:06 +00:00
hybrid d80773ade6 Started Collada 1.4 support. This is work in progress, so don't expect it to work yet.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1192 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-21 00:35:47 +00:00
hybrid 4b36179303 Fixed merge conflict.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1191 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-21 00:32:59 +00:00
hybrid 99aa627e76 Merged from 1.4 branch revisions 1174:1188
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1189 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-21 00:24:28 +00:00
hybrid f73f392e77 Fixed some material bugs in the b3d loader.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1184 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-18 00:54:01 +00:00
teella a1ced50bea Remove warnings on OSX compile submitted by Jay Riley
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1182 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-17 22:32:16 +00:00
bitplane d64b5fa2b0 Removed extra qualifier added in revision 1175. reported by jppequenao (bug 1871574)
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1181 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-16 05:15:34 +00:00
bitplane 1608f3f6fe Table serialization fix, small update to gui editor colour attribute, updated readme.txt
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1180 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-16 05:10:27 +00:00
bitplane 942f6221c3 Fixed a bug in sprite bank, non-looping sprites cause a crash.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1179 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-16 04:12:33 +00:00
bitplane bb7479bae4 Temporarily enabled w-buffer when compiling with BURNINGVIDEO_RENDERER_ULTRA_FAST (bug 1865281)
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1176 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-14 05:15:04 +00:00
bitplane 00ce168fdf constified OnEvent for table (oops)
fixed hardware buffer destruction

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1175 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-14 04:58:32 +00:00
hybrid 154b5d91b8 Merged from 1.4 branch revisions 1155:1172
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1173 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-14 00:23:02 +00:00
bitplane 6436ded4e1 Huge GUITable update by CuteAlien.
Modal screen no longer flashes invisible children.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1172 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-11 15:56:37 +00:00
hybrid 678f84e96c Changed some internals of the Volume light and gave it an interface.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1171 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-10 00:30:11 +00:00
hybrid b864265654 Replaced terrain smoothing with simpler version from Frosty Topaz.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1167 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 22:56:36 +00:00
hybrid b1c52e4dbe Minor coding changes.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1166 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 22:34:09 +00:00
hybrid 0e88bcc10b Removed left-in line and unused assignment.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1165 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 22:02:40 +00:00
bitplane 24100d9f48 Logger is no longer destroyed with the video driver, reported by lzy0168
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1164 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 20:22:36 +00:00
bitplane 0add053f81 getMaterialCount in custom node example was non-const, reported by vitek
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1163 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 19:55:43 +00:00
hybrid ccad8fffe6 Missed some initializations.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1162 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 15:57:23 +00:00
teella 91d07a7980 added Volumetric lighting to Makefile and Irrlicht8.0 (VC2005) project
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1161 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 13:24:27 +00:00
teella 24989c4487 Volumetric lighting for Irrlicht
Example useage added to 08.Special FX demo



git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1160 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-06 13:13:24 +00:00
hybrid 9f3f896453 Fixed the warning fix.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1158 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-04 22:28:33 +00:00
hybrid d4ed2d2f3e Fixed vc warning.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1157 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-04 22:08:27 +00:00
hybrid 6966af90aa Fixed old file name, found by MasterGod.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1156 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-04 22:05:44 +00:00
bitplane 2d698c4397 Added RogerBorg's better fix for hires timers on dual core machines.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1155 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-04 17:52:39 +00:00
hybrid 07670acf7e Merged 1134:1151 from branch 1.4
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1152 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-04 11:10:37 +00:00
lukeph 86eda333c6 VBOs now use irrMap
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1151 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-03 13:52:06 +00:00
lukeph 199c83dab5 fixed a bug in skinnedMesh
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1150 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-03 13:36:54 +00:00
teella d42ac0704a added examples to MacOSX project
1.HelloWorld
15.LoadIrrFile
16.Quake3Shader


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1147 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-03 09:37:56 +00:00
engineer_apple 24334f193c added Initial Windows Mobile 6 Version.
- Windows Mobile 6 SDK
- Visual Studio 2005 only
Minor:
- Burningvideo: MipMap Selection repaired
- renamed private Driver function getTextureSizeFromImageSize to
  getTextureSizeFromSurfaceSize


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1146 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-02 10:28:12 +00:00
hybrid a2d8e8084f Added some checks and documentation. Reenabled the normal calculation for non-lighted meshes to make them complete in all occasions. Due to lack of meshes not tested against animated meshes.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1145 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-12-31 01:28:38 +00:00
hybrid 05667475b6 Fixed some warnings.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1144 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-12-31 00:28:51 +00:00