cc9cii
|
6ca88dc541
|
Merge branch 'master' into mouse-picking
Conflicts:
apps/opencs/model/settings/usersettings.cpp
|
2014-10-29 09:28:23 +11:00 |
|
Marc Zinnschlag
|
e604fcf282
|
Merge branch 'double'
|
2014-10-27 09:56:52 +01:00 |
|
Marc Zinnschlag
|
b0a7b457f7
|
made double click actions in tables configurable
|
2014-10-27 09:32:02 +01:00 |
|
Marc Zinnschlag
|
275bf854ed
|
added new user setting: window/hide-subview (hide subview titlebar if there is only one subview in the window)
|
2014-10-27 08:57:18 +01:00 |
|
cc9cii
|
95683bc8c3
|
Add user interface for top level window status-bar setting (implementation already existed). For feature #854.
|
2014-10-26 15:04:52 +10:00 |
|
cc9cii
|
cc0acec64c
|
Add settings to enable/disable debug rendering of mouse picking.
|
2014-10-25 21:02:40 +11:00 |
|
Marc Zinnschlag
|
843493e90a
|
fixed case-problem in OpenCS script compiler
|
2014-10-21 12:38:18 +02:00 |
|
Marc Zinnschlag
|
94ae222f0e
|
Merge branch 'settings'
|
2014-10-19 13:44:15 +02:00 |
|
Marc Zinnschlag
|
5a1ce4943e
|
added advance 3D rendering user settings section
|
2014-10-19 13:41:56 +02:00 |
|
Marc Zinnschlag
|
a3c894c1e2
|
Merge branch 'cellmarker'
|
2014-10-17 14:26:16 +02:00 |
|
Marc Zinnschlag
|
4b921c3876
|
user settings cleanup
|
2014-10-17 13:49:33 +02:00 |
|
Marc Zinnschlag
|
ed44f3ec7d
|
added tooltip support to user settings UI
|
2014-10-16 16:22:36 +02:00 |
|
Marc Zinnschlag
|
dddd20ba1e
|
added default values for display format settings
|
2014-10-16 14:31:13 +02:00 |
|
Marc Zinnschlag
|
799cd87b52
|
name convention and spelling fixes
|
2014-10-16 14:24:17 +02:00 |
|
Marc Zinnschlag
|
e27da6a0d4
|
removed settings file mixup
|
2014-10-16 13:59:34 +02:00 |
|
Marc Zinnschlag
|
c94c1adaf3
|
split off settings page label from internal section name
|
2014-10-16 13:48:07 +02:00 |
|
Marc Zinnschlag
|
720ba2c0d8
|
split off settings label from internal settings name
|
2014-10-15 13:39:53 +02:00 |
|
Marc Zinnschlag
|
daf7cab416
|
refactored section handling
|
2014-10-15 12:38:17 +02:00 |
|
Marc Zinnschlag
|
219fbd427f
|
unclutter user settings declarations
|
2014-10-15 12:13:22 +02:00 |
|
Marc Zinnschlag
|
e23a32c44f
|
some cleanup
|
2014-10-13 15:26:47 +02:00 |
|
Marc Zinnschlag
|
8062faa51a
|
fixed member variable access in OpenCS script compiler (Fixes #2011)
|
2014-10-13 15:25:27 +02:00 |
|
cc9cii
|
809b8c6d5b
|
Conflicts:
apps/opencs/view/render/pagedworldspacewidget.cpp
|
2014-10-12 05:54:21 +11:00 |
|
Thoronador
|
51cd2bb5d9
|
remove unused/double variable from CSMWorld::Column class
|
2014-10-11 00:15:36 +02:00 |
|
Thoronador
|
a799353f60
|
fix uninitialized fields in CSMDoc::Operation class
|
2014-10-11 00:06:50 +02:00 |
|
Marc Zinnschlag
|
21b16f8425
|
Merge branch 'tables'
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/world/data.cpp
apps/opencs/model/world/data.hpp
|
2014-10-10 16:11:54 +02:00 |
|
Marc Zinnschlag
|
23e969eae7
|
fixed pathgrid saving again (previous fix was incomplete)
|
2014-10-10 15:29:21 +02:00 |
|
cc9cii
|
406135ee96
|
Merge remote-tracking branch 'upstream/master' into terrain
|
2014-10-09 23:47:30 +01:00 |
|
Marc Zinnschlag
|
c85735abed
|
Merge remote-tracking branch 'scrawl/terrain'
|
2014-10-09 12:56:42 +02:00 |
|
cc9cii
|
13f028e27b
|
Avoid out of range exceptions.
|
2014-10-09 07:01:18 +11:00 |
|
scrawl
|
8786fb639f
|
Implement terrain rendering in OpenCS (Fixes #1597)
|
2014-10-08 17:17:31 +02:00 |
|
cc9cii
|
4fd7537155
|
Use default sort until a more generic sort that uses numeric order can be implemented.
|
2014-10-08 07:59:21 +11:00 |
|
cc9cii
|
a161ad3cd5
|
Sort cell id column by numerical order.
|
2014-10-07 20:11:44 +11:00 |
|
Marc Zinnschlag
|
2d3ffc4483
|
fixed pathgrid saving
|
2014-10-05 15:12:12 +02:00 |
|
Marc Zinnschlag
|
be3b229a5f
|
fixed pathgrid loading
|
2014-10-04 15:36:52 +02:00 |
|
Marc Zinnschlag
|
9fd82212b3
|
Merge remote-tracking branch 'cc9cii/opencs-settings'
|
2014-10-03 13:11:05 +02:00 |
|
Marc Zinnschlag
|
f4c9897bbd
|
Merge branch 'master' into tables
|
2014-10-02 15:49:36 +02:00 |
|
Marc Zinnschlag
|
d64127106b
|
load and save pathgrid records
|
2014-10-02 12:30:15 +02:00 |
|
Marc Zinnschlag
|
ce52735df6
|
Merge remote-tracking branch 'cc9cii/Bug-No-1750'
|
2014-10-02 08:43:59 +02:00 |
|
Marc Zinnschlag
|
850a40d4e2
|
fixed resources table drag source problem
|
2014-09-30 13:15:15 +02:00 |
|
Marc Zinnschlag
|
ff530a2e19
|
added missing magic effect table columns
|
2014-09-30 12:33:48 +02:00 |
|
cc9cii
|
7675df60ba
|
Fix far clip distance (again), workaround for broken settings minimum value.
|
2014-09-29 08:17:51 +10:00 |
|
cc9cii
|
f0c739b763
|
Apply camera setting changes immediately. Remove current value check for shader setting changes.
|
2014-09-29 06:27:54 +10:00 |
|
cc9cii
|
303b0ee8c6
|
Update scenewidget when antialiasing settings change.
|
2014-09-28 15:43:33 +10:00 |
|
cc9cii
|
9902e08773
|
Apply sh::Factory settings immediately.
|
2014-09-28 11:05:27 +10:00 |
|
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.
|
2014-09-28 10:17:54 +10:00 |
|
cc9cii
|
d790b8edfa
|
Revert old fix.
|
2014-09-27 23:39:22 +10:00 |
|
cc9cii
|
a2d043f43a
|
Re-check unknown record id after loading.
|
2014-09-27 23:36:27 +10:00 |
|
Marc Zinnschlag
|
e47f9c7268
|
added first batch of magic effect columns (re-using existing columns)
|
2014-09-27 12:51:46 +02:00 |
|
Marc Zinnschlag
|
aa89370db6
|
make sure magic effects added by expansions are available
|
2014-09-27 12:38:42 +02:00 |
|
Marc Zinnschlag
|
25a1112627
|
add magic effect records for newly created games
|
2014-09-27 12:26:25 +02:00 |
|
cc9cii
|
810ba61909
|
While loading overwrite records with the same id. Should resolve bug #1750.
|
2014-09-27 17:46:48 +10:00 |
|
scrawl
|
7252cb63a6
|
Fix cppcheck issues
|
2014-09-26 17:48:14 +02:00 |
|
Marc Zinnschlag
|
c321f2c252
|
load and save magic effect records
|
2014-09-26 13:05:51 +02:00 |
|
cc9cii
|
8e71f092c5
|
Comment out setMinimum which is broken.
|
2014-09-26 12:36:55 +10:00 |
|
cc9cii
|
111a35bc38
|
More strip back.
|
2014-09-26 07:16:34 +10:00 |
|
Marc Zinnschlag
|
33cd04b37d
|
added missing sound gen table columns
|
2014-09-25 11:40:45 +02:00 |
|
cc9cii
|
d5c8ff7d73
|
More removal.
|
2014-09-25 18:15:34 +10:00 |
|
cc9cii
|
61bab6b1f1
|
Sanitised version. Some settings are only accessible via manually editing the config file.
|
2014-09-25 08:15:07 +10:00 |
|
cc9cii
|
66852d5392
|
Code cleanup and revert incorrect settings.
|
2014-09-24 22:41:49 +10:00 |
|
cc9cii
|
3f9b73812b
|
Minor fixes and workarounds.
|
2014-09-24 11:55:22 +10:00 |
|
cc9cii
|
970f3609c9
|
Fixed spinbox issue with integer entry via keyboard. Removed shader settings as per feedback comments.
|
2014-09-24 09:33:19 +10:00 |
|
cc9cii
|
67503c93b2
|
Added some scenewidget user settings but noticed during testing that the spinbox view resets the value if enter key is pressed.
|
2014-09-23 22:33:49 +10:00 |
|
Marc Zinnschlag
|
7ab4881661
|
added sound gen table
|
2014-09-23 13:21:54 +02:00 |
|
Marc Zinnschlag
|
02247fe712
|
load and save sound gen records
|
2014-09-23 12:20:02 +02:00 |
|
cc9cii
|
ffae816aab
|
Max subviews setting working. However there is no way to remove the last subview once the title bar is removed and the look of the filter box is broken without the title bar.
|
2014-09-23 17:01:08 +10:00 |
|
cc9cii
|
fc8d6da6a2
|
Added more shader settings.
|
2014-09-22 16:24:06 +10:00 |
|
cc9cii
|
71a3880884
|
Added workarounds to add QLabel. Add stylesheet option to apply to View's QGroupBox. RangeViews are now right aligned. Added content margins to the page/tab's layout.
|
2014-09-22 12:19:18 +10:00 |
|
cc9cii
|
02f8f54192
|
Fixed checkbox behaviour. Added some shader settings.
|
2014-09-22 07:50:35 +10:00 |
|
cc9cii
|
17a74da650
|
Cleaned up comments and dead code.
|
2014-09-21 21:10:18 +10:00 |
|
cc9cii
|
dbd1ab05d3
|
Integrated into the original settings design, except using tabs rather than list & stacked widgets. Works but visuals need updating.
|
2014-09-21 20:55:52 +10:00 |
|
Marc Zinnschlag
|
cf5c5cbce7
|
Merge remote-tracking branch 'corristo/osx-openmw-launch-fix'
|
2014-09-20 14:13:42 +02:00 |
|
Marc Zinnschlag
|
9d316a8745
|
Merge branch 'records'
|
2014-09-20 13:59:45 +02:00 |
|
Nikolay Kasyanov
|
9f7a8462d8
|
Fix build & OpenCS game runner code on OS X
|
2014-09-20 13:42:11 +04:00 |
|
Marc Zinnschlag
|
7733df239e
|
made CloneCommand a subclass of CreateCommand
|
2014-09-20 10:36:43 +02:00 |
|
cc9cii
|
5dfcd2ed01
|
Removed standard window size combobox. Rearranged widgets.
|
2014-09-19 08:29:06 +10:00 |
|
cc9cii
|
52354b14fc
|
Fixed compilation issue on linux. Updated shader mode selection logic (thanks scrawl). Cleaned up a little but needs more once things are settled.
|
2014-09-18 22:17:37 +10:00 |
|
Marc Zinnschlag
|
e93ab383ea
|
set refnum and increment refnum counter when creating a new reference
|
2014-09-18 12:25:17 +02:00 |
|
Marc Zinnschlag
|
33243c8c16
|
move code for storing old value from ModifyCommand constructor to redo function (allows use of the command on records that haven't been created at the time of construction)
|
2014-09-18 11:37:23 +02:00 |
|
cc9cii
|
62d2811285
|
Window size improvements. Added promoted widgets but seems to be require signal filters for disabled widgets to receive mouse events.
|
2014-09-18 07:52:54 +10:00 |
|
U-NSFW-50TH\cc9c
|
ca80a2b856
|
Merge remote-tracking branch 'upstream/master' into opencs-settings
|
2014-09-17 21:00:22 +10:00 |
|
Marc Zinnschlag
|
41275b0af3
|
Merge remote-tracking branch 'cc9cii/Bug-No-1869'
|
2014-09-17 09:20:59 +02:00 |
|
Marc Zinnschlag
|
90b45e09f7
|
added refnum column to references tables
|
2014-09-16 12:48:10 +02:00 |
|
Marc Zinnschlag
|
f5483e76cf
|
added refnum counter column to cells table
|
2014-09-16 12:30:17 +02:00 |
|
cc9cii
|
d679e0e012
|
Made more progress. Grey out disabled settings.
|
2014-09-16 19:50:25 +10:00 |
|
cc9cii
|
ffaca7a875
|
GUI added, but not yet functional.
|
2014-09-16 07:44:07 +10:00 |
|
cc9cii
|
ecb4154ac0
|
Fixed default settings logic and cleaned up comments.
|
2014-09-15 19:33:38 +10:00 |
|
cc9cii
|
0ec20b23aa
|
Initial working version. Video/rendering options supported. No GUI yet.
|
2014-09-15 06:08:55 +10:00 |
|
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
|
2014-09-14 11:59:54 +02:00 |
|
Marc Zinnschlag
|
bf6150d009
|
allow project scope scripts
|
2014-09-14 11:41:28 +02:00 |
|
Marc Zinnschlag
|
081588f484
|
add project file to content file list when running OpenMW from OpenCS
|
2014-09-13 20:48:24 +02:00 |
|
Marc Zinnschlag
|
70ee899691
|
Merge remote-tracking branch 'cc9cii/Bug-No-1725'
Conflicts:
apps/opencs/model/tools/bodypartcheck.cpp
|
2014-09-12 14:37:26 +02:00 |
|
Marc Zinnschlag
|
b29d1d452f
|
removed some redundant checks
|
2014-09-11 14:19:18 +02:00 |
|
cc9cii
|
f0e0494f03
|
Since commit 8bce460f34 negative value checks no longer make sense. Not sure what to do about Vampire flag, however.
|
2014-09-10 08:13:10 +10:00 |
|
Marc Zinnschlag
|
77e9ac8975
|
Merge remote-tracking branch 'cc9cii/Bug-No-1710'
|
2014-09-08 16:38:25 +02:00 |
|
cc9cii
|
724ed807c8
|
Let the filterbox of the receiving side of the drag&drop to decide whether to add referenceable type. Only added if the table has "Referenceable ID" column AND the UniversalId type is referenceable.
|
2014-09-08 23:14:04 +10:00 |
|
Marc Zinnschlag
|
d4c27d4ce0
|
Merge remote-tracking branch 'mellotanica/master'
|
2014-09-07 10:10:54 +02:00 |
|
cc9cii
|
4a8fe39b2c
|
For bug #1710. Change the ID type of mime data for filterbox drop events to Referenceable rather than using the ID's native type.
|
2014-09-07 06:29:09 +10:00 |
|
Rohit Nirmal
|
e315a72582
|
Remove extra semicolons at the end of some lines.
|
2014-09-06 13:04:52 -05:00 |
|
Marc Zinnschlag
|
64cf0870c6
|
set content files when running OpenMW from OpenCS
|
2014-09-06 12:24:09 +02:00 |
|
cc9cii
|
ab8403192c
|
Fix typo.
|
2014-09-06 08:00:48 +10:00 |
|