1
0
forked from 0ad/0ad
0ad/source
2004-12-09 16:57:21 +00:00
..
graphics less dependencies on res/res.h in headers (a bad thing) => less recompiles when I change vfs.h :) 2004-12-07 02:04:38 +00:00
gui Fixed Release-mode compilation 2004-12-09 16:09:58 +00:00
i18n Testing system for the i18n code, to make sure I don't break anything. (Now on CVS to make it less lonely.) 2004-09-17 17:49:12 +00:00
lib cleaned up VFS after yesterday's new code; 2004-12-07 22:10:46 +00:00
maths s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
ps Changed Xeromyces to care about the .xml's size/mtime rather than its contents (to avoid needing to load the .xml), and also to store that information in the .xmb's filename rather than inside the file (to avoid getting confused when rewriting files that are inside archives) 2004-12-09 16:57:21 +00:00
renderer less dependencies on res/res.h in headers (a bad thing) => less recompiles when I change vfs.h :) 2004-12-07 02:04:38 +00:00
scripting remove cout << "initialized" 2004-12-07 01:08:56 +00:00
simulation less dependencies on res/res.h in headers (a bad thing) => less recompiles when I change vfs.h :) 2004-12-07 02:04:38 +00:00
sound add JS sound binding interface rationale 2004-12-08 13:10:11 +00:00
tests add required precompiled header include 2004-12-01 06:52:39 +00:00
tools Restructuring 2004-12-05 17:59:29 +00:00
main.cpp added TIMER(name_of_block). it declares a scoped object that measures time between ctor and dtor, and is therefore perfect for measuring how long functions or basic blocks execute. used to gather results reported in "analysis: why is startup slow" thread. 2004-12-08 15:34:15 +00:00
ProgrammingSchedule.xls Some more verbose error reporting 2004-11-12 22:11:04 +00:00