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 |
|
Henrik Rydgard
|
3164f5f487
|
Disable install buttons on press
|
2013-12-05 12:48:09 +01:00 |
|
Henrik Rydgard
|
3a6941c1ab
|
Safeguard GameManager::Uninstall from calls with empty filename.
Could wipe all your games if a bug would cause this to happen.
|
2013-12-05 12:48:09 +01:00 |
|
Henrik Rydgård
|
15f45806b9
|
GameManager: Sanity check ZIP files when installing them
|
2013-12-05 12:48:09 +01:00 |
|
Henrik Rydgård
|
7f481905b0
|
More work on the Homebrew Store, get it working on Windows and Android
|
2013-12-05 12:48:09 +01:00 |
|
Henrik Rydgård
|
2fb2602387
|
Initial draft of the Homebrew Store. Lets you install a few homebrew.
|
2013-12-05 12:48:08 +01:00 |
|
Henrik Rydgård
|
cd6962497a
|
Merge pull request #4724 from thedax/fixNetworkOption
Adhoc/Network: Default to off and save the value to the ini properly.
|
2013-12-04 15:01:53 -08:00 |
|
The Dax
|
cf4c7a5d8c
|
Fix bug where networking option wasn't saved to the ini file, and default to false. If it's on by default, Peace Walker and other games are broken for now.
|
2013-12-04 17:28:20 -05:00 |
|
Henrik Rydgard
|
6a8123b397
|
Add some ios files to the Windows project to make them searchable in VS.
Doesn't do anything.
|
2013-12-04 19:56:05 +01:00 |
|
Henrik Rydgard
|
41209eb936
|
Stencil-to-alpha fragment tweak: Set alpha to 0 if we can't deduce the stencil value.
This fixes the weird glowing shadows in Wipeout.
|
2013-12-04 19:55:09 +01:00 |
|
Henrik Rydgard
|
50f67d631d
|
VS 2013 buildfix?
|
2013-12-04 19:22:40 +01:00 |
|
Henrik Rydgård
|
89b3fff255
|
Merge pull request #4722 from pal1000/patch-1
Warning fix in Core/HLE/sceKernelModule.cpp resultBufferOffset type miss...
|
2013-12-04 09:22:08 -08:00 |
|
Henrik Rydgard
|
5b9e178451
|
Update native with symbian buildfix
|
2013-12-04 18:13:31 +01:00 |
|
Henrik Rydgard
|
32f479b0a6
|
Assorted log spam reductions.
Also let Java know of some important events. Not used for anything yet.
|
2013-12-04 17:43:00 +01:00 |
|
pal1000
|
d03eed3e48
|
Warning fix in Core/HLE/sceKernelModule.cpp resultBufferOffset type missmatch
|
2013-12-04 17:56:33 +02:00 |
|
Henrik Rydgard
|
7eaec209d3
|
Set alpha to 1.0 in all the post shaders. Not that it should be required, but definitely recommended.
|
2013-12-04 15:38:38 +01:00 |
|
Henrik Rydgard
|
1a3e7a17fb
|
Workaround for spline UV scale problem with texcoord speedhack
|
2013-12-04 14:33:45 +01:00 |
|
Henrik Rydgard
|
95d5c28720
|
Fix bug where we scaled UV coordinates twice when a tex matrix was used.
|
2013-12-04 14:20:42 +01:00 |
|
Henrik Rydgard
|
3983144c42
|
Make sure that blending is disabled when doing DrawPixels.
Add a comment about a potential texture scaling problem with splines.
|
2013-12-04 14:02:40 +01:00 |
|
Henrik Rydgard
|
d1f054e033
|
Wait, we're not in clear mode there so no need to check.
|
2013-12-04 13:17:41 +01:00 |
|
Henrik Rydgard
|
10b9e83353
|
Dest alpha mask: Try some rules that seem to make sense from what we know now.
|
2013-12-04 13:16:22 +01:00 |
|
Henrik Rydgard
|
7881cf24ec
|
Update native (android dpi adjustment).
|
2013-12-04 12:42:02 +01:00 |
|
Henrik Rydgard
|
abb41bd54f
|
Fix translation key for "Networking"
|
2013-12-04 12:19:27 +01:00 |
|
Henrik Rydgard
|
127864b679
|
Prevent post shaders from getting applied twice in some circumstances when playing video.
|
2013-12-04 11:46:42 +01:00 |
|
Henrik Rydgard
|
ca1d4172ca
|
Tiny optimization in block copies
|
2013-12-04 11:34:54 +01:00 |
|
Henrik Rydgard
|
60ed75f68a
|
Add option to disable networking, tries to replicate the old error codes.
Please test if disabling this option "fixes" any games that broke with the adhoc merge.
|
2013-12-04 11:07:52 +01:00 |
|
Henrik Rydgard
|
ce1693d7f9
|
Re-hide vtx decoder jit setting, no new bugs have been reported...
since the skinning one was fixed.
|
2013-12-04 10:46:28 +01:00 |
|
Henrik Rydgard
|
e1657fec96
|
Get rid of WipeFramebufferAlpha ini-only option.
|
2013-12-04 09:41:25 +01:00 |
|
Henrik Rydgård
|
0bdf17b416
|
Merge pull request #4717 from sum2012/patch-2
Impl sceKernelGetModuleIdList by CPkmn
|
2013-12-03 14:53:17 -08:00 |
|
sum2012
|
eb5c349c2f
|
Imp sceKernelGetModuleIdList by CPkmn
|
2013-12-04 06:28:32 +08:00 |
|
Henrik Rydgård
|
726327beaa
|
Update native (remove logging)
|
2013-12-03 17:50:15 +01:00 |
|
Henrik Rydgård
|
49df18e305
|
Fix minor ui layout issue
|
2013-12-03 17:40:29 +01:00 |
|
Henrik Rydgård
|
f201021637
|
Another README update
|
2013-12-03 17:04:38 +01:00 |
|
Henrik Rydgård
|
c4dd4be524
|
Update native (key repeat simulation, makes navigating the UI with gamepad nicer).
|
2013-12-03 16:49:49 +01:00 |
|
Henrik Rydgård
|
1509176dad
|
Remove "topbar" from recents screen, looked cluttered and didn't feel
necessary.
|
2013-12-03 16:49:49 +01:00 |
|
Henrik Rydgård
|
87d0afccb0
|
Merge pull request #4713 from shenweip/patch-11
Return success when initial networks fail.
|
2013-12-03 06:20:59 -08:00 |
|
shenweip
|
ff5a5486aa
|
Add a warn logging.
|
2013-12-03 22:09:01 +08:00 |
|
shenweip
|
1d5962f925
|
Typo
|
2013-12-03 21:40:08 +08:00 |
|