Marc Zinnschlag
|
4a9d2038fa
|
load land for non-base content files immediately
|
10 years ago |
Marc Zinnschlag
|
003675318d
|
Merge remote-tracking branch 'scrawl/master'
|
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
|
23624841e0
|
Merge remote-tracking branch 'cc9cii/editwidget-setrange'
|
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 |
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 |
scrawl
|
c1e6b8608b
|
Always create a skeleton if there's an "ArrowBone" node (Fixes #2117)
|
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 |
Marc Zinnschlag
|
c7933dd692
|
Merge remote-tracking branch 'cc9cii/master'
|
10 years ago |
cc9cii
|
31fdf49616
|
Use Qt exit function rather than system one.
|
10 years ago |
scrawl
|
1e06f69d9e
|
Remove the "browse to existing installation" button, now replaced by the wizard
Clean up some debug spam
|
10 years ago |
cc9cii
|
911839bb91
|
Simplify detecting whether a universal id represents a referenceable type.
|
10 years ago |
scrawl
|
c6558fe487
|
Fix Ogre being initialised twice
|
10 years ago |
cc9cii
|
ede1b97b46
|
Check the type of universal id before getting its id. Should resolve bug #2137
|
10 years ago |
scrawl
|
4fa303d7c4
|
Merge branch 'master' into HEAD
Conflicts:
CMakeLists.txt
apps/launcher/CMakeLists.txt
|
10 years ago |
scrawl
|
3028141815
|
Set up ESMReader indices in OpenCS (fixes wrong terrain textures when multiple content files are loaded)
|
10 years ago |
scrawl
|
21481e8c71
|
Fix bsatool help typo
|
10 years ago |
Marc Zinnschlag
|
5eb9fd81e1
|
use placeholder icons in OpenCS when no proper icon is available
|
10 years ago |
Marc Zinnschlag
|
a60e4c036f
|
Merge branch 'mode'
Conflicts:
apps/opencs/view/render/pagedworldspacewidget.cpp
apps/opencs/view/render/worldspacewidget.cpp
apps/opencs/view/render/worldspacewidget.hpp
|
10 years ago |
Marc Zinnschlag
|
b7f8f848a8
|
added edit modes for exteriors
|
10 years ago |
cc9cii
|
b86148411b
|
Fix for issue #2051. Not perfect (can get into a lock in some situations) but usable.
|
10 years ago |
Marc Zinnschlag
|
2acf446f18
|
added edit mode button to scene toolbar
|
10 years ago |
scrawl
|
273a80e2c0
|
Merge branch 'master' of https://github.com/OpenMW/openmw
|
10 years ago |
Evgenii Babinets
|
fe385214e4
|
Added proper slow fall effect mechanics.
|
10 years ago |
Marc Zinnschlag
|
b50fcd403b
|
renamed getElementMask to getVisibilityMask
|
10 years ago |
Marc Zinnschlag
|
de3a26e21b
|
Merge remote-tracking branch 'miroslavr/master'
|
10 years ago |
MiroslavR
|
b8d5a9486a
|
Make Restore/Damage Attribute/Skill effects continuous
|
10 years ago |
Marc Zinnschlag
|
9e67a07ad4
|
allow externally supplied ModeButtons in SceneToolMode
|
10 years ago |
Marc Zinnschlag
|
4dd645559d
|
added ModeButton specialisation of PushButton for use in SceneToolMode
|
10 years ago |
scrawl
|
d5768af952
|
Fix INT_MIN trade exploit (Fixes #2096)
|
10 years ago |
cc9cii
|
a3a0682138
|
Remove files no longer used, reverting to OEngine.
|
10 years ago |