Marc Zinnschlag
048d7be87c
Adjusted terminology for references/referenceables in OpenMW-CS user-interface ( Fixes #2516 )
10 years ago
Marc Zinnschlag
ae5de0cb2b
implemented additional check before performing replace (make sure data hasn't been changed since the search)
10 years ago
Marc Zinnschlag
2ef8103cc7
fixed ReportModel::RemoveRows view updates
10 years ago
Marc Zinnschlag
38ce074a62
Merge branch 'replace'
10 years ago
Marc Zinnschlag
4951fc477c
added replace function
10 years ago
Marc Zinnschlag
66c866aec9
fixed search result formatting
10 years ago
Marc Zinnschlag
cb6caf5e39
added search-related user settings
10 years ago
Marc Zinnschlag
4928e3705f
highlight (bold) search string in results
10 years ago
Marc Zinnschlag
46ccd27a6d
improved find result text
10 years ago
Marc Zinnschlag
e8091c4e7e
added field column to report table
10 years ago
Marc Zinnschlag
a8cdd30124
added ID column to report table
10 years ago
Marc Zinnschlag
4042b12013
changed data structure for report model
10 years ago
Marc Zinnschlag
c5f1c2127d
extend global search to all record and reference tables
10 years ago
Marc Zinnschlag
8e9365741f
make search sub-views re-usable (clear before starting a new search)
10 years ago
Marc Zinnschlag
eaaf816dd3
simplified search rules
10 years ago
Marc Zinnschlag
128ccd8151
improved search type naming
10 years ago
Marc Zinnschlag
babefacbfa
improved message text in search results
10 years ago
Marc Zinnschlag
705ee67265
fixed hints getting mixed up with message text
10 years ago
Marc Zinnschlag
23cf859fee
added search stages (cell table only for now)
10 years ago
Marc Zinnschlag
78c6268891
added search class and search box widget
10 years ago
Marc Zinnschlag
d053c62032
setting up global search operation and subview
10 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.
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