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-19 08:16:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
724d072b1f84bedf4ebb3363d17047005cfcab4e
0ad
/
source
/
lib
/
sysdep
/
unix
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
..
dir_watch_fam.cpp
Linux/GCC Compat, added some includes, ported inline assembly stuff to gnu syntax (and misc. cleanup in ia32.cpp)
2005-09-12 23:37:52 +00:00
udbg.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
udbg.h
…
unix.cpp
Hardware cursor isn't implemented for X.
2005-09-29 21:48:04 +00:00
unix.h
…
x.cpp
New terrain properties stuff, gcc compatability and updated unix debugging stuff
2005-08-07 21:58:36 +00:00