Commit Graph

1213 Commits

Author SHA1 Message Date
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
Henrik Rydgård
886607d529 Make Save/Load state mappable to controls. Not mapped by default. 2013-12-06 15:46:56 +01:00
Henrik Rydgård
37de6eee0f Improved error handling in ZIP installer 2013-12-06 15:29:14 +01:00
Henrik Rydgård
c262e47bdc Error handling on disk full when installing zip files 2013-12-06 12:49:57 +01:00
Henrik Rydgård
cc22a70667 Show the homebrew & demos tab after having installed a zip file. 2013-12-06 12:29:27 +01:00
Henrik Rydgård
6277a95bb8 Minor gamelist polish (fix & signs, avoid double dots for zip files) 2013-12-06 11:44:46 +01:00
Henrik Rydgård
3ab1aeb9ef Install zip file screen: Add working progress bar for install. 2013-12-05 17:49:37 +01:00
Henrik Rydgård
804ddf03f2 fix layout issue in store 2013-12-05 17:08:20 +01:00
Henrik Rydgård
cd2adf80a4 Add keybinding to rewind (backspace by default), if rewind states are enabled. Disable rewind on mobile. 2013-12-05 16:25:17 +01:00
Sacha
31af63adf4 Buildfix: Another string::back() and including a .cpp? 2013-12-06 01:04:50 +10:00
Henrik Rydgård
da73a96cec Fix black screen when backing out of InstallZipScreen 2013-12-05 14:25:18 +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
4e41531dd6 Don't dump the whole store json to the console 2013-12-05 12:48:10 +01:00
Henrik Rydgård
bc6ecb8ef6 Hide the homebrew store behind a ini option for now 2013-12-05 12:48:09 +01:00
Henrik Rydgård
6e60db7c22 Store: Handle zip files with external URLs and deep paths inside. 2013-12-05 12:48:09 +01:00
Henrik Rydgård
5905849182 Show homebrew as a list by default, allow changing the view mode
Homebrew often has poor icons, making the names important.
2013-12-05 12:48:09 +01:00
Henrik Rydgård
eaed2e516b Show simple progress bars at the top of the screen during downloads.
Should do something more practical eventually.
2013-12-05 12:48:09 +01:00
Henrik Rydgård
29bbb826a1 Put the store button on the homebrew tab. Make it look slightly less awful. 2013-12-05 12:48:09 +01:00
Henrik Rydgård
7066c053a2 Fix deleting homebrew from the game screen UI 2013-12-05 12:48:09 +01:00
Henrik Rydgård
5833bd45c3 More work on the Homebrew Store. 2013-12-05 12:48:09 +01:00
Henrik Rydgard
3164f5f487 Disable install buttons on press 2013-12-05 12:48:09 +01:00
Henrik Rydgård
7f481905b0 More work on the Homebrew Store, get it working on Windows and Android 2013-12-05 12:48:09 +01:00
Henrik Rydgård
2fb2602387 Initial draft of the Homebrew Store. Lets you install a few homebrew. 2013-12-05 12:48:08 +01:00
Henrik Rydgard
50f67d631d VS 2013 buildfix? 2013-12-04 19:22:40 +01:00
Henrik Rydgard
32f479b0a6 Assorted log spam reductions.
Also let Java know of some important events. Not used for anything yet.
2013-12-04 17:43:00 +01:00
Henrik Rydgard
abb41bd54f Fix translation key for "Networking" 2013-12-04 12:19:27 +01:00
Henrik Rydgard
127864b679 Prevent post shaders from getting applied twice in some circumstances when playing video. 2013-12-04 11:46:42 +01:00
Henrik Rydgard
60ed75f68a Add option to disable networking, tries to replicate the old error codes.
Please test if disabling this option "fixes" any games that broke with the adhoc merge.
2013-12-04 11:07:52 +01:00
Henrik Rydgard
ce1693d7f9 Re-hide vtx decoder jit setting, no new bugs have been reported...
since the skinning one was fixed.
2013-12-04 10:46:28 +01:00
Henrik Rydgård
49df18e305 Fix minor ui layout issue 2013-12-03 17:40:29 +01:00
Henrik Rydgård
1509176dad Remove "topbar" from recents screen, looked cluttered and didn't feel
necessary.
2013-12-03 16:49:49 +01:00
Henrik Rydgård
c3dfbbeff9 Add option to disable touch dpad diagonals.
Makes some games a lot more playable with touch screen.
2013-12-02 15:50:09 +01:00
Henrik Rydgård
a6c7663ea8 Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
Henrik Rydgård
e017a17dbb Show homebrew as a list by default, allow changing the view mode
Homebrew often has poor icons, making the names important.

