Henrik Rydgård
0cd1c3ad92
Update native
2013-12-16 16:21:10 +01:00
Henrik Rydgård
2871633e36
Merge pull request #4750 from unknownbrackets/ui-tweaks
...
Support pinning paths in the game browser
2013-12-16 06:08:05 -08:00
Henrik Rydgard
214cc01976
Fix bugs in stencil2alpha, fix bugs in glsl 3 support, enable dual source blending where available
...
The stencil2alpha bug fixes fix some glows in Wipeout, dual source fixes the rest.
2013-12-15 12:49:13 +01:00
Unknown W. Brackets
1513701d0e
Oops, make things translatable.
2013-12-14 22:36:42 -08:00
Unknown W. Brackets
ae576f2457
Show the path in the game details screen.
...
Helps when you have 2+ isos in the same dir with different versions of the
same game, heh. Like when hacking/translating.
2013-12-14 22:36:41 -08:00
Unknown W. Brackets
11f676d176
Support extracted ISOs (for debugging) in browser.
2013-12-14 22:36:40 -08:00
Unknown W. Brackets
4ed419d4d5
Support pinning paths in the game browser.
...
For example, you might have games in multiple places, internal and
external storage, or a projects directory in addition to regular games,
etc.
2013-12-14 22:34:44 -08:00
vnctdj
5473c022ee
Update Store.cpp
...
"Store" pointer name changed (https://github.com/hrydgard/ppsspp/wiki/i18n-translation-pointer-names )
Making translatable
2013-12-14 14:50:18 +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
vnctdj
253b4037f1
Shorten the key
2013-12-13 14:58:06 +01:00
vnctdj
f8b26a586f
Make "Download from the PPSSPP Homebrew Store" translatable in [MainMenu]
2013-12-13 14:31:34 +01:00
Henrik Rydgard
ab32c99b73
Add setting to disable version checks
2013-12-12 15:59:12 +01:00
Henrik Rydgard
e7ef34d1e6
last minute fix: Reset the control layout when upgrading from 0.9.5.
...
The settings are not compatible.
2013-12-12 14:52:46 +01:00
Henrik Rydgard
70174ac405
Warn fix, cleanup, update buttons.svg
2013-12-12 12:08:36 +01:00
Henrik Rydgard
0bfe9db9ab
DPad cosmetics: Move the arrows outwards a bit
2013-12-11 20:52:13 +01:00
Henrik Rydgard
f4a9a9cde1
Disable "hold" on zip buttons. Add subtle glow to indicate to keep holding game buttons.
2013-12-11 20:37:57 +01:00
Henrik Rydgard
13dd5f305c
Add trivial "Show in Folder" functionality to game screen
2013-12-11 20:19:30 +01:00
Henrik Rydgard
cf0f4b612e
Touch buttons: Center the triangle in the circle. See #4799 for explanation.
2013-12-11 20:18:54 +01:00
Henrik Rydgard
a70ed3cb85
UI fixes (including zip button clickability)
2013-12-11 20:01:17 +01:00
Henrik Rydgård
92d9ad4fe0
Always show zip files as full lines, to emphasize that they are different than working games.
2013-12-11 18:25:55 +01:00
Henrik Rydgård
e6ac52619c
Add share button to credits screen on Android
2013-12-11 18:05:57 +01:00
Henrik Rydgård
d5b9b224e3
Fall back to unknown.png if ISO is broken
2013-12-11 15:29:41 +01:00
Henrik Rydgård
618e5080ab
Add grayscale RAR icon (to sort of indicate that we can't unpack them)
2013-12-11 15:24:29 +01:00
Henrik Rydgård
42f5bcb263
Add ZIP icon in games browser.
...
This one's from Gnome, license should be OK.
2013-12-11 15:12:03 +01:00
Henrik Rydgård
868a3d6dd5
Load unknown.png for ELFs masquerading as PBP
2013-12-11 14:22:25 +01:00
Henrik Rydgard
48fb1f0ff0
Restyle directory buttons
2013-12-11 11:03:43 +01:00
Henrik Rydgard
dd6ae19e7e
Gamelist: Remove line breaks in game titles, seen in fan translation patch.
2013-12-11 10:32:39 +01:00
Henrik Rydgard
ab13e37ebe
Fix directory up button, now that it doesn't contain the string ".."
2013-12-11 10:11:01 +01:00
Henrik Rydgard
3baddab8a9
Tweak the new button style to add slight drop shadows, add folder icons.
...
Set the new style as default now that it works on white backgrounds too.
2013-12-11 09:37:07 +01:00
Henrik Rydgard
76707aa81e
Make the on screen touch control resize if you resize the window.
2013-12-11 09:37:05 +01:00
Henrik Rydgard
eecc705696
Loosen up the dpad diagonals again quite a bit.
2013-12-10 23:38:02 +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 Rydgard
c9ed58854a
Fix the size of a couple of back buttons. Fixes #4763
2013-12-10 19:57:07 +01:00
Henrik Rydgard
63bc4910cf
Touch controls: Make it harder to accidentally hit dpad diagonals.
...
Treats the dpad as 4-way out to a certain radius.
2013-12-10 18:58:47 +01:00
Henrik Rydgard
fedf7edc2b
Guess game region from game ID, display on game screen
2013-12-10 17:23:03 +01:00
Sacha
2387509896
Proper fix for libpng16 includes.
...
Improve Blackberry CMake toolchain.
2013-12-10 02:14:56 +10:00
Henrik Rydgård
483bf4c74d
Don't leak icon textures when shutting down the graphics system.
...
Happens on Android task switching for example.
Also update the README (got rid of kitkat fullscreen temporary because
I can't get it to work reliably).
2013-12-09 15:28:47 +01:00
Henrik Rydgård
9e42086e21
Logspam reduction
2013-12-09 13:45:17 +01:00
pal1000
658c6a95e2
Update MainScreen.cpp
2013-12-09 11:50:19 +02:00
Sacha
dd6479c872
Blackberry: Improve packaging.
2013-12-09 14:43:20 +10:00
Unknown W. Brackets
0636a65ad9
Use ReadEntireFile() a few more places.
...
This fixes one or two minor memory leaks.
2013-12-08 12:02:37 -08:00
Henrik Rydgard
f5e7a33c68
Handle duplicate on-screen messages better (promote the old one to top).
2013-12-08 11:51:33 +01:00
Sacha
a0c5af288c
Add InputBox as a platform-specific system function instead of a host function. Enable it on all Qt platforms. Add Set Nickname to mobile Qt.
2013-12-08 20:16:34 +10:00
Sacha
d5147c4234
Add ability to change nickname and take screenshot to Qt Desktop UI.
2013-12-08 04:57:06 +10:00
Sacha
0a0351d2b0
Windows buildfix. Needed path in UI.vcxproj.
2013-12-08 03:21:40 +10:00
Sacha
f8da6550f7
Only include image writing headers on Windows. Since only it does screenshots right now.
2013-12-08 03:06:15 +10:00
Sacha
21ae157f66
Remove stb_image usage (no longer used for anything).
2013-12-08 02:37:06 +10:00
Sacha
6d733213c7
Search for assets in executable path on Linux. Fixes #4738
...
Also remove redundant checks based on build directory.
2013-12-07 15:06:12 +10:00
Henrik Rydgård
4cd57b68d4
Make the control mapping screen a bit more compact.
2013-12-06 16:45:25 +01:00