1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 22:19:54 +00:00
openmw-tes3mp/apps/openmw
Alexander "Ace" Olofsson b085c09f86 Fix windows builds
Can't instantiate a container (at least with MSVC) without knowing the exact size of the object being stored, forward-declares only work with pointers.
I couldn't see a simple way to remove the forward declare, so pointers and memory management it is.
2015-11-30 13:36:15 +01:00
..
mwbase Play player sounds (except footsteps) local to the listener 2015-11-27 02:01:18 -08:00
mwclass Treat the sound offset as the offset in seconds 2015-11-27 02:01:17 -08:00
mwdialogue Apply 27e669296e (locale-unaware tolower) to more code 2015-11-30 00:38:52 +01:00
mwgui Apply 27e669296e (locale-unaware tolower) to more code 2015-11-30 00:38:52 +01:00
mwinput Remove unused setting 2015-11-23 03:26:21 +01:00
mwmechanics Merge remote-tracking branch 'scrawl/ltex' 2015-11-28 09:51:57 +01:00
mwphysics Use a single-precision PositionAttitudeTransform in speed critical places 2015-11-22 19:54:26 +01:00
mwrender Don't crash when Water_SurfaceFrameCount is 0 2015-11-30 00:41:26 +01:00
mwscript Use a single-precision PositionAttitudeTransform in speed critical places 2015-11-22 19:54:26 +01:00
mwsound Fix windows builds 2015-11-30 13:36:15 +01:00
mwstate Cache CellId 2015-11-26 23:56:32 +01:00
mwworld Fix applying of weather changes after serving a jail sentence 2015-11-28 17:57:35 +01:00
android_commandLine.cpp Fix tab indentations in apps/ and components/ 2015-09-16 20:45:37 +02:00
android_commandLine.h Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
android_main.c Revert "Merge remote-tracking branch 'sandstranger/opengles'" 2015-11-25 19:22:48 +01:00
CMakeLists.txt Don't link against unnecessary OSG libraries 2015-11-29 19:56:43 +01:00
crashcatcher.cpp Revert debce0fb80, use a sleep() to work around the X11 bug 2015-11-28 05:42:05 +01:00
doc.hpp doc.hpp fix 2015-06-04 01:30:16 +02:00
engine.cpp Improve path conversions 2015-11-26 17:15:28 +01:00
engine.hpp Refactor: InputManager no longer depends on Engine 2015-11-14 03:01:24 +01:00
main.cpp Revert "Merge remote-tracking branch 'sandstranger/opengles'" 2015-11-25 19:22:48 +01:00