cutealien
|
e4fc752527
Fix some problems with CMatrix4::getRotationDegrees
|
2 gadi atpakaļ |
cutealien
|
a85050f622
Add comment when running tests on Linux how to see results
|
2 gadi atpakaļ |
cutealien
|
745694128c
Material.ZWriteEnable is now of type E_ZWRITE instead of bool and ZWriteFineControl get removed (or merged into ZWriteEnable).
|
4 gadi atpakaļ |
cutealien
|
df82a4d142
Update stencilshadow tests.
|
5 gadi atpakaļ |
cutealien
|
6a6d0fe59c
Fix GL mipmapping some more.
|
5 gadi atpakaļ |
cutealien
|
1e38ed1134
Add new flag ETCF_TRY_HARDWARE_MIP_MAPS and add back support for manual mipmaps in D3D9.
|
5 gadi atpakaļ |
cutealien
|
b584c39295
ITexture::lock interface changed.
|
6 gadi atpakaļ |
cutealien
|
7873503041
Fix test "renderTargetTexture"
|
6 gadi atpakaļ |
fixeworks
|
56f0372862
Added new intersection methods, improved comparison to be reusable (without hardcoding rounding constants), added unit tests for some functionality
|
7 gadi atpakaļ |
cutealien
|
bf42d8d61b
Fix serializing colors as strings and add a general test for serializing attributes as strings.
|
10 gadi atpakaļ |
cutealien
|
1e828d9a08
Add tests for mergeFilename.
|
10 gadi atpakaļ |
hybrid
|
0a2330890a
Bump copyright to 2012
|
12 gadi atpakaļ |
hybrid
|
79ba8079f6
Add two new test cases for user clip planes and drawVertexPrimitive
|
12 gadi atpakaļ |
cutealien
|
60d67565c4
Enable screenshot test.
|
12 gadi atpakaļ |
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 gadi atpakaļ |
cutealien
|
9c8790136c
More fixed to make line2d work with integers this time in intersectWith and getClosestPoint.
|
12 gadi atpakaļ |
cutealien
|
9184ea4c47
Merged revisions 4057-4071 from 1.7 branch.
|
12 gadi atpakaļ |
hybrid
|
40480a7822
Merged revisions 4001-4056 from 1.7 branch. Keycode updates, fix compilation errors, vector normalize error case fixed, joystick safety fixes, editbox updates, meshviewer modal window fix, isPointInsideFast changes.
|
12 gadi atpakaļ |
hybrid
|
ad82f725be
Add billboard test, which shows also why the non-uniform billboards fail at a certain point.
|
13 gadi atpakaļ |
cutealien
|
6f1db5fc41
- Add vector2d and dimension2d attributes (both already had incomplete parts of implementations for some reason)
|
13 gadi atpakaļ |
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 gadi atpakaļ |
hybrid
|
3f47f80798
Added two macros to call tests for all drivers, or for all hw drivers, with just one call.
|
13 gadi atpakaļ |
hybrid
|
cae05e6a69
Fix segfaults in case the image is not created. Add test which simply checks which formats are supported for screenshots.
|
13 gadi atpakaļ |
hybrid
|
ed26bc8b78
Add test case for polygon offset (depth bias)
|
13 gadi atpakaļ |
hybrid
|
5e4d495dcc
Bump copyright dates to 2011.
|
14 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
hybrid
|
91426a212c
New test for filtering 2d renders through 2dmaterial.
|
14 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |