Commit Graph

28 Commits (8c7e06293fbe6d0ed1dd7dd0f424b9f1b6f92162)

Author SHA1 Message Date
Andrei Kortunov 49ba00a3ec Add NPC validation to esmstore (bug #2772) 7 years ago
Alexander "Ace" Olofsson b3b55a5842 Explicitly instantiate MWWorld::Store 10 years ago
scrawl c883a73d30 Several warning fixes 10 years ago
scrawl c77660ba20 Remove some nonsense code 10 years ago
scrawl 31d28e727f Implement leveled list script functions (Fixes #1546) 10 years ago
scrawl 3270f0e932 Change pathgrid workaround to check for interior cell name 10 years ago
scrawl 4b5f02f644 Remove useless throwing of exception 11 years ago
scrawl 07d9845aa0 Fix a bug in ESMStore code that checks for duplicate record insertions 11 years ago
scrawl 27a05027f4 Fixes #1172: Added basic loading/saving progress bar
The progress is not particularly accurate. It simply uses the current / total number of records written/read as indication. Cell records are currently the largest by far, but there is a good chance that could be optimized using a change tracking system.
11 years ago
Marc Zinnschlag 1c13a9037a save and load dynamic records 11 years ago
Marc Zinnschlag 14eff87339 removed some junk from ESM store 11 years ago
scrawl d3d6dfbde8 Refactored loading screen
- Add loading progress for data files, global map, terrain
 - Refactored and improved cell loading progress
12 years ago
scrawl aaa9aba999 Some fixes 12 years ago
scrawl c41f119ba6 Added new game button 12 years ago
scrawl 40a0969055 Insert records that may not exist in vanilla MW 12 years ago
scrawl 918cdcffc2 Split up components/esm/loadlocks 12 years ago
Mark Siewert dca8dc4fdb Merge remote-tracking branch 'upstream/master' into multiple_esm_esp
Conflicts:
	apps/openmw/engine.cpp
	apps/openmw/mwworld/cellstore.cpp
	apps/openmw/mwworld/store.hpp
	apps/openmw/mwworld/worldimp.cpp
	apps/openmw/mwworld/worldimp.hpp
	components/esm/esmreader.hpp

- Quick hack: OMW::Engine::prepareEngine only loads translation data for the first master file.
12 years ago
Mark Siewert a8e02779b2 - Add support for multiple plugins trying to modify the same reference
- Fix a small signed/unsigned warning
12 years ago
lazydev 74ae479780 Cell names localization fix 12 years ago
Mark Siewert b103426cf0 - Partially reimplement deleting objects defined in a parent esX file.
- Try to reimplement multiple esX files dropping references in the same file.
NOTE: None of these features works. Maybe the code itself does not build. Anyway, after 12 hours of hacking, I am just tired and want to get a snapshot of the code out.
12 years ago
greye 83e758ee50 clean up interfaces 12 years ago
greye 78740306db non-const access to Store<T> from ESMStore 12 years ago
greye 11c0e6382f make ESMStore setting up itself after loading 12 years ago
greye 9f1733a415 move record insertion to ESMStore 12 years ago
greye 18bb5960e4 let's rescue linker 12 years ago
greye 4637503680 applying new interface vol.6, inconsistent 12 years ago
greye 7cf0b8a680 just replace esmstore, inconsistent 12 years ago
greye 2057f5619e move ESMStore to MWWorld 12 years ago