Unknown W. Brackets
08f812518f
Switch game browser tabs using L/R buttons.
...
Even with keyboard / custom controller mapping.
2014-01-25 12:01:48 -08:00
Unknown W. Brackets
8f98fa78aa
Allow right click / triangle on a game item.
...
Fixes #3866 , makes keyboard navigation a bit better.
2014-01-25 11:24:06 -08:00
Unknown W. Brackets
2bf061d05b
Trigger a touch event before sending a right click.
...
This way we can know what they actually right clicked on.
2014-01-25 11:19:41 -08:00
Henrik Rydgård
39bfc03759
Merge pull request #5208 from unknownbrackets/display-minor
...
Ignore unreasonable timestep values
2014-01-25 02:15:05 -08:00
Henrik Rydgård
f660be39b5
Merge pull request #5209 from unknownbrackets/ui-tweaks
...
Properly exit error screen when hitting cancel
2014-01-25 02:14:23 -08:00
Unknown W. Brackets
d820768396
Properly exit error screen when hitting cancel.
...
Fixes #3351 .
2014-01-25 00:40:14 -08:00
Unknown W. Brackets
10454654bf
Ignore unreasonable timestep values.
...
This fixes #5202 (Crisis Core stuttering) and improves Mana Khemia's "Who
are you?" sound effect while loading savedata. May also improve Monster
Hunter's similar issue.
2014-01-24 23:55:19 -08:00
Henrik Rydgård
a0a9ad49bb
Merge pull request #5200 from sky-zer/master
...
iOS: MFi controllers support
2014-01-24 11:47:30 -08:00
sky-zer
4f4edbe959
Refactoring.
2014-01-24 22:46:30 +04:00
sky-zer
55514ee58e
iOS: MFi controllers support
2014-01-24 22:39:45 +04:00
Henrik Rydgård
b360f5a1e5
Merge pull request #5148 from Bigpet/WinTouchSupport
...
Add Windows touch support
2014-01-24 10:31:40 -08:00
Henrik Rydgård
7f995647a3
Merge pull request #5197 from unknownbrackets/gpu-minor
...
Only copy dirty depth buffers between FBOs
2014-01-24 01:49:23 -08:00
Henrik Rydgård
4789c2412a
Merge pull request #5196 from unknownbrackets/savedata
...
Handle fixed-length strings in savedata properly
2014-01-24 01:45:14 -08:00
Unknown W. Brackets
b034b992df
Only copy dirty depth buffers between FBOs.
...
We can remove this if/when we track them separately. This may break a
game that depends on the depth carrying over between several FBOs, but
that's not extremely likely.
This improves performance in Gods Eater Burst.
2014-01-24 01:44:24 -08:00
Henrik Rydgård
b27569277e
Merge pull request #5194 from unknownbrackets/iso-fix
...
Support larger iso files (more than 2GB)
2014-01-24 01:38:51 -08:00
Henrik Rydgård
293c66199e
Merge pull request #5195 from unknownbrackets/display-minor
...
Smooth out detected FPS changes
2014-01-24 01:38:14 -08:00
Henrik Rydgård
eeeaae601a
Merge pull request #5173 from W-MS/master
...
remove stupid iOS7 status bar
2014-01-24 01:34:47 -08:00
Unknown W. Brackets
e00a244d1e
Handled fixed-length strings in savedata properly.
2014-01-24 01:21:13 -08:00
Unknown W. Brackets
4541ec4b05
Smooth out detected FPS changes.
...
Helps reduce uneven FPS rates and sound effect glitches during transitions
(e.g. between a 30 fps scene and a 60 fps menu, or etc.)
2014-01-23 22:23:43 -08:00
Unknown W. Brackets
6bdfa5a13a
Support larger iso files (more than 2GB.)
...
No actual PSP games are this big (a UMD can only go up to 1.8 GB), but it
can be convenient for combined multi-game discs. Fixes #5169 .
2014-01-23 22:00:15 -08:00
Henrik Rydgård
b333e5b77f
Comment the fallthroughs in SasAudio.cpp
2014-01-23 20:58:42 +01:00
Henrik Rydgård
6c5165e505
Revert "Merge pull request #5190 from raven02/patch-32"
...
This reverts commit aef180259a
, reversing
changes made to d69f02dea0
.
2014-01-23 20:57:39 +01:00
Peter Tissen
e1d115284e
remove more test code
2014-01-23 20:50:33 +01:00
Peter Tissen
d8b4d653f1
revert test code
2014-01-23 20:30:35 +01:00
Peter Tissen
4a4488eb98
Enable touch support by default
...
Check for touch support and enable it automatically if available.
It's probably possible to hack around Vista with the HID stuff but
I don't think Vista that want multitouch is a large enough group
to invest the time.
2014-01-23 20:16:38 +01:00
Henrik Rydgård
aef180259a
Merge pull request #5190 from raven02/patch-32
...
Shouldn't need voice.type == VOICETYPE_VAG/PCM
2014-01-23 09:10:10 -08:00
raven02
9965bbb43e
Shouldn't voice.type == VOICETYPE_VAG/PCM
2014-01-24 00:28:53 +08:00
Henrik Rydgård
d69f02dea0
Merge pull request #5188 from unknownbrackets/msgdialog
...
Clean up some more minor things in message dialogs
2014-01-23 01:10:38 -08:00
Unknown W. Brackets
05ad9721d9
Allow msgdialog override of ok/cancel button text.
...
Per tests, and hints from JPCSP.
2014-01-23 01:02:41 -08:00
Unknown W. Brackets
bcdcd528b2
Validate options in MsgDialog v3 per tests.
2014-01-23 00:41:42 -08:00
Unknown W. Brackets
fa1c5e0f87
Oops, only reset MsgDialog result on success.
2014-01-23 00:41:26 -08:00
Henrik Rydgård
a915472eb5
Merge pull request #5174 from unknownbrackets/intr-fix
...
Restore thread if there's no interrupt handler set
2014-01-22 23:24:32 -08:00
Henrik Rydgård
3700229d37
Merge pull request #5186 from unknownbrackets/savestates
...
Fix savestates from before v0.9.6-536-g62e9e42
2014-01-22 23:11:15 -08:00
Henrik Rydgård
dcdb98bb94
Merge pull request #5187 from unknownbrackets/io-fix
...
Now umd0: size is in sectors, not bytes
2014-01-22 23:10:18 -08:00
Unknown W. Brackets
c5e11c63c0
Now umd0: size is in sectors, not bytes.
...
So we have to check based on that correctly. Darn it.
2014-01-22 22:24:30 -08:00
Unknown W. Brackets
c2d2b25ced
Fix savestates from before v0.9.6-536-g62e9e42.
...
Unfortunately, this breaks savestates made since then until this is
merged. However, that's only a day or so.
Fixes #5183 .
2014-01-22 21:49:18 -08:00
Sacha
d61da047d2
Blackberry: Remove narrow_landscape_exit as it restricts the usage of 'back' gestures on new installs.
...
Thanks for report Arifin.
2014-01-23 11:38:26 +10:00
Henrik Rydgård
5a6beb9378
Merge pull request #5184 from thedax/win32RareHangHack
...
Win32: Use a hacky workaround to prevent a rare hang when starting up.
2014-01-22 15:57:08 -08:00
The Dax
b58746816a
Make the bool a class member instead.
2014-01-22 18:36:40 -05:00
The Dax
97a5382b50
Win32: Use a hacky workaround to prevent a rare hang when starting up.
2014-01-22 17:38:34 -05:00
Henrik Rydgård
f53ef47528
Merge pull request #5182 from sum2012/patch-2
...
Fix "Integer divide by zero" in Spline.cpp
2014-01-22 14:19:33 -08:00
sum2012
3c72623061
Fix "Integer divide by zero 0" in Spline.cpp
2014-01-23 05:45:28 +08:00
Peter Tissen
b991d49049
Add Windows touch support
...
This is disabled by default
break out WindowsTouchHandler into a seperate Class , that file is way too big anyway
2014-01-22 21:25:49 +01:00
Henrik Rydgård
260b0334e7
Merge pull request #5180 from unknownbrackets/msgdialog
...
Fix aborting msgdialogs
2014-01-22 11:15:45 -08:00
Unknown W. Brackets
278359b208
Set msgdialog result to 0 after displayed.
...
This might fix anything checking the result code without zeroing it first.
2014-01-22 08:18:56 -08:00
Unknown W. Brackets
f74e29977f
Abort on a message dialog just moves to finished.
...
Still need to shutdown. Fixes #5177 .
2014-01-22 08:17:21 -08:00
Unknown W. Brackets
cddd537f36
Minor tweak, no need for this check anymore.
2014-01-22 01:24:41 -08:00
Henrik Rydgård
809dd6e1a2
Merge pull request #5176 from unknownbrackets/savestates
...
Properly savestate loaded modules
2014-01-22 01:17:54 -08:00
Henrik Rydgård
d615b78e1d
Merge pull request #5175 from unknownbrackets/debugger
...
Show CLUT shift value in GE debugger
2014-01-22 01:16:13 -08:00
Unknown W. Brackets
996d97a05e
Properly savestate loaded modules.
...
May fix savestates in games that use modules heavily, like Yu-Gi-Oh, Metal
Gear Solid, Tales of Radiant Mythology, and Valkyrie Profile.
2014-01-22 01:06:59 -08:00