irrlicht/tests
Rogerborg 2563bf14d8 Small efficiency improvements in scene collision:
Have all public ISceneCollisionManager.h methods take 'const type &' rather than 'type' where appropriate.

Conversely, have CSceneManager::getPickedNodeBB() take a non-const 'core::line3df& ray', so that child nodes can truncate the master ray when they get a collision.

This is an API change, so goes to the trunk only.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2050 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-01-06 16:02:03 +00:00
..
empty/empty Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
media Merged revisions 2006:2016 from 1.5 branch, makeColorKeyTexture changes. 2009-01-02 13:02:05 +00:00
Makefile Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
b3dAnimation.cpp Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
burningsVideo.cpp Merged revisions 2006:2016 from 1.5 branch, makeColorKeyTexture changes. 2009-01-02 13:02:05 +00:00
collisionResponseAnimator.cpp Actually SVN add the new unit test files for collisionResponseAnimator and sceneCollisionManager... 2008-12-16 16:18:33 +00:00
disambiguateTextures.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
drawPixel.cpp Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
exports.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
fast_atof.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
guiDisabledMenu.cpp Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
irrCoreEquals.cpp Update trunk tests: add textureRenderStates.cpp to tests_vc8.proj and tests.cbp; fix reversed logic in irrCoreEqual.cpp (the test wasn't being run); re-base the trunk tests/main.cpp on 1.5 tests/main.cpp, with the addition of those tests only available on the trunk. 2009-01-05 14:53:30 +00:00
line2dIntersectWith.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
main.cpp Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
makeColorKeyTexture.cpp Looks like another merge problem fixed... 2009-01-03 23:30:51 +00:00
matrixOps.cpp Hmm, didn't save the last files before committing. So this is the actual test cases which runs through. 2009-01-04 15:12:11 +00:00
md2Animation.cpp Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
planeMatrix.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31490 2008-12-17 23:52:19 +00:00
sceneCollisionManager.cpp https://sourceforge.net/tracker2/?func=detail&aid=2473520&group_id=74339&atid=540676 2009-01-06 15:12:15 +00:00
sceneNodeAnimator.cpp Add missing test file. 2008-12-20 11:18:07 +00:00
softwareDevice.cpp Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
terrainSceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
testDimension2d.cpp https://sourceforge.net/tracker2/?func=detail&aid=2473523&group_id=74339&atid=540676 2008-12-28 22:49:47 +00:00
testUtils.cpp Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
testUtils.h Expose the target scene nodes of collision response animators. Setting the target forces an update of its last position. This allows a setPosition() to take effect without being blocked by the collision geometry. Added comments to this effect, a unit test, and some unrelated !node checks in all the animators' animateNode() methods. 2008-12-16 15:07:01 +00:00
testVector2d.cpp Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. 2008-12-08 17:06:34 +00:00
testVector3d.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
tests-last-passed-at.txt Small efficiency improvements in scene collision: 2009-01-06 16:02:03 +00:00
tests-readme.txt Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
tests.cbp Update trunk tests: add textureRenderStates.cpp to tests_vc8.proj and tests.cbp; fix reversed logic in irrCoreEqual.cpp (the test wasn't being run); re-base the trunk tests/main.cpp on 1.5 tests/main.cpp, with the addition of those tests only available on the trunk. 2009-01-05 14:53:30 +00:00
tests.workspace Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
tests_vc8.sln Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
tests_vc8.vcproj Update trunk tests: add textureRenderStates.cpp to tests_vc8.proj and tests.cbp; fix reversed logic in irrCoreEqual.cpp (the test wasn't being run); re-base the trunk tests/main.cpp on 1.5 tests/main.cpp, with the addition of those tests only available on the trunk. 2009-01-05 14:53:30 +00:00
tests_vc9.sln Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
tests_vc9.vcproj Added orthogonality check in matrix class, based on a patch by Halifax. Also added some (rather trivial) testcases, corner cases have to be identified... 2009-01-04 14:58:23 +00:00
textureRenderStates.cpp Merged revisions 1972:2004 from 1.5 branch, except for some revisions which seemed to be merged already. MD2 loader updated, terrain node fixed, opengl texture handling fixed. 2008-12-30 11:13:22 +00:00
vectorPositionDimension2d.cpp Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00