Commit Graph

174 Commits (08484a46c7e8ed17202eb28d1cbf4f43799e5320)

Author SHA1 Message Date
cc9cii 33a8cd245a Fix crash with gcc/linux. 10 years ago
cc9cii 889749a493 Allow non-empty mOriginalCell (case where a moved ref is moved again) 10 years ago
cc9cii b54e5714c9 Revert rebasing the moved refs to the new cell, because the original ref may still be referred by a mod. 10 years ago
cc9cii e0d061c37b Implemented a workaround for saving moved refs. 10 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
10 years ago
Marc Zinnschlag f7c7aeecb3 fixed missing state update when starting a global search 10 years ago
cc9cii f326b14604 Allow Qt to cleanup its signals. 10 years ago
Marc Zinnschlag 23cf859fee added search stages (cell table only for now) 10 years ago
Marc Zinnschlag d053c62032 setting up global search operation and subview 10 years ago
Marc Zinnschlag cf077dcf5d Merge remote-tracking branch 'cc9cii/fix-hide-overload-warn' 10 years ago
Marc Zinnschlag 55bd0c728e Merge branch 'threadfix' 10 years ago
Marc Zinnschlag c0dfad23b3 Fixed editor operation multi-threading (Fixes #923) 10 years ago
cc9cii fd86076db3 More warning fixes. 10 years ago
cc9cii 488bc76da5 Fix saving land data. 10 years ago
cc9cii 589b0b9171 Add saving land and land textures. Should resolve Bug #2447. 10 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
Marc Zinnschlag 1ed606065c save start script records 10 years ago
cc9cii 66ef9d237c Another try to make it work with gcc/travis. 10 years ago
cc9cii 7c0f5b72c5 Add enum namespace to workaround travis. 10 years ago
cc9cii a8427c2efb Do not add NAME subrecords while saving magic effects or scripts. 10 years ago
cc9cii 5ff66ad40b Fix Bug #2402. SKIL records should not have NAME subrecord. 10 years ago
Marc Zinnschlag 89998a6a03 save MVRF subrecords 10 years ago
Marc Zinnschlag a97f599e65 fixed ref num saving in non-wide format 10 years ago
Marc Zinnschlag a64b741af2 store hints from operations in report model 10 years ago
Marc Zinnschlag 3a847732b4 abstracted message collection into a class 10 years ago
cc9cii 2720e5ea9d Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application. 10 years ago
Thoronador a799353f60 fix uninitialized fields in CSMDoc::Operation class 10 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 f4c9897bbd Merge branch 'master' into tables 10 years ago
Marc Zinnschlag d64127106b load and save pathgrid records 10 years ago
Marc Zinnschlag aa89370db6 make sure magic effects added by expansions are available 10 years ago
Marc Zinnschlag 25a1112627 add magic effect records for newly created games 10 years ago
scrawl 7252cb63a6 Fix cppcheck issues 10 years ago
Marc Zinnschlag c321f2c252 load and save magic effect records 10 years ago
Marc Zinnschlag 02247fe712 load and save sound gen records 10 years ago
Marc Zinnschlag cf5c5cbce7 Merge remote-tracking branch 'corristo/osx-openmw-launch-fix' 10 years ago
Nikolay Kasyanov 9f7a8462d8 Fix build & OpenCS game runner code on OS X 10 years ago
Marc Zinnschlag e93ab383ea set refnum and increment refnum counter when creating a new reference 10 years ago
Marc Zinnschlag d1d861e1be Merge branch 'run'
Conflicts:
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/data.cpp
	components/CMakeLists.txt
10 years ago
Marc Zinnschlag bf6150d009 allow project scope scripts 10 years ago
Marc Zinnschlag 081588f484 add project file to content file list when running OpenMW from OpenCS 10 years ago
Marc Zinnschlag 64cf0870c6 set content files when running OpenMW from OpenCS 10 years ago
Marc Zinnschlag cf05d3c69f added run log 10 years ago
Marc Zinnschlag 5e022195b8 create startup script when running from OpenCS 10 years ago
Marc Zinnschlag 61a92da374 use --new-game/--skip-menu switches when running from OpenCS 10 years ago
Marc Zinnschlag 431abcb63a handle shutdown of OpenMW processes when shutting down OpenCS 10 years ago
Marc Zinnschlag 3fec253409 save first (if document was modified) before running OpenMW 10 years ago
Marc Zinnschlag a06133a50e added failed flag to operation done signal 10 years ago
Marc Zinnschlag c88b3a1520 track state of OpenMW process and enable/disable run/stop actions accordingly 10 years ago