Marek Kochanowicz
|
fbcb1a14fc
|
ooops, using search id
|
2014-01-15 11:12:56 +01:00 |
|
Marek Kochanowicz
|
89d4a90c06
|
Localised version of morrowind will no longer spam false positives. Don't check diff, please.
|
2014-01-15 10:30:43 +01:00 |
|
Marek Kochanowicz
|
c981a2a6f8
|
Removed boost in favor of #include <components/misc/stringops.hpp>. Hopefully this will make scrawl happy. :P
|
2014-01-14 09:25:03 +01:00 |
|
Marek Kochanowicz
|
2c1ef610b9
|
Moving back to boost for case insensitive comparsion.
|
2014-01-14 09:16:59 +01:00 |
|
Marek Kochanowicz
|
e34cb9e931
|
changed according to the scrawl sugestion
|
2014-01-13 19:17:03 +01:00 |
|
Marek Kochanowicz
|
59de794e58
|
Creature check was not invoked.
|
2014-01-13 19:02:23 +01:00 |
|
Marek Kochanowicz
|
17cc6a695c
|
fixed bug resposnsible for exception throwed.
|
2014-01-13 18:34:28 +01:00 |
|
Marek Kochanowicz
|
cb0d3794f7
|
Final check is not performed with just +1! Something is not right.
|
2014-01-10 11:01:29 +01:00 |
|
Marek Kochanowicz
|
688488de62
|
replaced == operator for string comparsion in npc check with boost algorithm to get case insensitive check.
|
2014-01-10 10:43:03 +01:00 |
|
Marek Kochanowicz
|
31c59db71c
|
Splited another long line in the header.
|
2014-01-10 10:22:18 +01:00 |
|
Marek Kochanowicz
|
468b9d7340
|
camel case in the header
|
2014-01-10 09:50:56 +01:00 |
|
Marek Kochanowicz
|
e4d637fd64
|
splited long lines in the header.
|
2014-01-10 09:49:05 +01:00 |
|
Marek Kochanowicz
|
b98cdabe89
|
Shameful bug fixed.
|
2014-01-10 09:42:36 +01:00 |
|
Marek Kochanowicz
|
b85fe2becf
|
Changes according to the comment.
|
2014-01-06 23:37:18 +01:00 |
|
Marek Kochanowicz
|
06f8537087
|
added final check for player npc. Removed useless includes. However, this code spams exceptions and I can't figure out why.
|
2014-01-06 18:43:44 +01:00 |
|
Marek Kochanowicz
|
c69814ed14
|
corrected one, additional name to follow policy
|
2014-01-05 18:00:49 +01:00 |
|
Marek Kochanowicz
|
4338706307
|
static is a keyword. renamed static to staticElement
|
2014-01-05 17:31:54 +01:00 |
|
Marek Kochanowicz
|
80d424591f
|
npc instead of NPC.
|
2014-01-05 17:28:47 +01:00 |
|
Marek Kochanowicz
|
693c398204
|
forgot to save the file before comit -_-'
|
2014-01-05 17:05:57 +01:00 |
|
Marek Kochanowicz
|
873870c7ce
|
Chainging names to comply our policy.
|
2014-01-05 17:04:57 +01:00 |
|
Marek Kochanowicz
|
c1f4a9cb0e
|
Added proper id check.
|
2014-01-05 12:18:26 +01:00 |
|
Marek Kochanowicz
|
89d8ee62fa
|
Removing name check from listCheck. Id can't be empty to be sure.
|
2014-01-05 12:12:36 +01:00 |
|
Marek Kochanowicz
|
220d92f865
|
changed ID check in leveled list to name.
|
2014-01-05 11:30:03 +01:00 |
|
Marek Kochanowicz
|
e860717105
|
replaced raw values with enums.
|
2014-01-04 15:28:08 +01:00 |
|
Marek Kochanowicz
|
558690b571
|
implemented list of magical bolts for skipping.
|
2014-01-04 15:19:17 +01:00 |
|
Marek Kochanowicz
|
dfd1058551
|
Various style corrections.
|
2014-01-04 14:49:01 +01:00 |
|
Marek Kochanowicz
|
aa05ffcf60
|
Splited some long argument lists to the multiple lines.
|
2014-01-04 13:05:19 +01:00 |
|
Marek Kochanowicz
|
1c3296fb64
|
Some changes in weapons check.
|
2014-01-03 18:25:06 +01:00 |
|
Marek Kochanowicz
|
7b63e1942c
|
style corrections
|
2014-01-03 11:42:49 +01:00 |
|
Marek Kochanowicz
|
24f090ca98
|
Finishing stuff.
|
2014-01-03 11:31:54 +01:00 |
|
Marek Kochanowicz
|
8201c97abf
|
Inventory item template.
|
2014-01-03 09:16:41 +01:00 |
|
Marek Kochanowicz
|
cb723710fe
|
Corrected stupid typo.
|
2013-12-30 19:24:53 +01:00 |
|
Marek Kochanowicz
|
4a1987ddec
|
correcting
|
2013-12-30 18:41:16 +01:00 |
|
Marek Kochanowicz
|
3758fe3834
|
reformatted
|
2013-12-30 13:23:16 +01:00 |
|
Marek Kochanowicz
|
c89608f390
|
Check for head and hair. Correct faction check.
|
2013-12-30 11:39:03 +01:00 |
|
Marek Kochanowicz
|
842e26b8e5
|
added comment
|
2013-12-29 21:53:33 +01:00 |
|
Marek Kochanowicz
|
13637e7166
|
Dynamic_casting, checking rank. Commented out faction check, since it will not work.
|
2013-12-29 21:45:09 +01:00 |
|
Marek Kochanowicz
|
e321d571e1
|
Added faction check.
|
2013-12-29 21:06:08 +01:00 |
|
Marek Kochanowicz
|
9df6d23afc
|
removing member size values, since this does not work properly.
|
2013-12-29 20:15:00 +01:00 |
|
Marek Kochanowicz
|
bf0383fe05
|
Last fixes.
|
2013-12-28 18:07:01 +01:00 |
|
Marek Kochanowicz
|
147ee0ace3
|
small oops + added new variables to the constructor
|
2013-12-28 17:35:04 +01:00 |
|
Marek Kochanowicz
|
b9d1047ad6
|
Small fix for lights.
|
2013-12-28 16:18:16 +01:00 |
|
Marek Kochanowicz
|
be6e47bcb6
|
Corrections
|
2013-12-28 15:51:38 +01:00 |
|
Marek Kochanowicz
|
5406a70fdd
|
still working on npc check
|
2013-12-28 11:34:51 +01:00 |
|
Marek Kochanowicz
|
da3dda896a
|
Code compiles now
|
2013-12-27 22:57:36 +01:00 |
|
Marek Kochanowicz
|
03235bf0a2
|
NPC. Still WIP.
|
2013-12-27 22:13:55 +01:00 |
|
Marek Kochanowicz
|
f04a727af6
|
removed set sizes, consted sizes, added itemleveledlist check
|
2013-12-26 18:40:47 +01:00 |
|
Marek Kochanowicz
|
1da56e1790
|
checkin leveled items lists
|
2013-12-26 18:28:24 +01:00 |
|
Marek Kochanowicz
|
c2993909cf
|
added creature leveled list check
|
2013-12-26 18:16:54 +01:00 |
|
Marek Kochanowicz
|
360a939aa0
|
Working on leveled lists now.
|
2013-12-26 15:35:58 +01:00 |
|
Marek Kochanowicz
|
6c95cea4c4
|
Added ingredient check
|
2013-12-26 15:24:52 +01:00 |
|
Marek Kochanowicz
|
c1715779fa
|
Added door check with related methods.
|
2013-12-26 12:59:43 +01:00 |
|
Marek Kochanowicz
|
e4e7d50623
|
Added creatureCheck. I don't know meaning of all data fields here.
|
2013-12-23 12:32:35 +01:00 |
|
Marek Kochanowicz
|
94fcea4d4d
|
added mCreaturesSize
|
2013-12-22 14:46:07 +01:00 |
|
Marek Kochanowicz
|
16af9e6986
|
added container check
|
2013-12-22 14:42:17 +01:00 |
|
Marek Kochanowicz
|
1a7f023237
|
added mContainersSize.
|
2013-12-22 14:35:40 +01:00 |
|
Marek Kochanowicz
|
bbcaef8e42
|
Added armor check and related stuff.
|
2013-12-22 14:32:42 +01:00 |
|
Marek Kochanowicz
|
97fc8acbdb
|
Added armor check
|
2013-12-22 14:22:03 +01:00 |
|
Marek Kochanowicz
|
955fe3e8cf
|
Added check for non-positive quality of alchemical apparatus
|
2013-12-22 10:00:04 +01:00 |
|
Marek Kochanowicz
|
1811f0a71b
|
Works, but it seems that I miss something in referencables. I will write post on the forum.
|
2013-12-21 15:40:39 +01:00 |
|
Marek Kochanowicz
|
a27441720e
|
Added enchantmnet check for books.
|
2013-12-21 12:07:40 +01:00 |
|
Marek Kochanowicz
|
ee5dfd1cc8
|
Adde potionCheck method
|
2013-12-21 11:15:46 +01:00 |
|
Marek Kochanowicz
|
21ee2a6d2e
|
Getting size of potions.
|
2013-12-21 11:02:58 +01:00 |
|
Marek Kochanowicz
|
a6c36e2377
|
Small optimization.
|
2013-12-21 11:01:40 +01:00 |
|
Marek Kochanowicz
|
385824aee0
|
Renamed getActivator to getActivators.
|
2013-12-21 10:59:13 +01:00 |
|
Marek Kochanowicz
|
f69465d7e0
|
Added aditional checks for books. Activator check.
|
2013-12-20 22:31:17 +01:00 |
|
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.
|
2013-12-20 20:02:42 +01:00 |
|
Marc Zinnschlag
|
c995533e07
|
Merge branch 'dialogue' into saving
Conflicts:
apps/opencs/model/world/columnimp.hpp
apps/opencs/model/world/columns.cpp
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/data.cpp
components/esm/loaddial.hpp
|
2013-10-21 16:45:43 +02:00 |
|
Marc Zinnschlag
|
1363e86828
|
made verifier ignore deleted records
|
2013-09-27 10:08:09 +02:00 |
|
Marc Zinnschlag
|
414e6abb95
|
more signal cleanup
|
2013-09-15 11:35:12 +02:00 |
|
Marc Zinnschlag
|
b7bffc8a79
|
removed Verifier class (using Operation class without subclassing now)
|
2013-09-14 15:16:31 +02:00 |
|
Marc Zinnschlag
|
f4c03c6a29
|
added ordered-flag to Operation (currently ignored)
|
2013-09-14 15:12:24 +02:00 |
|
Marc Zinnschlag
|
077a157841
|
moved Operation and Stage from model/tools to model/doc
|
2013-09-14 14:56:23 +02:00 |
|
Marc Zinnschlag
|
f4e7916ec4
|
moved IdCollection base into its own source file pair and renamed it to Collection
|
2013-06-17 11:42:02 +02:00 |
|
Marc Zinnschlag
|
40bb772e34
|
added verifier for spell record
|
2013-04-09 12:44:49 +02:00 |
|
Marc Zinnschlag
|
43a5013690
|
added verifier for birthsign record
|
2013-04-07 23:25:35 +02:00 |
|
Marc Zinnschlag
|
593646436e
|
added verifier for region record
|
2013-04-07 19:39:13 +02:00 |
|
Marc Zinnschlag
|
e2c6458adb
|
added verifier for sound records
|
2013-04-06 21:48:52 +02:00 |
|
Marc Zinnschlag
|
98e7b3fd93
|
check for at least one playable race
|
2013-04-06 19:20:59 +02:00 |
|
Marc Zinnschlag
|
0fb583e065
|
added verifier for race record
|
2013-04-06 17:35:36 +02:00 |
|
Marc Zinnschlag
|
7136ac0079
|
added missing attribute columns to faction table
|
2013-04-04 10:58:53 +02:00 |
|
Marc Zinnschlag
|
b5eaa464ad
|
added faction record verifier
|
2013-04-04 10:39:43 +02:00 |
|
Marc Zinnschlag
|
06533b8d71
|
additional check for using the same attribute twice in a class
|
2013-04-04 10:31:10 +02:00 |
|
Marc Zinnschlag
|
fea44c05d4
|
added class record verifier
|
2013-04-04 10:10:58 +02:00 |
|
Marc Zinnschlag
|
dc67ddf39b
|
added verifier stage for skill records
|
2013-03-25 11:07:04 +01:00 |
|
Marc Zinnschlag
|
cc18b30e17
|
open sub view on double click in report view
|
2012-12-12 22:36:20 +01:00 |
|
Marc Zinnschlag
|
c75563c184
|
report model and view
|
2012-12-11 15:35:47 +01:00 |
|
Marc Zinnschlag
|
832fc56d34
|
changed UniversalId to string conversion
|
2012-12-09 11:10:35 +01:00 |
|
Marc Zinnschlag
|
9fe7ff9690
|
added mandatory ID check stage
|
2012-12-08 23:27:59 +01:00 |
|
Marc Zinnschlag
|
72623652e4
|
addded messages interface for operations/stages
|
2012-12-08 18:38:36 +01:00 |
|
Marc Zinnschlag
|
6c18be39f0
|
added stage class
|
2012-12-08 17:53:45 +01:00 |
|
Marc Zinnschlag
|
8b7f342641
|
removed last remains of old verify implementation
|
2012-12-08 17:00:58 +01:00 |
|
Marc Zinnschlag
|
af9b48f4d3
|
added operations base class
|
2012-12-08 15:25:50 +01:00 |
|
Marc Zinnschlag
|
a2b4f43176
|
moved document state enum to a separate file
|
2012-12-08 14:44:03 +01:00 |
|
Marc Zinnschlag
|
fdc7e93835
|
preliminary multi-threaded verify implementation (does not actually perfom any document verification yet)
|
2012-12-08 11:59:13 +01:00 |
|