0ad/source
janwas 98770fa4cc # fix race conditions in ModuleInit and related cleanup.
CAS: uintptr_t->intptr_t to allow use of both cpu_CAS and cpu_AtomicAdd
topology: remove non-thread safe caching, expose ApicIds, use ModuleInit
x86_x64: use ModuleInit instead of unsafe static flags; zero-init regs
instead of just setting ecx
ModuleInitState now holds the LibError returned by the init callback (so
that the second init doesn't appear to succeed despite the first
failing)
wnuma: cleanup, add ACPI SLIT relative distance detection

This was SVN commit r7741.
2010-07-12 12:57:58 +00:00
..
collada VC2010 fix 2010-07-11 22:52:09 +00:00
graphics Handle disconnections better. 2010-07-06 19:54:17 +00:00
gui Add basic help page into the main menu. 2010-07-07 21:47:31 +00:00
i18n MSVC warning fixes 2010-05-25 19:12:00 +00:00
lib # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
maths Fix lossy fixed<->jsval conversion. 2010-07-04 19:47:31 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network Fix non-PCH builds 2010-07-07 10:39:41 +00:00
pch MSVC warning 'fix' 2010-04-19 21:57:56 +00:00
ps Windows fixes 2010-07-07 22:23:18 +00:00
renderer less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module 2010-07-04 10:15:53 +00:00
scripting # Refactored the networking code, and redesigned the game setup screen. 2010-06-30 21:41:04 +00:00
scriptinterface Disable visible logging of network messages 2010-07-06 20:31:05 +00:00
simulation # Support alt+enter to toggle fullscreen mode. Make game window resizable. 2010-06-03 19:07:59 +00:00
simulation2 C++0x compatibility (fix narrowing conversions in initialisers; avoid ambiguity with std::next) 2010-07-11 22:40:17 +00:00
sound less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module 2010-07-04 10:15:53 +00:00
tools C++0x compatibility (fix narrowing conversions in initialisers; avoid ambiguity with std::next) 2010-07-11 22:40:17 +00:00
contributors.txt Update source contributors list (see #472) 2010-04-14 10:29:14 +00:00
main.cpp Add basic help page into the main menu. 2010-07-07 21:47:31 +00:00
test_setup.cpp Fix missing includes 2010-01-10 11:31:31 +00:00