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
139c48e7333669daec10a7255cf397d9853c8ced
0ad
/
source
/
lib
T
History
prefect
fb115d19b9
Fix compilation with g++
...
This was SVN commit r3094.
2005-11-05 23:03:55 +00:00
..
res
document DynArray and add self-test. fix 2 tiny little bugs.
2005-11-03 00:42:37 +00:00
sysdep
Fix compilation with g++
2005-11-05 23:03:55 +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
…
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
…
detect.h
…
glext_funcs.h
Fix wgl extension function pointers (I hope). Thanks for pointing it out, Philipp.
2005-10-30 01:51:16 +00:00
input.cpp
…
input.h
…
lf_alloc.cpp
…
lib.cpp
…
lib.h
…
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
Fix wgl extension function pointers (I hope). Thanks for pointing it out, Philipp.
2005-10-30 01:51:16 +00:00
ogl.h
Fix wgl extension function pointers (I hope). Thanks for pointing it out, Philipp.
2005-10-30 01:51:16 +00:00
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
…