Henrik Rydgård
8c2ade07a1
Minor fix on splash screen
2015-10-04 13:25:57 +02:00
Henrik Rydgard
3c499fdb61
PromptScreen: Disable clipping for text view. Fixes #8009 , although the dialog really need redesign.
2015-09-27 13:51:16 +02:00
Henrik Rydgard
72ae497350
Remove glstate usage except in the GPU implementation. Prepare for moving it into PPSSPP.
2015-09-06 12:42:15 +02:00
Henrik Rydgard
db528c2aaa
ARM64: Remove "EXPERIMENTAL" warning text on the title screen, it pretty much works
2015-07-16 00:33:38 +02:00
Unknown W. Brackets
40dcd585a0
Update "Back" buttons to match a bit better.
2015-07-04 08:41:23 -07:00
vnctdj
21158335af
Consistently use *cr for the PSPCredits i18n category
2015-07-02 00:19:38 +02:00
vnctdj
d7eba2061e
Consistently use *di for the Dialog i18n category
2015-07-01 23:26:55 +02:00
Unknown W. Brackets
5918cad4b2
Consistently use *dev for the Developer i18n cat.
2015-06-29 20:30:30 -07:00
Henrik Rydgard
084aad74c3
Make GameInfoCache understand PSP savedata as a "game" type. Use it to create a basic savedata listing screen.
2015-06-11 20:22:16 +02:00
zhyk
a06f599320
Use UIContext::DrawTextShadow instead of DrawBuffer::DrawTextShadow for drawing text correctly in Qt.
2015-05-07 11:14:04 +08:00
Henrik Rydgård
fbaffdceab
Remove some outdated comments, minor stuff
2015-04-06 18:13:36 +02:00
Henrik Rydgard
524583d53e
ARM64 emitter work, dispatcher work, etc. More work needed.
2015-04-06 18:13:03 +02:00
Henrik Rydgard
83f81eaaf1
Remove unnecessary Clear() from UI background drawing code
2015-02-15 20:41:36 +01:00
vnctdj
63bfaca3c0
Do differently
2015-02-11 14:32:43 +01:00
Henrik Rydgard
9fac72c916
Hide Farsi on non-Windows as it won't render
2015-01-31 15:27:13 +01:00
Henrik Rydgard
aa31bcc6ae
R/B was swapped in the clear color. Also updates native with consistency fix.
...
Fixes native issue 254.
2015-01-01 11:26:23 +01:00
Henrik Rydgard
8ad1ea4c84
Split JitCommon.h so that you can include it without getting the "NativeJit" definition
2014-12-13 21:13:28 +01:00
Unknown W. Brackets
a0461f1dcd
Change utf-8 for logo screen.
...
For some reason this was just truncating to "Rydg". The one on the
credits screen works, so I'm not sure why. May be something with
snprintf?
This works around the issue anyway. I don't suppose it's more or less
clear.
2014-11-23 11:40:52 -08:00
Henrik Rydgard
d24abb3af0
More GetPointer cleanup. memCardDirectory->memStickDirectory.
2014-10-19 23:20:51 +02:00
Henrik Rydgard
f84ebf6bff
sprintf->snprintf, fix some too short buffers
2014-09-14 00:14:11 +02:00
Henrik Rydgard
db486f41e8
Only show the graphics API on the title screen in Windows
2014-09-13 20:56:25 +02:00
Henrik Rydgard
215abfb951
Some cleanup in /Common
2014-09-06 10:47:25 +02:00
Henrik Rydgård
ba8fe92d71
Revert accidental change
2014-08-24 01:18:13 +02:00
Henrik Rydgård
dae07e9f28
Mac buildfix
2014-08-23 14:24:24 +02:00
Henrik Rydgard
0f973a3276
Get it running on Android again
2014-08-23 09:48:08 +02:00
Henrik Rydgard
e2ecbb7a4d
Convert more UI code to Thin3D
2014-08-22 20:55:18 +02:00
Henrik Rydgard
e539c7009f
Hook up DX9 backend. Not really working though, it seems.
2014-08-22 20:55:12 +02:00
Henrik Rydgard
808f05da89
(Partially) slip thin3d underneath DrawBuffer.
2014-08-22 20:54:53 +02:00
sum2012
a09555daaa
Remove chinese forum
2014-08-17 21:15:51 +08:00
The Dax
8a78f5e814
Pause rendering when minimized, when appropriate (hopefully? This is sort of hard to test.).
2014-07-21 10:30:51 +02:00
Unknown W. Brackets
a0340debd6
Use flags to specify wanted data in gamecache.
2014-06-21 18:24:21 -07:00
Unknown W. Brackets
a22fb9289d
Load the icon on the game screen with the bg.
...
Still looks nicer this way.
2014-06-21 14:03:50 -07:00
Henrik Rydgard
e3bbf26731
Improve input event handling. Can now map volume keys on Android without issues.
2014-06-15 13:04:59 +02:00
Unknown W. Brackets
a5e3623742
Skip cpu change when game not running.
...
Oops, this happened when changing settings. Fixes #6167 .
2014-05-27 23:03:08 -07:00
Unknown W. Brackets
a70b5abfb9
Allow jit to be enabled/disabled at runtime.
2014-05-27 00:02:51 -07:00
Henrik Rydgård
30e58d9848
More work on smoother keyboard focus
2014-03-03 12:56:01 +01:00
Unknown W. Brackets
df1a26793b
When the language changes, recreate all views.
...
Not just the current screen's views. Fixes language not switching on main
screen when changed in settings.
2014-02-17 11:40:59 -08:00
The Dax
72546b83a7
Allow the language ini path to be overridden for translation testing purposes.
2014-02-12 18:31:54 -05:00
Henrik Rydgard
984554fe7c
Make the UI scale and move correctly when the UI bounds are modified.
2014-02-10 16:08:19 +01:00
Henrik Rydgard
4d00a9b4bc
Reduce use of display.h (dp_xres, dp_yres) now that uicontext has bounds
2014-02-10 12:44:36 +01:00
Unknown W. Brackets
274160bc22
Centralize game background drawing code.
...
No need to duplicate it everywhere.
2014-02-09 17:39:15 -08:00
Unknown W. Brackets
7add81fbd2
Use USING_WIN_UI instead of _WIN32 for differences.
...
Just makes the code clearer and probably helps other UIs work on Windows
more easily.
2014-02-08 16:38:45 -08:00
ufdada
0fc8c35297
Fix language selection list
...
You can´t choose any language on android, probably because of a bugfix (see ca8311b4b8
)
2014-02-04 17:24:28 +01:00
The Dax
87c2201873
Don't crash when enable debug stats is enabled in a game, then turned off after exiting a game.
2014-01-27 23:34:02 -05:00
Henrik Rydgård
87f203a5b8
More include untangling
2013-12-29 23:44:35 +01:00
Sacha
41ae3448c9
Show twitter option for non-Android. (not enabled)
2013-12-19 23:34:33 +10:00
Henrik Rydgård
18aa2606a4
Add direct link to PPSSPP's Twitter page on CreditsScreen.
2013-12-19 14:28:49 +01:00
vnctdj
ae35a63fb6
Fix letter case
...
Proof :
>> http://forums.ppsspp.org/member.php?action=profile&uid=6783
>> http://forums.ppsspp.org/member.php?action=profile&uid=16401
2013-12-14 11:57:36 +01:00
Henrik Rydgard
c82b76aab9
Add people who worked on ad-hoc to credit list
2013-12-14 11:12:31 +01:00
Henrik Rydgård
e6ac52619c
Add share button to credits screen on Android
2013-12-11 18:05:57 +01:00
Henrik Rydgard
7271367ac1
"Thin Borders" touch button style, ability to choose.
...
Also a Gold color scheme. Not sure whether to use or not.
2013-12-10 23:27:46 +01:00
Henrik Rydgård
d6c8c6cfa0
If the user opens a ZIP file, offer to install it (it will show up in Homebrew & Demos).
...
No progress bar yet, it just freezes during install.
2013-12-05 14:21:07 +01:00
Henrik Rydgård
a6c7663ea8
Allow resizing touch buttons individually.
2013-12-02 15:15:19 +01:00
Henrik Rydgård
ba7536d5ce
Allow translations of post processing shaders (new section PostShaders).
...
Minor tweaks.
2013-11-29 11:37:15 +01:00
Sacha
4403b2acc9
Update ImageView usage in UI.
2013-11-12 14:54:38 +10:00
Unknown W. Brackets
5328e213a6
Clear the jit cache when toggling debug stats.
...
This way we can bypass that check normally, for speed.
2013-11-04 08:03:50 -08:00
The Dax
728101aebb
Revise how the language system works.
...
On Win32, the Language menubar is eliminated in favour of displaying a NewLanguageScreen on screens that are of type UIDialogScreenWithBackground/UIScreenWithBackground; UIScreen inheriting screens (e.g. GamePauseScreen) still require manual additions.
2013-11-03 19:21:53 -05:00
Sacha
4e4657e94f
Blackberry: remove invocation check from NativeApp (moved to native/).
...
LogoScreen: Don't take boot_filename as a parameter (no one uses it anyway) but check the global variable, boot_filename in case it was populated during initialisation, eg. Blackberry system message.
2013-11-03 13:18:28 +10:00
Henrik Rydgard
33376495d9
Add special thanks to Maxim in credits
2013-11-01 11:44:27 +01:00
danyalzia
074379e3de
Update Credits
2013-10-28 20:06:14 +05:00
shenweip
f70fb9de28
Update Credits.
2013-10-28 18:01:22 +08:00
The Dax
db370c1fd3
Call the base class sendMessage when handling messages from native, so every screen can refresh from a language update at any time.
2013-10-21 16:52:44 -04:00
Henrik Rydgård
598e06faa8
Make Home in the game browser available on linux/mac/etc too.
...
Misc tweaks.
2013-10-21 12:21:22 +02:00
Henrik Rydgård
3ab09f6bce
Make the touch visibility thing a "subdialog" of the layout editor.
...
Reorder options a bit too.
2013-10-20 17:33:46 +02:00
Siddharth
45059bfffc
added my name (bollu) to credits
2013-10-15 12:59:53 +05:30
Unknown W. Brackets
98b49db82a
Minor warning fixes.
2013-10-12 16:49:22 -07:00
Sacha
d49b4fad9a
Miscellaneous changes for Blackberry.
2013-10-12 17:19:02 +10:00
Henrik Rydgard
b16b837719
Display "fancy" names for post shaders
2013-10-12 02:15:55 +02:00
Henrik Rydgard
e0b19decca
Add generic "PostShader" functionality, replacing FXAA (it's one of them).
...
Replaces #4018 , sorry DanyalZia :)
2013-10-12 02:05:55 +02:00
Henrik Rydgard
e65d0b4791
Use EXT_blend_minmax when available. Minor tweaks.
2013-09-30 10:12:10 +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
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
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
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 Rydgard
26c5ee4a6d
Add screen to control debug levels. Will make it easier to access later.
2013-09-07 13:38:37 +02: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
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
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
wuspring
5655ddc835
Make "OK" and "Cancel" in PromptScreen translatable, and shorten some keys.
2013-09-04 09:02:28 +08: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
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
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
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
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
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