cutealien
|
dde6d1d52c
Slow down switching drivers in orthoCam test.
|
2 роки тому |
fixeworks
|
56f0372862
Added new intersection methods, improved comparison to be reusable (without hardcoding rounding constants), added unit tests for some functionality
|
7 роки тому |
cutealien
|
2b685cfd24
Link to X11 on c::b project file for tests (got changed recently in other project files).
|
10 роки тому |
hybrid
|
7e28379c42
Add new test file to project files
|
10 роки тому |
hybrid
|
79ba8079f6
Add two new test cases for user clip planes and drawVertexPrimitive
|
12 роки тому |
cutealien
|
e33c2c5a9a
- equalsByUlp rewritten slightly to compile with our gcc release settings without warnings.
|
12 роки тому |
cutealien
|
86e5345306
- 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.
|
12 роки тому |
cutealien
|
9c8790136c
More fixed to make line2d work with integers this time in intersectWith and getClosestPoint.
|
12 роки тому |
cutealien
|
9184ea4c47
Merged revisions 4057-4071 from 1.7 branch.
|
12 роки тому |
hybrid
|
ad82f725be
Add billboard test, which shows also why the non-uniform billboards fail at a certain point.
|
13 роки тому |
hybrid
|
31664bce48
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.
|
13 роки тому |
hybrid
|
cae05e6a69
Fix segfaults in case the image is not created. Add test which simply checks which formats are supported for screenshots.
|
13 роки тому |
hybrid
|
ed26bc8b78
Add test case for polygon offset (depth bias)
|
13 роки тому |
hybrid
|
f1cc2dca01
Fix writeScene change in order to write the given node and its descendants, not only the list of children to the scene file.
|
14 роки тому |
hybrid
|
9f6d50804a
Fix setMesh for skinned meshes, as reported by wing64. The joints cache was not updated, and hence the node reported and returned wrong joints.
|
14 роки тому |
hybrid
|
4eeafca144
Enable test for projection matrix. I have removed the projection matrix tweak from OpenGL driver, as it does not seem to have any effect. At least no good one.
|
14 роки тому |
hybrid
|
014272f2c1
Fix the text scene node placing in viewports. The problem was, that the calculation took the absolute viewport dimension into account, while rendering into the viewport requires the screenwidth to be taken. Hence, the text was usually misplaced. The collision method can still be used for this mixed mode calculation (get screen coordinate during viewport rendering, use it for full screen rendering), but requires an additional parameter.
|
14 роки тому |
hybrid
|
3a66a00b68
Add a test case for mrt usage. Based on code by wing64.
|
14 роки тому |
hybrid
|
d6eb580f95
Add a generic attribute interface for querying video driver attributes which are not necessarily of type bool. This interface allows to check certain supported features, such as the number of user clip planes, supported lights and textures, MRTs, and other things. The interface might change in the future, but it's fully functional already. The supported attributes are listed in the API docs of the function.
|
14 роки тому |
hybrid
|
6f27d721ef
Rename test file and adapt project files.
|
14 роки тому |
cutealien
|
45b86c8e63
Update c::b project file for tests
|
15 роки тому |
hybrid
|
c26cb45461
Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates.
|
15 роки тому |
Rogerborg
|
ca0c0850c9
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32277
|
15 роки тому |
Rogerborg
|
17784dd0f8
https://sourceforge.net/tracker2/?func=detail&aid=2552603&group_id=74339&atid=540678
|
16 роки тому |
Rogerborg
|
98766ca5ac
https://sourceforge.net/tracker2/index.php?func=detail&aid=2526240&group_id=74339&atid=540676
|
16 роки тому |
Rogerborg
|
e464ba11f4
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31995
|
16 роки тому |
Rogerborg
|
a603abe03a
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183427
|
16 роки тому |
hybrid
|
7472bcd83c
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.
|
16 роки тому |
Rogerborg
|
64f9c03528
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.
|
16 роки тому |
hybrid
|
6f1532e2cd
Added orthogonality check in matrix class, based on a patch by Halifax. Also added some (rather trivial) testcases, corner cases have to be identified...
|
16 роки тому |