- 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 14 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
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5058 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5057 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5056 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Replace the swprintf and snprintf defines by swprintf_irr and snprintf_irr to avoid conflicts with the standard libraries (and other libraries). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5055 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
I kept the few places in code where the define is checked as those basically didn't matter. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5054 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Missing people with interest in maintaining it. Anyone who still needs DX8 can branch the previous svn version or use Irrlicht 1.8. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5053 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5052 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Update minimal compiler support to Microsoft Visual Studio 9.0 and remove some workarounds for earlier versions. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5051 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
This was a bugfix for VS2003 (in combination with .NET) which we haven't supported in a while. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5050 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5049 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Keeping the source for now as it might be revived for Windows RT one day (let's hope for it ...). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5048 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5047 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 01 Mar, 2015 1 commit
-
-
cutealien authored
Note, I would have liked to get it compiling again a last time, but it was referring to a class which didn't exists, so I didn't know what to make of that. NVidia has also stopped supporting this by the way. No changes for MacOSX project files, so those still might have to be fixed. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5046 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Feb, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5045 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 26 Feb, 2015 1 commit
-
-
cutealien authored
NOTE: This is likely the last change to DX8 in trunk, as it's going to be removed now. Just wanted to get it working again before removing. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5044 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 15 Feb, 2015 1 commit
-
-
engineer_apple authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5043 dfc29bdd-3216-0410-991c-e03cc46cb475
-