Also fix an issue with touch button scaling.

Conflicts:
	Core/Config.cpp
	UI/MainScreen.cpp
2013-12-02 12:34:09 +01:00
W.MS/王京
6d4095abdf Disable vertex jit on jailed iOS devices 2013-12-02 10:48:52 +01:00
Unknown W. Brackets
a69ddf840c Fix some formatting warnings. 2013-12-01 11:21:15 -08:00
Henrik Rydgard
e3e9408b87 Resurrect the vtx decoder jit option for debugging 2013-11-30 16:11:54 +01:00
Henrik Rydgård
ece459250d Buildfix 2013-11-29 14:32:03 +01:00
Henrik Rydgård
0d05a8f4a9 Merge pull request #4392 from hrydgard/multi-press
If an input (axis or key) is mapped to multiple targets, trigger them all.
2013-11-29 05:26:55 -08:00
Henrik Rydgård
6258c2bb9a Make the vertex decoder JIT an ini-only setting, it is solid enough to hide. 2013-11-29 14:21:03 +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
Unknown W. Brackets
cd39b74629 Add virtual buttons for address input. 2013-11-28 23:02:04 -08:00
Unknown W. Brackets
2808c288ea Add a dialog to enter a jit compare address.
For now, requires buttons.
2013-11-28 22:35:03 -08:00
Sacha
c71186b35a Partial Stretch: This setting is needed on other devices too. 2013-11-28 14:59:17 +10:00
The Dax
4b9d38dccc Fix VS2013 build. 2013-11-27 05:15:46 -05:00
sum2012
fbdbbc3d36 Re-use "Cancel" transate in change umd 2013-11-27 05:57:14 +08:00
Henrik Rydgård
d50233526c Uninitialized variable fix 2013-11-26 18:26:02 +01:00
shenweip
f772cba43d Make distinction for multiple disc. 2013-11-26 18:23:08 +01:00
shenweip
7832cebacd CleanUp. 2013-11-26 18:20:33 +01:00
shenweip
8d692f26e0 Update screen. 2013-11-26 18:20:33 +01:00
shenweip
9814b1d6d2 Add support for multiple disc. 2013-11-26 18:20:33 +01:00
Sacha
f1d234e2a7 Qt Desktop: Use the existing mobile GL widget instead of duplicating the work. 2013-11-27 01:46:06 +10:00
Henrik Rydgard
be9c4b14c4 Game list: Scroll game titles that are too long. 2013-11-26 14:45:36 +01:00
Henrik Rydgard
c53b32d154 Show a dismissable notification if PPSSPP is behind the latest official release 2013-11-26 14:04:29 +01:00
Henrik Rydgard
f650b23c90 ARM: Add NEON widening and narrowing moves, and float/int convert.
Experiment a little in the vertex decoder.
2013-11-24 13:30:28 +01:00
Sacha
0dadd84ef7 Symbian: Enable multi-threading (works now). 2013-11-24 20:22:35 +10:00
Sacha
132fe47c7d Use XDG Directory Specification for Linux. See: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Means that everyone will have to manually move their existing config's.
Fixes #4623
2013-11-24 16:58:47 +10:00
Sacha
1ee0fbf94c Qt: Fixes and cleanup to qmake files. 2013-11-24 13:24:16 +10:00
Sacha
f02e88b87e Buildfix. 2013-11-24 03:11:33 +10:00
Henrik Rydgård
7e736172db Merge pull request #4576 from shenweip/patch-7
Ignore the difference between "\" and "/" in "recent" and "remove from recent".
2013-11-23 07:45:39 -08:00
Sacha
368537b13b Use updated atlastool for correct Vietnamese font atlas. 2013-11-24 01:10:44 +10:00
Sacha
657d5bc06e Add support for latinised asian languages (such as Vietnamese) in font atlas. 2013-11-23 22:27:32 +10:00
Henrik Rydgard
b64f44c3fc ARM emitter: Implement VMLA and VMUL by scalar, VLD1/VST1 multiple 2013-11-23 01:51:35 +01:00
Sacha
61cf802836 Qt: Use AssetsAssetReader to load Qt assets. 2013-11-21 20:11:37 +10:00
Sacha
4cb1ecb4dc Qt: Some improvements to main screen. 2013-11-21 12:44:06 +10:00
Henrik Rydgard
1a6b4ceafb Compensate frame delay for the PSP refreshing at 59.94 Hz 2013-11-20 23:53:28 +01:00
Unknown W. Brackets
29d78e4b5e Resize and clear cache when changing res.
Native only handles one message at a time, and resizing can require both
(because of auto settings.)
2013-11-19 22:44:12 -08:00
Henrik Rydgard
7640d15d7b Add support for missing Vietnamese characters 2013-11-20 00:09:26 +01:00
Sacha
a5a69e9f67 Use correct home location for Blackberry. Hide /home/sacha paths. 2013-11-20 01:25:59 +10:00
shenweip
7bd0e0de78 Only do this for windows. 2013-11-19 20:46:33 +08:00
shenweip
09636da4ba Ignore the difference between "\" and "/" in "recent" and "remove from recent". 2013-11-18 23:42:38 +08:00
Henrik Rydgård
a08d4818be Move PathBrowser to native 2013-11-18 14:05:56 +01:00
Peter Tissen
6646605778 reintroduce lowmem texture atlas for the qt build
added comiled lowmem version with ASCII only
add lowmem atlas, this is the automatically generated file from the atlastool
remove nofont generated *.cpp  and only add the first 127 bytes of ASCII to the lowmem generation configuration

