Commit Graph

14384 Commits (4a16eba716d6795bb9aadc492c4417d1a05828ef)
 

Author SHA1 Message Date
Stanislav Bas 4a16eba716 Make deleted flag a parameter of load/save methods (instead of a record member) in ESM records 10 years ago
Stanislav Bas 1e8182220a Fix build errors & warnings 10 years ago
Stanislav Bas f5745749a6 Remove <cstdint> include file from loaddial.cpp 10 years ago
Stanislav Bas 6b21da7f8e Rework ESS importer code. Remove explicit NAME handling for ESM records 10 years ago
Stanislav Bas ede4bfcf52 Rework EsmTool code. Remove explicit NAME handling 10 years ago
Stanislav Bas 8e6a7be6f5 Implement saving of deleted records 10 years ago
Stanislav Bas e04e32bcff Delete infos of deleted dialogue when loading a content file 10 years ago
Stanislav Bas a4d3e59e5c Add a separate method to check whether a record is deleted or not for IdCollection 10 years ago
Stanislav Bas 5fd48efd28 Some refactoring. Remove unused code 10 years ago
Stanislav Bas e65ff723ce More ESM records have DELE handling.
Changed records: Race, Land, Pathgrid, StartScript, DebugProfile, Filter
10 years ago
Stanislav Bas ad353e6dd0 Refine DELE handling in ESM records. Add position-independent DELE search 10 years ago
Stanislav Bas 3ba73f5fd9 Handle deleted records in RefCollection 10 years ago
Stanislav Bas e8a9567be3 Move DELE handling to CellRef record 10 years ago
Stanislav Bas a1389b87ba Return a correct index for a loaded record that was deleted 10 years ago
Stanislav Bas 5e623a2a1d Rework RefIdData code. Update the index map when a new record is loaded 10 years ago
Stanislav Bas b55a4999ca Add NAME handling to DebugProfile and Filter records 10 years ago
Stanislav Bas 71e5fc7f04 Remove INAM handling from InfoCollection 10 years ago
Stanislav Bas c8c79dc1ef Move ID loading into a separate method for Dialogue and DialInfo records 10 years ago
Stanislav Bas 74a055f3cc Remove NAME and DELE handling from IdCollection 10 years ago
Stanislav Bas 42f9136141 Remove DELE and NAME handling from RefIdCollection and RefIdData 10 years ago
Stanislav Bas c266315a35 Load/read methods in MWWorld::Store return a pair (record ID, deleted flag) 10 years ago
Stanislav Bas 2ed182b144 Update to upstream/master. Resolve merge conflicts in MWWorld::Store 10 years ago
Stanislav Bas adec0cb61d Add removing of deleted Infos to Dialogue::clearDeletedInfos() 10 years ago
Stanislav Bas e0983c815c Some fixes for ESM Dialogues and Infos 10 years ago
Marc Zinnschlag dacb93c57f Merge remote-tracking branch 'scrawl/coverity_scan' 10 years ago
scrawl 0ed3e3e489 Fix cout/cerr mixup 10 years ago
scrawl 24ae1d5ace Fix some issues found by coverity 10 years ago
scrawl 667c80fb2a Add brackets around a correct expression to fix coverity warning 10 years ago
scrawl ebdd5dc993 Fix code that I forgot to uncomment (thanks coverity) 10 years ago
scrawl 3d3b37324d Change build targets again 10 years ago
scrawl 4b002863c8 Re-enabled a few build targets 10 years ago
scrawl 05400d469a Merge remote-tracking branch 'upstream/master' into HEAD 10 years ago
Alexander "Ace" Olofsson 12f413ba9b Don't instantiate specialized templates
This fixes the VS2012 build issue
10 years ago
Marc Zinnschlag 11d24fd23b Merge remote-tracking branch 'maqifrnswa/patch-2' 10 years ago
Marc Zinnschlag ba9a9d16bb Merge remote-tracking branch 'scrawl/master' 10 years ago
Marc Zinnschlag 08d2b196bd Merge remote-tracking branch 'ace/explicit-instantiation' 10 years ago
scrawl 72686c32ae Fix runtime exceptions on MyGUI debug builds 10 years ago
scrawl f12619b86a Implement fStromWindSpeed (Fixes #2764) 10 years ago
Stanislav Bas 7ecb54a776 Set Deleted flag to false when initializing ESM records 10 years ago
Stanislav Bas 20723581a1 Letter case fix for MWWorld::Globals 10 years ago
Stanislav Bas 00bf87b561 Convert IDs of loaded records to lower case in MWWorld::Store 10 years ago
Stanislav Bas 897a52cdda Remove NAME handling from MWWorld::Globals 10 years ago
Stanislav Bas 9301bc148e Remove NAME handling from MWWorld::ESMStore 10 years ago
Stanislav Bas 89e44c8f1f Remove explicit record ID in load/read methods of MWWorld::Store 10 years ago
Stanislav Bas b2f3ccb080 Add NAME handling to GameSetting record 10 years ago
Stanislav Bas 09a3358017 Add NAME and DELE handling to Global record 10 years ago
Stanislav Bas 30b42bf4c0 Remove redundant code 10 years ago
Stanislav Bas 8c3654af11 Add NAME handling to Race record 10 years ago
Stanislav Bas b667338a8f Add NAME and DELE handling to Cell record 10 years ago
Stanislav Bas 847614c26f Add DELE handling to Info record 10 years ago