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-10 11:37:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
498d58ee61a51160808464c8ccd497309e2dc163
0ad
/
source
/
lib
/
sysdep
/
win
T
History
Ykkrosh
08921f56b4
Moved icon, so that compilation doesn't depend on anything in 'binaries'
...
This was SVN commit r2155.
2005-04-20 20:18:20 +00:00
..
assert_dlg.h
Made icon implementation less bad, so that it doesn't conflict with ScEd
2005-03-27 14:03:30 +00:00
assert_dlg.rc
Made icon implementation less bad, so that it doesn't conflict with ScEd
2005-03-27 14:03:30 +00:00
icon.rc
Moved icon, so that compilation doesn't depend on anything in 'binaries'
2005-04-20 20:18:20 +00:00
printf.cpp
…
printf.h
…
SDL_keysym.h
…
SDL_vkeys.h
…
waio.cpp
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
waio.h
…
wcpu.cpp
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
wdbg.cpp
ScEd: Added unit deletion. Made zoom less frustrating. Let >2 players work.
2005-04-03 05:02:00 +00:00
wdbg.h
…
wdetect.cpp
hopefully fixed bug
#57
(limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit.
2005-04-19 17:07:05 +00:00
wdir_watch.cpp
…
wdll.cpp
…
wdll.h
…
wgl.h
…
win_internal.h
…
win.cpp
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
win.h
…
wposix_types.h
…
wposix.cpp
wposix: seriously speed up mounting by removing hand-brake (i.e. checking file system name in every stat() ) call. thanks to philip for reporting the problem!
2005-03-30 23:49:50 +00:00
wposix.h
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
wpthread.cpp
pthread: add pthread_once and thread-local storage
2005-04-09 22:26:48 +00:00
wpthread.h
pthread: add pthread_once and thread-local storage
2005-04-09 22:26:48 +00:00
wsdl.cpp
config: console alternate key=f9 (not f12, because that triggers a breakpoint in VC)
2005-03-20 15:45:52 +00:00
wsdl.h
…
wsock.cpp
…
wsock.h
…
wtime.cpp
detect: add posix.h so _SC_* defines are visible (enables mem detect)
2005-03-27 17:24:57 +00:00
wtime.h
…