245 Commits

Author SHA1 Message Date
Unknown W. Brackets
f97794136c Use a UI event for clearing recents.
This way it builds on Android, and is cross platform too.
2013-09-07 09:44:28 -07:00
Henrik Rydgard
26c5ee4a6d Add screen to control debug levels. Will make it easier to access later. 2013-09-07 13:38:37 +02:00
raven02
1c583093f3 Change item-name to "Hack Settings" 2013-09-06 16:08:03 +08:00
kaienfr
701e1263f0 New update in code style & fix load function
The load function can not load all recent games list if the Key is skeeped as:
FileName0 = ...
FileName2 = ...
...

In this case, only FileName0 is loaded.
Now the function is fixed and load all list.
2013-09-05 18:45:41 +02:00
kaienfr
137df18a00 Update recent games list & remove redundant recent games from ini file 2013-09-05 18:23:28 +02:00
raven02
a1aac79224 Toggle option "Disable Stencil Test" & "Always Depth Write" 2013-09-05 21:49:26 +08:00
Sacha
649ba06b37 Someone forgot this include. 2013-09-05 05:00:00 +10:00
The Dax
471a9990e5 Change PostMessage to host->UpdateUI(). 2013-09-04 11:22:53 -04:00
The Dax
3f6361831e Rename "System Language" to just "Language". 2013-09-04 08:00:50 -04:00
The Dax
aebd5156a5 Win32 UI: Add a System Language menu that's dynamically created. Also fix several small bugs where the UI wouldn't switch languages on the Pause screen, and in a couple other spots. 2013-09-04 08:00:50 -04:00
Henrik Rydgård
8e6b031d9b Merge pull request #3611 from Kingcom/Fix
Add another check to PopupMultiChoice
2013-09-04 02:38:00 -07:00
Kingcom
77067094c7 Take minVal into account 2013-09-04 11:00:42 +02:00
Kingcom
6471dd2363 Add another check to PopupMultiChoice 2013-09-04 10:58:31 +02:00
vnctdj
509045b345 Another one
Another one (2)

And the last one

+ now "Developer" is refered by "*de" to avoid confusion with "*d" which is for "Dialog"

I hope I don't forget to move some other "Back" translations to [Dialog] in other files...

"Cancel" translation moved

Update

with papel's changes (so we can close his pull request which is now outdated)

Update (2)

with papel's changes (so we can close his pull request which is now outdated) (2)

No I have finished, so, to conclude, if we merge all my pull requests, papel's one can be closed with no loss of work :)

