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-06 08:46:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
82ee48482184dd8280bd30849de2cb862f313b47
0ad
/
source
/
lib
/
sysdep
/
win
T
History
janwas
8aa0783b97
debug_putws was causing trouble on linux when mixing char and wchar_t writes to file. accordingly, have debug_wprintf do wchar->utf8 conversion (done there instead of in debug_putws because it's needed for the filtering logic as well) and call its char* equivalent and remove debug_putws.
...
This was SVN commit r2998.
2005-10-24 03:20:54 +00:00
..
error_dialog.h
…
error_dialog.rc
…
icon.rc
…
printf.cpp
…
printf.h
…
SDL_keysym.h
…
SDL_vkeys.h
…
waio.cpp
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00
waio.h
…
wcpu.cpp
…
wcpu.h
…
wdbg_sym.cpp
sdl: remove complicated mouse button check/workaround; that's now done in Interact.cpp (which makes the assumptions being tested)
2005-10-24 00:06:08 +00:00
wdbg.cpp
debug_putws was causing trouble on linux when mixing char and wchar_t writes to file. accordingly, have debug_wprintf do wchar->utf8 conversion (done there instead of in debug_putws because it's needed for the filtering logic as well) and call its char* equivalent and remove debug_putws.
2005-10-24 03:20:54 +00:00
wdbg.h
file_open: cleanup
2005-10-23 23:57:59 +00:00
wdetect.cpp
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00
wdir_watch.cpp
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00
wdll.cpp
…
wdll.h
…
wgl.h
…
win_internal.h
…
win.cpp
-move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness)
2005-10-19 03:06:54 +00:00
win.h
…
wposix_types.h
…
wposix.cpp
…
wposix.h
…
wpthread.cpp
…
wpthread.h
…
wsdl.cpp
CInput: swapped direction of mouse-wheel scrolling.
2005-10-14 21:59:08 +00:00
wsdl.h
sdl: remove complicated mouse button check/workaround; that's now done in Interact.cpp (which makes the assumptions being tested)
2005-10-24 00:06:08 +00:00
wsock.cpp
…
wsock.h
…
wtime.cpp
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00
wtime.h
…