Commit Graph

50 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Bret Curtis c781d1f8ed purge unnecessary imports
add fstream back

add fstream back

add fstream back

add fstream back

add fstream back

add fstream back

add fstream back
7 years ago
Aesylwinn b2ddd3c259 Initialize with correct content file number instead of correcting at save stage. 8 years ago
Aesylwinn 3ae2fc17c6 Fix some issues with content file numbers in the editor.
1. Change content numbers to be relative to the plugin when saving.
2. Initialize the indices in the MasterData part of a plugin header.
8 years ago
Marc Zinnschlag 8f699b5d39 avoid creating move tags for instances that exist only in the currently edited content file 8 years ago
Marc Zinnschlag 1774f6d9bf moved ref num assingment from instance creation to save procedure 8 years ago
scrawl 091ca9743e Do not write LandData twice (Fixes #3140) 8 years ago
scrawl af4923577b Fix double writing of Dialogue NAME in OpenCS 9 years ago
scrawl b8e11cf197 Merge commit 'pull/upstream/678' into HEAD
Conflicts:
	apps/esmtool/record.cpp
	apps/opencs/model/doc/savingstages.cpp
	apps/opencs/model/world/land.cpp
	apps/opencs/model/world/land.hpp
	apps/opencs/model/world/landtexture.cpp
	apps/openmw/mwworld/store.cpp
	components/esm/loadland.cpp
	components/esm/loadland.hpp
9 years ago
cc9cii 7c007d9c6d Rename a variable to make it less confusing. 9 years ago
cc9cii 78c735adc6 Fix saving when only topic info was modified (topic itself unchanged) 9 years ago
Marc Zinnschlag a445683312 Merge branch 'mergetool'
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/model/tools/tools.cpp
9 years ago
Marc Zinnschlag 85f6bb892b removed indirection in OpenMW-CS land record 9 years ago
Marc Zinnschlag 69b9eadb52 refactored loading of land data 9 years ago
scrawl 32ad8c86bf Fix the ESM::LandTexture NAME being discarded on loading 9 years ago
scrawl 67bd6cd708 Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
9 years ago
Stanislav Bas 13bb6be238 Load methods (for ESM records) accept a deleted flag in OpenCS 9 years ago
Stanislav Bas 8e6a7be6f5 Implement saving of deleted records 9 years ago
Marc Zinnschlag 1870b087e7 ported setting of meta data for saving to the new mechanism 9 years ago
cc9cii 33a8cd245a Fix crash with gcc/linux. 9 years ago
cc9cii 889749a493 Allow non-empty mOriginalCell (case where a moved ref is moved again) 9 years ago
cc9cii b54e5714c9 Revert rebasing the moved refs to the new cell, because the original ref may still be referred by a mod. 9 years ago
cc9cii e0d061c37b Implemented a workaround for saving moved refs. 9 years ago
cc9cii f1a58994c6 Merge branch 'master' into moveref
Conflicts:
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/commands.cpp
	apps/opencs/model/world/commands.hpp
	apps/opencs/model/world/ref.cpp
	apps/opencs/view/world/dialoguesubview.cpp
	apps/opencs/view/world/dialoguesubview.hpp
	apps/opencs/view/world/util.cpp
	components/esm/cellref.hpp
9 years ago
cc9cii fd86076db3 More warning fixes. 9 years ago
cc9cii 488bc76da5 Fix saving land data. 9 years ago
cc9cii 589b0b9171 Add saving land and land textures. Should resolve Bug #2447. 9 years ago
Marc Zinnschlag 89998a6a03 save MVRF subrecords 9 years ago
Marc Zinnschlag a97f599e65 fixed ref num saving in non-wide format 9 years ago
Marc Zinnschlag 23e969eae7 fixed pathgrid saving again (previous fix was incomplete) 10 years ago
Marc Zinnschlag 2d3ffc4483 fixed pathgrid saving 10 years ago
Marc Zinnschlag e93ab383ea set refnum and increment refnum counter when creating a new reference 10 years ago
Marc Zinnschlag 0be1e3d12f removed WriteFilterStage class (functionality integrated into WriteCollectionStage) 10 years ago
Marc Zinnschlag be7f344eca Merge branch 'refs'
Conflicts:
	apps/opencs/model/doc/savingstate.cpp
	components/esm/cellref.hpp
10 years ago
Marc Zinnschlag ae50632774 implemented cell and reference saving int OpenCS 10 years ago
Marc Zinnschlag e0ba9a4bf2 added reference collection stage to saving operation (preparation for cell saving) 10 years ago
greye 130349e0cd open files in binary mode when necessary 10 years ago
greye db16bb8983 fix OpenCS saving to Unicode path destination 10 years ago
Marc Zinnschlag 205306ee3d changed message passing format from QString to a UniversalId/std::string pair 10 years ago
Marc Zinnschlag 16e2d67b1f added overloaded start/endRecord functions to ESMWriter 11 years ago
Marc Zinnschlag 2fff7fc843 save info records 11 years ago
Marc Zinnschlag baae548106 added project scope filter saving 11 years ago
Marc Zinnschlag 5779f799ab create project file when saving content file 11 years ago
Marc Zinnschlag 96fd1c35bf preserve author/descriptin meta data 11 years ago
Marc Zinnschlag 830530bd06 set record count in TES3 header 11 years ago
Marc Zinnschlag e4fdebc85b added saving for referenceable records 11 years ago
Marc Zinnschlag 6d9ff39390 set dependencies when saving (requires further refinements) 11 years ago
Marc Zinnschlag db70095148 write TES3 header 11 years ago
Marc Zinnschlag 231419028d minor fix 11 years ago
Marc Zinnschlag fa25a068a8 basic saving (no data is written to file yet) 11 years ago
Marc Zinnschlag 8326ac9b6f replaced dummy save implementation with a threaded dummy save implementation 11 years ago