1
0
forked from 0ad/0ad
0ad/source/maths
Ykkrosh 22dd4dd67b Entities: Removed Tag attribute; it is taken from the filename instead. Made entity XML files be loaded on demand. Probably stopped crash when maps contain non-existent entities. Fixed a few bugs in entity definitions.
Maps: Stored non-entity objects in XML instead of PMP, for easier manual
editing. Updated existing maps to newest format, so that they can still
work. Added undocumented _rewriteMaps() JS function. Also renamed _mem
to vmem, and reclassified its undocumentedness as unintentional, since
it's reasonably useful.
Loader: added NonprogressiveLoad function, for ScEd/_rewriteMaps/etc
which don't care about progressiveness.
main.cpp: re-enabled vfs_display, since it doesn't crash now
Vector3D: stopped warning

This was SVN commit r2078.
2005-03-29 20:50:04 +00:00
..
scripting Entities: Removed Tag attribute; it is taken from the filename instead. Made entity XML files be loaded on demand. Probably stopped crash when maps contain non-existent entities. Fixed a few bugs in entity definitions. 2005-03-29 20:50:04 +00:00
Bound.cpp Optimised game-loading, by not reading terrain textures or calculating bounding boxes when not necessary; maps load about twenty seconds faster (at least in Debug mode). Also fixed possible minor bug (FLT_MIN vs -FLT_MAX) and other trivial things. 2005-02-09 23:19:48 +00:00
Bound.h Optimised game-loading, by not reading terrain textures or calculating bounding boxes when not necessary; maps load about twenty seconds faster (at least in Debug mode). Also fixed possible minor bug (FLT_MIN vs -FLT_MAX) and other trivial things. 2005-02-09 23:19:48 +00:00
MathUtil.cpp newline stomper and fixed warnings 2004-06-11 02:14:18 +00:00
MathUtil.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
Matrix3D.cpp Optimised a couple of functions to save ~1.5 secs when loading ScEd 2005-01-10 22:05:38 +00:00
Matrix3D.h ran everything though mark's newline stomper. 2004-05-30 00:46:58 +00:00
Plane.cpp MiniMap GCC and crash bug fix as well as some miscellany 2005-02-02 17:03:37 +00:00
Plane.h MiniMap GCC and crash bug fix as well as some miscellany 2005-02-02 17:03:37 +00:00
Quaternion.cpp Minor additional functionality. 2004-10-06 18:45:59 +00:00
Quaternion.h Minor additional functionality. 2004-10-06 18:45:59 +00:00
Vector3D.cpp Optimised game-loading, by not reading terrain textures or calculating bounding boxes when not necessary; maps load about twenty seconds faster (at least in Debug mode). Also fixed possible minor bug (FLT_MIN vs -FLT_MAX) and other trivial things. 2005-02-09 23:19:48 +00:00
Vector3D.h Optimised game-loading, by not reading terrain textures or calculating bounding boxes when not necessary; maps load about twenty seconds faster (at least in Debug mode). Also fixed possible minor bug (FLT_MIN vs -FLT_MAX) and other trivial things. 2005-02-09 23:19:48 +00:00
Vector4D.h Moved from terrain directory. 2004-05-29 20:53:40 +00:00