- 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
-
- 12 Feb, 2015 5 commits
-
-
engineer_apple authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5042 dfc29bdd-3216-0410-991c-e03cc46cb475
-
engineer_apple authored
reason: compile error on win71+vs2013 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5041 dfc29bdd-3216-0410-991c-e03cc46cb475
-
engineer_apple authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5040 dfc29bdd-3216-0410-991c-e03cc46cb475
-
engineer_apple authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5039 dfc29bdd-3216-0410-991c-e03cc46cb475
-
engineer_apple authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5038 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 09 Feb, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5036 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 06 Feb, 2015 1 commit
-
-
cutealien authored
Increase NUMBER_OF_AXES to 18 (thx @Tobias314 and devonsoft for telling about devices which need more axes). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5034 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Jan, 2015 1 commit
-
-
cutealien authored
mtl (obj) format reader and write now regards texture scaling and translation. (thx @thanhle for noticing and patch proposal). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5029 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 12 Jan, 2015 1 commit
-
-
nadro authored
- Removed project files for Dev-C++ and Visual Studio 2008 and older. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5022 dfc29bdd-3216-0410-991c-e03cc46cb475
-