cc9cii
|
8b3adec3ec
|
Added a missing copy constructor.
|
2015-03-09 21:25:41 +11:00 |
|
cc9cii
|
f90cdec53b
|
Remove default parameters from the implementation.
|
2015-03-09 16:24:35 +11:00 |
|
cc9cii
|
6087a18c94
|
Implement clone() using a new Record constructor.
|
2015-03-09 14:58:07 +11:00 |
|
cc9cii
|
128371c902
|
Copy base data to modified.
|
2015-03-08 15:50:50 +11:00 |
|
cc9cii
|
a54ab153b0
|
Cloned references should be considered "Base" rather than "Modified". Should fix bug #2429.
|
2015-03-08 10:05:10 +11:00 |
|
cc9cii
|
ca21181483
|
Fix typo to get table display working.
|
2015-03-07 11:42:50 +11:00 |
|
cc9cii
|
727b68dd15
|
Reduce difference with the master branch where possible.
|
2015-03-06 19:20:50 +11:00 |
|
cc9cii
|
6d6ff8c6a4
|
Resolved compile issues, but not fully working.
|
2015-03-06 14:36:13 +11:00 |
|
Marc Zinnschlag
|
0b70fdac57
|
added start script verifier
|
2015-03-05 11:24:01 +01:00 |
|
cc9cii
|
fb2ba7610c
|
Merge remote-tracking branch 'remotes/upstream/master' into NonTableFields
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/doc/document.cpp
apps/opencs/model/world/columnbase.hpp
apps/opencs/model/world/columns.cpp
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/commands.cpp
apps/opencs/model/world/idtable.cpp
apps/opencs/view/world/dialoguesubview.cpp
apps/opencs/view/world/dialoguesubview.hpp
apps/opencs/view/world/util.cpp
|
2015-03-04 11:22:42 +11:00 |
|
Marc Zinnschlag
|
1ed606065c
|
save start script records
|
2015-03-03 16:11:00 +01:00 |
|
Marc Zinnschlag
|
4e1c086d6a
|
load start up script records
|
2015-03-03 14:31:59 +01:00 |
|
cc9cii
|
66ef9d237c
|
Another try to make it work with gcc/travis.
|
2015-03-03 10:12:40 +11:00 |
|
cc9cii
|
7c0f5b72c5
|
Add enum namespace to workaround travis.
|
2015-03-03 08:31:06 +11:00 |
|
cc9cii
|
a8427c2efb
|
Do not add NAME subrecords while saving magic effects or scripts.
|
2015-03-03 07:36:11 +11:00 |
|
Marc Zinnschlag
|
64938b3796
|
Merge remote-tracking branch 'cc9cii/saving-skil'
|
2015-03-01 10:36:26 +01:00 |
|
Marc Zinnschlag
|
59c7fe28d9
|
Merge remote-tracking branch 'naclander/master'
|
2015-03-01 10:23:08 +01:00 |
|
cc9cii
|
5ff66ad40b
|
Fix Bug #2402. SKIL records should not have NAME subrecord.
|
2015-03-01 13:09:23 +11:00 |
|
scrawl
|
3158d34abb
|
Fix for incorrect OpenCS verifier warning: pcvampire and pcwerewolf are not required, pcyear does not exist at all.
|
2015-02-25 20:25:41 +01:00 |
|
Nathan Aclander
|
6d7e1242cc
|
Fixed incorrect casting
Only cast to strings things that are ints. Also I missed an mFactionRank to cast.
|
2015-02-20 20:18:31 -08:00 |
|
Nathan Aclander
|
539e8276c8
|
Silenced clang warning by converting int to string
|
2015-02-19 19:05:19 -08:00 |
|
Alexander "Ace" Olofsson
|
a61019dfa8
|
Update referencecheck.cpp
MSVC does not allow for the usage of 'and' or 'or' literals
|
2015-02-15 04:47:25 +01:00 |
|
Kamil Bar
|
3b7a23aa72
|
Fixed charge checks for light and other objects, corrected CellRef charge union comments
|
2015-02-13 13:11:10 +01:00 |
|
Kamil Bar
|
9628415e21
|
Missing change & changed comments to represent actual code
|
2015-02-13 12:16:46 +01:00 |
|
Kamil Bar
|
52a064afc3
|
Fixed charges checking
|
2015-02-13 12:13:40 +01:00 |
|
Kamil Bar
|
e1314d6211
|
Implement OpenCS reference validation (Feature #831)
|
2015-02-13 04:45:18 +01:00 |
|
Alexander "Ace" Olofsson
|
b714e5211d
|
Redefinition of default template argument
Sometimes it's annoying how MSVC casually allows you to break C++ standards
|
2015-02-09 17:25:55 +01:00 |
|
Alexander "Ace" Olofsson
|
f77ae711e4
|
Fix template closer
|
2015-02-09 17:10:09 +01:00 |
|
Alexander "Ace" Olofsson
|
cfcaf4528f
|
Some more forward-declaring for OpenMW-CS
|
2015-02-09 16:50:34 +01:00 |
|
Marc Zinnschlag
|
7f905470fa
|
fixed moved reference loading
|
2015-01-24 15:01:38 +01:00 |
|
Marc Zinnschlag
|
89998a6a03
|
save MVRF subrecords
|
2015-01-24 14:22:29 +01:00 |
|
scrawl
|
c7d15e6f74
|
Revert "Revert "Light charge handling fix""
This reverts commit b95748d044a421c2e02fa54cdc7e8aa902039e6c.
|
2015-01-23 15:33:39 +01:00 |
|
scrawl
|
b95748d044
|
Revert "Light charge handling fix"
This reverts commit 5e0428243b38d18c55b80e7675ea74a0563f5e44.
|
2015-01-23 02:32:38 +01:00 |
|
Marc Zinnschlag
|
a97f599e65
|
fixed ref num saving in non-wide format
|
2015-01-22 13:41:09 +01:00 |
|
Marc Zinnschlag
|
cd62dbc5b7
|
Merge remote-tracking branch 'scrawl/essimporter'
|
2015-01-21 15:12:04 +01:00 |
|
scrawl
|
5e0428243b
|
Light charge handling fix
|
2015-01-21 01:59:45 +01:00 |
|
Marc Zinnschlag
|
9670e0881d
|
update reference's current cell when x/y-coordinates are modified
|
2015-01-16 15:17:52 +01:00 |
|
Marc Zinnschlag
|
561ddfa0c5
|
make column type accessable via the regular table model
|
2015-01-16 11:29:44 +01:00 |
|
Marc Zinnschlag
|
7615cbafce
|
create modify commands through command dispatcher
|
2015-01-15 14:24:33 +01:00 |
|
Marc Zinnschlag
|
f3c7532660
|
cleaned up some enum confusion
|
2015-01-15 12:01:59 +01:00 |
|
Marc Zinnschlag
|
320b994aef
|
keep original cell field empty, if reference is in modified
|
2015-01-10 12:35:59 +01:00 |
|
Marc Zinnschlag
|
e32402a040
|
handle moved references on load
|
2015-01-09 12:05:53 +01:00 |
|
Marc Zinnschlag
|
ba7b74217b
|
added original cell column to reference table
|
2015-01-05 15:20:47 +01:00 |
|
Marc Zinnschlag
|
3b534326ff
|
forbid manual editing of the cell field in reference records
|
2015-01-05 15:04:11 +01:00 |
|
Thoronador
|
44e01d0eaa
|
remove redundant initialization statement
See https://github.com/OpenMW/openmw/pull/423#discussion_r22403388
|
2015-01-02 02:23:10 +01:00 |
|
Thoronador
|
91ff536460
|
fix uninit, #2
|
2015-01-02 00:26:45 +01:00 |
|
Thoronador
|
17fb7aa598
|
uninitialized stuff
|
2015-01-01 23:18:30 +01:00 |
|
Marc Zinnschlag
|
e6307a5151
|
move cursor in scripteditor to position of error
|
2014-12-08 12:29:23 +01:00 |
|
Marc Zinnschlag
|
a64b741af2
|
store hints from operations in report model
|
2014-12-07 20:53:09 +01:00 |
|
Marc Zinnschlag
|
3a847732b4
|
abstracted message collection into a class
|
2014-12-07 18:57:47 +01:00 |
|