cc9cii
3d280a6ba5
Fixed the display issues of the nested tables in the dialogue subview. Needs further work but usable for now.
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
416b8165cd
moved getColumnId function from IdTable to IdTable base and made it virtual
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
1ec0db231c
add a separate display type for ID column
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
cc9cii
76adb64e20
Compilation fix after merging commt e30f24
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
cc9cii
5eefcd862f
Merge branch 'master' into NonTableFields
...
Conflicts:
apps/opencs/model/tools/tools.cpp
apps/opencs/model/world/columnbase.cpp
apps/opencs/model/world/commands.cpp
apps/opencs/model/world/commands.hpp
apps/opencs/model/world/idtable.hpp
apps/opencs/model/world/refidadapter.cpp
apps/opencs/model/world/refidadapter.hpp
apps/opencs/view/world/dialoguesubview.hpp
10 years ago
Marc Zinnschlag
cf077dcf5d
Merge remote-tracking branch 'cc9cii/fix-hide-overload-warn'
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
cc9cii
17e6244bd6
Yet more warnings suppressed.
10 years ago
cc9cii
fd86076db3
More warning fixes.
10 years ago
cc9cii
4f6c772437
Fix more warnings.
10 years ago
cc9cii
488bc76da5
Fix saving land data.
10 years ago
cc9cii
589b0b9171
Add saving land and land textures. Should resolve Bug #2447 .
10 years ago
Marc Zinnschlag
8e37e9a14a
removed redundant functions
10 years ago
Marc Zinnschlag
8a8db8bc24
Merge remote-tracking branch 'cc9cii/editor-clone-fix'
10 years ago
cc9cii
dc9af19dcf
Don't use C++11 features.
10 years ago
Scott Howard
e2ef8c4022
fix -Wnewline-eof warnings
10 years ago
cc9cii
28259f914c
Remove potential memory leak.
10 years ago
cc9cii
43ec933b7b
Revert to the original clone() method. Create a new copy method for modified records.
10 years ago
cc9cii
8ac7b77d36
For RefId's, modify a copy of the base record rather than modifying the record directly.
10 years ago
cc9cii
8b3adec3ec
Added a missing copy constructor.
10 years ago
cc9cii
f90cdec53b
Remove default parameters from the implementation.
10 years ago
cc9cii
6087a18c94
Implement clone() using a new Record constructor.
10 years ago
cc9cii
128371c902
Copy base data to modified.
10 years ago
cc9cii
a54ab153b0
Cloned references should be considered "Base" rather than "Modified". Should fix bug #2429 .
10 years ago
cc9cii
ca21181483
Fix typo to get table display working.
10 years ago
cc9cii
727b68dd15
Reduce difference with the master branch where possible.
10 years ago
cc9cii
6d6ff8c6a4
Resolved compile issues, but not fully working.
10 years ago
Marc Zinnschlag
0b70fdac57
added start script verifier
10 years ago
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
10 years ago
Marc Zinnschlag
1ed606065c
save start script records
10 years ago
Marc Zinnschlag
4e1c086d6a
load start up script records
10 years ago
cc9cii
66ef9d237c
Another try to make it work with gcc/travis.
10 years ago
cc9cii
7c0f5b72c5
Add enum namespace to workaround travis.
10 years ago
cc9cii
a8427c2efb
Do not add NAME subrecords while saving magic effects or scripts.
10 years ago
Marc Zinnschlag
64938b3796
Merge remote-tracking branch 'cc9cii/saving-skil'
10 years ago
Marc Zinnschlag
59c7fe28d9
Merge remote-tracking branch 'naclander/master'
10 years ago
cc9cii
5ff66ad40b
Fix Bug #2402 . SKIL records should not have NAME subrecord.
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
Alexander "Ace" Olofsson
b714e5211d
Redefinition of default template argument
...
Sometimes it's annoying how MSVC casually allows you to break C++ standards
10 years ago
Alexander "Ace" Olofsson
f77ae711e4
Fix template closer
10 years ago
Alexander "Ace" Olofsson
cfcaf4528f
Some more forward-declaring for OpenMW-CS
10 years ago
Marc Zinnschlag
7f905470fa
fixed moved reference loading
10 years ago
Marc Zinnschlag
89998a6a03
save MVRF subrecords
10 years ago
scrawl
c7d15e6f74
Revert "Revert "Light charge handling fix""
...
This reverts commit b95748d044
.
10 years ago
scrawl
b95748d044
Revert "Light charge handling fix"
...
This reverts commit 5e0428243b
.
10 years ago
Marc Zinnschlag
a97f599e65
fixed ref num saving in non-wide format
10 years ago
Marc Zinnschlag
cd62dbc5b7
Merge remote-tracking branch 'scrawl/essimporter'
10 years ago
scrawl
5e0428243b
Light charge handling fix
10 years ago
Marc Zinnschlag
9670e0881d
update reference's current cell when x/y-coordinates are modified
10 years ago
Marc Zinnschlag
561ddfa0c5
make column type accessable via the regular table model
10 years ago
Marc Zinnschlag
7615cbafce
create modify commands through command dispatcher
10 years ago
Marc Zinnschlag
f3c7532660
cleaned up some enum confusion
10 years ago
Marc Zinnschlag
320b994aef
keep original cell field empty, if reference is in modified
10 years ago
Marc Zinnschlag
e32402a040
handle moved references on load
10 years ago
Marc Zinnschlag
ba7b74217b
added original cell column to reference table
10 years ago
Marc Zinnschlag
3b534326ff
forbid manual editing of the cell field in reference records
10 years ago
Thoronador
44e01d0eaa
remove redundant initialization statement
...
See https://github.com/OpenMW/openmw/pull/423#discussion_r22403388
10 years ago
Thoronador
91ff536460
fix uninit, #2
10 years ago
Thoronador
17fb7aa598
uninitialized stuff
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
f771b95a15
Merge remote-tracking branch 'cc9cii/master'
10 years ago
cc9cii
6731afc79c
Use float for setting skill use values. Should resolve bug #2183 .
10 years ago
Marc Zinnschlag
f2d991505e
handle other Windows-specific path issues regarding OpenCS resources handling
10 years ago
Marc Zinnschlag
58b6e757e3
fixed another case folding problem regarding OpenCS resources handling
10 years ago
Marc Zinnschlag
cbcd6a26d5
memory leak fix
10 years ago
cc9cii
2720e5ea9d
Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application.
10 years ago
Marc Zinnschlag
db17dbe324
don't store esm readers for non-base content files
10 years ago
Marc Zinnschlag
4a9d2038fa
load land for non-base content files immediately
10 years ago
scrawl
3028141815
Set up ESMReader indices in OpenCS (fixes wrong terrain textures when multiple content files are loaded)
10 years ago
Marc Zinnschlag
5eb9fd81e1
use placeholder icons in OpenCS when no proper icon is available
10 years ago
cc9cii
bd6e54dde3
Add function to cancel drag by pressing ESC. Remove debug code.
10 years ago
cc9cii
4556eb74fe
Fix saving position and rotation.
10 years ago
cc9cii
a21958d007
Add option to move the mouse against the screen frame of reference.
10 years ago
cc9cii
8b4651f055
Move mouse related functions and states out of WorldspaceWidget.
10 years ago
cc9cii
aa7b693a13
Remove debug settings and minor cleanup.
10 years ago
cc9cii
6ca88dc541
Merge branch 'master' into mouse-picking
...
Conflicts:
apps/opencs/model/settings/usersettings.cpp
10 years ago
Marc Zinnschlag
e604fcf282
Merge branch 'double'
10 years ago
Marc Zinnschlag
b0a7b457f7
made double click actions in tables configurable
10 years ago
Marc Zinnschlag
275bf854ed
added new user setting: window/hide-subview (hide subview titlebar if there is only one subview in the window)
10 years ago
cc9cii
95683bc8c3
Add user interface for top level window status-bar setting (implementation already existed). For feature #854 .
10 years ago
cc9cii
cc0acec64c
Add settings to enable/disable debug rendering of mouse picking.
10 years ago
Marc Zinnschlag
843493e90a
fixed case-problem in OpenCS script compiler
10 years ago
Marc Zinnschlag
94ae222f0e
Merge branch 'settings'
10 years ago
Marc Zinnschlag
5a1ce4943e
added advance 3D rendering user settings section
10 years ago
Marc Zinnschlag
a3c894c1e2
Merge branch 'cellmarker'
10 years ago
Marc Zinnschlag
4b921c3876
user settings cleanup
10 years ago
Marc Zinnschlag
ed44f3ec7d
added tooltip support to user settings UI
10 years ago
Marc Zinnschlag
dddd20ba1e
added default values for display format settings
10 years ago
Marc Zinnschlag
799cd87b52
name convention and spelling fixes
10 years ago
Marc Zinnschlag
e27da6a0d4
removed settings file mixup
10 years ago
Marc Zinnschlag
c94c1adaf3
split off settings page label from internal section name
10 years ago
Marc Zinnschlag
720ba2c0d8
split off settings label from internal settings name
10 years ago
Marc Zinnschlag
daf7cab416
refactored section handling
10 years ago
Marc Zinnschlag
219fbd427f
unclutter user settings declarations
10 years ago
Marc Zinnschlag
e23a32c44f
some cleanup
10 years ago
Marc Zinnschlag
8062faa51a
fixed member variable access in OpenCS script compiler ( Fixes #2011 )
10 years ago
cc9cii
809b8c6d5b
Conflicts:
...
apps/opencs/view/render/pagedworldspacewidget.cpp
10 years ago
Thoronador
51cd2bb5d9
remove unused/double variable from CSMWorld::Column class
10 years ago
Thoronador
a799353f60
fix uninitialized fields in CSMDoc::Operation class
10 years ago
Marc Zinnschlag
21b16f8425
Merge branch 'tables'
...
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/world/data.cpp
apps/opencs/model/world/data.hpp
10 years ago
Marc Zinnschlag
23e969eae7
fixed pathgrid saving again (previous fix was incomplete)
10 years ago
cc9cii
406135ee96
Merge remote-tracking branch 'upstream/master' into terrain
10 years ago
Marc Zinnschlag
c85735abed
Merge remote-tracking branch 'scrawl/terrain'
10 years ago
cc9cii
13f028e27b
Avoid out of range exceptions.
10 years ago
scrawl
8786fb639f
Implement terrain rendering in OpenCS ( Fixes #1597 )
10 years ago
cc9cii
4fd7537155
Use default sort until a more generic sort that uses numeric order can be implemented.
10 years ago
cc9cii
a161ad3cd5
Sort cell id column by numerical order.
10 years ago
Marc Zinnschlag
2d3ffc4483
fixed pathgrid saving
10 years ago
Marc Zinnschlag
be3b229a5f
fixed pathgrid loading
10 years ago
Marc Zinnschlag
9fd82212b3
Merge remote-tracking branch 'cc9cii/opencs-settings'
10 years ago
Marc Zinnschlag
f4c9897bbd
Merge branch 'master' into tables
10 years ago
Marc Zinnschlag
d64127106b
load and save pathgrid records
10 years ago
Marc Zinnschlag
ce52735df6
Merge remote-tracking branch 'cc9cii/Bug-No-1750'
10 years ago
Marc Zinnschlag
850a40d4e2
fixed resources table drag source problem
10 years ago
Marc Zinnschlag
ff530a2e19
added missing magic effect table columns
10 years ago
cc9cii
7675df60ba
Fix far clip distance (again), workaround for broken settings minimum value.
10 years ago
cc9cii
f0c739b763
Apply camera setting changes immediately. Remove current value check for shader setting changes.
10 years ago
cc9cii
303b0ee8c6
Update scenewidget when antialiasing settings change.
10 years ago
cc9cii
9902e08773
Apply sh::Factory settings immediately.
10 years ago
cc9cii
a25cffc242
Fixed default value not being set for spinbox. Changed the default value of max subviews to 256. Simplified the call signature to get settings & set an initial value. Fixed missing settings for num_lights.
10 years ago
cc9cii
d790b8edfa
Revert old fix.
10 years ago
cc9cii
a2d043f43a
Re-check unknown record id after loading.
10 years ago
Marc Zinnschlag
e47f9c7268
added first batch of magic effect columns (re-using existing columns)
10 years ago
Marc Zinnschlag
aa89370db6
make sure magic effects added by expansions are available
10 years ago
Marc Zinnschlag
25a1112627
add magic effect records for newly created games
10 years ago