For Qt only: using platform independent usleep and load lowmem atlas map
2013-11-18 02:57:46 +01:00
Sacha
28b42d3e5d Add back the debug stats font to the _nofont ZIM. Just leave out the secondary font. 2013-11-18 11:46:07 +10:00
Henrik Rydgård
59a0795993 Merge pull request #4566 from unknownbrackets/tests
Update tests, headless tweaks for fonts.
2013-11-17 10:39:26 -08:00
Unknown W. Brackets
fa7467f03d Try to find the flash0 directory in headless. 2013-11-17 10:15:49 -08:00
Sacha
89891302cc Remove 'lowmem' atlas. Use a 'nofont' atlas for Qt platform. Frees up ~15MB VRAM. 2013-11-18 03:05:08 +10:00
Sacha
fb7c3d96fd Introduce Timer Hack.
Has been used in previous Symbian releases to improve speed. Was thought to only work on Wipeout but actually works on most games?
Games that run based on internal timer will experience 60 VPS without frameskip.
2013-11-16 02:16:17 +10:00
Henrik Rydgård
4a89e2e74f Add "Dump frame GPU commands" to the "in-game" dev menu too. 2013-11-15 16:49:13 +01:00
Henrik Rydgård
40bd1fa650 Add freeze-frame to developer menu. Only useful for developing, like when using nVidia PerfHud. 2013-11-15 13:11:44 +01:00
Sacha
e6320f2726 Add a CPU Extensions tab to Developer's System Info. 2013-11-15 01:18:29 +10:00
Henrik Rydgard
7e67476b00 Simple unoptimized software skinning.
Does not take advantage of the possible reduction in state changes yet.
2013-11-13 18:10:57 +01:00
Sacha
91ddddc2ef Remove unused Thread.{cpp,h} 2013-11-13 02:50:46 +10:00
Sacha
aad70d8912 Symbian: Support software GPU. It seems to compile properly now. May allow Nokia 500 to run PPSSPP (albeit very slowly). 2013-11-12 16:20:52 +10:00
Sacha
4403b2acc9 Update ImageView usage in UI. 2013-11-12 14:54:38 +10:00
bollu
35adc5ed7f enable default tilt controls 2013-11-11 18:07:17 +05:30
bollu
9c219bc18b moved tilt logic to separate unit and enabled tilt to control multiple input types 2013-11-11 17:22:04 +05:30
Unknown W. Brackets
aacb31bc18 armjit: Copy over (disabled) immbranch optim.
This does a little loop unrolling.  Costs a bit more cache space, but
avoids flushing regs for longer.

