1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 00:39:59 +00:00
OpenMW/apps/opencs
2014-12-05 03:59:16 +11:00
..
model Use float for setting skill use values. Should resolve bug #2183. 2014-12-05 03:59:16 +11:00
view Use float for setting skill use values. Should resolve bug #2183. 2014-12-05 03:59:16 +11:00
CMakeLists.txt Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application. 2014-12-01 06:44:12 +11:00
editor.cpp Move the destruction of global resources, being used by multiple documents, to the editor. 2014-12-01 14:08:27 +11:00
editor.hpp Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application. 2014-12-01 06:44:12 +11:00
main.cpp