- 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
-
- 20 Apr, 2015 1 commit
-
-
cutealien authored
Cameras return again an empty boundingbox (at 0,0,0) instead of returning the frustum boundingbox. Thx @robmar for reporting this. You can still access the frustum boundingbox through the frustum itself. Also CSceneCollisionManager collision functions ignore now empty collision boxes. This means cameras no longer show up in the node-collision of the SceneCollisionManager. Tests have been adapted correspondingly. Note that this behavior was once before changed in Irrlicht (rev. 345). But it was one of many changes and there was no documentation or log-message about why anyone would like the cameras to show up in node-collisions based on their frustum boundingbox. Without any hints about the why I decided to change it back as it's just confusing. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5094 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Apr, 2015 1 commit
-
-
cutealien authored
(checked ranges of available values - casts look fine there). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5093 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Apr, 2015 1 commit
-
-
cutealien authored
Move ECOLOR_FORMAT enums added in r4984 to the end (adding in them in the middle can mess with serialization). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5092 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 15 Apr, 2015 1 commit
-
-
cutealien authored
Fix a problem in IrrlichtDevice::setResizable that caused window titlebars to hide occasionally under the taskbar in some systems (Ubuntu, Mint). This was caused by quick calls to XUnmapWindow followed by XMapWindow which some WM's can't handle. Adding a long sleep call (~200ms) in between would have been a workaround, but looked ugly as the window is hidden in the meantime. I found no reference in X11 documentation that unmapping is necessary for this, so I removed those calls now. Changing the resize flags still works in my tests on Debian and Ubuntu. If it causes problems we have to switch to the ugly hack or get certain systems to repair their window managers. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5091 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 12 Apr, 2015 1 commit
-
-
cutealien authored
- new media for OpenGL-drawVPL_h. This test is about finding out if things changed, and this result has been like it is now at least since 1.8 - required match can be reduce for this test, as minor aliasing artifacts always are different between cards and don't matter here. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5090 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 11 Apr, 2015 3 commits
-
-
cutealien authored
The defaults had been changed in Irrlicht 1.6 (svn r2925) as line-smoothing did sometimes lead to software emulation under OpenGL. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5089 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
- viePortText has improved according to Thomas - flyCircleAnimator... again brightness differences (maybe due to latest material fixes). If that comes up again will have to investigate further. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5088 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5087 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 10 Apr, 2015 2 commits
-
-
cutealien authored
Otherwise materials like EMT_TRANSPARENT_ALPHA_CHANNEL no longer worked. Not sure if this is now causing other problems, but it no longer seems to break the known cases (tests about that pass again). If there are new problems we need new tests to show 'em. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5086 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
No longer needed due to dx8 removal. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5085 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 09 Apr, 2015 4 commits
-
-
cutealien authored
(new result looks better, media just didn't get updated when it was changed). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5084 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5083 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5082 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Was using the wrong variable (RelativeRotation instead of RelativeScale) as default value. This was also not working in older Irrlicht versions, but can't be fixed there as those had no default parameters for getAttribute yet. This allows for example to load .irr files created with new CopperCube while setting a parent-node (some attributes will still be ignored as .irr files always expect the scene itself as parent, that would need some special SceneNode type to work around). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5081 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 08 Apr, 2015 3 commits
-
-
nadro authored
- Fixed issue related to D3D9 device lost and broken blending. Thanks CuteAlien for report this bug. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5080 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5079 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Fixed issue related to D3D9 device lost and broken render targets. Thanks CuteAlien for report this bug. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5078 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 07 Apr, 2015 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5077 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 06 Apr, 2015 2 commits
-
-
cutealien authored
In 4774 we tried fixing zwriting for shader materials as those are ignored in SMaterial::isTransparent. This affected too many existing projects and made it hard to still write to zbuffer in some situations where it was necessary. So trying now another approach which brings back old functionality mostly, but allows users to have more fine-control with a new flag. Using an enum instead of bool for the new flag as it's foreseeable that more options might be necessary for this in the future. Note: Several tests are currently failing, but they did that before, so that has to be debugged on it's own. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5076 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
This is only about position of image elements and it failed because elements are now a little brighter. Probably due to some fix in the driver at some point, but not related to this test. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5075 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 02 Apr, 2015 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5074 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 01 Apr, 2015 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5073 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Fixed OpenGL RTT. - Fixed compilation issues in some unit tests. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5072 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 31 Mar, 2015 1 commit
-
-
cutealien authored
Fixing it would be nice, but is probably worse. It would break users-apps in a very hidden way and it's too easy to work around this problem to make such an evil API-change instead. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5071 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 24 Mar, 2015 4 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5069 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5068 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5067 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5066 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 11 Mar, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5065 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 03 Mar, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5062 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 02 Mar, 2015 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5060 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Use #ifdef _MSC_VER instead of _IRR_WINDOWS_ when linking lib's with a pragma comment. Thx @AReichl for reporting. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5059 dfc29bdd-3216-0410-991c-e03cc46cb475
-