1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 09:45:33 +00:00
openmw-tes3mp/apps/opencs/view/render
cc9cii b920e1bde7 Support MSVC 2015. Tested(*) with updated dependencies:
- Microsoft Visual Studio Community 2015 Version 14.0.23107.0 D14REL
- Qt 5.5, commit 1d3966833b5f27fb262f2d3727557ef2c8947828
- SDL2 default branch, Changeset: 9834 (d3fa6d0d3793)
- Ogre default branch, Changeset: 8048 (19479be2c7c5)
- Boost 1.59, commit 9a02cf8eb34eb31f0858c223ce95319f103addfa
- OpenAL commit 8fa4f276f89985be44007ce166109837cbfd5763

(*) only tested compilation and startup of the each app
2015-08-12 06:50:22 +10:00
..
cell.cpp Silence -Wreorder warnings, and remove -Wno-reorder. 2015-05-21 22:46:44 -05:00
cell.hpp More Ogre + recent Boost build fixes 2015-01-27 21:07:26 +01:00
editmode.cpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
editmode.hpp added edit mode button to scene toolbar 2014-11-11 15:58:22 +01:00
elements.hpp new element visibility button icons 2014-11-28 09:14:02 +01:00
lighting.cpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
lighting.hpp added lighting switching 2014-03-23 15:14:26 +01:00
lightingbright.cpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
lightingbright.hpp added bright lighting mode 2014-03-26 18:29:15 +01:00
lightingday.cpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
lightingday.hpp added day lighting mode 2014-03-26 17:47:56 +01:00
lightingnight.cpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
lightingnight.hpp added night lighting mode 2014-03-26 17:59:42 +01:00
mousestate.cpp Support MSVC 2015. Tested(*) with updated dependencies: 2015-08-12 06:50:22 +10: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
navigation.cpp Fix cppcheck issues 2014-09-26 17:48:14 +02:00
navigation.hpp Fix cppcheck issues 2014-09-26 17:48:14 +02:00
navigation1st.cpp Fix for issue #2051. Not perfect (can get into a lock in some situations) but usable. 2014-11-12 14:02:08 +11:00
navigation1st.hpp rolling 2014-02-28 11:58:03 +01:00
navigationfree.cpp rolling 2014-02-28 11:58:03 +01:00
navigationfree.hpp rolling 2014-02-28 11:58:03 +01:00
navigationorbit.cpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
navigationorbit.hpp added orbit navigation mode 2014-03-01 14:15:04 +01:00
object.cpp one more potential 0-pointer fix 2015-01-15 15:00:16 +01:00
object.hpp Yet more warnings suppressed. 2015-03-14 12:42:46 +11:00
overlaymask.cpp Support MSVC 2015. Tested(*) with updated dependencies: 2015-08-12 06:50:22 +10:00
overlaymask.hpp Remove override (c++11) 2014-10-13 16:42:50 +11:00
overlaysystem.cpp fixed overlay singleton 2014-10-17 14:23:27 +02:00
overlaysystem.hpp fixed overlay singleton 2014-10-17 14:23:27 +02:00
pagedworldspacewidget.cpp Support MSVC 2015. Tested(*) with updated dependencies: 2015-08-12 06:50:22 +10: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 fixed some function names 2014-06-27 10:35:00 +02:00
scenewidget.cpp Multiple document support. 2014-11-01 18:57:39 +11:00
scenewidget.hpp Add function to cancel drag by pressing ESC. Remove debug code. 2014-11-03 21:24:47 +11:00
terrainstorage.cpp Implement terrain rendering in OpenCS (Fixes #1597) 2014-10-08 17:17:31 +02:00
terrainstorage.hpp Implement terrain rendering in OpenCS (Fixes #1597) 2014-10-08 17:17:31 +02:00
textoverlay.cpp Support MSVC 2015. Tested(*) with updated dependencies: 2015-08-12 06:50:22 +10:00
textoverlay.hpp Minor visual improvements. 2014-10-14 17:34:10 +11:00
unpagedworldspacewidget.cpp Add support to build with Qt5 (Task #2665) 2015-06-12 15:13:42 +02: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 Add support to build with Qt5 (Task #2665) 2015-06-12 15:13:42 +02: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