Not enabled.
2013-11-10 21:59:48 -08:00
Henrik Rydgård
70a239ba47 Merge pull request #4486 from unknownbrackets/debugger
Use a shortcut for copying instructions, enable G3D log always
2013-11-09 11:08:12 -08:00
Unknown W. Brackets
712b582d26 Remove coreParam.disableG3Dlog and enableDebugging.
One was uninitialized, the other one unused.
2013-11-09 11:02:12 -08:00
Henrik Rydgard
63334698e1 Add temporary setting to disable the vertex decoder jit while we debug it 2013-11-09 18:16:26 +01:00
Henrik Rydgard
490deb9b5c Add option to the JIT viewer to find a random block with VFPU instructions.
For inspection of jit results.
2013-11-07 15:29:12 +01:00
Sacha
e6f910ec27 Coords fix: toFullscreenCoord should return float, not int. 2013-11-07 16:10:46 +10:00
Henrik Rydgård
32eddad71a Merge pull request #4459 from shenweip/patch-4
Add a check to avoid overwriting cheat file with old content.
2013-11-06 12:16:12 -08:00
Henrik Rydgård
23ac6ea2fd Merge branch 'autoLoadSave' of https://github.com/bollu/ppsspp into bollu-autoLoadSave
Conflicts:
	Core/Config.h
	UI/EmuScreen.cpp
