Commit Graph
11573 Commits
Author SHA1 Message Date
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 9bf55113e0 update native 2013-10-20 13:19:26 +02:00
Henrik Rydgard 950951920a buildfix 2013-10-20 12:47:00 +02:00
Henrik Rydgård 808a4cf821 Squashed ffmpeg commits to make it download faster. 2013-10-20 11:07:43 +02:00
Henrik Rydgård 4b063228f6 Fix path bug by using the right quotes.. 2013-10-20 10:46:23 +02:00
Henrik Rydgård be39646223 Merge pull request #4252 from thedax/touchControlVisibility
Add a screen to toggle onscreen touch control visibility.
2013-10-20 01:13:03 -07:00
Henrik Rydgård fa2846be17 Merge pull request #4251 from sum2012/log
Fix Windows logging
2013-10-20 01:09:24 -07:00
Henrik Rydgård 9f9d7d961e Merge pull request #4249 from unknownbrackets/io-minor
Support \ paths within filenames (Linux/Android?/etc.)
2013-10-20 01:07:37 -07:00
Henrik Rydgård 5c25baa34a Merge pull request #4254 from unknownbrackets/qt-minor
Use the newer interface for Qt's gpu debugging
2013-10-20 01:05:45 -07:00
Unknown W. Brackets afb578a325 Use the newer interface for Qt's gpu debugging. 2013-10-20 00:14:39 -07:00
Sacha 40da2f7f5b Buildfix Symbian and Blackberry from the ffmpeg merge.
Fix a header issue on Blackberry.
Fix a UINT64_C define issue.
FFMPEG is no longer 'beta'.
2013-10-20 16:41:34 +10: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
sum2012 4a278fcfcf Use unknownbrackets method 2013-10-20 11:50:21 +08: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
sum2012 a801e5c325 Fix Windows logging
Fix https://github.com/hrydgard/ppsspp/issues/4239
2013-10-20 11:23:46 +08:00
Unknown W. Brackets 023dbbc967 iOS buildfix. 2013-10-19 19:46:30 -07:00
Unknown W. Brackets 5c90dee6a6 Fix cmake headless build. 2013-10-19 17:35:46 -07:00
Unknown W. Brackets 3499ef341a Support \ paths within filenames. 2013-10-19 17:06:29 -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
SiddharthandHenrik Rydgard 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
Henrik Rydgård 4426f84067 Merge pull request #4238 from skardach/master
Fix i386 crash at Qt startup
2013-10-19 15:19:18 -07:00
Henrik Rydgård b4c3681610 Merge pull request #4247 from unknownbrackets/audio-minor
Clear the audio buffer on game reset
2013-10-19 15:18:37 -07:00
Unknown W. Brackets 9131371df9 Fix Qt, update native. 2013-10-19 15:15:19 -07:00
Unknown W. Brackets edf3faf251 Clear the audio buffer on game reset.
Avoids blips.
2013-10-19 15:11:06 -07:00
Henrik Rydgård 27260c08a5 Merge pull request #4240 from Kingcom/Debugger
More intelligent disassembly scrolling
2013-10-19 15:04:36 -07:00
Henrik Rydgård f7fe475a3f Merge pull request #4246 from unknownbrackets/warnings
Warning fixes
2013-10-19 15:02:02 -07:00
Unknown W. Brackets b243df424e Fix a bad constant and unused var. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets 3a36d5a0fa Qt: remove switch to show log (not supported.) 2013-10-19 14:57:45 -07:00
Unknown W. Brackets 7c23863102 Qt: Enable graphics logging by default (like Win.) 2013-10-19 14:57:45 -07:00
Unknown W. Brackets 3e18027b8d Fix some type comparison warnings. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets f68f1e2482 Avoid an unused variable. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets e99cc01976 Fix some switch/case warnings. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets edb4472927 Fix some formatting warnings. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets e95f55a5fe Fix some enum type warnings. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets 1283a93492 Avoid some minor warnings. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets 9a9aa5b194 Fix initialization order warnings. 2013-10-19 14:57:45 -07:00
SachaandHenrik Rydgard 2b11a6c92a Qt5 Linux no longer runs both UIs. 2013-10-19 23:18:37 +02:00
SachaandHenrik Rydgard 8c1d4e8ad7 Some Qt compatibility improves for Windows.
(Reapplied since I lost it in a bad push :/)

Conflicts:
	Qt/Core.pro
	Qt/PPSSPP.pro
2013-10-19 23:18:10 +02:00