This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-01 20:23:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d29dd45237178cf7e66bf2ca86978990149641df
0ad
/
source
/
maths
T
History
Ykkrosh
d29dd45237
Fix compiling with Clang
...
This was SVN commit r7824.
2010-07-30 21:42:22 +00:00
..
scripting
Fix
#423
(Switch from CppDoc to Doxygen), based on patch from anr.
2010-07-29 15:55:41 +00:00
tests
Add fixed-point sin/cos, to fix OOS errors
2010-07-04 17:15:57 +00:00
Bound.cpp
…
Bound.h
…
Brush.cpp
…
Brush.h
…
Fixed.cpp
Add fixed-point sin/cos, to fix OOS errors
2010-07-04 17:15:57 +00:00
Fixed.h
Fix compiling with Clang
2010-07-30 21:42:22 +00:00
FixedVector2D.h
# Add auto-attacking of nearby enemies.
2010-07-29 20:39:23 +00:00
FixedVector3D.h
Switch everything to 15.16-bit precision fixeds, to allow more accurate unit vectors and angles.
2010-05-02 20:32:37 +00:00
MathUtil.h
Fix MSVC compiler warnings (replace most M_PI with (float)M_PI)
2010-03-26 19:04:40 +00:00
Matrix3D.cpp
…
Matrix3D.h
…
MD5.cpp
Force some byte-order functions to be inline.
2010-05-25 18:47:11 +00:00
MD5.h
Force some byte-order functions to be inline.
2010-05-25 18:47:11 +00:00
Noise.cpp
Fix MSVC compiler warnings (replace most M_PI with (float)M_PI)
2010-03-26 19:04:40 +00:00
Noise.h
…
NUSpline.cpp
…
NUSpline.h
…
Plane.cpp
Add some missing consts to arguments.
2010-07-25 14:10:46 +00:00
Plane.h
Add some missing consts to arguments.
2010-07-25 14:10:46 +00:00
Quaternion.cpp
Fix MSVC compiler warnings (replace most M_PI with (float)M_PI)
2010-03-26 19:04:40 +00:00
Quaternion.h
…
Sqrt.cpp
…
Sqrt.h
…
Vector2D.h
…
Vector3D.cpp
…
Vector3D.h
…
Vector4D.h
…