Commit Graph

136 Commits (celladd)

Author SHA1 Message Date
scrawl 4d0bb6329a Fix incorrect reference check
This check was broken for exterior cells (empty cell id).

It was superfluous anyway. A CellRef is owned by the cell it is in, so the cell must always exist.
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
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
Marc Zinnschlag 0b70fdac57 added start script verifier 10 years ago
Marc Zinnschlag 59c7fe28d9 Merge remote-tracking branch 'naclander/master' 10 years ago
scrawl 3158d34abb Fix for incorrect OpenCS verifier warning: pcvampire and pcwerewolf are not required, pcyear does not exist at all. 10 years ago
Nathan Aclander 6d7e1242cc Fixed incorrect casting
Only cast to strings things that are ints. Also I missed an mFactionRank to cast.
10 years ago
Nathan Aclander 539e8276c8 Silenced clang warning by converting int to string 10 years ago
Alexander "Ace" Olofsson a61019dfa8 Update referencecheck.cpp
MSVC does not allow for the usage of 'and' or 'or' literals
10 years ago
Kamil Bar 3b7a23aa72 Fixed charge checks for light and other objects, corrected CellRef charge union comments 10 years ago
Kamil Bar 9628415e21 Missing change & changed comments to represent actual code 10 years ago
Kamil Bar 52a064afc3 Fixed charges checking 10 years ago
Kamil Bar e1314d6211 Implement OpenCS reference validation (Feature #831) 10 years ago
Marc Zinnschlag e6307a5151 move cursor in scripteditor to position of error 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
Marc Zinnschlag 350b0cb93c added hidden hint column to 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 70ee899691 Merge remote-tracking branch 'cc9cii/Bug-No-1725'
Conflicts:
	apps/opencs/model/tools/bodypartcheck.cpp
10 years ago
Marc Zinnschlag b29d1d452f removed some redundant checks 10 years ago
cc9cii f0e0494f03 Since commit 8bce460f34 negative value checks no longer make sense. Not sure what to do about Vampire flag, however. 10 years ago
Marc Zinnschlag a06133a50e added failed flag to operation done signal 10 years ago
Marco Melletti 8bce460f34 loadnpc is still unfinished, bodypartcheck.cpp mFlags check fix 10 years ago
Marc Zinnschlag 0b3e2775a0 fixed wording in body part verifier 11 years ago
Stanislav bdfb0c8351 Feature #1616: Body part record verifier 11 years ago
Marc Zinnschlag a9f9dec923 consider script blacklist in OpenCS verifier 11 years ago
scrawl d5b97005ab Make ESM::Faction skills optional (Fixes #1508)
Also increased size of mSkills array to 7. Some factions with 7 skills can be found in the vanilla CS. The previously "mUnknown" int appears to be the 7th element of the skills array.
11 years ago
Marc Zinnschlag 4778c27548 silenced two warnings 11 years ago
Marc Zinnschlag 5b9e90744e Merge branch 'load' 11 years ago
Marc Zinnschlag aadaf7827d added load error log 11 years ago
Marc Zinnschlag cf90da6cd8 minor fix 11 years ago
Marc Zinnschlag 6eff5ecaad Merge branch 'operations' into load
Conflicts:
	apps/opencs/main.cpp
	apps/opencs/model/doc/document.cpp
11 years ago
Marc Zinnschlag 205306ee3d changed message passing format from QString to a UniversalId/std::string pair 11 years ago
Marc Zinnschlag a30d816982 fixed a mixup in CSMTools::Tools constructor/destructor 11 years ago
Marc Zinnschlag fc8ae2b9b5 fixed encoding problems 11 years ago
Marc Zinnschlag 2007a3e902 improved script check error messages 11 years ago
Marc Zinnschlag 2130ec39d6 disable warnings by default in script verifier 11 years ago
Marc Zinnschlag e17af4231a added script verifier 11 years ago
Marek Kochanowicz 6224344957 Being any idiot is hard. 11 years ago
Marek Kochanowicz 3d722ba104 Corrected brackets. 11 years ago
Marek Kochanowicz fbcb1a14fc ooops, using search id 11 years ago
Marek Kochanowicz 89d4a90c06 Localised version of morrowind will no longer spam false positives. Don't check diff, please. 11 years ago
Marek Kochanowicz c981a2a6f8 Removed boost in favor of #include <components/misc/stringops.hpp>. Hopefully this will make scrawl happy. :P 11 years ago
Marek Kochanowicz 2c1ef610b9 Moving back to boost for case insensitive comparsion. 11 years ago
Marek Kochanowicz e34cb9e931 changed according to the scrawl sugestion 11 years ago
Marek Kochanowicz 59de794e58 Creature check was not invoked. 11 years ago
Marek Kochanowicz 17cc6a695c fixed bug resposnsible for exception throwed. 11 years ago
Marek Kochanowicz cb0d3794f7 Final check is not performed with just +1! Something is not right. 11 years ago
Marek Kochanowicz 688488de62 replaced == operator for string comparsion in npc check with boost algorithm to get case insensitive check. 11 years ago