Commit Graph

12257 Commits (report)
 

Author SHA1 Message Date
Marc Zinnschlag f56debdb11 Merge remote-tracking branch 'scrawl/master' 10 years ago
Marc Zinnschlag acd63659c1 Merge remote-tracking branch 'scrawl/launcher' 10 years ago
cc9cii 3b5cd286f6 Do not destroy overlay if it was never created (e.g. due to an Ogre exception). 10 years ago
cc9cii 64e1594b41 Move the destruction of global resources, being used by multiple documents, to the editor. 10 years ago
cc9cii 44b11163d1 Do not delete physics objects if it was never created (e.g. preview window) 10 years ago
cc9cii 2d229c70cb Another missed null shared_ptr conversion for gcc. 10 years ago
cc9cii 9fb4b1f499 Initialise null shared_ptr 10 years ago
scrawl dffa8c6c14 Re-insert existing DialInfo records when they are modified by another content file (Fixes #2170) 10 years ago
scrawl a4e32d23c6 Fix old profile content not being cleared correctly when saving content file selection (Fixes #2173) 10 years ago
cc9cii 2720e5ea9d 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. 10 years ago
Marc Zinnschlag db17dbe324 don't store esm readers for non-base content files 10 years ago
Marc Zinnschlag 4a9d2038fa load land for non-base content files immediately 10 years ago
Marc Zinnschlag 4c1906b999 Merge remote-tracking branch 'cc9cii/master' 10 years ago
Marc Zinnschlag 003675318d Merge remote-tracking branch 'scrawl/master' 10 years ago
cc9cii 5ae1554a75 Simplify skipping moved references (thanks scrawl) 10 years ago
scrawl d3d5c1fd15 Disable debug drawing for raycasting shapes
This reduces performance too much, and seeing both shapes overlaid on top of each other is confusing anyway. This can be reintroduced via a setting if necessary.
10 years ago
scrawl 5fa7536427 Fix incorrect box shape translation reset
Fixes incorrect placement of collision box for "azura spirit_trib"
10 years ago
cc9cii 33c454e073 Check whether any subrecords remain after skipping moved references. Should resolve bug #2070. 10 years ago
scrawl ad38345de4 Clean up listener in destruction of OgrePlatform (Fixes #2145) 10 years ago
scrawl 5f5fcc2fef Make PlayGroup use an indefinite number of loops (Fixes #2156) 10 years ago
scrawl 4fd3a994e9 Add model and script information to BetaComment 10 years ago
scrawl ea8f617508 Add missing player control enabled checks (Fixes #2152) 10 years ago
scrawl d7220cdc2f Do not allow decrease below zero in modCurrentMagicka and modCurrentHealth (Fixes #2158) 10 years ago
scrawl 0a466ad643 Make recalculation of magicka less aggressive (Fixes #2155) 10 years ago
Marc Zinnschlag dadc089ddb Merge branch 'buttons' 10 years ago
Marc Zinnschlag e177b66c1d moved fog button from unpaged worldspace to worldspace 10 years ago
Marc Zinnschlag e04ead2bd5 new element visibility button icons 10 years ago
MiroslavR cb74c1c36e Set health to 0 if it drops below 1 (Fixes #2163) 10 years ago
Marc Zinnschlag 50a489321f updated run button 10 years ago
Marc Zinnschlag d37ff8ec63 fixed missing tooltip update for toggle/mode-type buttons 10 years ago
Marc Zinnschlag 3b347e666b Merge remote-tracking branch 'shnatsel/master' 10 years ago
Marc Zinnschlag 23624841e0 Merge remote-tracking branch 'cc9cii/editwidget-setrange' 10 years ago
Sergey Shnatsel Davidoff f1ff2b2d6a Add offscreen credits and a note about the use of "Play" icon from elementary icon theme to the SVG masters. Clean up unused offscreen objects in scene view icon. 10 years ago
Sergey Shnatsel Davidoff 54ac54b347 Add the "scene-play.png" icon for launching the game from OpenCS. Also included are SVG source and the GIMP XCF with transparency mask on the edges. 10 years ago
cc9cii 936094ae95 Set range of spinbox types in dialogsubview. 10 years ago
Marc Zinnschlag 533bb3b0d5 Merge remote-tracking branch 'miroslavr/master' 10 years ago
scrawl ff8bdd74ed Fix strange bitflags handling 10 years ago
MiroslavR 238325455d Erase effects that have expired (Fixes #2134) 10 years ago
scrawl d36dfbe779 Apply the frame time cap to Ogre's ControllerManager (Fixes #2154)
This fixes particle systems getting out of whack due to a particularly long frame time, e.g. after a loading screen.
10 years ago
Marc Zinnschlag 7e1f86793c Merge remote-tracking branch 'shnatsel/master' 10 years ago
cc9cii 69134e3ac2 Add icon to windows executable. 10 years ago
scrawl ada4e37556 Fix race preview texture not being destroyed properly (Fixes #2098) 10 years ago
Sergey Shnatsel Davidoff 5a16420231 supply the correct icon (without the red line) for the default rendering state 10 years ago
scrawl c1e6b8608b Always create a skeleton if there's an "ArrowBone" node (Fixes #2117) 10 years ago
Sergey Shnatsel Davidoff c9e7a41e1a Add my scene view icons: status overview icons, element toggle icons, parts from which they're assembled and the SVG master. 10 years ago
scrawl 4bf5c89e6f Merge branch 'master' of https://github.com/OpenMW/openmw into unshield
Conflicts:
	apps/wizard/CMakeLists.txt
10 years ago
scrawl abf49267ea Unshield include fix 10 years ago
scrawl a8a2b44b0f Don't require libunshield on windows 10 years ago
Nikolay Kasyanov a0c454b01c Properly add libunshiled include dir (again, for wizard this time) 10 years ago
scrawl 414f7ea02c Ignore mouse movements during video playback (Fixes #2139) 10 years ago