Unknown W. Brackets
80ae3f247f
Merge pull request #4006 from thedax/buildFix
...
Build fix.
2013-09-30 13:08:56 -07:00
The Dax
dda0bfea33
Build fix.
2013-09-30 16:00:41 -04:00
Henrik Rydgård
802f60cc80
Merge pull request #4001 from thedax/conditionalSoftGPUDisable
...
Disable turning on/off software GPU when in-game. We don't support switching GPU backends dynamically yet.
2013-09-30 12:37:50 -07:00
The Dax
e1580bb8ba
When a game is deleted via GameScreen, remove it from the recent ISOs list, if applicable.
2013-09-30 15:29:37 -04:00
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
Henrik Rydgard
e65d0b4791
Use EXT_blend_minmax when available. Minor tweaks.
2013-09-30 10:12:10 +02:00
danyalzia
8ffc56356e
Update GameSettingsScreen.cpp
2013-09-30 00:47:15 +05:00
danyalzia
0394b78ca9
Only use tilt to control function in mobile
2013-09-30 00:07:38 +05:00
danyalzia
d09495b72c
Only use tilt to control function in non-windows
2013-09-29 23:31:08 +05:00
Henrik Rydgård
4582902cf2
Make the ARM stuff build on clang so we can later get the unit test to
...
work there. also fixes the build.
2013-09-29 20:01:38 +02:00
Unknown W. Brackets
a2d1fd5a79
Linux buildfix (a bit blind.)
2013-09-29 10:46:46 -07:00
Henrik Rydgard
b661ae6c41
Add very simple jit viewer screen to dev menu. Add untested emitter for cvt.f32.f16 & c:o.
2013-09-29 13:41:56 +02: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
danyalzia
4a034f4a4d
Show GL Shading Language Version
2013-09-28 14:34:04 +05: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
The Dax
a15ba1322d
Move GetLangValuesMapping out of MiscScreens.cpp so it can be used globally.
2013-09-25 21:06:58 -04:00
shenweip
b59636003d
Don't push the second srcreen.
2013-09-25 01:37:25 +08:00
Henrik Rydgård
9e7769c337
Merge pull request #3906 from raven02/patch-4
...
Try to draw pic0 if pic1 is not available
2013-09-24 04:14:21 -07:00
raven02
c7021b0a2e
Use better approach to show either pic0 or pic1
2013-09-24 19:07:27 +08: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
raven02
eeb50b354f
Make sure ginfo->pic0Texture is not NULL
2013-09-24 16:16:37 +08:00
raven02
69234a1103
Try to draw pic0 if pic1 is not available
2013-09-24 15:54:40 +08: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
e6ef2621ee
Merge pull request #3855 from papel/patch
...
Fix translation string. It was not translating.
2013-09-21 09:56:34 -07:00
papel
4e3c4504b0
Fix translation string. It was not translating.
2013-09-20 13:41:15 -03:00
shenweip
c8603c01f8
Add "Remove From Recent" funtion,more convenient for the users.
2013-09-19 16:10:31 +08:00
The Dax
d102baacd0
Prep PPSSPP for Visual Studio 2013.
2013-09-17 10:27:06 -04: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
Henrik Rydgård
f061288926
Merge pull request #3812 from DanyalZia/patch-6
...
Add an option in UI to enable/disable frameskipping in unthrottle regardless of device
2013-09-17 05:26:52 -07:00
danyalzia
1160737d0b
Update GameSettingsScreen.cpp
2013-09-17 15:57:07 +05:00
Henrik Rydgard
9beb727eac
Make chainfire3d warning translatable.
2013-09-17 10:29:11 +02:00
Henrik Rydgard
fce5067279
Show a warning message on game start if Chainfire3D is installed.
2013-09-17 10:27:42 +02:00
danyalzia
6e22a26b23
Update GameSettingsScreen.cpp
2013-09-17 11:38:16 +05:00
The Dax
4e20f087fb
Draw PPSSPP's D-pad logo on LogoScreen.
2013-09-16 23:07:10 -04:00
The Dax
e6d85cfb39
Rename Config::languageIni to Config::sLanguageIni for consistency.
2013-09-16 19:47:25 -04:00
The Dax
426e6630d9
Rewrite most of the translation stuff to be cleaner.
...
Also fix a bug where in-game only menu items become enabled after selecting a language when we're in various NewUI menus.
Rename Config::ilanguage to Config::iLanguage for consistency with other Config variables.
2013-09-16 18:45:09 -04:00
Henrik Rydgard
5997cdf6ad
Add clearly missing parenthesis, see #3776 .
...
Update contributors list.
2013-09-16 08:09:27 +02:00
Henrik Rydgård
06b2151939
Merge pull request #3784 from unknownbrackets/debugger
...
Enable the debug windows always, disable buttons
2013-09-15 15:07:13 -07:00
Unknown W. Brackets
1a77099b1c
Don't crash if the pause screen is closed quickly.
2013-09-15 14:58:49 -07:00
Unknown W. Brackets
8902e85f0a
Enable the debug windows always, disable buttons.
...
This way you can close them/whatever, and hopefully should avoid crashes.
Only downside is you can't pause the game now and then hit stop in the
debugger.
2013-09-15 09:35:58 -07:00
vnctdj
2b262971d9
Update MiscScreens.cpp
...
Update contributors with my name, I'm sure other people deserve to appear here too...
I allow me to make a pull request for that because of the following comment by Henrik : https://github.com/hrydgard/ppsspp/pull/3617#issuecomment-24465863
2013-09-15 15:28:23 +02:00
Henrik Rydgård
588d3e3c4f
Merge pull request #3758 from thedax/win32Cleanup
...
Win32 UI: Some cleanups and simplifications, fix some small bugs.
2013-09-15 00:26:07 -07:00
The Dax
efa2c1c500
Use consistent directory slashes. We'll just replace all backslashes with forward slashes, eliminating the chance of duplicat recents. Fixes #3352 .
2013-09-15 00:08:53 -04:00
Unknown W. Brackets
2cca2568c7
Make sure the saved git ver is null terminated.
...
strncpy() is a tricky beast.
2013-09-14 20:29:01 -07: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
42c5061e18
Receive language change message in another screen
2013-09-14 11:52:59 +02:00