cutealien
|
a83a87594a
Replacing matrix4::setRotationRadiansLH and setRotationRadiansRH by setRotationRadians. Old functions had left handed and right handed just the wrong way round and contained an additional bug that did lead to wrong rotations (mixing up y,z). A single function for this is enough (people can just flip the axis) and this way people who already used the old functions (which only got added in trunk) don't just get new behavior but some compile error. Thanks to Randajad for finding the error with the wrong results, giving a testcase and insisting that there's really a bug when I didn't see it on first try :-)
|
12 years ago |
cutealien
|
82ea8b53a7
Fix compile warnings for matrix4::setRotationAxisRadiansLH and matrix4::setRotationAxisRadiansRH found by greenya.
|
12 years ago |
cutealien
|
14a4a07e66
Add documentation and some compile-tests for matrix.
|
12 years ago |
hybrid
|
19c8f77583
Some new setter methods suggested by kaos.
|
13 years ago |
hybrid
|
582cb75095
Merge from 1.7 branch. Fixes for SSharedMeshBuffer and matrix4
|
13 years ago |
hybrid
|
5e4d495dcc
Bump copyright dates to 2011.
|
14 years ago |
hybrid
|
c11c87f20c
Fix getRotationDegrees in matrix class as noted by drewbacca
|
14 years ago |
hybrid
|
7e236b0192
Merged from trunk, revisions 3366-3387. A few bug fixes all over the place.
|
14 years ago |
engineer_apple
|
7446ed9757
Changes in 1.7.1 (05.07.2010) TA
|
14 years ago |
hybrid
|
b3ab720d03
Warning fix by maxim, and add multiplication order in docs
|
14 years ago |
hybrid
|
7a4c4a4a5e
Added some test cases for getRotationDegrees submitted by fabietto, also fixed the method to clamp values for asin to [-1,1].
|
15 years ago |
hybrid
|
360cd6d181
Fix wrong sign in new method.
|
15 years ago |
hybrid
|
ce2734d4e7
Add a new matrix method, e.g. used for stencil shadows.
|
15 years ago |
hybrid
|
a78dda33e2
Fix getRotation to handle matrices with scale
|
15 years ago |
hybrid
|
0a316fd0ce
Add equals method.
|
15 years ago |
hybrid
|
275874afb1
Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated.
|
15 years ago |
hybrid
|
64ad07a38e
Merged from 1.6 branch, revisions 2665:2683. External creation of CSkinnedMesh. Texture matrix bug fixed. obj loader fixed. Divide by zero checks. Some API methods renamed. Strict aliasing fixes. Collada loader fixed.
|
15 years ago |
hybrid
|
3ef1b18308
Fix eol-style for all code files to CRLF for simpler file handling.
|
15 years ago |
hybrid
|
7e5822ec2c
Fix eol-style for all code files to native.
|
15 years ago |
hybrid
|
c701279239
Fix some docs and put c16 into irr namespace.
|
15 years ago |
bitplane
|
0ce6ba201e
Re-ordered some member variables so that padding on 64-bit pointers don't use unnecessary space, also defined bit fields for some bools and moved them to the end of memory. Some minor formatting changes, and got rid of the annoying upper case .H in the VC projects.
|
15 years ago |
engineer_apple
|
2340f9b849
Changes in 1.6 TA
|
16 years ago |
engineer_apple
|
cf2cfa5f14
Changes in version 1.6, TA
|
16 years ago |
Rogerborg
|
98766ca5ac
https://sourceforge.net/tracker2/index.php?func=detail&aid=2526240&group_id=74339&atid=540676
|
16 years ago |
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 years ago |
hybrid
|
e3b373953b
Hmm, didn't save the last files before committing. So this is the actual test cases which runs through.
|
16 years ago |
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 years ago |
Rogerborg
|
dfc9db6ca1
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31490
|
16 years ago |
hybrid
|
9bc11201d5
Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc.
|
16 years ago |
hybrid
|
ace653f4fc
Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes.
|
16 years ago |