Rebased
2013-09-03 16:48:02 +02:00
Unknown W. Brackets
24ecf9416c Update language immediately in UI. 2013-09-01 13:29:23 -07:00
Unknown W. Brackets
98717fee7c Update reporting support immediately.
Well, it'd be nice to pull rather than push, but this is okay.
2013-09-01 13:08:47 -07:00
Unknown W. Brackets
c0e54735f5 Disable reporting when copy framebuffer is used.
Causes too much noise.  Also, use a proper interface to enable/disable it.
This should prevent future problems with accidentally enabling it.
2013-09-01 12:57:39 -07:00
wuspring
3858044f99 Modify NewLanguageScreen class
For the title of language select dialoag in System->system language
("Language") can be translatable, Using [Developer]->"Language"
2013-08-31 05:26:59 +08:00
vnctdj
692d4a91f3 ["lang" .ini files] Move "Language" translation in [Developer]
@ Henrik >> I hope this one is OK :)
2013-08-30 18:20:19 +02:00
Henrik Rydgard
f4496fbc49 Buildfix 2013-08-30 17:57:33 +02:00
vnctdj
05ada2f234 ["lang" .ini files] Move the translation of "General" in [System] category 2013-08-30 17:10:14 +02:00
Henrik Rydgard
349718a3bc Windows: Use system fonts in UI - no more mojibake.
No support for doing this on Android yet, still uses the atlas.
2013-08-30 14:48:52 +02:00
Henrik Rydgård
20de318acd Merge pull request #3491 from wuspring/master
Update about "Read Framebuffers To Memory (CPU) " setting string.
2013-08-30 02:42:09 -07:00
wuspring
bda50e4401 About "Read Framebuffers To Memory (CPU) "
make sure the source and ini have the same keyword
2013-08-30 17:22:29 +08:00
Henrik Rydgård
f7e26f47c8 Merge pull request #3489 from wuspring/master
shorten key, and related keyword are updated in the ini(ppsspp-lang #131)
2013-08-30 01:26:34 -07:00
wuspring
bbb52b1ff3 shorten key, update en_US.ini and zh_CN.ini for newest code. 2013-08-30 14:10:05 +08:00
The Dax
dff1726af7 Fix small typo in a translation string's default value so it fits on-screen. 2013-08-29 19:13:47 -04:00
The Dax
2897ed56c8 Let's shorten the length of that translation key. 2013-08-28 16:37:37 -04:00
The Dax
d113254774 Add an option to restore PPSSPP's settings to default. Does not restore controller bindings to default. 2013-08-28 16:25:58 -04:00
The Dax
848218dc75 Clarify an option name. It could be potentially confusing. 2013-08-27 18:10:30 -04:00
The Dax
59a1669bb3 Move "System Information" string to [Developer]. It's only used here, so I don't think it belongs in [General]. 2013-08-27 11:28:27 -04:00
Henrik Rydgård
d33cea7c29 Merge pull request #3406 from makotech222/cwcheat
Re-enable cheats on android
2013-08-26 00:18:45 -07:00
Steven Cherry
e6d371c675 Re-enable cheats on android 2013-08-25 21:09:23 -05:00
Henrik Rydgård
49d41abbd3 Merge pull request #3401 from makotech222/cwcheat
Re-disable Cheats on android.
2013-08-25 14:43:47 -07:00
Steven Cherry
f85024bc26 Re-disable Cheats on android. 2013-08-25 16:41:16 -05:00
The Dax
0e3c68dc9b Restore missing Recent tab option: Clear Recent Section.
Hard code MaxRecent to be 30. No real need to make it configurable anymore.
2013-08-25 15:56:34 -04:00
Steven Cherry
c40343dc95 Fix android stuff and remove reload cheat option 2013-08-24 15:54:43 -05:00
Henrik Rydgard
507050e966 Add an option for the lower latency audio mode we had in an #ifdef before 2013-08-24 11:56:39 +02:00
The Dax
e97def9c66 Win32: Simplify Change Nickname code and slightly change InputBox_GetString to take a const default value. We don't modify it. 2013-08-23 06:37:47 -04:00
The Dax
20166c7f4f Let the UI update the confirm cancel keys when the user presses back. They may have changed the O/X preference option. 2013-08-22 07:10:06 -04:00
The Dax
70e7b879a2 Expand this one too, to be safe, if more floating point precision is required. 2013-08-21 11:31:19 -04:00
The Dax
1c1b41b7a2 Fix crash with CPU Speed Lock popup. 2013-08-21 11:28:25 -04:00
raven02
edca2c18c3 Matching all category in each section for translation 2013-08-21 22:12:49 +08:00
Henrik Rydgard
a4f5ad6ee0 Fix bug that turned on reporting for everyone as soon as they went into
settings the first time.
2013-08-21 15:54:41 +02:00
The Dax
6150c6157d Fix minor bug in NewUI and make frameskipping strings translatable. 2013-08-21 08:32:06 -04:00
The Dax
fec1bfd50f Fix the confirm button prefs by swapping the strings and saving as 1/0 instead of 1/2. 2013-08-21 05:17:55 -04:00
The Dax
4098524856 Use the previous nickname as the default value instead of "PPSSPP". 2013-08-21 04:56:53 -04:00
Sacha
14649114d5 Disable threading on Symbian only. 2013-08-21 17:20:43 +10:00
Sacha
47bdd81cde Multi-threading only slows down single-core systems. Option doesn't need to be there. 2013-08-21 12:01:57 +10:00
Henrik Rydgard
6a1d727a9a Fix language selection and a couple of untranslatable strings 2013-08-20 20:13:28 +02:00