- 24 Apr, 2012 5 commits
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4142 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4141 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4140 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4139 dfc29bdd-3216-0410-991c-e03cc46cb475
-
hybrid authored
Fix pixel alignment and draw2DLine inconsistent offset problems. New test added to make sure that drawPixel and draw2DLine use the same alignment. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4138 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 18 Apr, 2012 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4137 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Apr, 2012 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4136 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4135 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Apr, 2012 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4134 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 Apr, 2012 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4133 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 12 Apr, 2012 1 commit
-
-
nadro authored
- Restored the ability to set a textures by a float interface, but this solution was marked as deprecated. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4132 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 11 Apr, 2012 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4131 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 10 Apr, 2012 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4130 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 04 Apr, 2012 2 commits
-
-
Nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4128 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
This is done to allow all tests running through even when one has a problem. Otherwise people just comment-out the asserts. The macro will log file, line and assert-test to the tests.log. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4126 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 02 Apr, 2012 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4124 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4123 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 30 Mar, 2012 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4122 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Mar, 2012 3 commits
-
-
cutealien authored
Clarify IGUIEnvironment::getHovered documentation as it's nearly never what the user really should use. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4121 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4120 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Added setName and getName to IGUIElement, the same way as it's in ISceneNode. Note: I don't yet add a function like ISceneManager::getSceneNodeFromName to IGUIEnvironment as well. The reason is that current implementations of related functions ISceneManager::getSceneNodeFromId and IGUIElement::getElementFromId are done very different and I first have to figure out if there's any way to reconcile those sanely. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4119 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 26 Mar, 2012 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4118 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 24 Mar, 2012 2 commits
-
-
cutealien authored
irr::s64 now compiles with -ansi and -pendentic on gcc without warnings. Also can now be disabled completely by define. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4116 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
- line2d::getLength now returning type T. f64 would actually be fine, but then it has to be used throughout, here the cast to T happens before already, so returning f64 is just confusing as looks like it would return a greater accuracy than it has at that point. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4115 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 23 Mar, 2012 1 commit
-
-
cutealien authored
Add irr::s64 back in (using long long for non VS compilers). If there's any problem with this please inform me, I'd like that to stay in as it makes Irrlicht a lot easier to use in combination with the Clipper library (a boost-licensed library for working with 2d polygons). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4114 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 21 Mar, 2012 2 commits
-
-
cutealien authored
- line2d::getClosestPoint can now also get the closest point on the line additional to only checking for closest point on the line-segment. - Avoid division by zero in line2d::getClosestPoint when start- and endpoint are identical. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4112 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4111 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 20 Mar, 2012 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4110 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 19 Mar, 2012 1 commit
-
-
cutealien authored
- Fix font-loading which got broken by fixed xml-loading. Thanks @ pc0de for finding and providing a test and patch. - Don't crash draw2DSpriteBatch when it get's no textures. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4109 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 18 Mar, 2012 2 commits
-
-
nadro authored
- Fixed MacOSX compilation errors. This is the missing piece of commit r4107 (I'm sorry for two commits instead of one). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4108 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Fixed MacOSX compilation errors. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4107 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Mar, 2012 1 commit
-
-
Nadro authored
- Improved parameter names in a files related to a Cg support. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4106 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 Mar, 2012 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4103 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Last change to xml-reader (returning whitespace as well) was maybe correct, but wrecked too much code expecting old behavior. So now instead there are no EXN_TEXT nodes returned which only contain whitespace, which should also work cross-platform and is closer to the old behavior. We can make that flag public later on, but should probably first fix the mess with getNodeName and getNodeData returning the exact same value. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4102 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 01 Mar, 2012 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4098 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4097 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Feb, 2012 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4096 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4095 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 23 Feb, 2012 1 commit
-
-
hybrid authored
Fix for render context change where only the window id is given. We now try to change only the window ID, keeping context and display unchanged. Suggestion by vovo4ka from the forum. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4094 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 21 Feb, 2012 1 commit
-
-
hybrid authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4093 dfc29bdd-3216-0410-991c-e03cc46cb475
-