Commit graph

10803 commits

Author SHA1 Message Date
Sacha
6ea758db67 Use libpng to load PNGs. Fixes #4689. 2013-12-08 01:42:17 +10:00
Henrik Rydgard
0c413d118d Update native: disable EGLConfigChooser on android.
It seems to choose suboptimal mode on several phones.

May cause us to get no stencil buffer in non-buffered, but meh.
2013-12-07 15:21:16 +01:00
Henrik Rydgård
0368b5e037 Merge pull request #4744 from raven02/patch-28
Set src/dst alpha to non GL_ZERO in case STENCIL_VALUE_UNIFORM
2013-12-07 06:11:28 -08:00
raven02
60def7baf9 Set src/dst alpha to non GL_ZERO in case STENCIL_VALUE_UNIFORM 2013-12-07 21:11:47 +08:00
Henrik Rydgard
e7c3c76f6b Update native 2013-12-07 12:53:32 +01:00
Henrik Rydgård
ca4bfca458 Merge pull request #4741 from unknownbrackets/stencilalpha
Replace alpha when blend mode allows it.
2013-12-07 03:03:19 -08:00
Unknown W. Brackets
054501c100 Replace alpha when blend mode allows it.
Some games are using fixed/fixed blending modes which work in our favor.
2013-12-07 02:54:33 -08:00
Henrik Rydgård
3a4cbb8991 Merge pull request #4740 from unknownbrackets/stencilalpha
Try to more correctly handle stencil when blending.
2013-12-07 02:14:40 -08:00
Unknown W. Brackets
113f9795f3 Try to more correctly handle stencil when blending.
Although, not accurate, this will attempt to KEEP and etc.
2013-12-07 01:58:33 -08:00
Sacha
8dc8101010 Use libpng on Blackberry. 2013-12-07 19:41:37 +10:00
Sacha
0d58d7d214 Proper fix for german translation. 2013-12-07 18:16:43 +10:00
turbedi
6996262380 Qt: Update German translations. Fix #4653 2013-12-07 15:33:23 +10:00
Unknown W. Brackets
f4890288ce Oops, fix a bad sort for the hashmap.
Fixes assertion warnings.  Thanks @Kingcom.
2013-12-06 21:19:05 -08:00
Unknown W. Brackets
83dd3c74d6 Fix a stupid mistake in the headless timeout.
Although, still need to figure out why it gets corrupted.
2013-12-06 21:18:26 -08: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
Sacha
92157008ff Improvements to CMake install. 2013-12-07 14:26:39 +10:00
Henrik Rydgard
c738364f67 Make sure to disable scissor when doing the initial clear of a new FBO.
Minor cleanups.
2013-12-06 23:08:37 +01: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
a376f20d54 Update native with slider improvements (ui) 2013-12-06 15:02:25 +01:00
Henrik Rydgård
3fb973af90 GL_NV_draw_texture requires more testing, turn off temporarily.
Fix the V coordinates sent in while at it.
2013-12-06 13:01:34 +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
ffc6fc0b80 Another attempt at reordering stuff in the CMakeLists.txt. So fragile. 2013-12-06 12:08:19 +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
5a73cb4e64 Reorder things in CMakeLists.txt, preventing the ZLIB include path from
somehow mystically screwing up FFMPEG on Mac.
2013-12-06 11:33:51 +01:00
Henrik Rydgård
13cdbd5284 Mask away alpha when the stencil operation is KEEP 2013-12-06 11:15:13 +01:00
Henrik Rydgård
245e9447ef Merge pull request #4733 from thedax/win32MenuTweak
Win32 menu: If the emulator is paused (via Emulation -> Pause) when selecting Emulation -> Stop, resume the emulation so it can stop.
2013-12-06 01:44:35 -08:00
Henrik Rydgård
15f7eacaa9 Merge pull request #4734 from unknownbrackets/debugger
Add a setting to maintain a global func hash map
2013-12-06 01:19:37 -08:00
Unknown W. Brackets
2ec73a65ed Use a common func to generate default func names. 2013-12-06 00:17:20 -08:00
Unknown W. Brackets
735968ba9b Add a setting to maintain a global func hash map.
This makes it easier to deal with functions that have a common
implementation between multiple games, e.g. libc funcs.
2013-12-06 00:11:49 -08:00
Unknown W. Brackets
160ee740d2 Fix some vblank callback wait problems.
Stupid mistake, missing this.  May help #3680.
2013-12-05 23:26:59 -08:00
The Dax
a7e7ba61b3 If the emulator is paused when selecting Emulation -> Stop, then resume so the core can shutdown as requested.
This'll make Stop more like Reset, which resets regardless of the pause state.
2013-12-06 01:30:24 -05:00
Sacha
f3a0193777 Buildfix: Qt + MSVC2012 2013-12-06 14:00:17 +10:00
Sacha
6d60f17721 Update native. 2013-12-06 13:06:48 +10:00
Henrik Rydgård
51e4b81005 Merge pull request #4694 from amirzaim/patch-1
editing the langregion.ini to enable Malay language support.
2013-12-05 13:57:21 -08:00
Henrik Rydgard
245aeecbc0 ARM: Check for VFPv4 before using CVT.F32.F16 (vh2f).
Issue #4730 might be fixed by this.
2013-12-05 22:55:31 +01:00
Henrik Rydgård
7e86907923 Merge pull request #4729 from thedax/fixStylingIssues
Fix a bunch of styling issues, and fix Coldbird's name in sceNetAdhoc.cpp
2013-12-05 11:48:46 -08:00
The Dax
4aa3594eb7 Fix a bunch of styling issues in sceNetAdhoc.cpp, and fix Coldbird's name (it's not "colorbird"). 2013-12-05 14:44:41 -05:00
The Dax
1326bb41c8 Fix Coldbird's name in a comment. It's not "colorbird". 2013-12-05 14:37:01 -05:00
Sacha
a6d1ae34a4 Update native (Symbian). 2013-12-06 05:04:37 +10:00
Henrik Rydgård
ec76d36ce3 Merge pull request #4728 from thedax/win32Buildfix
Update native with Win32 buildfix.
2013-12-05 10:17:48 -08:00
The Dax
a3446ff821 Update native with Win32 buildfix. 2013-12-05 12:06:27 -05: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
2e5f8e0743 Update README 2013-12-05 16:32:08 +01:00
Sacha
26030e068b Qt: Add libzip. Buildfix. 2013-12-06 01:30:45 +10: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
Henrik Rydgård
78604f4e78 Mac buildfix (the zlib include path made it include the system glew) 2013-12-05 16:25:17 +01:00