Commit Graph

10 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Bret Curtis d48b829b45 replace and purge boost::lexical_cast 7 years ago
Marc Zinnschlag 048d7be87c Adjusted terminology for references/referenceables in OpenMW-CS user-interface (Fixes #2516) 9 years ago
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.
9 years ago
Nathan Aclander 6d7e1242cc Fixed incorrect casting
Only cast to strings things that are ints. Also I missed an mFactionRank to cast.
9 years ago
Nathan Aclander 539e8276c8 Silenced clang warning by converting int to string 9 years ago
Alexander "Ace" Olofsson a61019dfa8 Update referencecheck.cpp
MSVC does not allow for the usage of 'and' or 'or' literals
9 years ago
Kamil Bar 3b7a23aa72 Fixed charge checks for light and other objects, corrected CellRef charge union comments 9 years ago
Kamil Bar 9628415e21 Missing change & changed comments to represent actual code 9 years ago
Kamil Bar 52a064afc3 Fixed charges checking 9 years ago
Kamil Bar e1314d6211 Implement OpenCS reference validation (Feature #831) 9 years ago