1
0
forked from 0ad/0ad
0ad/source/lib
janwas 7bb375ac69 completed support for writing files (hopefully). now adds them to the VFS tree.
also removed VFS file open flags, used file.h flags instead

This was SVN commit r632.
2004-07-05 02:32:43 +00:00
..
res completed support for writing files (hopefully). now adds them to the VFS tree. 2004-07-05 02:32:43 +00:00
sysdep S_* flags in sys/stat are wrong! spent quite a while searching for this problem. disassembly reports S_IWRITE is 0x80, header says 0x100. 2004-07-05 02:29:21 +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 fixed sneaky iterator bug: when ring buffer full, begin() was equal to end() 2004-06-27 01:42:17 +00:00
config.h Slightly nicer control of debugging memory allocators 2004-06-30 16:06:05 +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 Miscellaneous gcc fixes 2004-06-18 18:56:10 +00:00
input.cpp better interface (constants for event handler return value, instead of "what does it do again" bool) 2004-06-24 14:05:39 +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 Headers for non-PCH 2004-06-28 15:34:10 +00:00
memcpy.cpp newline stomper and fixed warnings 2004-06-11 02:14:18 +00:00
ogl.cpp oglPrintError now outputs to debug output window 2004-06-15 02:43:56 +00:00
ogl.h _WIN32 ifdefs around wglext.h include 2004-06-09 13:46:39 +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 no change, fixed conflict with local version (i have the debug new stuff commented out, because it conflicts with BC) 2004-07-02 03:02:40 +00:00
sdl.h removed endian.* and rolled it into (w)sdl 2004-05-31 12:21:14 +00:00
timer.cpp nice new timeSinceLastFrame filter, stable yet responsive. useful for interpolating stuff and of course for FPS. 2004-07-02 03:04:55 +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