0ad/source/tools/atlas/GameInterface
janwas 22e4d2fd98 # win/macosx compat, add hooks to disable OpenGL feature usage
config: add 2 parameters to allow disabling s3tc/auto mipmap gen
wpthread: add support for named semaphores (required for macosx compat)
openal, ogghack: remove direct use of __APPLE__ macro (replace with
OS_MACOSX)
GraphicsSetupHandlers.cpp: fix incorrect usage of OS_ macros (they're
always defined, so the test should be if their value is != 0)

This was SVN commit r5316.
2007-09-02 21:44:56 +00:00
..
Handlers # win/macosx compat, add hooks to disable OpenGL feature usage 2007-09-02 21:44:56 +00:00
ActorViewer.cpp # SwEng 2007-05-02 12:07:08 +00:00
ActorViewer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Brushes.cpp Atlas: Ported terrain texture selection panel to JS. Removed textual labels on each texture. 2007-06-14 12:11:22 +00:00
Brushes.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CommandProc.cpp # Fixes for GCC 2006-11-29 23:37:10 +00:00
CommandProc.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
DeltaArray.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GameLoop.cpp wxJS: Added wxSpinCtrl. Added wxWindow::DestroyChildren. 2007-06-10 23:15:14 +00:00
GameLoop.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
InputProcessor.cpp # SwEng 2007-05-02 12:07:08 +00:00
InputProcessor.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MessagePasser.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MessagePasserImpl.cpp Use one semaphore for the process's lifetime, for efficiency. 2007-09-02 21:16:23 +00:00
MessagePasserImpl.h Use one semaphore for the process's lifetime, for efficiency. 2007-09-02 21:16:23 +00:00
Messages.h Atlas: Ported terrain texture selection panel to JS. Removed textual labels on each texture. 2007-06-14 12:11:22 +00:00
MessagesSetup.h Atlas: Ported terrain texture selection panel to JS. Removed textual labels on each texture. 2007-06-14 12:11:22 +00:00
Misc.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
Register.cpp #bugfixes 2007-05-11 13:11:25 +00:00
Shareable.h Updates for OS X and gcc 4.0 compatibility. 2007-09-02 16:50:20 +00:00
SharedMemory.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SharedTypes.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SimState.cpp Atlas: Fixes for compiler warnings and UI layout issues on Windows. Fixed territory updates when deleting units. 2007-06-14 15:42:24 +00:00
SimState.h Atlas: Fixes for compiler warnings and UI layout issues on Windows. Fixed territory updates when deleting units. 2007-06-14 15:42:24 +00:00
View.cpp Fixed #186 (problems with entity deletion in Atlas). 2007-06-10 19:00:25 +00:00
View.h fix very very insidious bug with mapping physical memory (TLB corruption). fix weirdness reported by michael (underlying cause: using cpu_ClockFrequency instead of wcpu_*; that made the timer run at freq=0) 2007-06-12 23:29:27 +00:00