This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
9cf709ff5aaa5932ab472f408e2bd439d2018f04
0ad
/
source
/
lib
T
History
janwas
c3e70463d7
UNREACHABLE now generates warning if hit in debug mode (as per philip's request - good idea :) )
...
This was SVN commit r3123.
2005-11-09 04:11:13 +00:00
..
res
document DynArray and add self-test. fix 2 tiny little bugs.
2005-11-03 00:42:37 +00:00
sysdep
remove /QIfist setting from premake (see previous commits).
2005-11-09 01:20:33 +00:00
adts.cpp
…
adts.h
…
allocators.cpp
document DynArray and add self-test. fix 2 tiny little bugs.
2005-11-03 00:42:37 +00:00
allocators.h
document DynArray and add self-test. fix 2 tiny little bugs.
2005-11-03 00:42:37 +00:00
app_hooks.cpp
…
app_hooks.h
…
byte_order.cpp
…
byte_order.h
…
config.h
ia32, sysdep: add float->int implementation and fallback version and self-test
2005-11-07 02:04:28 +00:00
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
2005-10-30 16:19:20 +00:00
debug.h
…
detect.cpp
ia32: remove _ceil, mark functions as being sysdep implementations; prefix fpucw constants with IA32 to avoid conflicts
2005-11-07 02:45:25 +00:00
detect.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lf_alloc.cpp
…
lib.cpp
…
lib.h
UNREACHABLE now generates warning if hit in debug mode (as per philip's request - good idea :) )
2005-11-09 04:11:13 +00:00
lockfree.cpp
…
lockfree.h
…
mmgr.cpp
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
2005-10-30 16:19:20 +00:00
mmgr.h
remove key- and mouse-state-clear code (previously called after alt+tab out). wsdl now takes care of this: by maintaining its own key array+sending up events for all currently down keys; and by capturing the mouse on each click.
2005-10-31 01:15:49 +00:00
nommgr.h
…
ogl.cpp
…
ogl.h
…
posix_types.h
…
posix.h
…
precompiled.cpp
…
precompiled.h
…
sdl.h
…
self_test.cpp
…
self_test.h
…
string_s.cpp
…
string_s.h
…
timer.cpp
…
timer.h
…
types.h
…
wstring_s.cpp
…