0ad/source/maths
janwas 9662666403 more string drudgery
- sprintf, snprintf -> sprintf_s (ensures 0-termination of result)
- use %s instead of %hs with sprintf_s to avoid GCC warnings
- convert h_mgr's to_string to unicode

This was SVN commit r7170.
2009-11-06 10:59:10 +00:00
..
scripting more string drudgery 2009-11-06 10:59:10 +00:00
tests Add GPL header 2009-04-18 17:00:33 +00:00
Bound.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Bound.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Brush.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Brush.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
MathUtil.h Add GPL header 2009-04-18 17:00:33 +00:00
Matrix3D.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Matrix3D.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Noise.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Noise.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
NUSpline.cpp Add GPL header 2009-04-18 17:00:33 +00:00
NUSpline.h Add GPL header 2009-04-18 17:00:33 +00:00
Plane.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Plane.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Quaternion.cpp fix relics of GPL comment insertion (removing empty description comments and in some cases adding new file descriptions) 2009-05-03 11:47:38 +00:00
Quaternion.h fix relics of GPL comment insertion (removing empty description comments and in some cases adding new file descriptions) 2009-05-03 11:47:38 +00:00
Vector2D.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Vector3D.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Vector3D.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Vector4D.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00