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-02 06:27:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3be2bfa7acf0fafe7ac65bd972c117d8838ee50c
0ad
/
source
/
lib
T
History
olsner
3be2bfa7ac
OSX implementation of rtl_AllocateAligned
...
This was SVN commit r6206.
2008-07-06 19:49:27 +00:00
..
allocators
Partly fixed Linux build
2008-07-01 20:18:05 +00:00
external_libraries
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
file
add cppdoc (and fix a warning in ogl_shader)
2008-07-05 18:46:12 +00:00
posix
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
res
add cppdoc (and fix a warning in ogl_shader)
2008-07-05 18:46:12 +00:00
sysdep
OSX implementation of rtl_AllocateAligned
2008-07-06 19:49:27 +00:00
tests
get rid of some instances of type punning (dangerous in the face of aliasing optimizations)
2008-06-28 17:51:18 +00:00
tex
size_t fixes
2008-06-28 18:50:32 +00:00
adts.h
…
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
…
config2.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
debug.h
…
fat_time.cpp
…
fat_time.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
timing-related fix (only occurs with certain timer resolutions due to incorrect arithmetic)
2008-07-05 08:27:33 +00:00
frequency_filter.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lib_api.h
Fixed annoying "unmatched '" warning on gcc
2008-06-28 17:18:33 +00:00
lib_errors.cpp
…
lib_errors.h
UINT_MAX -> ULONG_MAX to avoid truncating negative 64-bit values into positive 32-bit ones
2008-06-28 17:19:57 +00:00
lib.cpp
…
lib.h
…
license.txt
…
lockfree.cpp
…
lockfree.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
GL functions have stdcall convention on windows, so that needs to be included in the cast
2008-06-29 21:32:52 +00:00
ogl.h
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
os_path.h
…
path_util.cpp
…
path_util.h
…
precompiled.cpp
…
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
…
secure_crt.h
…
self_test.cpp
…
self_test.h
…
timer.cpp
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
timer.h
…
types.h
…
wsecure_crt.cpp
…