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-26 07:28:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
10527b4551e9a55fb767ff433eb5d47e8ac810ca
0ad
/
source
/
lib
T
History
Ykkrosh
6f2eec3c2e
Fix warnings
...
This was SVN commit r10867.
2012-01-04 13:19:38 +00:00
..
adts
minor fixes
2011-12-28 11:21:05 +00:00
allocators
more minor fixes. rename uname.machine to x64 (less confusing than amd64)
2011-12-29 09:47:42 +00:00
external_libraries
Fix crash in GL_EXT_timer_query profiler
2011-12-28 22:00:52 +00:00
file
safely handle the case where an archive required for populating a directory cannot be opened (e.g. because it is open within 7-zip, which apparently wants exclusive access)
2011-11-29 16:51:58 +00:00
pch
Fix warnings
2012-01-04 13:19:38 +00:00
posix
…
res
Detect and fix printf signedness errors.
Fixes
#1086
,
#1087
.
2012-01-01 16:43:10 +00:00
sysdep
Fix warnings
2012-01-04 13:19:38 +00:00
tests
…
tex
…
alignment.h
…
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
…
byte_order.cpp
Avoid potential aliasing violation in endian functions
2011-10-25 14:02:50 +00:00
byte_order.h
…
code_annotation.h
…
code_generation.h
…
config2.h
by default, don't attempt to start the aken driver
2012-01-02 23:38:46 +00:00
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
sync with work - minor fixes
2011-12-19 11:55:30 +00:00
debug.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
input.cpp
…
input.h
…
lib_api.h
…
lib.cpp
…
lib.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
Detect and fix printf signedness errors.
Fixes
#1086
,
#1087
.
2012-01-01 16:43:10 +00:00
ogl.h
Fix missing symbols in old glext
2011-11-11 11:56:51 +00:00
os_path.h
…
path.cpp
…
path.h
instead of wcscasecmp, use std::string operator< (i.e. case-sensitive comparison)
2012-01-04 00:25:34 +00:00
pointer_typedefs.h
…
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
…
secure_crt.h
…
self_test.cpp
…
self_test.h
…
status.cpp
Detect and fix printf signedness errors.
Fixes
#1086
,
#1087
.
2012-01-01 16:43:10 +00:00
status.h
…
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
…
timer.h
sync with work:
2011-12-27 14:12:31 +00:00
types.h
…
utf8.cpp
…
utf8.h
…
wsecure_crt.cpp
…