- 07 Jan, 2014 1 commit
-
-
cutealien authored
Changing calling convention for static lib release fast CPU to Cdecl because FastCall did not actually compile (conflicts with pnglib). Also the same setting is used when compiling as dll, so I guess this setting was simply not tested. Thanks @AReich for reporting. See thread for more info: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=49462 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4629 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 04 Jan, 2014 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4623 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Improve speed for finalizing skinned meshes (removal of unnecessary frames after loading) (thx @ichtyander for the testmodel) Down from ~20 seconds to ~0,5 seconds :-) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4622 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Dec, 2013 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4620 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Nov, 2013 2 commits
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4618 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4617 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 28 Nov, 2013 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4616 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 15 Nov, 2013 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4608 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 06 Nov, 2013 1 commit
-
-
cutealien authored
Collada loader now instantiates camera nodes which had been ignore so far (thx @NemoStein for the test .dae) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4602 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 31 Oct, 2013 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4600 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 24 Oct, 2013 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4594 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Oct, 2013 3 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4589 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Revert VS10 project file to previous version as it got accidentally checked in with static linking enabled (sorry). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4587 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4586 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 08 Oct, 2013 1 commit
-
-
cutealien authored
vector2d::equals now has an tolerance parameter for passing the epsilon (like vector3d has already). Note that this changes the default behavior of vector2d::equals as well as functions using it like the operators for ==, !=, <, >, <=, >= when using vector2d with f64 as the tolerance is increased in that case (for f32 and integer values it shouldn't make any difference). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4584 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 20 Sep, 2013 1 commit
-
-
cutealien authored
Merge near identical code in CTriangleSelector::createFromMesh and CTriangleSelector::updateFromMesh (createFromMesh now using updateFromMesh). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4582 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Aug, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4580 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 26 Aug, 2013 1 commit
-
-
cutealien authored
- Fix crash in SoftwareDriver2 when Material was EMT_DETAIL_MAP but texture[1] was not set (Thanks for fix by chronologicaldot) - Fix issue in CAnimatedMeshSceneNode::clone which cause crash. (reported and fixed by luthyr) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4579 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 25 Aug, 2013 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4578 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 15 Aug, 2013 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4576 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 13 Aug, 2013 1 commit
-
-
cutealien authored
Reverting my changes from r4569 as they also break stuff by now. Will continue the discussion in http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=48940 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4575 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 09 Aug, 2013 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4573 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 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 1 commit
-
-
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
-