0ad/source/lib
janwas 1d57c77aed greatly simplified (1500 -> 1000 lines) by stripping out previous overly complicated caching mechanism.
will replace with new, simpler cache that only stores temp buffers for
first and last block when reading from ZIp (everything else is covered
by handle manager cache)

This was SVN commit r848.
2004-07-31 02:02:44 +00:00
..
res greatly simplified (1500 -> 1000 lines) by stripping out previous overly complicated caching mechanism. 2004-07-31 02:02:44 +00:00
sysdep aiocb buf field is now volatile void* to bring in line with linux 2004-07-31 01:50:54 +00:00
adts.cpp fix for vc7 (incomplete type in container). also some updates to vfs 2004-05-08 01:11:51 +00:00
adts.h gcc warning fixes 2004-07-11 12:49:44 +00:00
config.h Don't bother looking for memory leaks in 'testing' builds 2004-07-22 13:25:01 +00:00
cpu.h fixed HT detect (thanks to philip for testing) 2004-06-23 13:45:50 +00:00
detect.cpp split stuff out into cpu, os, gfx interfaces 2004-06-19 14:45:04 +00:00
detect.h split stuff out into cpu, os, gfx interfaces 2004-06-19 14:45:04 +00:00
gfx.h more L4 warnings stomped 2004-06-22 13:22:46 +00:00
glext_funcs.h removed NV_VAR stuff (it's obsolete and non-portable) 2004-07-12 14:20:33 +00:00
input.cpp Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code. 2004-07-20 19:30:35 +00:00
input.h better interface (constants for event handler return value, instead of "what does it do again" bool) 2004-06-24 14:05:39 +00:00
lib.cpp add log2 2004-06-19 14:43:31 +00:00
lib.h Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc. 2004-07-24 14:04:40 +00:00
memcpy.cpp newline stomper and fixed warnings 2004-06-11 02:14:18 +00:00
oal.cpp no message 2004-07-28 12:05:51 +00:00
oal.h helper functions/header for openal 2004-07-28 11:34:40 +00:00
ogl.cpp Allow access to GL extension list 2004-07-19 19:04:17 +00:00
ogl.h Allow access to GL extension list 2004-07-19 19:04:17 +00:00
os.h split stuff out into cpu, os, gfx interfaces 2004-06-19 14:45:04 +00:00
posix.h big merge goes linux! ; ) 2004-03-04 20:36:31 +00:00
precompiled.cpp Linux/GCC compat, a few newlines at end of file, minor changes 2004-06-02 15:31:55 +00:00
precompiled.h VC2005 fix 2004-07-20 11:08:47 +00:00
sdl.h removed endian.* and rolled it into (w)sdl 2004-05-31 12:21:14 +00:00
timer.cpp Non-PCH header fix 2004-07-07 19:40:20 +00:00
timer.h the big merge (tm). see forum post for changes made. 2004-03-02 23:56:51 +00:00
types.h newline stomper and fixed warnings 2004-06-11 02:14:18 +00:00