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-23 19:46:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c93db6d057fa7006000c681d340626d08ea05032
0ad
/
source
/
lib
T
History
Ykkrosh
c93db6d057
Fix some GCC warnings
...
This was SVN commit r7067.
2009-08-02 19:52:31 +00:00
..
allocators
Fix some GCC warnings
2009-07-28 16:59:19 +00:00
external_libraries
Fix detection of OpenAL string type (
closes
#268
)
2009-07-18 00:30:27 +00:00
file
Fix some GCC warnings
2009-08-02 19:52:31 +00:00
posix
…
res
# hopefully fix sound error when exiting
2009-07-21 18:13:01 +00:00
sysdep
# hopefully support non-admin accounts and unwritable directories by moving output folders to home/appdata
2009-08-02 11:07:42 +00:00
tests
Fix GCC type warnings
2009-07-27 18:30:22 +00:00
tex
…
adts.h
# fix warnings and 64-bit bugs in headerless.cpp (workspace update required)
2009-07-16 23:53:46 +00:00
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
# fix warnings and 64-bit bugs in headerless.cpp (workspace update required)
2009-07-16 23:53:46 +00:00
byte_order.cpp
…
byte_order.h
…
cache_adt.h
…
code_annotation.h
…
config2.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
philip correctly points out that local static init from constants isn't thread-safe, and we shouldn't rely on the compiler moving variables to BSS if their constant initializer is 0.
2009-07-31 17:48:45 +00:00
debug.h
…
fat_time.cpp
# fix warnings and 64-bit bugs in headerless.cpp (workspace update required)
2009-07-16 23:53:46 +00:00
fat_time.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lib_api.h
…
lib_errors.cpp
…
lib_errors.h
Fix some GCC -Wextra warnings
2009-07-27 18:32:59 +00:00
lib.cpp
…
lib.h
…
lockfree.cpp
…
lockfree.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
…
ogl.h
…
os_path.h
…
path_util.cpp
# groundwork for separated data/cache etc. directories (XDG)
2009-08-01 19:37:38 +00:00
path_util.h
# groundwork for separated data/cache etc. directories (XDG)
2009-08-01 19:37:38 +00:00
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
add missing vswprintf_s for non-Windows platforms
2009-08-01 12:14:39 +00:00
secure_crt.h
Fix reported build error
2009-08-01 15:34:18 +00:00
self_test.cpp
…
self_test.h
…
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
Fix timer configuration: clock_gettime uses timespec, gettimeofday uses timeval.
2009-07-18 01:55:26 +00:00
timer.h
…
types.h
…
wsecure_crt.cpp
…