mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
- 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. |
||
|---|---|---|
| .. | ||
| scripting | ||
| tests | ||
| Bound.cpp | ||
| Bound.h | ||
| Brush.cpp | ||
| Brush.h | ||
| MathUtil.h | ||
| Matrix3D.cpp | ||
| Matrix3D.h | ||
| Noise.cpp | ||
| Noise.h | ||
| NUSpline.cpp | ||
| NUSpline.h | ||
| Plane.cpp | ||
| Plane.h | ||
| Quaternion.cpp | ||
| Quaternion.h | ||
| Vector2D.h | ||
| Vector3D.cpp | ||
| Vector3D.h | ||
| Vector4D.h | ||