hybrid
|
6da17e04b6
|
Added generation of tangent space which can keep the original normals, by ryanclark. Note that inaccuracies of the tangent space may arise if you keep the original tangents. Angle weighted smoothing seems to be bogus, maybe indices are wrong.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1392 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-20 12:45:05 +00:00 |
|
hybrid
|
029707298c
|
Added angleweighted and smoothed generation of tangent space, by ryanclark.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1391 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-20 12:20:15 +00:00 |
|
hybrid
|
051ded6b4e
|
Added angleweighted smoothing of normals, by ryanclark.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1389 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-20 08:34:39 +00:00 |
|
hybrid
|
c3b1616721
|
Added the getColorFormat for some drivers. Added the GLX context in exposed video data under OpenGL/X11.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1387 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-19 12:45:40 +00:00 |
|
hybrid
|
b2e6104c2a
|
Fixed getColorFormat for SDL device and compiler errors.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1386 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-16 14:20:24 +00:00 |
|
hybrid
|
5ee4f39df0
|
Added getColorFormat methods, currently only method stubs.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1385 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-16 10:06:04 +00:00 |
|
hybrid
|
a831468612
|
Added isFulscreen method.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1384 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-16 09:37:25 +00:00 |
|
hybrid
|
e80e0dc385
|
Added isWindowFocused and isWindowMinimized methods.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1383 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-16 09:24:11 +00:00 |
|
hybrid
|
c5a6f77c5c
|
Push creation parameters to video drivers.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1378 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-13 14:59:28 +00:00 |
|
hybrid
|
74fa36f184
|
Cleaned up private version string parameter usage.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1376 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-13 13:35:03 +00:00 |
|
hybrid
|
11f0027021
|
Changed return value of a videomodelist method. missing linebreak in vector3d.h
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1375 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-13 13:34:05 +00:00 |
|
hybrid
|
43eaa60a81
|
Added zbuffer depth flag, not all drivers and devices honor it, yet. Adapted OSX device to recent device creation changes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1373 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-13 13:15:53 +00:00 |
|
hybrid
|
668e4814f2
|
Added a new device creation parameter to choose alpha channel support for the color buffer.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1372 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-13 09:39:30 +00:00 |
|
bitplane
|
9979f9eb5a
|
Applied Hybrid's device creation parameter changes to the Win32 device.
Clarified docs on event types and added a couple of links.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1370 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-13 01:35:42 +00:00 |
|
hybrid
|
404ffb492a
|
Changed the device creation to make more use of SIrrlichtCreationParameters. This should increase maintainability and ease addition of more configurable properties. The windows devices need to be adapted still, but should compile for now...
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1369 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-12 15:45:07 +00:00 |
|
hybrid
|
21473242eb
|
Merged revisions 1357:1366 from 1.4 branch.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1367 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-12 11:15:45 +00:00 |
|
hybrid
|
77062fd244
|
Minor code cleaning.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1362 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-06-09 14:24:03 +00:00 |
|
hybrid
|
7dec3961bf
|
Added the missing copyright headers and changed the new files to 2008 as well.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1354 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-05-22 12:07:43 +00:00 |
|
hybrid
|
5e04a990eb
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1353 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-05-22 11:51:37 +00:00 |
|
hybrid
|
5ee1a74fbe
|
Fixed warning.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1342 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-29 22:07:21 +00:00 |
|
hybrid
|
498669d260
|
Change material field to char in order to save memory.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1333 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-29 12:11:37 +00:00 |
|
hybrid
|
42f6be9be0
|
Warning fix and new method for both 1.4 branch and trunk.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1332 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-29 12:10:33 +00:00 |
|
hybrid
|
fd2cce9692
|
Minor changes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1331 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-29 12:02:59 +00:00 |
|
hybrid
|
8d3077d1af
|
Merged from 1.4 branch revisions 1316:1328.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1329 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-29 11:34:54 +00:00 |
|
bitplane
|
084fd00669
|
ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1321 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-24 21:39:22 +00:00 |
|
hybrid
|
9137530c94
|
Merged revisions 1309:1314 from 1.4 branch.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1315 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-12 23:02:15 +00:00 |
|
hybrid
|
d637656e71
|
Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1313 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-09 09:15:12 +00:00 |
|
hybrid
|
23de18de7a
|
Added another material flag to enable front face culling. Can be useful for special effects.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1308 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-04-04 08:48:22 +00:00 |
|
hybrid
|
133cd79f4a
|
Merged from branch 1.4 revisions 1290:1305.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1306 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-30 23:19:12 +00:00 |
|
hybrid
|
9ab230b754
|
Fixed types mismatch.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1300 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-26 13:40:01 +00:00 |
|
hybrid
|
fed3e8ae4f
|
Fixed quaternion warnings. Fixed returned interface pointers for newly introduced scene node changes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1299 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-26 12:56:25 +00:00 |
|
hybrid
|
67d09fa37a
|
Fixed the quaternion problem. However, getMatrix(m) and m=getMatrix do produce different values now, and seem to have made this for quite a long time. This needs some more fixing and testing.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1298 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-20 09:52:00 +00:00 |
|
hybrid
|
8325a442b2
|
Fixed the missing Windows API check for _WIN32 and _WIN64, both in trunk and 1.4. Finished the API enhancements in quaternion and vector classes. All methods now return the object where necessary.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1297 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-19 21:48:23 +00:00 |
|
hybrid
|
075edcbdc7
|
Fixed extra qualification.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1295 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-19 12:50:53 +00:00 |
|
hybrid
|
fd15c09a2a
|
Minor changes and cleanup.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1292 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-19 10:20:41 +00:00 |
|
hybrid
|
7a5305f608
|
API changes to the quaternion class. Some methods now return the quaternion by reference in order to chain operations. Renamed getDotProduct to dotProduct to follow the vector class.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1291 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-19 10:20:13 +00:00 |
|
hybrid
|
9161ae8048
|
Merged from branch 1.4, revisions 1275:1289
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1290 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-19 09:54:51 +00:00 |
|
hybrid
|
f60c3c3b45
|
Added a method to get the basename of the file, without path.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1281 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-05 16:47:30 +00:00 |
|
hybrid
|
257b097a81
|
Merged from 1.4 branch revisions 1272:1279
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1280 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-05 00:02:00 +00:00 |
|
hybrid
|
706f5f5de6
|
Merged from 1.4 branch revisions 1251:1271
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1272 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-03-02 14:28:48 +00:00 |
|
lukeph
|
56cddb9625
|
terrains can now use VBOs, but index and vertex data will need to be updated independently for any speed gain
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1269 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-27 14:07:27 +00:00 |
|
hybrid
|
1c6159a345
|
Made obj group support optional via SceneParameter.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1264 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-26 17:15:13 +00:00 |
|
hybrid
|
8a04c4c859
|
Merged from 1.4 branch revisions 1235:1250
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1251 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-21 00:20:39 +00:00 |
|
hybrid
|
690cd7821b
|
Fixed the signatures the other way.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1248 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-12 23:43:19 +00:00 |
|
hybrid
|
17ca30706b
|
Fixed a docs typo.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1247 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-12 23:25:03 +00:00 |
|
bitplane
|
66c975e1b3
|
reverted (accidental?) changes to ISceneNode::getPosition and setPosition return values
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1246 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-12 18:05:09 +00:00 |
|
hybrid
|
662e8c09b1
|
Added multiple inheritance to the billboard texte scene node in order to expose both billboard and textnode interface.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1244 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-12 16:01:26 +00:00 |
|
hybrid
|
83cda72c66
|
Some coding style changes, made one method const.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1242 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-12 15:31:35 +00:00 |
|
bitplane
|
a5137993dc
|
Fixed a performance bug in ISceneNode constructor reported by izhbq412
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1237 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-11 20:00:54 +00:00 |
|
bitplane
|
169101850f
|
Compiling without the BMP loader now compiles without the built-in font data. Added some comments and a warning about this. CGUIPanel draws background when border is on
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1236 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2008-02-11 19:34:12 +00:00 |
|