fixeworks
|
56f0372862
Added new intersection methods, improved comparison to be reusable (without hardcoding rounding constants), added unit tests for some functionality
|
vor 8 Jahren |
cutealien
|
2b685cfd24
Link to X11 on c::b project file for tests (got changed recently in other project files).
|
vor 11 Jahren |
hybrid
|
7e28379c42
Add new test file to project files
|
vor 11 Jahren |
hybrid
|
79ba8079f6
Add two new test cases for user clip planes and drawVertexPrimitive
|
vor 12 Jahren |
cutealien
|
e33c2c5a9a
- equalsByUlp rewritten slightly to compile with our gcc release settings without warnings.
|
vor 12 Jahren |
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.
|
vor 13 Jahren |
cutealien
|
9c8790136c
More fixed to make line2d work with integers this time in intersectWith and getClosestPoint.
|
vor 13 Jahren |
cutealien
|
9184ea4c47
Merged revisions 4057-4071 from 1.7 branch.
|
vor 13 Jahren |
hybrid
|
ad82f725be
Add billboard test, which shows also why the non-uniform billboards fail at a certain point.
|
vor 13 Jahren |
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.
|
vor 13 Jahren |
hybrid
|
cae05e6a69
Fix segfaults in case the image is not created. Add test which simply checks which formats are supported for screenshots.
|
vor 13 Jahren |
hybrid
|
ed26bc8b78
Add test case for polygon offset (depth bias)
|
vor 14 Jahren |
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.
|
vor 14 Jahren |
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.
|
vor 14 Jahren |
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.
|
vor 14 Jahren |
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.
|
vor 14 Jahren |
hybrid
|
3a66a00b68
Add a test case for mrt usage. Based on code by wing64.
|
vor 14 Jahren |
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.
|
vor 14 Jahren |
hybrid
|
6f27d721ef
Rename test file and adapt project files.
|
vor 14 Jahren |
cutealien
|
45b86c8e63
Update c::b project file for tests
|
vor 15 Jahren |
hybrid
|
c26cb45461
Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates.
|
vor 16 Jahren |
Rogerborg
|
ca0c0850c9
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32277
|
vor 16 Jahren |
Rogerborg
|
17784dd0f8
https://sourceforge.net/tracker2/?func=detail&aid=2552603&group_id=74339&atid=540678
|
vor 16 Jahren |
Rogerborg
|
98766ca5ac
https://sourceforge.net/tracker2/index.php?func=detail&aid=2526240&group_id=74339&atid=540676
|
vor 16 Jahren |
Rogerborg
|
e464ba11f4
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31995
|
vor 16 Jahren |
Rogerborg
|
a603abe03a
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183427
|
vor 16 Jahren |
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.
|
vor 16 Jahren |
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.
|
vor 16 Jahren |
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...
|
vor 16 Jahren |
hybrid
|
c3cfdcfa5e
Merged revisions 2006:2016 from 1.5 branch, makeColorKeyTexture changes.
|
vor 16 Jahren |