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
|
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 |
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 |
cc9cii
|
d41230a0c5
|
Tweak the look of the recordfilterbox. Keep titlebar if floating.
|
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 |
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 |
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 |
cc9cii
|
575780ec0d
|
Display format settings working.
|
10 years ago |
cc9cii
|
d9b0c81299
|
Show status bar setting working (feature #854). Turns out signals were not needed, may need to clean up later.
|
10 years ago |
cc9cii
|
86636bd960
|
Mouse events to disabled objects implemented via a signal filter.
|
10 years ago |
cc9cii
|
62d2811285
|
Window size improvements. Added promoted widgets but seems to be require signal filters for disabled widgets to receive mouse events.
|
10 years ago |
U-NSFW-50TH\cc9c
|
ca80a2b856
|
Merge remote-tracking branch 'upstream/master' into opencs-settings
|
10 years ago |
Marc Zinnschlag
|
41275b0af3
|
Merge remote-tracking branch 'cc9cii/Bug-No-1869'
|
10 years ago |
Marc Zinnschlag
|
b9973c4515
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |
cc9cii
|
9dc4af69c6
|
Got window size to work correctly. Started to incorporate parts of previous settings implementation where possible.
|
10 years ago |
scrawl
|
441073b475
|
Remove ancient comment
|
10 years ago |
scrawl
|
3ce3f31452
|
Adjust turning animation speed multiplier based on turning speed
|
10 years ago |
scrawl
|
6debd21ec6
|
Make sure the Jump control is always handled by the PhysicsSystem even if game runs faster than the minimum physics timestep
|
10 years ago |
scrawl
|
269c200c8f
|
Fix jump velocity mechanics (Fixes #1708)
|
10 years ago |
scrawl
|
b6a89c7845
|
Fix idlestorm animation conflict with torch animation
|
10 years ago |
scrawl
|
4c285151a3
|
Fix incorrect movement animation for some creatures (Fixes #1924)
|
10 years ago |
cc9cii
|
cb15750e40
|
Removed fullscreen checkbox and associated code. Doesn't really make sense for opencs and a fullscreen windowed mode is just a click or keyboard shortcut away, anyway.
|
10 years ago |
cc9cii
|
e3da37567b
|
Cleaned up and got some signals going.
|
10 years ago |
Marc Zinnschlag
|
b31c4e2bcd
|
Merge remote-tracking branch 'cc9cii/Bug-No-1301'
|
10 years ago |
cc9cii
|
d679e0e012
|
Made more progress. Grey out disabled settings.
|
10 years ago |
cc9cii
|
ffaca7a875
|
GUI added, but not yet functional.
|
10 years ago |
Marc Zinnschlag
|
71c868aa94
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |