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-08 10:06:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ca0e691710245fb2aa27079754742cebb0eb062
0ad
/
source
/
lib
/
sysdep
/
win
T
History
janwas
72e730be3a
minor improvements / commenting
...
This was SVN commit r1098.
2004-09-02 02:47:11 +00:00
..
assert_dlg.h
…
assert_dlg.rc
…
dbghelp_funcs.h
…
printf.cpp
A few log categories
2004-08-15 20:57:31 +00:00
printf.h
Added vsnprintf2, a wrapper around vsnprintf to make it more gcc-like (allowing %lld, %1$d, etc)
2004-08-09 15:44:35 +00:00
SDL_keysym.h
…
SDL_vkeys.h
…
waio.cpp
no longer require aiocb to be zeroed (real aio doesn't).
2004-08-17 13:40:55 +00:00
waio.h
no longer require aiocb to be zeroed (real aio doesn't).
2004-08-17 13:40:55 +00:00
wcpu.cpp
fix include path
2004-07-31 19:47:40 +00:00
wdbg.cpp
move some win-specific debug calls here (implements sysdep/debug)
2004-08-05 19:21:16 +00:00
wdbg.h
…
wdetect.cpp
…
wdir_watch.cpp
re-enable warning when ReadDirectoryChanges fails (underlying problem solved)
2004-08-11 23:25:09 +00:00
wdll.cpp
…
wdll.h
…
wgl.h
…
win_internal.h
more explanation of auto-init system
2004-09-02 02:46:50 +00:00
win.cpp
more explanation of auto-init system
2004-09-02 02:46:50 +00:00
win.h
…
wposix.cpp
minor improvements / commenting
2004-09-02 02:47:11 +00:00
wposix.h
had a look at mmap() due to gamedev post. cleaned it up; now bulletproof and armor-plated (I hope :)).
2004-08-27 00:29:46 +00:00
wsdl.cpp
fix init segment names (must not be A or Z); see meeting log, 2004-08-28
2004-08-28 17:34:06 +00:00
wsdl.h
…
wsock.cpp
fix init segment names (must not be A or Z); see meeting log, 2004-08-28
2004-08-28 17:34:06 +00:00
wsock.h
Fixed calling convention for IPv6 function pointers
2004-08-16 18:13:22 +00:00
wtime.cpp
fix init segment names (must not be A or Z); see meeting log, 2004-08-28
2004-08-28 17:34:06 +00:00
wtime.h
…