- 17 Oct, 2015 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5155 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Oct, 2015 4 commits
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5154 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5153 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Removed texture IDs parameter from IVideoDriver::setRenderTarget method. Performance gain was too low to keep this parameter available. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5152 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5151 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 07 Oct, 2015 1 commit
-
-
cutealien authored
- Add warning in tests when stabilizing screenshots fails (Note - it still fails sometimes, just less now with trying to get a good screenshot) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5150 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 02 Oct, 2015 1 commit
-
-
nadro authored
- Added projects for Visual Studio 2014. Due to a problems with Windows7.1 SDK on Windows 10 those projects are recommended for users of this OS. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5148 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 28 Sep, 2015 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5147 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5146 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 25 Sep, 2015 3 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5145 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5144 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Added exampleHelper and updated all examples. This is a base patch for upcoming patches related to iOS and OSX. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5143 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 21 Sep, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5142 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 20 Sep, 2015 1 commit
-
-
cutealien authored
- Set the platform SDK for VS2010 and VS 2012 throughout to Windows7.1SDK - Fix the fix for compiling on GCC5 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5141 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 19 Sep, 2015 2 commits
-
-
cutealien authored
Change all VS 12 project files to use Windows SDK7.1 for compatibility between different VS versions. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5140 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5139 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Sep, 2015 1 commit
-
-
cutealien authored
- Fix: CGUIImage no longer scales wrong when working with textures which don't have the original image size. - Fix CSoftwareTexture2 calculation for OriginalSize of ITexture. It had returned the changed texture size instead of the original one. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5138 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 Sep, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5137 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 30 Aug, 2015 1 commit
-
-
cutealien authored
- Fix compiling with IRR_LINUX_XCURSOR_ git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5128 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Aug, 2015 1 commit
-
-
cutealien authored
- Fix compiling with -DNO_IRR_COMPILE_WITH_LIBJPEG_ git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5125 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Aug, 2015 1 commit
-
-
cutealien authored
- Fix compiling on GCC5 on MinGW git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5121 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 Aug, 2015 1 commit
-
-
cutealien authored
Also clarified animation documentation to describe current behavior more exactly. CSkinnedMesh had returned the last key instead of the number of keys. Thx to whoever mentioned to me once that our example dwarf is not playing his full animation in the meshviewer. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5118 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 11 Aug, 2015 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5116 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Thx@ Squarefox for reporting. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5115 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 08 Aug, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5114 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 31 Jul, 2015 1 commit
-
-
cutealien authored
Do return references local statics instead of references to 0 in error cases (was undefined in c++). Thx @floriang for reporting at http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=50877 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5112 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Jul, 2015 1 commit
-
-
cutealien authored
CLightSceneNode::updateAbsolutePosition does now light recalculations. This is to fix using animators with lights. Thx @chronologicaldot for report. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5111 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 13 Jul, 2015 2 commits
-
-
cutealien authored
Found by VS code analysis. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5109 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5108 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 05 Jun, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5107 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 04 Jun, 2015 1 commit
-
-
cutealien authored
Add ISceneNodeAnimatorCameraMaya::setTargetMinDistance and getTargetMinDistance which allow to keep a distance to the zoom target. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5106 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 28 May, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5105 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 11 May, 2015 1 commit
-
-
cutealien authored
- Fixed compilation issues with OSX SDK 10.10+ git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5104 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 06 May, 2015 1 commit
-
-
cutealien authored
- Fix loading of .X and .B3D models with non-normalized quaternion rotations git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5102 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 05 May, 2015 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5100 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
CGUIComboBox now updates selection-list when font changes while it's open (thx @ rubixcuber for bugreport) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5099 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Apr, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5098 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Apr, 2015 1 commit
-
-
cutealien authored
.x meshloader regards now AnimTicksPerSecond (thx @qian for a test-model and bugreport). CAnimatedMeshSceneNode::setMesh had commented-out the setAnimationSpeed line in version r3526 which was about a joint-cache fix for skinned meshes. But there was no comment about why that line had to be removed or commented out, so my guess is that this was only a test (I hope). And it caused animation-speed values for the meshes to be ignored unless user specified it explicitly while animation range was still changed in setMesh. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5097 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 25 Apr, 2015 1 commit
-
-
cutealien authored
That dreadFun function looks rather suspiciously like some test which doesn't belong into Irrlicht anyway... git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5096 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 24 Apr, 2015 1 commit
-
-
cutealien authored
- Interface getMeshType moved from IAnimatedMesh up to IMesh. - Static b3d mesh-writer written by Hendu, support for animated meshes added by JLouisB, testing and bugfixes by CuteAlien. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5095 dfc29bdd-3216-0410-991c-e03cc46cb475
-