dhewm3/neo
Daniel Gibson 105fdb0624 Fix dedicated server for Windows
* the OpenAL function definitions mustn't include __declspec(dllimport)
  => fixed by pretending to compile OpenAL statically
* glimp.cpp shouldn't be used in dedicated-only mode (as it was already
  the case on Linux and OSX)
  => No special handling for ID_DEDICATED needed in glimp.cpp, as it's not
   used anyway
* add APIENTRY to every gl function in stub_gl.cpp for compatibility
  with windows headers and MSVC
* remove GL/gl.h #include from win_local.h as it's not needed
* in qgl.h, when building dedicated server for windows, redefine WINGDIAPI
  to nothing for SDL_opengl.h #include to get rid off __declspec(dllimport)
  by using #pragma push_macro and pop_macro, because our stub is no dll.

Fixes https://github.com/dhewm/dhewm3/issues/39
2012-11-12 20:18:00 +01:00
..
cm Don't use long in CollisionModel_local.h 2012-06-28 13:02:46 +02:00
d3xp Fix several bugs from iodoom3 bugtracker 2012-07-20 21:08:04 +02:00
framework Add SDL2 support to framework/Common.cpp 2012-07-20 21:02:59 +02:00
game More logging cleanup 2012-07-20 00:12:55 +02:00
idlib Get rid of precompiled.[h|.cpp] 2012-07-20 00:12:58 +02:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Fix dedicated server for Windows 2012-11-12 20:18:00 +01:00
sound Fix dedicated server for Windows 2012-11-12 20:18:00 +01:00
sys Fix dedicated server for Windows 2012-11-12 20:18:00 +01:00
tools Disable editor related rendering 2012-07-20 00:13:05 +02:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Silence warnings for removed cvars in ChoiceWindow 2012-07-20 00:12:56 +02:00
CMakeLists.txt Fix dedicated server for Windows 2012-11-12 20:18:00 +01:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00