Commit Graph

10016 Commits (6cc691115bcbc4fc04e0f80a2373cb3e8736851c)
 

Author SHA1 Message Date
scrawl 6cc691115b Savegame: store most of CreatureStats 11 years ago
scrawl 117b812fb1 Fix invisibility not breaking on certain actions 11 years ago
scrawl b0fbea9d57 Removed a wrong assertion. Max drowning time is defined by GMST. 11 years ago
scrawl 2bc2684a66 Fixes #275: force updating exterior cell maps even if already in cache 11 years ago
scrawl 54a893994a Also update local map when paused, to make it update properly when teleporting via GUI/console 11 years ago
scrawl 7428511ea0 Bug #772: Do not show door markers for disabled doors 11 years ago
scrawl 961c4d4dc4 Fixes #772: Give scripts a chance to run before updating map, so that disabled objects are not visible 11 years ago
scrawl ac8abd3398 assert -> exception to gracefully handle corrupted savegames 11 years ago
Marc Zinnschlag 368c868623 Merge remote-tracking branch 'scrawl/master' 11 years ago
Marc Zinnschlag a85c73cf35 Merge remote-tracking branch 'filkry/bug1047dialoglinks' 11 years ago
scrawl c39a0368cf Bug #618: Make local map textures static in an attempt to fix the disappearing maps with D3D.
Also removed problematic DISCARDABLE flag for fog of war textures.
11 years ago
scrawl c98bea2a88 Moved local map update to LocalMap::updatePlayer to fix a brief desync on cell transitions due to sFogOfWarSkip 11 years ago
scrawl a4a9794417 Savegame: store fog of war (Closes #1177) 11 years ago
scrawl 7b46e9f914 Get rid of no longer needed widget names 11 years ago
scrawl 041319c43e Fixes #1234: Store dynamic record counter in savegame to prevent name clashes 11 years ago
scrawl 07d9845aa0 Fix a bug in ESMStore code that checks for duplicate record insertions 11 years ago
scrawl 3ad28ec5aa Set a proper Page size for all scrollbars. Fixes scrollbars only moving very slowly when interacting with them (as opposed to using mousewheel on the content) 11 years ago
Fil Krynicki eb5ef270ba Bug 1047 update - defaults and edge case
Handles edge case where it was possible to highlight adjacent
sub-terms without whitespace between them.

Also makes ignoring words not prefixed by whitespace the
assumed behaviour.
11 years ago
scrawl dab4db87ff Fix a bug in marker placement for interior maps 11 years ago
Fil Krynicki 9095a45ba7 Bug 1047 Fix
Dialog links can no longer be highlighted if they appear in the
middle of the word. This is achieved by confirming that the
character before a match is not alphabetic, so that words
following hyphens can still potentially match.
11 years ago
scrawl b358cf2423 Fix a potential crash when loading script locals from savegame 11 years ago
scrawl 9fb5cef287 Oops, committed debug code 11 years ago
Marc Zinnschlag 8f5acf4741 Merge branch 'openmw-30' 11 years ago
Marc Zinnschlag 5b9e90744e Merge branch 'load' 11 years ago
Marc Zinnschlag 6fdbd4d3f9 minor adjustment to UniversalId 11 years ago
Marc Zinnschlag 96ca9500ca generate error messages when encounting non-critical problems during load 11 years ago
Marc Zinnschlag 79d59153c1 improved layout of loading window 11 years ago
Marc Zinnschlag 95d24492de display load error messages in loading window 11 years ago
Marc Zinnschlag aadaf7827d added load error log 11 years ago
Marc Zinnschlag 31b8dad4e0 Merge remote-tracking branch 'scrawl/master' 11 years ago
Marc Zinnschlag 7500895519 updated changelog 11 years ago
Marc Zinnschlag 2009cf9ad7 Merge remote-tracking branch 'scrawl/master' into openmw-30 11 years ago
scrawl 242e19a136 Fix crash when exiting OpenMW while dialogue/journal is opened and mouse cursor on a topic
(Fixes #1300)
11 years ago
scrawl 5163358478 Fix a crash when exiting OpenMW while the mouse cursor is over a local map marker 11 years ago
scrawl d86585b153 Fix clearing of local map markers
destroyWidget changes the child count, so the for loop is flawed.
11 years ago
scrawl 1444cd9051 Fix AiCombat exception when actor has a lockpick/probe equipped.
Don't make NPCs autoEquip lockpicks/probes, since they can't use them.
11 years ago
scrawl 136813a882 Bug #1319: Fix references not coming from a content file incorrectly overwriting each other 11 years ago
scrawl e7a004824c Fix a search that should have been find 11 years ago
scrawl 872d9be1b4 Fix potential issue with dialogue globals
Make sure they are updated throughout the conversation
11 years ago
scrawl 731bc9c275 Fix broken isClass check and renamed variable for clarity 11 years ago
Marc Zinnschlag 199f030d38 adjusted cmake file for opencs user settings file rename 11 years ago
cc9cii cf23721f1b Windows debug build crash fix. 11 years ago
scrawl 6e9458c076 Small fix for dropping items from inventory
Some widgets prevented clicking through
11 years ago
scrawl 312dc84fa4 Fix a bug where the player's inventory could be opened as a container
If an NPC uses AiActivate on the player (i.e. to activate dialogue) precisely in the frame where the player just died, the player's inventory would be opened as a container instead.
11 years ago
Marc Zinnschlag 3dfd239b83 updated changelog 11 years ago
Marc Zinnschlag af14bca5aa Merge branch 'master' into openmw-30 11 years ago
Marc Zinnschlag cf90da6cd8 minor fix 11 years ago
Marc Zinnschlag 6eff5ecaad Merge branch 'operations' into load
Conflicts:
	apps/opencs/main.cpp
	apps/opencs/model/doc/document.cpp
11 years ago
Marc Zinnschlag 205306ee3d changed message passing format from QString to a UniversalId/std::string pair 11 years ago
graffy76 0e7d40de6a Merge branch 'master' of https://github.com/OpenMW/openmw
upstream merge
11 years ago