This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-11 09:36:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3a847732b4
OpenMW
/
apps
/
opencs
/
view
/
render
History
Marc Zinnschlag
f771b95a15
Merge remote-tracking branch 'cc9cii/master'
2014-12-04 20:04:19 +01:00
..
cell.cpp
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
cell.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
editmode.cpp
editmode.hpp
elements.hpp
lighting.cpp
lighting.hpp
lightingbright.cpp
lightingbright.hpp
lightingday.cpp
lightingday.hpp
lightingnight.cpp
lightingnight.hpp
mousestate.cpp
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
mousestate.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
navigation1st.cpp
navigation1st.hpp
navigation.cpp
navigation.hpp
navigationfree.cpp
navigationfree.hpp
navigationorbit.cpp
navigationorbit.hpp
object.cpp
Do not delete physics objects if it was never created (e.g. preview window)
2014-12-01 10:07:02 +11:00
object.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
overlaymask.cpp
overlaymask.hpp
overlaysystem.cpp
overlaysystem.hpp
pagedworldspacewidget.cpp
Merge remote-tracking branch 'cc9cii/master'
2014-12-04 20:04:19 +01:00
pagedworldspacewidget.hpp
disable element visibility buttons that do not apply to the respective cell type
2014-12-02 11:17:39 +01:00
previewwidget.cpp
Another missed null shared_ptr conversion for gcc.
2014-12-01 09:41:03 +11:00
previewwidget.hpp
scenewidget.cpp
scenewidget.hpp
terrainstorage.cpp
terrainstorage.hpp
textoverlay.cpp
textoverlay.hpp
unpagedworldspacewidget.cpp
Merge remote-tracking branch 'cc9cii/master'
2014-12-04 20:04:19 +01:00
unpagedworldspacewidget.hpp
disable element visibility buttons that do not apply to the respective cell type
2014-12-02 11:17:39 +01:00
worldspacewidget.cpp
Merge remote-tracking branch 'cc9cii/master'
2014-12-04 20:04:19 +01:00
worldspacewidget.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