scrawl
|
b81c7d05c6
|
Remove CG shaders from settings window (not fully supported on non-nvidia cards, amd profiles have an instruction limit making them useless)
Can still be used by editing the config file, however.
|
11 years ago |
Digmaster
|
e3e51324a4
|
Esc button exits all non-modal GUI windows
|
11 years ago |
scrawl
|
0a17245633
|
Refactored settings window
|
11 years ago |
scrawl
|
04f9f7af56
|
Closes #990: Add option to unlock mouse cursor when in any menu
|
11 years ago |
scrawl
|
bf5529819d
|
Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog.
|
11 years ago |
scrawl
|
fa264935ff
|
We can apply vsync at runtime now that the Ogre bug is fixed.
|
11 years ago |
scrawl
|
ebf9debb80
|
Enabled terrain self shadows, implemented getHeightAt, some optimizations
|
12 years ago |
Sebastian Wick
|
1b310c5c5b
|
use SDL resolutions in the ingame settings
|
12 years ago |
scrawl
|
6164e5bae6
|
Restored window resizing
|
12 years ago |
scrawl
|
91e95e1404
|
Use the correct slash, chop or thrust animation
|
12 years ago |
scrawl
|
f1ff9b69b3
|
Mouse grab and relative input need to be disabled when the mouse leaves the window; Disabled resolution switching / window resizing for now due to several glitches
|
12 years ago |
scrawl
|
fcf35d3871
|
Removed the UI cursor sensitivity slider
|
12 years ago |
Glorf
|
57f22c77c0
|
Bugfix #732 part 1
|
12 years ago |
Britt Mathis
|
60fadaeaf0
|
Cleaned up includes in implementation files
|
12 years ago |
Marc Zinnschlag
|
3f846a50d9
|
Merge remote-tracking branch 'galdor557/master'
Conflicts:
apps/openmw/mwgui/travelwindow.cpp
|
12 years ago |
Britt Mathis
|
f7383905b7
|
Finally eliminated calls to MWBase::WindowManager in constructors
|
12 years ago |
Britt Mathis
|
ce9bc6d9ba
|
MwGui windowManager calls fixed to use MWBase::Environment::get().getWindowManager, filenames in MwGui now comply with naming conventions
|
12 years ago |
scrawl
|
0e7d555cdf
|
Terrain material now uses multiple passes if required, which means it can support an arbitrary number of layers. Also re-enables PSSM.
|
12 years ago |
scrawl
|
e7af718b55
|
Remove unnecessary WindowManager::messageBox arguments
|
12 years ago |
scrawl
|
c9fefc7f5d
|
Simpler, more lightweight underwater effect, changed colors to match vanilla better
|
12 years ago |
scrawl
|
0d6a3367d3
|
Water shader no longer depends on object shaders being enabled
|
12 years ago |
scrawl
|
7604fb51b6
|
CG no longer listed in the settings if the plugin isn't loaded.
|
12 years ago |
scrawl
|
6a49ea9b4f
|
Cleaning out some old bits
|
12 years ago |
scrawl
|
86d65519e3
|
Settings window fix
|
12 years ago |
scrawl
|
c4d518132f
|
With the 1x1 background window trick, we can apply VSync without restart. Some issues left though.
|
12 years ago |
scrawl
|
3772cd9257
|
Refraction can be disabled separately now
|
12 years ago |
scrawl
|
2c3719a6f5
|
Disabling PSSM feature to make sure we can fit the max. amount of terrain textures in Morrowind.esm in a single pass.
|
12 years ago |
scrawl
|
30136eb449
|
Update settings UI
|
12 years ago |
scrawl
|
b9a3f8e8d7
|
gamma slider
|
12 years ago |
scrawl
|
bc6a1979b0
|
replaced everything with the new method
|
12 years ago |
scrawl
|
6ad08dfd33
|
added settings for crosshair & subtitles
|
13 years ago |
scrawl
|
67577c6192
|
UI cursor & camera sensitivity sliders
|
13 years ago |
scrawl
|
c7b8787c32
|
"reset to defaults" button, invert y axis button
|
13 years ago |
scrawl
|
bc6e4feedc
|
hotkey window first version
|
13 years ago |
Marc Zinnschlag
|
6534c2a55a
|
Issue #107: WindowManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
0231533d05
|
Issue #107: InputManager is accessed only through the interface class from now on
|
13 years ago |
scrawl
|
f72956b918
|
- added a simple main menu (with Return, Options and Exit buttons)
- removed OEngine::ExitListener (what a terrible abuse of framelisteners)
|
13 years ago |
Marc Zinnschlag
|
6bd48d12af
|
Issue #107: SoundManager is accessed only through the interface class from now on
|
13 years ago |
scrawl
|
15a16aeba1
|
Fixed DirectX HLSL shaders and re-enabled them in the gui
|
13 years ago |
Marc Zinnschlag
|
2d080ce4ef
|
compile fix
|
13 years ago |
scrawl
|
02a52c0ff1
|
fixed some more settings bugs
|
13 years ago |
scrawl
|
3ebc6fd590
|
fixed a settings window bug
|
13 years ago |
scrawl
|
a70f93b024
|
fix "Crash when running openmw with --start="XYZ", remove HLSL for windows
|
13 years ago |
scrawl
|
f5ffea4d4b
|
new button, water timescale
|
13 years ago |
scrawl
|
e077814a8c
|
water
|
13 years ago |
scrawl
|
e0a99f104b
|
settings tab "shadows"
|
13 years ago |
scrawl
|
485adc8bdc
|
shader mode button in settingswindow
|
13 years ago |
scrawl
|
085891879c
|
fixed another resolution change bug introduced recently
|
13 years ago |
Marc Zinnschlag
|
cc7c6aa0ad
|
Merge branch 'decouple'
|
13 years ago |
Marc Zinnschlag
|
4c39fefd1e
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
13 years ago |
scrawl
|
d27863bf8e
|
rename layout files to .layout to get them recognized by layout editor
|
13 years ago |
Marc Zinnschlag
|
70ac1c818d
|
Merge remote branch 'scrawl/settingswindow'
|
13 years ago |
scrawl
|
232fe0be8c
|
fix for the directx crash
|
13 years ago |
scrawl
|
30e86e1b9d
|
settings window resolution sorting, aspect ratio
|
13 years ago |
scrawl
|
797c2c538d
|
fix some settings bugs
|
13 years ago |
scrawl
|
15e959868c
|
make some of the gui mode changes a bit safer
|
13 years ago |
scrawl
|
69e6bc6588
|
add water settings to settings window
|
13 years ago |
scrawl
|
5d03e86613
|
added field of view and texture filtering to settings window
|
13 years ago |
scrawl
|
0a17d6d710
|
more resolution switching fixes
|
13 years ago |
scrawl
|
6014a90002
|
added tooltip delay option
|
13 years ago |
scrawl
|
14f4f09f83
|
proper resolution switching (reposition GUI & adjust mouse clipping region)
|
13 years ago |
scrawl
|
51b8a76a68
|
merged by branches together, starting with alchemy window
Merge branch 'guimode_stacking' into next
Conflicts:
apps/openmw/mwgui/mode.hpp
|
13 years ago |
scrawl
|
6ea7bdb224
|
vsync & fps buttons, sound volume apply fix
|
13 years ago |
scrawl
|
9b94edd561
|
audio tab with volume sliders
|
13 years ago |
scrawl
|
689cf7ce05
|
ConfirmationDialog
|
13 years ago |
scrawl
|
656a8f1be9
|
working menu transparency slider
|
13 years ago |
scrawl
|
313294c522
|
settings window (hotkey F2) which does nothing. Yay!
|
13 years ago |