Commit Graph

867 Commits

Author SHA1 Message Date
Henrik Rydgard
8c88dff5a4 More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
Henrik Rydgard
c31ae0645f Add optional "DevMenu" in-game button for quick access to things like log settings 2013-09-07 20:54:51 +02:00
Unknown W. Brackets
79d246aae9 Decouple win32 and UI a bit more. 2013-09-07 09:48:12 -07:00
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
Henrik Rydgård
f24a7c83f5 Merge pull request #3636 from kaienfr/fix_recent_gamelist
Update recent games list & remove redundant recent games from ini file
2013-09-07 02:18:30 -07:00
Unknown W. Brackets
0ff64ec7d6 Fix some initialization order warnings. 2013-09-06 01:13:27 -07:00
raven02
1c583093f3 Change item-name to "Hack Settings" 2013-09-06 16:08:03 +08:00
Steven Cherry
46ba12cc85 Fix Reloading cheats 2013-09-05 17:36:14 -05: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
Henrik Rydgard
00b1fd6a75 Remove unnecessary RecreateViews call. 2013-09-04 17:21:13 +02:00
Henrik Rydgård
9930ecbab7 Merge pull request #3604 from thedax/dynamicUITranslation
Win32 UI: Add a runtime created Language submenu.
2013-09-04 05:48:16 -07:00
Henrik Rydgard
1c422d41ce Enable Arabic on Windows where we are using system fonts that can handle it. 2013-09-04 14:47:01 +02: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 Rydgard
18c2342ea9 Move unicode text out to assets/langregion.ini . Gah. 2013-09-04 13:25:57 +02:00
Henrik Rydgard
1e2ecfd2ca Draw the credits scroller using system font drawer 2013-09-04 12:38:52 +02:00
Henrik Rydgard
ad620e463a Detect language on first boot on Windows (Vista+) and Android 2013-09-04 12:08:22 +02: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
Henrik Rydgård
1c42964c59 Merge pull request #3596 from wuspring/shortenkey
Make "OK" and "Cancel" in PromptScreen traslatable.
2013-09-04 02:36:28 -07:00
Henrik Rydgard
c845da2887 Switch System_GetName to System_GetProperty 2013-09-04 11:31:40 +02:00
Kingcom
77067094c7 Take minVal into account 2013-09-04 11:00:42 +02:00
Henrik Rydgård
4091efc71d Merge pull request #3589 from vnctdj/patch-4
Move some translations (papel's work updated)
2013-09-04 01:58:49 -07:00
Kingcom
6471dd2363 Add another check to PopupMultiChoice 2013-09-04 10:58:31 +02:00
Henrik Rydgard
273fb7c941 Warning fixes, make the back button exit the emu on the main screen on Android. 2013-09-04 10:51:14 +02:00
wuspring
5655ddc835 Make "OK" and "Cancel" in PromptScreen translatable, and shorten some keys. 2013-09-04 09:02:28 +08:00
kaienfr
966492fcbf fix cwcheat list incompletely shown and resize the check button 2013-09-03 17:50:34 +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
vnctdj
687e1790db Move "Back" translation
Because it is already translated in [Dialog]
2013-09-03 10:27:58 +02:00
Henrik Rydgård
e949952eb0 Merge pull request #3543 from makotech222/cwcheat
Fix Reading from cheat.db and enable/disable all
2013-09-03 00:42:08 -07:00
Yaroslav
6c2b30293a Added Tagalog Language 2013-09-02 19:28:27 +07:00
Unknown W. Brackets
b3bc4c5830 Merge pull request #3536 from DanyalZia/patch-4
Resize the Back button in System Information
2013-09-01 23:03:58 -07:00
danyalzia
a6a75a29c8 Update MiscScreens.cpp 2013-09-02 10:58:48 +05:00
Steven Cherry
3d468e37ad Fix 2013-09-01 18:37:29 -05:00
Steven Cherry
ddc8ab967f Merge remote-tracking branch 'upstream2/master' into cwcheat
Conflicts:
	UI/CwCheatScreen.cpp
2013-09-01 18:10:18 -05:00
The Dax
dbb6be2282 Fix small typo. Fixes https://github.com/hrydgard/ppsspp/issues/3560. 2013-09-01 18:59:55 -04:00
Henrik Rydgård
970a7bb43a Merge pull request #3556 from thedax/master
Allow up to 6 lines for translator names.
2013-09-01 15:06:18 -07: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
Steven Cherry
fc7003d237 Fix parentheses 2013-09-01 13:58:05 -05:00
The Dax
fb35d6e914 Add a blank line in between translators6 and the written in C++ line. 2013-09-01 14:04:39 -04:00
The Dax
679e7ea846 Allow for up to 6 lines of translator names(I guess 7 if you add some on the "this translation by:" line..). 2013-09-01 14:04:39 -04:00
Steven Cherry
887d1652b5 Fix Reading from cheat.db and enable/disable all 2013-08-31 21:15:50 -05:00
danyalzia
a918e19d7f Resize the Back button in System Information 2013-09-01 02:34:22 +05:00
Henrik Rydgard
b69614bdec Add back button to system information dialog. Fixes #3415 2013-08-31 15:02:13 +02:00
Unknown W. Brackets
ae17f40e66 Use Roboto Condensed for the UI where supported.
It's Apache licensed and doesn't look bad.  Defaulting still works.
2013-08-31 01:37:41 -07:00
Henrik Rydgård
b1ba172942 Merge pull request #3516 from wuspring/master
Modify NewLanguageScreen class … For the title of language select dialoag in System->system language ("Language") can be translatable, Using [Developer]->"Language"
2013-08-30 14:34:18 -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
danyalzia
3ce095ed34 Shows "OpenGL Extensions" instead of "OpenGL ES 2.0 Extensions" for Windows
That "ES" part doesn't make sense for windows.
2013-08-31 01:58:55 +05:00
Henrik Rydgard
14b7fdc975 Center the buttons in the key config screen 2013-08-30 22:43:42 +02:00
danyalzia
c8b97bba3c String to display the supported OpenGL version in System Information 2013-08-31 01:22:19 +05:00
vnctdj
2b8d4685f6 Rename "Delete Savedata" & "Delete Game"
I make that because "Delete Game" exists twice (line #69), so the translation can't work.

I rename "Delete Savedata" to looks like the new "Delete Game".
2013-08-30 20:25:58 +02:00
Henrik Rydgard
9ac2cb92ba android buildfix 2013-08-30 20:19:03 +02:00
Henrik Rydgard
0d0b43818c Warning fixes and stuff 2013-08-30 20:14:16 +02:00
Henrik Rydgard
bf6f8b6afb Add a translatable string "this translation by" to credits, fix #3507 2013-08-30 20:11:01 +02:00
Henrik Rydgård
80a6474e65 Merge pull request #3503 from vnctdj/patch-2
["lang" .ini files] Move some translations in [Game]
2013-08-30 10:56:02 -07:00
The Dax
39db37cfd3 Add a comment. 2013-08-30 13:52:15 -04:00
The Dax
e859b79948 Remove useless if. 2013-08-30 13:38:59 -04:00
The Dax
3426c9cb2c Allow user to specify what system font to use in their respective language's ini file. Fallback on Trebuchet MS if nothing is defined. 2013-08-30 13:33:12 -04:00
vnctdj
3b57bf6fe2 ["lang" .ini files] Move some translations in [Game]
Translations moved :
>> "Game = "
>> "MB = "
>> "SaveData = "
>> "Delete Savedata = "
>> "Cancel = "
>> "Delete Game = "

line 176 : Rename "DeleteGame" to "DeleteConfirmGame" to avoid confusion with "Delete Game".
2013-08-30 19:00:25 +02: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
7ea3544082 Crashfixes on non-windows, update native to eat & signs (so we can share strings with windows menus) 2013-08-30 18:16:29 +02:00
Henrik Rydgård
4b6ae7a54e Merge pull request #3500 from vnctdj/patch-3
["lang" .ini files] Move some translations in [PSPCredits]
2013-08-30 08:59:30 -07:00
Henrik Rydgard
f4496fbc49 Buildfix 2013-08-30 17:57:33 +02:00
Henrik Rydgård
edeabe42c5 Merge pull request #3498 from vnctdj/patch-1
["lang" .ini files] Move the translation of "General" in [System] catego...
2013-08-30 08:52:04 -07:00
vnctdj
c7022cce90 ["lang" .ini files] Move some translations in [PSPCredits] 2013-08-30 17:51:08 +02:00
Henrik Rydgard
5374df64a5 Fix some line break issues in system font (windows) 2013-08-30 17:45:47 +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
f47c6d534d Controlmapping: Show symbols on cross/circle/etc, make the rest translatable. See #76
Will make more symbols in the future so might want to hold off translating.
2013-08-30 16:02:57 +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
430637f7b4 Separater 2013-08-30 16:16:23 +08:00
Henrik Rydgård
b3f403e4b6 Merge pull request #3484 from makotech222/cwcheat
Fix crashing on empty newlines. Increase max cheat list to 128
2013-08-30 00:18:27 -07:00
wuspring
453b7d60cf shorten key. 2013-08-30 15:08:17 +08:00
wuspring
bbb52b1ff3 shorten key, update en_US.ini and zh_CN.ini for newest code. 2013-08-30 14:10:05 +08:00
Steven Cherry
a2a3613457 Fix crashing on empy newlines. Increase max cheat list to 128 2013-08-29 19:08:31 -05: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
Henrik Rydgard
29a3a0650c Merge branch 'master' of https://github.com/papel/ppsspp into papel-master
Conflicts:
	pspautotests
2013-08-29 20:18:36 +02:00
Henrik Rydgard
b19fe900bf Fixes for x86 android build 2013-08-29 20:06:24 +02:00
papel
d22e555e4f Fix volume and name of Latin American languages. 2013-08-29 13:25:29 -03:00
sum2012
bfb958c003 Add tieba link for zh_TW 2013-08-29 20:54:36 +08: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
Henrik Rydgard
6360fcb0ae Add some stats to get some idea of much alpha tested drawing we do.
Turns out it's one hell of a lot and we really should fix this by
checking both vertices and textures to deduce when we can just skip
alpha testing safely, probably quite often.

I care about this because alpha testing drawing is very expensive
on some mobile chips.
2013-08-27 21:01:17 +02: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 Rydgard
55aa3d13c7 Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02: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
Henrik Rydgård
69ed2d44af Merge pull request #3368 from makotech222/master
Fix Enable/disable all logic
2013-08-24 15:41:52 -07:00
Steven Cherry
c40343dc95 Fix android stuff and remove reload cheat option 2013-08-24 15:54:43 -05:00
Steven Cherry
fd15a149d5 Remove sizeof stuff. 2013-08-24 13:59:57 -05:00
Steven Cherry
a9e410f322 Fix enable/disable all logic. 2013-08-24 13:48:34 -05:00
Unknown W. Brackets
d7c58956d5 Android buildfix. 2013-08-24 11:33:40 -07:00
Steven Cherry
fc6ccb1897 Fix 2013-08-24 13:24:08 -05:00
The Dax
cdfeb6f11c Remove useless include. It's included in CwCheatScreen.h. 2013-08-24 09:57:17 -04:00
The Dax
30b1427668 Fix SDL build again, and put CwCheatScreen.cpp in the proper place. 2013-08-24 09:54:15 -04:00
ufdada
a7de724871 Adding gameid to gameinfoscreen 2013-08-24 13:08:02 +02: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
Henrik Rydgård
441a4e406b Merge pull request #3309 from makotech222/master
Beginning work on CwCheat UI
2013-08-24 02:28:32 -07:00
mgaver
7d421adb48 Update MiscScreens.cpp
Remove duplicated contributor.
2013-08-24 16:54:07 +09:00
mgaver
8419a10c18 Update ControlMappingScreen.cpp 2013-08-24 16:35:50 +09:00
Steven Cherry
c2732e4a3f Add "import from cheat.db" and "enable/disable all codes" 2013-08-23 22:29:13 -05:00
Steven Cherry
082ff4b359 Finished work for windows 2013-08-23 22:29:12 -05:00
Steven Cherry
edcde85cee More progress. 2013-08-23 22:29:12 -05:00
Steven Cherry
761186ec4c Rebase 2013-08-23 22:28:21 -05:00
raven02
7363bdfbd4 Add glstate.colorLogicOp.disable(); to UIShader 2013-08-24 00:55:53 +08: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
c4434dfe9a Make game boot error strings translatable. 2013-08-22 15:39:22 -04:00
Henrik Rydgard
416f0c56e8 Experiment: Use glBlendFuncSeparate to not change dest alpha when blending.
Fixes Persona blending issues.
2013-08-22 19:14:04 +02:00
Henrik Rydgård
cbb7f025b8 Merge pull request #3268 from thedax/master
Set accept/escape buttons based on the bound CROSS/CIRCLE buttons.
2013-08-22 10:09:39 -07:00
sum2012
ae05e54636 Remove double Looking for download... 2013-08-22 23:13:37 +08: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
Henrik Rydgård
df725966dc Merge pull request #3313 from sum2012/patch3
Add "Looking for download..." translate able
2013-08-22 01:05:40 -07:00
Henrik Rydgård
2394151961 Merge pull request #3310 from raven02/patch-8
Put Save/Load state in [Pause] section
2013-08-22 01:05:23 -07:00
sum2012
34c5891f72 Add "Looking for download..." transate able
https://github.com/hrydgard/ppsspp-lang/issues/76
2013-08-22 13:39:24 +08:00
sum2012
f0489dac8c Add a chinese link
Many Chinese people cannot go to offical forum.
http://tieba.baidu.com/f?ie=utf-8&kw=ppsspp is best for them
2013-08-22 13:29:41 +08:00
raven02
1efa544fe6 Skip ar_AE language since it is not supported yet 2013-08-22 11:01:37 +08:00
raven02
0dd3b89f1d Put Save/Load state in [Pause] section 2013-08-22 10:42:58 +08: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
Henrik Rydgård
22cd47ca79 Merge pull request #3291 from thedax/fixConfirmButtons
Fix the confirm button prefs by swapping the strings and saving as 1/0.
2013-08-21 04:47:10 -07:00
The Dax
199bd959ca PauseScreen: Allow escape/cancel buttons to dismiss the menu and go back in-game. 2013-08-21 06:18:18 -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
Sacha
d64b83be97 Add missing atlasscript. Set multithread to false for Symbian on start. 2013-08-21 19:10:22 +10: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
96b2bbdc2e Add Russian to LowMem. Modify script to automatically build lowmem atlas at same time. 2013-08-21 12:30:13 +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
647460652e Add czech language mapping 2013-08-20 20:35:01 +02:00
Henrik Rydgard
7765ff7d5a Add vietnamese language mapping 2013-08-20 20:14:39 +02:00
Henrik Rydgard
6a1d727a9a Fix language selection and a couple of untranslatable strings 2013-08-20 20:13:28 +02:00
raven02
a71c7320f9 Set 10 below top 2013-08-21 02:02:20 +08:00
raven02
cdfd1c7494 UI tweak : give the title bit spacing below top 2013-08-21 01:55:04 +08:00
Henrik Rydgård
bc310e14f6 Merge pull request #3275 from raven02/patch-3
Add GPU Model to System Information
2013-08-20 10:23:38 -07:00
Henrik Rydgård
171e202019 Warning fixes 2013-08-20 19:20:03 +02:00
Henrik Rydgard
60b9f4f003 Fix crash bug exiting game 2013-08-20 19:10:13 +02:00
Henrik Rydgard
9a0ce170d2 Re-enable the Pause keymapping on Android 2013-08-20 19:10:12 +02:00
raven02
0db697fd4a Add GPU Model to System Information 2013-08-21 01:05:25 +08:00
raven02
1e7c9fa8d3 Add GPU Vendor to System Information 2013-08-21 00:54:32 +08:00
Henrik Rydgard
88aae1a9bf Remove extra back button 2013-08-20 18:50:26 +02:00
Henrik Rydgard
8790082a56 More UI tweaks 2013-08-20 18:18:30 +02:00
Henrik Rydgard
42c1203b86 Enable the Load State button only if there is a state in the selected slot. 2013-08-20 18:12:16 +02:00
Henrik Rydgard
3f6d1d5e13 Get rid of the separate "Main settings", put them in the System Settings category instead. 2013-08-20 18:03:52 +02:00
Henrik Rydgard
0fddaf146f Fix #3271 2013-08-20 17:41:02 +02:00
Henrik Rydgard
c1d0ed08c4 Fix some file browsing issues 2013-08-20 16:52:36 +02:00
Henrik Rydgard
151c09dff7 Touch controls auto-off on Shield and Xperia Play 2013-08-20 15:40:19 +02:00
Henrik Rydgard
567f402845 Change the links on the main page 2013-08-20 15:26:00 +02:00
Sacha
d5a1158adb Add Partial Stretch back for Blackberry. 2013-08-20 21:37:22 +10:00
Sacha
6135d4f7df Add Blackberry ABI for Plugin. 2013-08-20 21:06:13 +10:00
Henrik Rydgard
fe729c4551 Tweak colors and update native with some more UI polish 2013-08-20 13:04:20 +02:00
Henrik Rydgard
ca76135273 Don't let the tabs overflow into the right area of the main screen if small resolution.
Update native with new tab look.
2013-08-20 12:28:17 +02:00
Henrik Rydgard
ec3e345111 Allow mapping ESC now that we have a cancel button 2013-08-20 11:37:29 +02:00
Unknown W. Brackets
ad537a3773 Use normal Windows path logic for homebrew/demos. 2013-08-20 00:46:13 -07:00
Henrik Rydgard
b186294132 UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
Henrik Rydgard
1559b4404a Fix some joystick mapping errors, a minor bug 2013-08-19 22:40:05 +02:00
Henrik Rydgard
6ca3b43b9a Measure actual fps (frameskip+unthrottle included), show all three on one line if you choose "both" (which I probably should rename)
Also prevent annoying scrolls in key mapping dialog
2013-08-19 22:06:49 +02:00
raven02
25beaa6246 Small cosmetic UI fix 2013-08-19 20:20:29 +08:00
Henrik Rydgard
6a109e3e6a Typo 2013-08-18 23:21:11 +02:00
Henrik Rydgard
f443fae780 Disable a few things that should not be changable at runtime 2013-08-18 23:11:47 +02:00
Henrik Rydgard
00d56e6bcf Setting unlimited as an alternate speed is possible again. 2013-08-18 22:48:53 +02:00
Henrik Rydgard
28e58c3d35 Save grid/list status, fix some drawing glitches 2013-08-18 22:30:49 +02:00
Henrik Rydgard
e90269a2f0 Take some translation strings from the right sections... 2013-08-18 22:09:13 +02:00
Henrik Rydgard
2839e62aa4 Fix case typo (buildfix on case sensitive platform) 2013-08-18 21:09:35 +02:00
Henrik Rydgard
0a0d8d9e32 Android/SDL buildfix, move remains of the old UI into other files. 2013-08-18 20:25:57 +02:00
Henrik Rydgard
5037568af3 Delete the bulk of the old UI. 2013-08-18 20:22:30 +02:00
Henrik Rydgard
db575d559f Delete the NewUI setting, effectively forcing it on 2013-08-18 20:14:33 +02:00
Henrik Rydgard
b0e72f5200 I don't understand why this fixed the encoding of the language list on Windows... 2013-08-18 20:08:28 +02:00
Henrik Rydgard
e9e5e3ae17 Another feature that was missing in newui (see #3226 ) 2013-08-18 19:57:50 +02:00
Henrik Rydgard
a942395506 Add more missing features to NewUI, see #3226 2013-08-18 19:51:54 +02:00
Henrik Rydgard
0265ab874f Change FPS limit to "alternate speed", expressed in a percentage.
Fix it so it works correctly for 30fps games.

Some menu tweaks.
2013-08-18 18:55:42 +02:00
Henrik Rydgard
d7000ef1a4 Yet another feature that was missing in newui 2013-08-18 11:45:21 +02:00
Sacha
92f0678f2f Introduce 'lowmem' fonts for Symbian.
Right now it is for all Symbian devices. Although, high mem devices should continue to use the old fonts.
2013-08-18 19:07:18 +10:00
Sacha
e7cf9361ff Symbian can't compile Software GPU (internal compiler error). Probably can't run it well either. So, disabled. 2013-08-18 18:07:15 +10:00
Henrik Rydgard
8516b562e2 Typo/buildfix 2013-08-18 01:41:41 +02:00
Henrik Rydgard
2b1777d4a7 Transfer some features from oldUI to newUI 2013-08-18 01:24:53 +02:00
Henrik Rydgard
47f2efb0e5 Fixes to default key mappings, add default button, fix saving of mapped controls on Android, fixes #3213 2013-08-18 00:41:19 +02:00
Henrik Rydgard
96572a3226 Misc UI stuff, back button should now work as expected. 2013-08-17 23:50:15 +02:00
The Dax
229c0f16ab Eliminate most of the popup menus as per Henrik's request, and fix a minor bug with AT3+ in NewUI. 2013-08-17 07:52:17 -04:00
Henrik Rydgard
47ac6c02fc Disable accelerometer as axis, fix some omissions in KeyMap (doesn't actually autoload all those maps yet) 2013-08-17 13:41:29 +02:00
Henrik Rydgard
8028ff7f12 Android buildfix 2013-08-17 13:26:19 +02:00
Henrik Rydgard
dd07665814 Update native, add checkbox for sw renderer to developer settings 2013-08-17 13:22:44 +02:00
Henrik Rydgard
b89af62143 Fix the settings screen layout so the back button is always visible 2013-08-17 13:08:32 +02:00
Henrik Rydgård
d83a6e74a6 Merge pull request #3202 from hrydgard/better-controlmap
Better control mapping
2013-08-17 03:11:52 -07:00
Henrik Rydgard
f990df6af8 Let the user escape the controls dialog with the global back button (Esc on PC) 2013-08-17 12:09:50 +02:00
Henrik Rydgård
fa59ba4e3d Merge pull request #3197 from neobrain/softgpu2
Software Renderer
2013-08-17 02:22:22 -07:00
Henrik Rydgard
edb0614a59 Fix analog axis names. Make L2/R2 on x360 controllers analog.
Also slightly nicer behaviour - don't create empty mapping, instead ask for mappings immediately.
2013-08-17 11:18:45 +02:00