1
0
forked from 0ad/0ad
0ad/source
janwas b4cf155040 # fix 2 problems with self-test on linux (lock-free init and path separator test)
fixes #159
fixes #160

lib: add moduleInit helpers (centralizes a bit of code and saves typing;
sorry for the recompile)
path_util: allow '\\' as separator (see rationale there)
lockfree.cpp: use moduleInit, no longer rely on type/value of
pthread_key_t (which was a hack)

This was SVN commit r4635.
2006-11-11 17:46:41 +00:00
..
graphics # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
gui # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
i18n Actor Viewer: Added controls for wireframe, background colour, move-when-walking. Reduced CPU usage when 'playing' things with no animation. 2006-09-26 01:44:20 +00:00
lib # fix 2 problems with self-test on linux (lock-free init and path separator test) 2006-11-11 17:46:41 +00:00
maths GCC compatibility (fixed CStr.h case, got rid of a few warnings) 2006-10-20 01:06:43 +00:00
network GCC compatibility (fixed CStr.h case, got rid of a few warnings) 2006-10-20 01:06:43 +00:00
pch # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
ps # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
renderer Avoid some warnings on GCC 2006-11-07 13:28:03 +00:00
scripting # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
simulation Renamed ore to metal in C++. 2006-10-26 22:01:26 +00:00
sound GCC compatibility (fixed CStr.h case, got rid of a few warnings) 2006-10-20 01:06:43 +00:00
tools # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
main.cpp More minimap fixes on game restart (recalculate everything because the map size might have changed). 2006-10-08 03:28:22 +00:00