irrlicht/tests
cutealien 09cd4c3869 bugfix: CMountPointReader::openFile no longer returns file for empty filenames. Corresponding test added.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2421 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-06-15 15:49:16 +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 New test for zipreader (works). 2009-06-09 00:53:05 +00:00
Makefile Add dependency files for automatic recompilation with Makefiles and gcc. 2009-01-29 09:29:11 +00:00
b3dAnimation.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
burningsVideo.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
collisionResponseAnimator.cpp https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 10:12:46 +00:00
cursorSetVisible.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
disambiguateTextures.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
drawPixel.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
drawRectOutline.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
enumerateImageManipulators.cpp Ooops. In we go. 2009-02-09 17:12:37 +00:00
exports.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
fast_atof.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
filesystem.cpp bugfix: CMountPointReader::openFile no longer returns file for empty filenames. Corresponding test added. 2009-06-15 15:49:16 +00:00
flyCircleAnimator.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31995 2009-01-20 12:54:49 +00:00
guiDisabledMenu.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
irrCoreEquals.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
line2dIntersectWith.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
main.cpp bugfix: CMountPointReader::openFile no longer returns file for empty filenames. Corresponding test added. 2009-06-15 15:49:16 +00:00
makeColorKeyTexture.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +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 http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
planeMatrix.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
removeCustomAnimator.cpp Adapt test suite to recent changes. 2009-05-16 18:11:11 +00:00
sceneCollisionManager.cpp More collision additions. ISceneCollisionManager::getCollisionResultPosition() now returns the node that was hit. ISceneNodeAnimatorCollisionResponse stores and exposes the node that was hit. 2009-01-22 18:24:33 +00:00
sceneNodeAnimator.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
softwareDevice.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
terrainSceneNode.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
testDimension2d.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
testGeometryCreator.cpp Add missing test files, update IGeometryCreator.h. Re-enable makeColorKeyTexture test - apologies if this is still borked on some platforms: please feel free to disable it again. 2009-02-10 22:21:04 +00:00
testUtils.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
testUtils.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183427 2009-01-16 14:19:38 +00:00
testVector2d.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
testVector3d.cpp - Reversed change in vector3d::normalize. The check for 0 vector isn't there for optimization, but to prevent NAN values. 2009-06-11 22:56:51 +00:00
tests-last-passed-at.txt bugfix: CMountPointReader::openFile no longer returns file for empty filenames. Corresponding test added. 2009-06-15 15:49:16 +00:00
tests-readme.txt Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
tests.cbp Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates. 2009-03-17 17:42:34 +00:00
tests.workspace https://sourceforge.net/tracker2/?func=detail&aid=2552603&group_id=74339&atid=540678 2009-01-31 17:01:45 +00:00
tests_vc8.sln Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
tests_vc8.vcproj Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates. 2009-03-17 17:42:34 +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 Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates. 2009-03-17 17:42:34 +00:00
textureRenderStates.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
transparentAlphaChannelRef.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31995 2009-01-20 12:54:49 +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
writeImageToFile.cpp Unit tests update. Remove version number from Burning driver name. Rename reference images. Temporarily elide the vector2d<s32> / vector3d<s32> tests to allow for the re-introduced bug in vectorXd<T>::normalize(). 2009-02-09 19:25:36 +00:00
zipReader.cpp New test for zipreader (works). 2009-06-09 00:53:05 +00:00