irrlicht/tests
hybrid f598f78667 Trying an updated reference image, draw2d image positioning changed slightly.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4154 dfc29bdd-3216-0410-991c-e03cc46cb475
2012-04-25 22:51:01 +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 Trying an updated reference image, draw2d image positioning changed slightly. 2012-04-25 22:51:01 +00:00
2dmaterial.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
Makefile - XML-reader now preserves all whitespace. So even newlines are now returned as EXN_TEXT nodes. Old behavior was dropping those, but it handled unix-style newlines badly and should rather have preserved all whitespace or none. Preserving no whitespace could be useful feature for the future. 2012-02-20 19:43:51 +00:00
anti-aliasing.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
archiveReader.cpp CFileSystem::removeFileArchive now checking for normalized path + corresponding test now evaluated. 2012-04-16 16:44:13 +00:00
b3dAnimation.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
billboards.cpp Break textureRenderStates test again by adding the test case for the dangling pointer (white texture OpenGL) problem. Fix will follow later, patch exists on the tracker already. 2012-04-25 13:58:30 +00:00
burningsVideo.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
collisionResponseAnimator.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
color.cpp Fix function name change from libpng update. 2010-07-18 11:00:28 +00:00
createImage.cpp Fix leaks in several tests. Current test results (WinXP/VS10): 53 passing, 10 failing, 3 don't run through (collisionResponseAnimator, sceneCollisionManager, screenshot). 2012-02-12 11:47:11 +00:00
cursorSetVisible.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
disambiguateTextures.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
draw2DImage.cpp Fix software renderer inconsistency with rest of drivers in case of invalid destination rect for draw2DImage. Now no driver will render an image in these cases. 2012-04-24 16:53:46 +00:00
drawPixel.cpp Fix pixel alignment and draw2DLine inconsistent offset problems. New test added to make sure that drawPixel and draw2DLine use the same alignment. 2012-04-23 17:19:12 +00:00
drawRectOutline.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
enumerateImageManipulators.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
exports.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
fast_atof.cpp Fix typos in output. 2011-04-27 21:16:14 +00:00
filesystem.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
flyCircleAnimator.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
guiDisabledMenu.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
ioScene.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
irrArray.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
irrCoreEquals.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
irrList.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
irrMap.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
irrString.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
lightMaps.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
lights.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
loadTextures.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
main.cpp - XML-reader now preserves all whitespace. So even newlines are now returned as EXN_TEXT nodes. Old behavior was dropping those, but it handled unix-style newlines badly and should rather have preserved all whitespace or none. Preserving no whitespace could be useful feature for the future. 2012-02-20 19:43:51 +00:00
makeColorKeyTexture.cpp Re-enable tests with burnings video. Fix some whitespaces. 2011-05-05 00:02:57 +00:00
material.cpp Fix leaks in several tests. Current test results (WinXP/VS10): 53 passing, 10 failing, 3 don't run through (collisionResponseAnimator, sceneCollisionManager, screenshot). 2012-02-12 11:47:11 +00:00
matrixOps.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
md2Animation.cpp Merge from 1.7 branch, revisions 3877-3908. Fix for getSphericalCoordinateAngles, some warnign fixes, md2 normal fix, several GUI fixes, isPointInside fix, zip endianess fix. 2011-09-08 21:50:10 +00:00
meshLoaders.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
meshTransform.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
mrt.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
orthoCam.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
planeMatrix.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
projectionMatrix.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
removeCustomAnimator.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
renderTargetTexture.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
sceneCollisionManager.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
sceneNodeAnimator.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
screenshot.cpp Fix warnings, layout, and return value. 2011-07-01 22:57:55 +00:00
serializeAttributes.cpp - Add vector2d and dimension2d attributes (both already had incomplete parts of implementations for some reason) 2011-11-29 22:56:28 +00:00
skinnedMesh.cpp Fix some warnings. 2011-04-27 21:13:16 +00:00
softwareDevice.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
stencilshadow.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
terrainSceneNode.cpp Fix warnings, layout, and return value. 2011-07-01 22:57:55 +00:00
testDimension2d.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
testGeometryCreator.cpp Fix leaks in several tests. Current test results (WinXP/VS10): 53 passing, 10 failing, 3 don't run through (collisionResponseAnimator, sceneCollisionManager, screenshot). 2012-02-12 11:47:11 +00:00
testLine2d.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
testQuaternion.cpp Fix rotationFromTo as suggested by AgentD, using the from vector instead of the current values from the quaternion. After all, this quaternion has nothing to do with from or to so far, so the values contained there are rather arbitrary. Moreover, I'm normalizing the quaternion before returning it, as it is a rotation quaternion, which should be a unit quat. Test cases are also extended. For now only in trunk, may be backported after further testing. 2011-08-30 14:13:45 +00:00
testS3DVertex.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
testUtils.cpp Fix software renderer inconsistency with rest of drivers in case of invalid destination rect for draw2DImage. Now no driver will render an image in these cases. 2012-04-24 16:53:46 +00:00
testUtils.h Fix software renderer inconsistency with rest of drivers in case of invalid destination rect for draw2DImage. Now no driver will render an image in these cases. 2012-04-24 16:53:46 +00:00
testVector2d.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
testVector3d.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
testXML.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
testaabbox.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
tests-last-passed-at.txt CFileSystem::removeFileArchive now checking for normalized path + corresponding test now evaluated. 2012-04-16 16:44:13 +00:00
tests-readme.txt Add some more tests docs, and revert some value changes which need different treatment. 2009-11-12 19:49:36 +00:00
tests.cbp - XML-reader now preserves all whitespace. So even newlines are now returned as EXN_TEXT nodes. Old behavior was dropping those, but it handled unix-style newlines badly and should rather have preserved all whitespace or none. Preserving no whitespace could be useful feature for the future. 2012-02-20 19:43:51 +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 More fixed to make line2d work with integers this time in intersectWith and getClosestPoint. 2012-02-13 15:16:46 +00:00
tests_vc9.sln Merged revisions 3089-3138 from 1.7 branch. Full merge, all changes from 1.7 beta phase up to now are included. 2010-01-08 11:46:38 +00:00
tests_vc9.vcproj More fixed to make line2d work with integers this time in intersectWith and getClosestPoint. 2012-02-13 15:16:46 +00:00
tests_vc10.sln Add the other msvc 2010 project and solution files. Fix all configurations to work as expected. 2010-08-31 16:51:14 +00:00
tests_vc10.vcxproj More fixed to make line2d work with integers this time in intersectWith and getClosestPoint. 2012-02-13 15:16:46 +00:00
textureFeatures.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
textureRenderStates.cpp Break textureRenderStates test again by adding the test case for the dangling pointer (white texture OpenGL) problem. Fix will follow later, patch exists on the tracker already. 2012-04-25 13:58:30 +00:00
timer.cpp Fix more device->drop calls to properly remove the window as well under windows. 2010-12-07 18:16:42 +00:00
transparentMaterials.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
triangle3d.cpp Only do single precision tests on 32-bit Windows (try 2) 2012-04-25 09:18:54 +00:00
triangleSelector.cpp Add triangleSelector improvements suggested by rogerborg. Plain triangle selector also needed an additional inverse matrix application, but now works as the octree case. Test cases also added. 2011-10-28 16:27:32 +00:00
vectorPositionDimension2d.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00
videoDriver.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
viewPort.cpp Added two macros to call tests for all drivers, or for all hw drivers, with just one call. 2011-06-07 21:09:32 +00:00
writeImageToFile.cpp Replace asserts in tests with new macro assert_log. 2012-04-03 21:27:22 +00:00