The Dax
6504feeb0b
Disable turning on software GPU when in-game. We don't support switching backends at in-game time yet.
2013-09-30 13:15:33 -04:00
Henrik Rydgård
ed1f4cd8d9
Merge branch 'patch-16' of https://github.com/raven02/ppsspp into raven02-patch-16
...
Conflicts:
UI/GameSettingsScreen.cpp
2013-09-30 11:57:30 +02:00
danyalzia
8ffc56356e
Update GameSettingsScreen.cpp
2013-09-30 00:47:15 +05:00
The Dax
79af94f4aa
Update the host UI to avoid an UI scaling issue after resetting settings to default.
2013-09-28 22:41:47 -04:00
raven02
c9c7184d60
UI : Shift in-menu items
2013-09-29 09:53:04 +08:00
Henrik Rydgård
6395c11b46
Merge pull request #3903 from shenweip/patch-ui
...
Win32: Also receive "More Settings" or "Control Mapping" message in GameSettingsScreen and ControlMappingScreen.
2013-09-28 14:56:46 -07:00
Henrik Rydgard
a5d30d2f02
Enable FXAA on mobile. Hopefully the buildbot will copy the shader, too...
2013-09-28 23:51:10 +02:00
Henrik Rydgard
b10e2bce3c
Add FXAA antialiasing on non-mobile. Works best when render resolution = window size.
2013-09-26 12:41:59 +02:00
Henrik Rydgard
2b66a850be
More spline/bezier optimization. Enable real splines. Add option "Low quality spline/bezier curves".
2013-09-24 11:14:49 +02:00
shenweip
a8692d36fe
Also receive "More Settings" or "Control Mapping" message in GameSettingsSreen and ControlMappingScreen.
2013-09-24 13:03:59 +08:00
Henrik Rydgård
db92f26e56
Merge pull request #3806 from thedax/win32UITranslation
...
Win32 UI: Rewrite most of the menu translation code to be cleaner and simpler.
2013-09-17 06:43:24 -07:00
danyalzia
1160737d0b
Update GameSettingsScreen.cpp
2013-09-17 15:57:07 +05:00
danyalzia
6e22a26b23
Update GameSettingsScreen.cpp
2013-09-17 11:38:16 +05:00
The Dax
e6d85cfb39
Rename Config::languageIni to Config::sLanguageIni for consistency.
2013-09-16 19:47:25 -04:00
The Dax
e8fd5881b8
Move global UI status out of WndMainWindow.cpp, simplify the menu translation code(it doesn't need to dictate checked or enabled items, the UI already does it later on anyway), and clear out a few old menu items that have been removed.
2013-09-14 12:49:50 -04:00
shenweip
9907f4a740
Recreat all views when received language change message
2013-09-14 13:52:21 +08:00
Henrik Rydgard
91f9161d76
Fix some bugs found in reports in the Android crash reporting console
2013-09-11 22:21:32 +02:00
Henrik Rydgard
e5e0a5e132
Forgot a null check
2013-09-11 07:13:06 +02:00
Henrik Rydgard
2745744d99
Split the resolution setting into Window Size and Rendering Resolution (internal resolution).
...
Gets rid of our "antialiasing" (simply crank up internal resolution to 2x your window size).
Proper MSAA is coming later.
2013-09-11 00:19:34 +02:00
adrian17
78fd8863a0
Changed button opacity and scale slider min/max values
2013-09-10 14:38:57 +02:00
Henrik Rydgard
b24ea4014a
Simple tilt sensitivity setting
2013-09-09 23:48:11 +02:00
Henrik Rydgård
74418c13bf
Merge pull request #3646 from raven02/patch-17
...
Toggle option "Disable Stencil Test" & "Always Depth Write"
2013-09-09 00:06:00 -07:00
The Dax
c95244b3e2
Remove stray tab.
2013-09-08 00:42:15 -04:00
The Dax
ac88cbd894
Let NewUI's Antialiasing option be instant so a game reboot isn't required.
2013-09-08 00:27:39 -04:00
The Dax
f594157374
Overhaul the Win32 UI. New things include:
...
-File -> Savestate Slot: Lets the user pick the savestate slot to be used.
-Game Settings -> More Settings...: Opens the main settings screen from anywhere.
-Game Settings -> Control Mapping...: Opens the key mapping screen from anywhere.
-Infrequently changed options were removed.
-Organised menus; nothing is out of place anymore.
-Simplified menus: as some options were removed or moved, it's easier to find what you're looking for, now.
2013-09-07 17:05:23 -04:00