2013-11-06 15:40:36 +01:00
shenweip
bbeed2d870 Add a check to avoid overwriting cheat file. 2013-11-05 20:38:51 +08:00
Sacha
b1b4679fe6 Scale touch controls to screen resolution.
Include a migration method for users who were on the old static system.
Scaling up may still look weird due to the hacky method of placement which is unchanged by this commit.
Next step of resolution independence would be to have the button scaling affected by resolution too.
Tested on a few devices. Mobile users should see no changes at all.
2013-11-05 14:52:31 +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
Unknown W. Brackets
f66da87d9d Fix translation of rewind setting title. 2013-11-03 07:56:17 -08:00
Henrik Rydgård
b2298a9e86 Merge pull request #4420 from unknownbrackets/savestates
Enable rewind feature in UI, fix a savestate bug
2013-11-03 03:21:51 -08:00
Unknown W. Brackets
5d523ea06a Add android-ndk-profiler v3.2.
This allows fairly easy profiling on Android without rooting.
2013-11-02 21:54:45 -07: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
Unknown W. Brackets
3591d9d33e Add a warning for people with low mem devices. 2013-11-02 18:35:48 -07:00
Unknown W. Brackets
2f010773e1 Add rewind feature to the UI.
May not be perfect yet.
2013-11-02 18:33:23 -07:00
bollu
4bdf78e2a2 change defaults and setting name 2013-11-02 04:41:20 +05:30
Sacha
3403928a75 Blackberry: Support receiving invocations from system. Set as a default application for ISO, CSO, PBP and PRX. Check in NativeInit if the system has requested for us to start a specific file. 2013-11-02 04:31:16 +10:00
Henrik Rydgard
13b8a5d342 Rebuild UI-atlas using the current chinese lang files as "chinese.txt" so we get all characters we need. 2013-11-01 12:31:06 +01:00
Henrik Rydgard
33376495d9 Add special thanks to Maxim in credits 2013-11-01 11:44:27 +01:00
Henrik Rydgård
bf7f582c3c If an input (axis or key) is mapped to multiple targets, trigger them
all, not just the first one.
2013-10-31 16:50:27 +01:00
Henrik Rydgård
ebfc706e46 Minor UI tweak 2013-10-31 13:34:34 +01:00
Henrik Rydgård
43240515de Fix weird axis mapping issue on Ouya 2013-10-31 11:06:54 +01:00
Henrik Rydgård
e420d9d7ea Merge pull request #4375 from bollu/dPadVisibilityFix
fixed dPad visibility bug in layout screen
2013-10-30 11:53:44 -07:00
Siddharth
186f0a33ba fixed some more indentation 2013-10-30 23:24:41 +05:30
Siddharth
b5d8601f98 cleanup 2013-10-30 23:22:46 +05:30
Siddharth
b87342a433 now auto loads most recent save state 2013-10-30 23:21:25 +05:30
Siddharth
10ca6cac90 style changes 2013-10-30 22:48:14 +05:30
Siddharth
6cd5b748eb created auto load feature 2013-10-30 22:46:27 +05:30
Siddharth
81cae1e446 fixed dPad visibility 2013-10-30 19:42:16 +05:30
Henrik Rydgård
d3f9853d2d Also disable rendering resolution when render mode = non-buffered 2013-10-30 12:12:28 +01:00
Henrik Rydgård
cbe8245bad Disable postprocessing shader choice when rendering mode = non-buffered 2013-10-30 11:28:14 +01:00
Henrik Rydgard
774c4896ef Restore the check for rendering mode disabling the reports checkbox.
Forgot why it was there, so I also added a comment.
2013-10-29 16:22:36 +01:00
Henrik Rydgård
997c7dc374 Simplify some UI code, fix enabled-ness of Tilt analog settings 2013-10-29 10:22:09 +01:00
bhavin192
64c40f75fc Add back button to TiltAnalogSettingsScreen
fixed up by hrydgard
2013-10-29 10:05:47 +01:00
Henrik Rydgard
de882e493e Mysterious buildfix 2013-10-28 17:57:05 +01:00
Henrik Rydgård
7a83deaeea Android build: Set -march=armv6 for our armeabi build, we don't support
anything lower anyway.
2013-10-28 16:46:16 +01:00
Henrik Rydgård
fc2edfa8b3 Merge pull request #4351 from DanyalZia/patch-32
Slightly improves scanlines
2013-10-28 08:10:36 -07:00
danyalzia
074379e3de Update Credits 2013-10-28 20:06:14 +05:00
Henrik Rydgård
787db5812d UI cleanup and a crashfix for duplicate back key events 2013-10-28 16:04:53 +01:00
Henrik Rydgård
b2fa3b54fe MSVC buildfix attempt 2013-10-28 15:38:25 +01:00
Henrik Rydgård
9c546b5d36 Merge pull request #4340 from bollu/analogStickTiltControl
full tilt based analog controls
2013-10-28 05:20:46 -07:00
Siddharth
c7bb50ef00 some more indentation fixed 2013-10-28 16:58:46 +05:30
Siddharth
fce408ad81 renamed curve1 to tiltInputCurve 2013-10-28 16:49:36 +05:30
Siddharth
bc9852dad5 fixed indentation and code style 2013-10-28 16:45:27 +05:30
Siddharth
5daaaa3aad made deadzones configurable 2013-10-28 16:43:42 +05:30
Henrik Rydgård
c17dd02ace Merge pull request #4345 from shenweip/patch-14
Move Exit botton to last column.
2013-10-28 03:55:17 -07:00
Henrik Rydgård
5515737200 Merge pull request #4346 from shenweip/patch-15
Update Credits.
2013-10-28 03:15:42 -07:00
shenweip
f70fb9de28 Update Credits. 2013-10-28 18:01:22 +08:00
shenweip
103aece36c Move Exit botton to last column. 2013-10-28 17:41:09 +08:00
Sacha
d616cc72a2 Add Blackberry statistics overlay option. 2013-10-28 14:19:27 +10:00
Siddharth
ec0e0d7047 implemented full tilt based D-pad controls 2013-10-27 23:28:47 +05:30
Sacha
2c74693f6c VSync codepath only works on _WIN32 so only show it and check it there. 2013-10-27 23:09:46 +10:00
Henrik Rydgård
525767dc27 EmuScreen: Only react to keydowns when looking for the back key. 2013-10-27 10:50:45 +01:00
Henrik Rydgård
974376735e Merge pull request #4332 from bollu/clickEntireButton
fix checkbox bug in touch control visibility screen
2013-10-27 02:07:36 -07:00
Henrik Rydgård
0ae5e5cf1c Fix returning to game with ESC or other mapped back button, minor
cleanups.
2013-10-27 10:04:38 +01:00
Siddharth
b50f4d4287 merged upstream changes 2013-10-27 11:48:59 +05:30
Siddharth
ee58091b87 link Choice onClick to checkbox Toggle so that click is registered
fix merge linker error
2013-10-27 11:30:23 +05:30
Unknown W. Brackets
4f090f4122 Get rid of some magic numbers. 2013-10-26 19:35:51 -07:00
Sacha
fc37c16aa2 No need to enable FZ every frame. 2013-10-25 21:52:50 +10:00
Henrik Rydgård
4590e44954 add "onFinish" to screens so that ESC (etc) works the same as the back
touch button.
2013-10-25 13:19:08 +02:00
Henrik Rydgård
a588b46321 Clear the JIT cache correctly when exiting the cheat dialog. 2013-10-23 17:23:05 +02:00
Henrik Rydgård
70738c1755 Automatically clear the JIT when exiting the Cheats dialog box.
Plus some simple cleanup.
2013-10-23 16:10:58 +02:00
Henrik Rydgard
62685b6145 Fix a bug where we would push two gamepausescreens in some circumstances.
+ a cosmetic fix.
2013-10-22 16:19:46 +02:00
Henrik Rydgard
a88ab80477 Only clear the shader cache when toggling "Disable alpha test" 2013-10-22 14:34:16 +02:00
Henrik Rydgard
bf59f3db73 Add ugly hack setting for PowerVR to disable alpha test
Causes glitches but the speedup is truly massive in some games so I relent :/

