- 14 Feb, 2014 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4689 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 13 Feb, 2014 5 commits
-
-
cutealien authored
- Makefile for the new IrrFontTool links now correctly to libfontconfig git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4685 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4683 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4682 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4681 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4680 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 03 Feb, 2014 1 commit
-
-
cutealien authored
Add ISceneNodeAnimator::setStartTime/getStartTime to allow resetting movement animators. This should work for: CSceneNodeAnimatorFlyStraight, CSceneNodeAnimatorFlyCircle, CSceneNodeAnimatorFollowSpline, CSceneNodeAnimatorTexture. It's also implemented for CSceneNodeAnimatorRotation, but that one currently resets the StartTime constantly (I don't think it has to, but I have no tests written for animators currently so can't change that for now). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4675 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 28 Jan, 2014 1 commit
-
-
cutealien authored
Get Irrlicht to compile with IRRLICHT_FAST_MATH on Linux (out-define code which was written for VS and remove #warn which is not a preprocessor command recognized by GCC). Note that I did this just to do some tests against the fast-math functions - and those tests showed a lot of troubles so I still won't recommend using IRRLICHT_FAST_MATH. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4672 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Jan, 2014 2 commits
-
-
cutealien authored
Make key-release events also show the correct Char value on Windows (thx @zerochen for report+fix here: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=49499) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4670 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4669 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 Jan, 2014 3 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4666 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4665 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4664 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 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
-