Historial de Commits

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