Commit Graph

65 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Ewan Higgs 38a2de3c51 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 7 years ago
Aesylwinn 1ae402476d Journal verifier 8 years ago
Aesylwinn 8668eccd0b Topic Info verifier with fixes to InfoSelectWrapper class 8 years ago
Aesylwinn bbda5fe634 Removed hints from error messages and fixed naming to match conventions 8 years ago
Aesylwinn 1d86f705ba gmst verifier 8 years ago
Marc Zinnschlag 67cf260144 final batch of changing over user settings usage to the new system 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 c92898a5bc flag newly merged documents as dirty (triggering an 'are you sure' dialogue when closing without saving first) 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
Marc Zinnschlag 47dd9505a9 copy meta data from game file when merging 9 years ago
Marc Zinnschlag 1b663f01af create merged document and open a view for it (document is still empty at this point) 9 years ago
Marc Zinnschlag d8655f2ff8 forgot to connect merge operation signals 9 years ago
Marc Zinnschlag 904ad94952 added merge operation (doesn't do anything yet) 9 years ago
Stanislav Bas 0ea4d1981a Add magic effect verifier 9 years ago
Marc Zinnschlag 6fbdbb11d5 added refrash menu item to report table (Fixes #2620) 9 years ago
Marc Zinnschlag 197b8ec731 added severity attribute for operation messages (Fixes #2717) 9 years ago
Marc Zinnschlag 8791832c86 standarised on the use of the Message struct when passing operations messages around 9 years ago
Marc Zinnschlag 9a102f81c8 added setting for controlling script compiler warnings 9 years ago
Stanislav Bas 2c15ad5e0c Add SoundGens verifier 9 years ago
Marc Zinnschlag baaf801521 Merge remote-tracking branch 'cc9cii/loadcell-fix' 9 years ago
cc9cii 3a31468af0 Pathgrid record verifier. Feature #2000. 9 years ago
cc9cii 6966555377 Object verifier check to see if the script used by that object actually exists. Should resolve Bug #2582. 9 years ago
Rohit Nirmal 396fba7fa9 Silence -Wreorder warnings, and remove -Wno-reorder. 9 years ago
Marc Zinnschlag e8091c4e7e added field column to report table 9 years ago
Marc Zinnschlag 23cf859fee added search stages (cell table only for now) 9 years ago
Marc Zinnschlag d053c62032 setting up global search operation and subview 9 years ago
Marc Zinnschlag c0dfad23b3 Fixed editor operation multi-threading (Fixes #923) 9 years ago
Marc Zinnschlag 0b70fdac57 added start script verifier 9 years ago
scrawl 3158d34abb Fix for incorrect OpenCS verifier warning: pcvampire and pcwerewolf are not required, pcyear does not exist at all. 9 years ago
Kamil Bar e1314d6211 Implement OpenCS reference validation (Feature #831) 9 years ago
Marc Zinnschlag a64b741af2 store hints from operations in report model 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 a06133a50e added failed flag to operation done signal 10 years ago
Stanislav bdfb0c8351 Feature #1616: Body part record verifier 10 years ago
Marc Zinnschlag a9f9dec923 consider script blacklist in OpenCS verifier 10 years ago
Marc Zinnschlag aadaf7827d added load error log 10 years ago
Marc Zinnschlag 6eff5ecaad Merge branch 'operations' into load
Conflicts:
	apps/opencs/main.cpp
	apps/opencs/model/doc/document.cpp
10 years ago
Marc Zinnschlag 205306ee3d changed message passing format from QString to a UniversalId/std::string pair 10 years ago
Marc Zinnschlag a30d816982 fixed a mixup in CSMTools::Tools constructor/destructor 10 years ago
Marc Zinnschlag fc8ae2b9b5 fixed encoding problems 10 years ago
Marc Zinnschlag e17af4231a added script verifier 10 years ago
Marek Kochanowicz 4a1987ddec correcting 11 years ago
Marek Kochanowicz 3758fe3834 reformatted 11 years ago
Marek Kochanowicz e321d571e1 Added faction check. 11 years ago
Marek Kochanowicz bf0383fe05 Last fixes. 11 years ago
Marek Kochanowicz 147ee0ace3 small oops + added new variables to the constructor 11 years ago
Marek Kochanowicz 1811f0a71b Works, but it seems that I miss something in referencables. I will write post on the forum. 11 years ago
Marek Kochanowicz 8085fcc792 Added Referencable checks class, added method to get refidcontainer, added method to get mBooks.
Currently only books are checked, and only if name is present.
11 years ago
Marc Zinnschlag 414e6abb95 more signal cleanup 11 years ago
Marc Zinnschlag b7bffc8a79 removed Verifier class (using Operation class without subclassing now) 11 years ago