Commit Graph

12831 Commits (openmw-35)
 

Author SHA1 Message Date
scrawl 1375a4e4bb ESSImport: read stolen items (not converted yet) 10 years ago
scrawl 501dcf3e10 Merge pull request #449 from ace13/win-build-fix
Fix windows build, MessageBox is a defined symbol
10 years ago
Alexander "Ace" Olofsson 3a88f4ebd5 Fix windows build, MessageBox is a defined symbol
Windows and its stupid defines...
10 years ago
Marc Zinnschlag f4bf2aa412 Merge remote-tracking branch 'origin/master' 10 years ago
scrawl 25ff45d819 Update command line options in Readme 10 years ago
scrawl 06736e9e03 ESSImport: convert faction reactions and known dialogue topics 10 years ago
Marc Zinnschlag a266dffb4b Merge remote-tracking branch 'scrawl/essimporter' 10 years ago
scrawl 54430477fc Merge pull request #448 from ace13/win-build-fix
Fix broken windows builds due to README change
10 years ago
Alexander "Ace" Olofsson ebe2e1491a Fix broken windows builds due to README change 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 f7e32a24c9 Fix terrain assertion 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
Marc Zinnschlag e9af9b991d Merge remote-tracking branch 'dteviot/master' 10 years ago
dteviot 71700d2cb1 Bugfix: OpenCS segfault when plug-in dependency not found.
When a file that a plug-in depends on cannot be found, the OpenCS file dialog crashes.
Similar problem exists in omwlauncher's "Data Files" dialog.
10 years ago
dteviot 017e4cd4ef OpenCS shows plug-ins with load order issues.
1. FileDiaog in OpenCS now shows warning icon beside .esm./.esp files with load order problems.
2. omwlaucher -> replaced "stop" icon with "warning" icon for files with load order problems.
10 years ago
dteviot b66937d630 add #include <stdint.h>
Required to get build to work on my configuration.
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 fc663addfa Fix null character issue in ESMReader::getString 10 years ago
scrawl 14aacf9a72 Add comment 10 years ago
scrawl b77558726a Disable collision for placeable objects (Fixes #1634) 10 years ago
scrawl 1869d37cfc Remove unused mLastDrowningHit 10 years ago
scrawl 714b19015c Fix unknown record error message 10 years ago
Marc Zinnschlag 9603325b99 Merge remote-tracking branch 'origin/master' 10 years ago
Marc Zinnschlag 640d473866 Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl fc6aa256bf Add comment 10 years ago
scrawl 6146a3843c Merge remote-tracking branch 'upstream/coverity_scan' into HEAD 10 years ago
Marc Zinnschlag c55e9b9c58 one more potential 0-pointer fix 10 years ago
Marc Zinnschlag ba5d2851a1 Merge remote-tracking branch 'origin/coverity_scan' into coverity_scan 10 years ago
Marc Zinnschlag 706df3f881 silenced a coverity warning 10 years ago
Marc Zinnschlag 7b8e6f9dda addressed potential 0-pointer issue 10 years ago
Marc Zinnschlag f3c7532660 cleaned up some enum confusion 10 years ago
Marc Zinnschlag 375d426dd0 check for premature end of scripts more consistently 10 years ago
scrawl bf915d929a Update idle voices according to research 10 years ago
scrawl b39cc0c8c8 Fix OpenCS window opening issue when config file doesn't exist
It would attempt to create a zero-sized window (or even negative-sized, after subtracting the frame dimensions).
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 03c3e3e1ff 3 jobs 10 years ago
scrawl fb6dd736cf Reducing number of jobs in .travis.yml to see if this fixes out of memory issues with coverity build 10 years ago