Commit Graph
45601 Commits
Author SHA1 Message Date
The Dax ceb7f6dea6 Allow right mouse button to act as a cancel button. 2013-08-21 06:00:11 -04:00
Henrik Rydgård 052e378382 Merge pull request #3293 from thedax/qtBuildFix
Attempt to fix Qt build.
2013-08-21 02:45:47 -07:00
The Dax 4ccf58c168 Attempt to fix Qt build. 2013-08-21 05:40:12 -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
Henrik Rydgård 4e1607cbd0 Merge pull request #3290 from thedax/nicknameBoxFix
Use the previous nickname as the default value instead of "PPSSPP".
2013-08-21 02:06:05 -07:00
The Dax 4098524856 Use the previous nickname as the default value instead of "PPSSPP". 2013-08-21 04:56:53 -04:00
Henrik Rydgård ca4321d376 Merge pull request #3288 from unknownbrackets/reporting
Report a couple unhandled blocks
2013-08-21 01:27:48 -07:00
Unknown W. Brackets 72ce41f41c Report a couple unhandled blocks. 2013-08-21 01:20:06 -07:00
Henrik Rydgård 07a41e3432 Merge pull request #3287 from unknownbrackets/fbo-minor
Compare the right fb address for suboffset textures
2013-08-21 00:38:29 -07:00
Unknown W. Brackets 5b5bee86dd Compare the right fb address for suboffset textures.
If that case is changed to AttachFramebufferValid(), fixes Valkyrie Profile's graphics mostly.

Still seems to hang somewhat into the game...
2013-08-21 00:34:47 -07: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 a242bcdd3a Remove 'HIGH_MEM' define. 2013-08-21 12:11:06 +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
Sacha 0a9671d218 CMake Buildfix.
Update version number for Blackberry.
2013-08-21 10:11:34 +10:00
Henrik Rydgard d9cd0d1fe9 Been meaning to rename DisplayListInterpreter->GLES_GPU forever 2013-08-20 22:34:47 +02:00
Henrik Rydgard 750b4865a6 Update submodules 2013-08-20 20:43:53 +02:00
Henrik Rydgard e2301a5a75 Remove annoying logging 2013-08-20 20:43:15 +02:00
Henrik Rydgard 647460652e Add czech language mapping v0.9 2013-08-20 20:35:01 +02:00
Henrik Rydgard 3e87581dc8 Update version to 0.9 2013-08-20 20:29:36 +02:00
Henrik Rydgard 3a51bdc63a Update native (cosmetic floatslider fix) 2013-08-20 20:19:28 +02:00
Henrik Rydgard 4da02355ac Forgot to add margin to float slider 2013-08-20 20:19:07 +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
Henrik Rydgård 6219131741 Merge pull request #3278 from raven02/patch-4
UI tweak : give the PPSSPP title bit spacing below top
2013-08-20 11:08:25 -07: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 Rydgård 91efd71ff9 Fix bug found by clang warning 2013-08-20 19:19:39 +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
Henrik Rydgård e0a05e8cc2 Merge pull request #3273 from raven02/patch-2
Add GPU Vendor to System Information
2013-08-20 10:03:15 -07:00
Henrik Rydgard ab872d2266 PgUp/PgDn/Home/End in scrollviews 2013-08-20 18:58:22 +02:00
Henrik Rydgard 2ef4221395 PgUp/PgDn/Home/End in scrollviews 2013-08-20 18:58:00 +02: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 2fedeafb91 Update lang, source assets 2013-08-20 18:40:31 +02:00
Henrik Rydgård dc161b1937 Merge pull request #3270 from thedax/prepareResourceForNextRelease
Win32: Prepare ppsspp.rc for 0.9 release.
2013-08-20 09:34:49 -07:00
Henrik Rydgard 2d39b3cb2c Update savestate revision 2013-08-20 18:31:38 +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 0761e3cb21 Enable dithering in the UI (helpful for the new soft gradient) 2013-08-20 18:03:25 +02:00
Henrik Rydgard 0fddaf146f Fix #3271 2013-08-20 17:41:02 +02:00
The Dax 9cf8094448 Prepare ppsspp.rc for 0.9 release. 2013-08-20 11:22:17 -04:00
Henrik Rydgard 87e51a5c04 Fix some window title issues, etc. 2013-08-20 17:21:25 +02:00
Henrik Rydgard e5c6cea6f1 Disable Run/Stop/Pause in windows menu when in pausemenu 2013-08-20 17:07:01 +02:00