- 06 Aug, 2013 4 commits
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4572 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4571 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4570 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
It uses again SMaterial::MaterialTypeParam instead of a hardcoded values and makes an exception when MaterialTypeParam is 0 (using it like 0.5 instead) to ensure it works by default. See http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=48940 for new discussion. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4569 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 23 Jul, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4564 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Jul, 2013 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4562 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 08 Jul, 2013 1 commit
-
-
nadro authored
- Moved setBasicRenderStates methods calls in shader based material renderers to the same place as in standard fixed pipeline material renderers (first lines of OnSetMaterial method). - Fixed bug with texture states in OpenGL. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4561 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 04 Jul, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4560 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 02 Jul, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4559 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Jun, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4558 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 25 Jun, 2013 1 commit
-
-
hybrid authored
Fix material deserialization. Empty textures were producing a texture named '0' (zero), which lead to annoying warnings all over the place. This empty string is hopefully safe everywhere. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4557 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 22 Jun, 2013 1 commit
-
-
cutealien authored
Add a CMatrix4::getRotationDegrees where you can pass the scale vector if you know it (faster and useful otherwise sometimes). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4556 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 21 Jun, 2013 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4555 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 20 Jun, 2013 4 commits
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4553 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
Merged libpng 1.6.2 from vendor branch. Updated pnglibconf.h to latest predefined config file to catch up with latest setup requirements. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4552 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4549 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4548 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 18 Jun, 2013 2 commits
-
-
hybrid authored
Third round of override macro updates. Should have touched all functions stating virtual for now. This might still have missed some, as sometimes the virtual keyword is missing on derived functions. And some open points are also still under consideration, will be fixed in future. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4547 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
Fix syntax problems in Cg renderer base classes, which came from the override changes. Not yet tested, but should compile again. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4546 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Jun, 2013 8 commits
-
-
hybrid authored
Exposed some more functions: getArchiveName returning name (path) of archive getColor and getColorHSL for color select dialog get/setDoubleClickTime in device for setting the time offset necessary to have two separate clicks instead of a double-click Removed deprecated getXJoint and getMS3DJoint functions git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4545 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4544 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
Some fixes: Added get/setCurrentRenderPass to scene manager (internally renamed, exposed) Removed destructor from light scene node. Removed getType calls from archive loaders (one file archives have this) Removed some internal exposures and virtual attributes for protected classes git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4543 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4542 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4541 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4540 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
Add override patch by hende, to check for proper deriving in the class tree. Added MSVC support for this feature, should work beginning with MSVC 2010 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4539 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4538 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 04 Jun, 2013 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4534 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 May, 2013 2 commits
-
-
hybrid authored
Another try to fix the compilation issues. Still untested, as my MSVC is currently out of business... git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4527 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4526 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 May, 2013 4 commits
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4525 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4524 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4520 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4519 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 01 May, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4515 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 18 Apr, 2013 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4510 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 Apr, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4508 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 13 Apr, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4507 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 06 Apr, 2013 2 commits
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4503 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4502 dfc29bdd-3216-0410-991c-e03cc46cb475
-