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
e56f8341dc9c82c0139af3768652672c7ca01ef2
0ad
/
source
/
lib
T
History
janwas
7fa2770203
tex_dds now supports uncompressed images. also armor-plated the loader and split up decompression vs dds format code.
...
This was SVN commit r3032.
2005-10-27 00:51:30 +00:00
..
res
tex_dds now supports uncompressed images. also armor-plated the loader and split up decompression vs dds format code.
2005-10-27 00:51:30 +00:00
sysdep
debug_putws was causing trouble on linux when mixing char and wchar_t writes to file. accordingly, have debug_wprintf do wchar->utf8 conversion (done there instead of in debug_putws because it's needed for the filtering logic as well) and call its char* equivalent and remove debug_putws.
2005-10-24 03:20:54 +00:00
adts.cpp
…
adts.h
…
allocators.cpp
file_open: cleanup
2005-10-23 23:57:59 +00:00
allocators.h
file_open: cleanup
2005-10-23 23:57:59 +00:00
app_hooks.cpp
app_hooks.cpp: Remove "inline" from ah_xyz functions (gcc doesn't export
2005-10-24 01:43:37 +00:00
app_hooks.h
g++ compilation fixes.
2005-10-21 18:32:16 +00:00
byte_order.cpp
…
byte_order.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
ogl, h_mgr: tag-ified debug_printf string for use with new filter
2005-10-24 17:38:22 +00:00
debug.h
ogl, h_mgr: tag-ified debug_printf string for use with new filter
2005-10-24 17:38:22 +00:00
detect.cpp
…
detect.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lf_alloc.cpp
…
lib.cpp
…
lib.h
…
lockfree.cpp
…
lockfree.h
…
mmgr.cpp
…
mmgr.h
…
nommgr.h
…
ogl.cpp
ogl, h_mgr: tag-ified debug_printf string for use with new filter
2005-10-24 17:38:22 +00:00
ogl.h
…
posix_types.h
…
posix.h
…
precompiled.cpp
…
precompiled.h
…
sdl.h
sdl: remove complicated mouse button check/workaround; that's now done in Interact.cpp (which makes the assumptions being tested)
2005-10-24 00:06:08 +00:00
self_test.cpp
…
self_test.h
…
string_s.cpp
…
string_s.h
…
timer.cpp
…
timer.h
…
types.h
…
wstring_s.cpp
…