Commit Graph

10932 Commits

Author SHA1 Message Date
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
Sacha
31af63adf4 Buildfix: Another string::back() and including a .cpp? 2013-12-06 01:04:50 +10:00
Sacha
502621bb08 Travis: Fix android script. 2013-12-06 00:35:45 +10:00
Sacha
8eacddf549 Symbian buildfix. 2013-12-06 00:18:39 +10:00
Henrik Rydgård
80986ad9b2 Update native 2013-12-05 15:08:18 +01: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
160cafdb34 Game installer: Handle zip files without directory entries 2013-12-05 14:21:07 +01:00
Sacha
ce5f8b63a0 Linux and Qt buildfix. 2013-12-05 22:53:54 +10:00
Sacha
3ccbbcf63b Buildfixes from homebrew merge. 2013-12-05 22:41:23 +10:00
Henrik Rydgård
e7ec53a97f zip game installer: Extract files by streaming instead of reading the
whole thing into ram.
2013-12-05 13:22:06 +01:00
Henrik Rydgård
8e658d628f GameManager: Add functions to query progress 2013-12-05 13:01:00 +01:00
Henrik Rydgård
862de78c86 Merge pull request #4727 from hrydgard/homebrew-store
Homebrew store
2013-12-05 03:49:41 -08: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
8b1ef01b5a GameManager: Sanity check ZIP files when installing them 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