scrawl
|
bf9c62fa42
|
Fix for some coverity scan defects
|
2015-07-02 20:46:34 +02:00 |
|
scrawl
|
b90fc8ad92
|
Fix for various Viewer::frame calls resetting the simulationTime
|
2015-06-14 18:19:53 +02:00 |
|
scrawl
|
f70250a296
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
apps/launcher/CMakeLists.txt
apps/opencs/CMakeLists.txt
apps/opencs/view/render/worldspacewidget.cpp
apps/openmw/CMakeLists.txt
components/CMakeLists.txt
extern/osg-ffmpeg-videoplayer/CMakeLists.txt
|
2015-06-13 21:11:24 +02:00 |
|
scrawl
|
d4c45efb2b
|
Remove useless #undef's for windows now that we have NOMINMAX flag
|
2015-06-12 04:39:44 +02:00 |
|
scrawl
|
0330d3d61e
|
Restore the "transparent" loading screen
|
2015-06-07 21:21:57 +02:00 |
|
scrawl
|
f3cbe7b9da
|
Hide FPS widget since it currently doesn't work, use F3 instead
|
2015-06-07 19:38:59 +02:00 |
|
scrawl
|
e66e9916db
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/doc/document.cpp
apps/opencs/model/doc/document.hpp
|
2015-06-07 15:23:54 +02:00 |
|
Stanislav Bas
|
49512a2b57
|
Correct the explanation for the Console::acceptCommand()
|
2015-06-05 22:57:35 +03:00 |
|
Stanislav Bas
|
d2293867ba
|
Add the explanation to Console::acceptCommand()
|
2015-06-05 22:44:06 +03:00 |
|
Stanislav Bas
|
58e2d3711f
|
Reset Console editbox before command execution
|
2015-06-05 22:00:02 +03:00 |
|
Stanislav Bas
|
c40987338d
|
Scrollbars don't save their positions between openings
|
2015-06-04 23:09:40 +03:00 |
|
scrawl
|
30ab15e605
|
Fix -Wunused-private-field clang warnings
|
2015-06-04 20:42:05 +02:00 |
|
scrawl
|
e23775e338
|
Fix -Woverloaded-virtual clang warnings
|
2015-06-04 20:31:28 +02:00 |
|
scrawl
|
4bb3cbf0fb
|
Remove last remains of Ogre
|
2015-06-03 23:04:35 +02:00 |
|
scrawl
|
7bacb9418d
|
Various math code ported to osg
|
2015-06-03 19:41:19 +02:00 |
|
scrawl
|
974fda5bde
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
extern/sdl4ogre/sdlwindowhelper.cpp
|
2015-06-03 03:18:29 +02:00 |
|
Stanislav Bas
|
959fe3eb87
|
Reset the scrollbar position in the topic list when DialogueWindow is closed
|
2015-06-01 23:49:40 +03:00 |
|
scrawl
|
de8e5f0db1
|
Restore projectiles
|
2015-06-01 21:41:13 +02:00 |
|
scrawl
|
8e0a988289
|
Icon fix
|
2015-06-01 01:32:02 +02:00 |
|
Stanislav Bas
|
5dc6cdeb99
|
Scroll to the top of the topic list when dialog is started
|
2015-06-01 01:14:11 +03:00 |
|
Marc Zinnschlag
|
9f0ccdc37a
|
Merge remote-tracking branch 'scrawl/master'
|
2015-05-31 11:05:43 +02:00 |
|
scrawl
|
6d3528af70
|
Port global map exploration
|
2015-05-29 01:49:52 +02:00 |
|
scrawl
|
7a1408cfed
|
Restore display of global map overlay, no exploration yet
|
2015-05-28 18:49:24 +02:00 |
|
scrawl
|
72d0a69132
|
Fix global map markers not being cleared on a new game
|
2015-05-28 18:44:34 +02:00 |
|
scrawl
|
c811ac6afe
|
Port fog of war
Not optimized yet, need to work on fog texture's DataVariance.
|
2015-05-28 03:50:49 +02:00 |
|
scrawl
|
6555ee8d80
|
Minor include cleanup
|
2015-05-28 02:37:35 +02:00 |
|
scrawl
|
025a1a7866
|
Restore savegame screenshot display
|
2015-05-28 02:34:38 +02:00 |
|
scrawl
|
723beb1cac
|
Move IncrementalCompileOperation to SceneManager
|
2015-05-26 20:20:18 +02:00 |
|
scrawl
|
3dcb167066
|
Map rendering
|
2015-05-26 16:40:44 +02:00 |
|
scrawl
|
da24e298ee
|
Fix -Wreorder warnings
|
2015-05-23 22:44:00 +02:00 |
|
scrawl
|
22f01b1232
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
apps/launcher/graphicspage.cpp
apps/opencs/editor.cpp
apps/opencs/model/doc/document.cpp
apps/opencs/view/render/cell.cpp
apps/opencs/view/render/mousestate.cpp
apps/opencs/view/render/textoverlay.cpp
apps/opencs/view/render/worldspacewidget.cpp
apps/openmw/mwclass/creature.cpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwgui/inventorywindow.cpp
apps/openmw/mwgui/loadingscreen.cpp
apps/openmw/mwgui/mapwindow.cpp
apps/openmw/mwgui/pickpocketitemmodel.cpp
apps/openmw/mwgui/waitdialog.cpp
apps/openmw/mwmechanics/combat.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
apps/openmw/mwrender/globalmap.cpp
apps/openmw/mwworld/physicssystem.cpp
apps/openmw/mwworld/refdata.cpp
apps/openmw/mwworld/scene.cpp
apps/openmw/mwworld/worldimp.cpp
components/sdlutil/sdlinputwrapper.cpp
extern/shiny/Main/Factory.cpp
extern/shiny/Main/MaterialInstance.cpp
extern/shiny/Main/Platform.cpp
extern/shiny/Main/ShaderSet.cpp
|
2015-05-23 20:33:44 +02:00 |
|
scrawl
|
d1b6289cad
|
Don't teleport followers when using teleportation spells
|
2015-05-22 19:57:02 +02:00 |
|
Rohit Nirmal
|
396fba7fa9
|
Silence -Wreorder warnings, and remove -Wno-reorder.
|
2015-05-21 22:46:44 -05:00 |
|
scrawl
|
c4452afd89
|
Inventory item picking
|
2015-05-20 04:09:21 +02:00 |
|
scrawl
|
72c1f37527
|
Port CharacterPreview
|
2015-05-20 02:18:20 +02:00 |
|
scrawl
|
75ace9f8b5
|
Global map base layer
|
2015-05-16 14:48:20 +02:00 |
|
scrawl
|
1b41f6c4c5
|
Sleep interruption fix
|
2015-05-16 12:29:26 +02:00 |
|
scrawl
|
bec9abd319
|
Remove name extension for internal MyGUI textures
Since they're no longer loaded from disk, the extension makes no sense.
|
2015-05-15 23:21:29 +02:00 |
|
scrawl
|
49df07ea7f
|
Implement UI scaling factor
|
2015-05-15 00:41:21 +02:00 |
|
scrawl
|
842ff4d874
|
Catch exception for not found videos
|
2015-05-15 00:23:31 +02:00 |
|
scrawl
|
24bb2e152c
|
Apply texture filter setting changes
|
2015-05-14 21:42:04 +02:00 |
|
scrawl
|
a18663c8b3
|
Improve MyGUI texture updates
|
2015-05-14 01:26:10 +02:00 |
|
scrawl
|
9ea416b852
|
Readded HW cursor manager (no image rotation yet)
|
2015-05-13 18:56:14 +02:00 |
|
scrawl
|
5abeab21ed
|
Various integer/floating point roll adjustments based on wiki
|
2015-05-11 16:55:09 +02:00 |
|
scrawl
|
58a2ad663c
|
Fix regression of sleep interruption chance
|
2015-05-11 16:38:16 +02:00 |
|
scrawl
|
c819180aa1
|
Minor cleanup
|
2015-05-11 16:38:16 +02:00 |
|
scrawl
|
3b8b217888
|
Fix no punishment for stealing when taking an item with the inventory opened
|
2015-05-11 16:38:16 +02:00 |
|
scrawl
|
033719ccd7
|
Correct the icon used for custom map markers
|
2015-05-11 16:38:15 +02:00 |
|
scrawl
|
ca53457a1c
|
Correct the map icons used for detect spells (Fixes #2519)
|
2015-05-11 16:38:15 +02:00 |
|
scrawl
|
52a4456cf7
|
LoadingScreen update
|
2015-05-09 00:02:38 +02:00 |
|