Please do not report graphics bugs when this is enabled...

Future: Maybe remove this setting except on PowerVR?
2013-10-22 13:00:19 +02:00
The Dax
62e3afd297 Tidy up a couple things. toggleSwitch doesn't need to be public. 2013-10-21 16:57:31 -04: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
The Dax
17b7ec1d59 Truncate the OpenGL version string so it doesn't run amok. 2013-10-21 11:47:35 -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
d31ff07e79 Merge pull request #4275 from shenweip/patch-7
Draw default background when pic doesn't exist.
2013-10-21 01:12:58 -07:00
Unknown W. Brackets
c486a09c2c Use a better default font path on Linux/Mac OS X.
This way people don't have to copy to ~/.ppsspp/flash0.
The override in ~/.ppsspp/PSP/flash0 still works.
2013-10-20 23:45:56 -07:00
shenweip
6aa887e76a Draw default background when pic doesn't exist. 2013-10-21 13:20:12 +08:00
Unknown W. Brackets
569f6132b9 Warning fix. 2013-10-20 22:13:54 -07:00
Henrik Rydgård
a39974b06b Merge pull request #4267 from ufdada/master
Translating the Back and Toggle All Buttons
2013-10-20 11:51:31 -07:00
Henrik Rydgård
cc1f0872f5 Merge pull request #4261 from bollu/auto-hide-recents
auto hide recents tab when no recent games exist
2013-10-20 09:34:06 -07:00
Siddharth
2359bda823 now highlights games tab if recents is empty 2013-10-20 21:48:06 +05:30
ufdada
022c033f57 Translating the Back and Toggle All Buttons
Correcting the Toggle all Button function (it was reverting the selection)
2013-10-20 17:57:35 +02:00
Henrik Rydgård
99d4ef1e06 Enable/disable access to the control layout editor properly 2013-10-20 17:40:18 +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
The Dax
fd7ae05b80 Fix incorrect translation category. 2013-10-20 10:53:46 -04:00
Siddharth
0edfe5744a auto hide recents tab when no recent games exist 2013-10-20 19:47:27 +05:30
Henrik Rydgård
b290b31bd8 Merge pull request #4257 from bollu/control-layout-improvements
Control layout improvements
2013-10-20 04:50:04 -07:00
Siddharth
55a664bd13 made buttons invisible in the layout screen if they are disabled 2013-10-20 17:17:32 +05:30
Henrik Rydgard
950951920a buildfix 2013-10-20 12:47:00 +02:00
The Dax
fc64b9a64f Make the text and images centered. 2013-10-20 00:36:05 -04:00
The Dax
d18253e7d5 Fix Android build, adjust includes. 2013-10-20 00:12:55 -04:00
The Dax
11a34746cf Default to true for all touch control visibility, and actually translate Control Visibility. 2013-10-20 00:01:29 -04:00
The Dax
7bfa071370 Make the header and Control Visibility texts translatable. 2013-10-19 23:56:04 -04:00
The Dax
cdf819c9eb Remove rebase junk, update CMakeLists.txt, update Android.mk. 2013-10-19 23:51:58 -04:00
The Dax
83c70baada Add TouchControlVisibility.cpp/h to Visual Studio project "UI". 2013-10-19 23:34:00 -04:00
The Dax
3d1f396467 Make non-image Choices translatable from the MappableControls section. 2013-10-19 23:24:38 -04:00
The Dax
d099692ed0 Make Toggle All actually function. 2013-10-19 23:24:38 -04:00
The Dax
c5c0945559 Adjust a couple styling issues. 2013-10-19 23:24:10 -04:00
The Dax
a88a30fb1d Add a touch control visibility screen. All touch controls can now be toggled on or off, except for the Pause button on platforms that have it, as a safety precaution. 2013-10-19 23:24:09 -04:00
Unknown W. Brackets
023dbbc967 iOS buildfix. 2013-10-19 19:46:30 -07:00
Henrik Rydgard
9c59990edc More tweaks to control layout editing 2013-10-20 01:17:19 +02:00
Henrik Rydgard
74ab8376a7 Fix button layout (square got swapped with circle by the layout editor code) 2013-10-20 01:10:13 +02:00
Henrik Rydgard
f15e21c5f8 Remove the Enable Atrac3+ checkbox 2013-10-20 01:07:18 +02:00
Henrik Rydgard
dea4668ae8 Editable touch controls: Added Reset button and fixed build in VS 2010 2013-10-20 00:39:42 +02:00
Siddharth
38442c090e allow loading and unloading of onScreen control coordinates. Also, use sane (bottom left origin)coordinate system for all onScreen elements
can now reposition on screen controls

removed unnessecary files

fixed indenting issues

renamed RepositionOnScreenControlScree to TouchControlLayoutScreen
2013-10-20 00:39:38 +02:00
Unknown W. Brackets
9131371df9 Fix Qt, update native. 2013-10-19 15:15:19 -07:00
Unknown W. Brackets
9a9aa5b194 Fix initialization order warnings. 2013-10-19 14:57:45 -07:00