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-07-03 14:25:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
84e4e5aa1257f946b9fc8dc98341128ddb334c7a
0ad
/
source
/
lib
T
History
janwas
84e4e5aa12
POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :)
...
This was SVN commit r5300.
2007-08-25 16:32:00 +00:00
..
external_libraries
…
posix
…
res
check for invalid fade values (trying to track down AL_CHECK in vsrc_latch, called from snd_fade, which is most likely due to invalid gain)
2007-06-13 07:04:25 +00:00
sysdep
POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :)
2007-08-25 16:32:00 +00:00
tests
…
adts.h
…
allocators.cpp
fixes, documentation and cleanup.
2007-05-29 16:28:34 +00:00
allocators.h
fixes, documentation and cleanup.
2007-05-29 16:28:34 +00:00
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
…
byte_order.cpp
…
byte_order.h
…
cache_adt.h
…
code_annotation.h
# Linux ICC compatibility.
2007-06-01 00:34:36 +00:00
config.h
…
debug_stl.cpp
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
debug_stl.h
…
debug.cpp
fix very very insidious bug with mapping physical memory (TLB corruption). fix weirdness reported by michael (underlying cause: using cpu_ClockFrequency instead of wcpu_*; that made the timer run at freq=0)
2007-06-12 23:29:27 +00:00
debug.h
…
fnv_hash.cpp
…
fnv_hash.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lf_alloc.cpp
…
lib_errors.cpp
fixes, documentation and cleanup.
2007-05-29 16:28:34 +00:00
lib_errors.h
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
lib.cpp
…
lib.h
…
license.txt
…
lockfree.cpp
…
lockfree.h
…
mmgr.cpp
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
mmgr.h
…
module_init.cpp
fix warnings
2007-05-28 14:25:07 +00:00
module_init.h
…
nommgr.h
…
ogl.cpp
…
ogl.h
…
path_util.cpp
fix warnings
2007-05-28 14:25:07 +00:00
path_util.h
…
precompiled.cpp
…
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
Modified line 92 to
2007-08-09 16:12:46 +00:00
secure_crt.h
…
self_test.cpp
…
self_test.h
…
timer.cpp
fix very very insidious bug with mapping physical memory (TLB corruption). fix weirdness reported by michael (underlying cause: using cpu_ClockFrequency instead of wcpu_*; that made the timer run at freq=0)
2007-06-12 23:29:27 +00:00
timer.h
prevent crash if lib_error association code is called before _cinit (happens if there's a problem with whrt init).
2007-05-28 09:20:55 +00:00
types.h
…
wsecure_crt.cpp
…