Marc Zinnschlag
|
c85735abed
|
Merge remote-tracking branch 'scrawl/terrain'
|
10 years ago |
cc9cii
|
13f028e27b
|
Avoid out of range exceptions.
|
10 years ago |
cc9cii
|
b3ef7a71e2
|
Different implementation of update overlay fix.
|
10 years ago |
scrawl
|
8786fb639f
|
Implement terrain rendering in OpenCS (Fixes #1597)
|
10 years ago |
cc9cii
|
5d8022bdc5
|
Update overlay upon control elements button signal.
|
10 years ago |
cc9cii
|
e2560de05a
|
Don't use windows path separator.
|
10 years ago |
cc9cii
|
4fd7537155
|
Use default sort until a more generic sort that uses numeric order can be implemented.
|
10 years ago |
cc9cii
|
e1197e75bc
|
Handle change of names or regions to dynamically update the overlay.
|
10 years ago |
cc9cii
|
7836ee9ab6
|
Fixed crash exiting internal cells. Better starting camera position for external cells.
|
10 years ago |
cc9cii
|
a161ad3cd5
|
Sort cell id column by numerical order.
|
10 years ago |
cc9cii
|
0cccdfd114
|
Added description below the cell id (name if exists, or region)
|
10 years ago |
cc9cii
|
7640875f9d
|
More cleanup.
|
10 years ago |
cc9cii
|
f48f841d31
|
Add full path for Ogre Overlay headers (workaround for osx).
|
10 years ago |
cc9cii
|
0197f7088f
|
Remove extra frame rendering after enabling/disabling the label.
|
10 years ago |
cc9cii
|
b3e09cce00
|
Remove mouse picking code.
|
10 years ago |
cc9cii
|
972c789060
|
Add Ogre Overlay path to cmake.
|
10 years ago |
cc9cii
|
cc6153eb8e
|
Removed temporary key bindings.
|
10 years ago |
cc9cii
|
6d687993b8
|
Remove C++11 stuff.
|
10 years ago |
cc9cii
|
e38417e662
|
Visibility mask implemented. For testing rigged up 'M' and 'N' keys for show/hide.
The scenewidget doesn't receive any mouse events for about a second after toggling the visibility flag. No idea what is causing this.
|
10 years ago |
cc9cii
|
dbb2781817
|
Mouse click on text overlay implemented. Removed 'm' keybinding for overlay toggle. White lines not visible by default.
|
10 years ago |
Marc Zinnschlag
|
2d3ffc4483
|
fixed pathgrid saving
|
10 years ago |
cc9cii
|
85d93807c5
|
Working version. White lines still present. Marker toggle hard-coded to 'm' key. Mouse events not implemented.
|
10 years ago |
Marc Zinnschlag
|
be3b229a5f
|
fixed pathgrid loading
|
10 years ago |
cc9cii
|
c9e054cdd7
|
Merge remote-tracking branch 'remotes/upstream/master' into QtOgre
This reverts commit 0b133d5c2e0d258274ef5f272d7c1a185225673a, reversing
changes made to 3aea1bf5f9 .
|
10 years ago |
cc9cii
|
3aea1bf5f9
|
CMake changes for using Ogre Overlay.
|
10 years ago |
Marc Zinnschlag
|
9fd82212b3
|
Merge remote-tracking branch 'cc9cii/opencs-settings'
|
10 years ago |
cc9cii
|
115841d31d
|
Do not save window size on exit.
|
10 years ago |
Marc Zinnschlag
|
f4c9897bbd
|
Merge branch 'master' into tables
|
10 years ago |
Marc Zinnschlag
|
00073694c6
|
added pathgrid subview
|
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 |
cc9cii
|
517a797a3e
|
Remove seemingly unnecessary clearFocus() call (thanks scrawl for help). Fix saving window size on linux.
|
10 years ago |
cc9cii
|
5ffb740120
|
Fix silly mistake (thanks scrawl for picking that up)
|
10 years ago |
Marc Zinnschlag
|
850a40d4e2
|
fixed resources table drag source problem
|
10 years ago |
cc9cii
|
a9745cce1e
|
Suppress some compiler warnings.
|
10 years ago |
Marc Zinnschlag
|
ff530a2e19
|
added missing magic effect table columns
|
10 years ago |
cc9cii
|
dee090355f
|
Changes to compile on Ubuntu 14.04.
|
10 years ago |
cc9cii
|
687b62dfd3
|
Revert some changes (mostly iostream adds)
|
10 years ago |
cc9cii
|
312b7cd571
|
Merge branch 'master' into QtOGre
Conflicts:
apps/opencs/model/doc/document.cpp
apps/opencs/view/render/pagedworldspacewidget.cpp
apps/opencs/view/render/pagedworldspacewidget.hpp
components/nif/niffile.hpp
libs/openengine/bullet/physic.hpp
|
10 years ago |
cc9cii
|
7675df60ba
|
Fix far clip distance (again), workaround for broken settings minimum value.
|
10 years ago |
cc9cii
|
54c77cf875
|
Silence clang warnings.
|
10 years ago |
cc9cii
|
f0c739b763
|
Apply camera setting changes immediately. Remove current value check for shader setting changes.
|
10 years ago |
cc9cii
|
6e8977348a
|
Check the FSAA setting of windows rather than system value.
|
10 years ago |
cc9cii
|
303b0ee8c6
|
Update scenewidget when antialiasing settings change.
|
10 years ago |
cc9cii
|
8a0ff17c22
|
Update SceneWidget when relevant user 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 |
cc9cii
|
810ba61909
|
While loading overwrite records with the same id. Should resolve bug #1750.
|
10 years ago |
scrawl
|
7252cb63a6
|
Fix cppcheck issues
|
10 years ago |
Marc Zinnschlag
|
23fd314294
|
added magic effects table
|
10 years ago |
Marc Zinnschlag
|
c321f2c252
|
load and save magic effect records
|
10 years ago |
cc9cii
|
8e71f092c5
|
Comment out setMinimum which is broken.
|
10 years ago |
cc9cii
|
a1c0ec2feb
|
Repair collateral damage from a purging session gone out of control.
|
10 years ago |
cc9cii
|
111a35bc38
|
More strip back.
|
10 years ago |
Marc Zinnschlag
|
33cd04b37d
|
added missing sound gen table columns
|
10 years ago |
cc9cii
|
d5c8ff7d73
|
More removal.
|
10 years ago |
cc9cii
|
127f9bb30d
|
Fix reverting to wrong version.
|
10 years ago |
cc9cii
|
61bab6b1f1
|
Sanitised version. Some settings are only accessible via manually editing the config file.
|
10 years ago |
cc9cii
|
31fb160376
|
More cleanup.
|
10 years ago |
cc9cii
|
66852d5392
|
Code cleanup and revert incorrect settings.
|
10 years ago |
cc9cii
|
fdf375fb4d
|
Reusing subviews implemented.
|
10 years ago |
cc9cii
|
3f9b73812b
|
Minor fixes and workarounds.
|
10 years ago |
cc9cii
|
970f3609c9
|
Fixed spinbox issue with integer entry via keyboard. Removed shader settings as per feedback comments.
|
10 years ago |
cc9cii
|
67503c93b2
|
Added some scenewidget user settings but noticed during testing that the spinbox view resets the value if enter key is pressed.
|
10 years ago |
Marc Zinnschlag
|
7ab4881661
|
added sound gen table
|
10 years ago |
cc9cii
|
d41230a0c5
|
Tweak the look of the recordfilterbox. Keep titlebar if floating.
|
10 years ago |
Marc Zinnschlag
|
02247fe712
|
load and save sound gen records
|
10 years ago |
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.
|
10 years ago |
cc9cii
|
62406d5322
|
Use reasonable values for the spinbox.
|
10 years ago |
cc9cii
|
437fb774c5
|
Re-implemented subview minimum size setting.
|
10 years ago |
cc9cii
|
c8ae8f4a6d
|
Added minimum width setting for subviews - regionmap, table, scene, preview and dialogue. It should be noted that the setting is not the starting minimum width, i.e. it won't be possible to reduce the width of the subview after the creation. Also, one setting applies to all subviews. It may be desirable to have individual settings.
|
10 years ago |
cc9cii
|
c4f11785ec
|
Added a window size change easter egg.
|
10 years ago |
cc9cii
|
48f96df29d
|
Fixed checkboxes saving invalid values.
|
10 years ago |
Marc Zinnschlag
|
5c8ef842b6
|
Merge branch 'edit'
|
10 years ago |
Marc Zinnschlag
|
51151bc43e
|
minor fix
|
10 years ago |
cc9cii
|
fc8d6da6a2
|
Added more shader settings.
|
10 years ago |
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.
|
10 years ago |
cc9cii
|
02f8f54192
|
Fixed checkbox behaviour. Added some shader settings.
|
10 years ago |
cc9cii
|
17a74da650
|
Cleaned up comments and dead code.
|
10 years ago |
cc9cii
|
dbd1ab05d3
|
Integrated into the original settings design, except using tabs rather than list & stacked widgets. Works but visuals need updating.
|
10 years ago |
Marc Zinnschlag
|
cf5c5cbce7
|
Merge remote-tracking branch 'corristo/osx-openmw-launch-fix'
|
10 years ago |
Marc Zinnschlag
|
9d316a8745
|
Merge branch 'records'
|
10 years ago |
Marc Zinnschlag
|
8499ceb35d
|
set default value for topic when cloning info records
|
10 years ago |
Marc Zinnschlag
|
8ce87803c4
|
set default value for cell when cloning references
|
10 years ago |
Marc Zinnschlag
|
b39cdb7645
|
fixed referenceable cloning (and as a side-effect enabled showing the type of the refereceable in the clone UI)
|
10 years ago |
Marc Zinnschlag
|
90ad3f332a
|
extending refnum functionality to cloning (and also enable cloning of references to a different cell)
|
10 years ago |
Nikolay Kasyanov
|
9f7a8462d8
|
Fix build & OpenCS game runner code on OS X
|
10 years ago |
Marc Zinnschlag
|
7733df239e
|
made CloneCommand a subclass of CreateCommand
|
10 years ago |
cc9cii
|
5dfcd2ed01
|
Removed standard window size combobox. Rearranged widgets.
|
10 years ago |
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.
|
10 years ago |
Marc Zinnschlag
|
3add4bdf35
|
rewrote refnum handling code (fixes broken reference creation, but not reference cloning yet)
|
10 years ago |
Marc Zinnschlag
|
6fbffdb98f
|
fixed reference creator error handling
|
10 years ago |
Marc Zinnschlag
|
e93ab383ea
|
set refnum and increment refnum counter when creating a new reference
|
10 years ago |
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)
|
10 years ago |
cc9cii
|
575780ec0d
|
Display format settings working.
|
10 years ago |