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-18 23:55:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8e16010d3efb771c4872c8eb0245cecfa07d0f32
0ad
/
source
/
lib
/
sysdep
/
win
T
History
janwas
621f710724
much more efficient: watches entire subtrees instead of single directories (=> mount time and memory usage significantly reduced). buffer size smaller.
...
This was SVN commit r1946.
2005-02-27 14:37:06 +00:00
..
assert_dlg.h
…
assert_dlg.rc
Made invalid-attempt-to-get-player errors less subtle. Word-wrapping in assert2 dialog box.
2005-01-29 00:11:50 +00:00
printf.cpp
…
printf.h
…
SDL_keysym.h
…
SDL_vkeys.h
…
waio.cpp
…
waio.h
…
wcpu.cpp
…
wdbg.cpp
mmgr.h: slightly better comments / spacing
2005-02-08 21:08:00 +00:00
wdbg.h
again hooked up 0ad exception handler (pending cleanup of the exception code)
2005-01-28 19:11:30 +00:00
wdetect.cpp
…
wdir_watch.cpp
much more efficient: watches entire subtrees instead of single directories (=> mount time and memory usage significantly reduced). buffer size smaller.
2005-02-27 14:37:06 +00:00
wdll.cpp
wdbg: fix crash when exiting abnormally (alt+f4) - was erasing elements from container while iterating through it
2005-01-28 18:16:51 +00:00
wdll.h
…
wgl.h
…
win_internal.h
MinGW fixes
2005-02-26 15:14:55 +00:00
win.cpp
win_internal: winnt version=0x0501 for HeapSetInformation (to enable LFH)
2005-02-02 03:26:38 +00:00
win.h
MinGW fixes
2005-02-26 15:14:55 +00:00
wposix_types.h
MinGW fixes
2005-02-26 15:14:55 +00:00
wposix.cpp
debug_resolve_symbol now tries to return information even if one step fails; output params are zeroed.
2005-01-30 16:08:14 +00:00
wposix.h
MinGW fixes
2005-02-26 15:14:55 +00:00
wpthread.cpp
add win_alloc, used by wpthread to allocate memory for critical sections (safe allocator that may be called at any time, even before _cinit and during static dtors)
2005-01-30 17:40:24 +00:00
wpthread.h
…
wsdl.cpp
…
wsdl.h
…
wsock.cpp
wdbg: fix crash when exiting abnormally (alt+f4) - was erasing elements from container while iterating through it
2005-01-28 18:16:51 +00:00
wsock.h
…
wtime.cpp
…
wtime.h
…