This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
c3fafdca999f15fd5c33cc32bb61cb39ce57d430
0ad
/
source
T
History
Ykkrosh
c3fafdca99
Added CStr::FindInsensitive
...
This was SVN commit r1479.
2004-12-09 16:54:02 +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
…
lib
cleaned up VFS after yesterday's new code;
2004-12-07 22:10:46 +00:00
maths
…
ps
Added CStr::FindInsensitive
2004-12-09 16:54:02 +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
…
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
…
tools
…
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
…