This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-27 10:28:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9a22dc13512632d398c308642ccafdecc86756fc
0ad
/
source
/
lib
T
History
janwas
9a22dc1351
warning fixes
...
This was SVN commit r9088.
2011-03-21 11:55:49 +00:00
..
allocators
move cache detection into separate file.
2011-03-18 16:44:03 +00:00
external_libraries
…
file
Fix
#739
(test failures).
2011-02-24 00:32:38 +00:00
pch
sync with work - export app_hooks_update; add boost replacement FileExists and FileSize; avoid conflict with stdint.h;
2011-02-25 16:31:42 +00:00
posix
Delete rint/rintf emulation for Windows, since it got broken (the tests fail) and we don't use it any more
2011-03-04 23:16:04 +00:00
res
fix insidious OpenAL issue: the spec doesn't guarantee 0 isn't a valid source name => we need to use an out-of-band mechanism for specifying whether the source is valid.
2011-03-20 16:40:36 +00:00
sysdep
warning fixes
2011-03-21 11:55:49 +00:00
tests
…
tex
Fix
#712
(remove S3TC warning).
2011-02-25 01:28:46 +00:00
adts.h
Const-correctness
2011-02-20 20:42:54 +00:00
app_hooks.cpp
sync with work; fix compile error due to lack of boost/serialization in 0ad svn
2011-02-21 09:23:51 +00:00
app_hooks.h
sync with work - export app_hooks_update; add boost replacement FileExists and FileSize; avoid conflict with stdint.h;
2011-02-25 16:31:42 +00:00
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
…
byte_order.cpp
…
byte_order.h
…
cache_adt.h
…
code_annotation.h
…
code_generation.h
…
config2.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
sync with work. add u8_from_larger, sys_IsDebuggerPresent, wdll_main.h;
2011-03-11 16:29:27 +00:00
debug.h
…
fat_time.cpp
…
fat_time.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
glext_funcs.h
warning fixes
2011-03-21 11:55:49 +00:00
input.cpp
…
input.h
…
lib_api.h
…
lib_errors.cpp
…
lib_errors.h
…
lib.cpp
…
lib.h
sync with work. add u8_from_larger, sys_IsDebuggerPresent, wdll_main.h;
2011-03-11 16:29:27 +00:00
lockfree.cpp
…
lockfree.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
Fix Windows build.
2011-03-18 18:07:18 +00:00
ogl.h
…
path_util.cpp
…
path_util.h
sync with work - export app_hooks_update; add boost replacement FileExists and FileSize; avoid conflict with stdint.h;
2011-02-25 16:31:42 +00:00
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
…
secure_crt.h
…
self_test.cpp
…
self_test.h
…
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
Fix startup hang on OS X, caused by using timers before initialising them
2011-02-23 09:19:41 +00:00
timer.h
…
types.h
…
utf8.cpp
…
utf8.h
…
wsecure_crt.cpp
…