Commit Graph

9593 Commits (06736e9e0317037c0095971caff2213a9a94fa29)

Author SHA1 Message Date
scrawl 06736e9e03 ESSImport: convert faction reactions and known dialogue topics 10 years ago
scrawl 6d5bb57e00 ESSImport: fix loading item stacks in containers 10 years ago
scrawl 5104a5a023 Add missing setFactionReaction instruction, use absolute storage instead of difference
Seems to be closer to how MW is storing it (it has the complete FACT record in the savegame, actually).

This (somewhat) breaks OMW savegame compatibility in that old changes are discarded, but I don't think the faction reactions are quest relevant anywhere.
10 years ago
scrawl 40c29abe20 ESSImport: convert other references (non-creature/npc/container) 10 years ago
scrawl 9014dc48ee Don't require the object type id for reading references from savegames
This is redundant, since we can look it up from the RefID.
10 years ago
scrawl 8e1eeccbe1 ESSImport: container state 10 years ago
scrawl a7b82e5107 ESSImport: inventory loading works, equipment slots need more work 10 years ago
scrawl 235683e449 Remove LightState from openmw save format to streamline inventory loading 10 years ago
scrawl ad398f0c65 ESSImport: convert kill counter 10 years ago
scrawl f9cf31fcd5 ESSImport: convert custom map markers, not working for interiors yet 10 years ago
scrawl 19ed047dec ESSImport: add some subrecords to CellRef and others, most files should load now, importacdt/cellref class structure need some refactoring 10 years ago
scrawl 08ad4d73bb ESSImport: player is placed in correct cell, npc cellrefs work 10 years ago
scrawl c8ed24cc84 ESSImport: creature CellRefs work, need probing to find ref type 10 years ago
scrawl cbf56dbb47 ESSImport: work on cell fog of war 10 years ago
scrawl 031eec4550 Starting ESS importer for Morrowind save files 10 years ago
scrawl 14aacf9a72 Add comment 10 years ago
scrawl 1869d37cfc Remove unused mLastDrowningHit 10 years ago
scrawl 714b19015c Fix unknown record error message 10 years ago
scrawl fc6aa256bf Add comment 10 years ago
scrawl bf915d929a Update idle voices according to research 10 years ago
scrawl 6b2df95167 Fix for some coverity defects 10 years ago
scrawl edbac30a57 Change another dynamic_cast to static_cast (coverity) 10 years ago
scrawl cef72385d4 Fix extreme frame drop when running into certain corners (Fixes #2023) 10 years ago
scrawl 52ed3d92a8 Fix btCompoundShape scaling (Fixes #1683) 10 years ago
scrawl a3c861b7fa Idle voice fix 10 years ago
scrawl 2ac4a74a34 Fix running AI for dead actors 10 years ago
scrawl f11ec653d0 Add setting for showing MRK nodes to NIF loaders
This makes marker objects show up in OpenCS.
10 years ago
scrawl 883f7ec7ce Move workaround for hiding markers from NIF loader to Scene 10 years ago
scrawl 3ce22d31d8 Fix cursor issue when loading savegame from within mouselook-mode and a warning pops up 10 years ago
scrawl fafc14d5a0 Add proper air movement mechanics (Fixes #2077) 10 years ago
scrawl 41b3a9dba9 Rewrite animated collision shape support (Fixes #2123) 10 years ago
scrawl 4ed3e7bbb7 Enchanting code cleanup 10 years ago
scrawl bb718f216d Initialize ENAMstruct in SpellCreationDialog (Coverity) 10 years ago
scrawl 08d8dd287c I think this was committed by accident 10 years ago
scrawl de23ad5c8d Change dynamic_cast to static_cast to make coverity happy 10 years ago
scrawl cda2eea906 Enchanting: use fEnchantmentConstantDurationMult and fEffectCostMult 10 years ago
scrawl 871d59de6c Reduce Idle voice chance (Fixes #1964) 10 years ago
scrawl 82eaa9f1bc Fix loading crash (don't apply viewmode before player is set up) (Fixes #2272) 10 years ago
scrawl c3f3f8b3d0 Use only Cell records for saving progress bar (Fixes #2259) 10 years ago
scrawl 0ec018f7f1 More accurate savegame loading progress bar, uses position in the file (Bug #2259) 10 years ago
scrawl 1780bcc238 Print RefNum in BetaComment 10 years ago
scrawl 4d4f2fc475 Add maximum distance for teleporting followers on using a door 10 years ago
scrawl b108fbe986 Remove incorrect implementation of fGreetDistanceReset
This can't be right. A reset distance of 512 is smaller than the maximum greeting distance for certain NPCs, which would then say greetings non-stop.
10 years ago
scrawl 716e14a37a Print missing savegame dependencies on the console 10 years ago
Marc Zinnschlag 7c959c8494 Merge remote-tracking branch 'dteviot/Bug811' 10 years ago
Marc Zinnschlag 289a912817 Merge remote-tracking branch 'scrawl/master' 10 years ago
dteviot 458b82c308 Centralized "fish can't attack non-swimmer" logic. 10 years ago
dteviot 7aa0f887c0 Minor changes to ESM::RefNum
1. Changed mIndex to unsigned, to solve potential implementation defined behavior with right shift.
2. Refactoring to minimize use of magic number -1 to indicate "no Content File".
10 years ago
scrawl f9227beedd Add warning when loading a savegame that depends on non-existing content files (Fixes #2261) 10 years ago
scrawl 579f5d232f Move interactive messageBox to separate function 10 years ago