Unknown W. Brackets
0c0525ed87
http: Send listing back as text/plain.
...
Since it isn't text/html.
2016-07-03 22:13:46 -07:00
Unknown W. Brackets
ee29c6c50f
http: Allow binding a random port, timeout.
...
The timeout is useful to allow for shutdown of the thread.
2016-07-03 22:13:45 -07:00
Henrik Rydgård
6a24cde876
Merge pull request #8843 from unknownbrackets/ir-debug
...
Add initial breakpoint support for IR
2016-07-02 14:21:52 +02:00
Unknown W. Brackets
1df08518ae
jit-ir: Implement basic icache clear.
2016-07-01 17:27:24 -07:00
Unknown W. Brackets
6fb34d0bee
jit-ir: Add initial breakpoint support.
...
No memory breakpoints yet, and cache isn't cleared yet so these don't work
exactly the way you might expect...
2016-07-01 17:15:57 -07:00
Henrik Rydgård
5d5f25248f
Merge pull request #8842 from unknownbrackets/editorconfig
...
Add an editorconfig to keep formatting consistent
2016-07-01 21:25:27 +02:00
Unknown W. Brackets
0a5ac0c468
Add an editorconfig to keep formatting consistent.
...
This may help to reduce indentation / etc. issues.
2016-07-01 11:21:54 -07:00
Henrik Rydgard
b560038b3d
Work around a new false positive from the latest Vulkan validation layers
2016-06-30 16:11:50 +02:00
Henrik Rydgård
6e89d9f865
Merge pull request #8835 from unknownbrackets/vulkan
...
Vulkan: Fix spot lighting shader syntax
2016-06-27 10:13:57 +02:00
Unknown W. Brackets
aae487348c
Vulkan: Fix spot lighting shader syntax.
2016-06-27 01:06:31 -07:00
Henrik Rydgård
befeba7d80
Merge pull request #8832 from unknownbrackets/pbp-minor
...
Consistently resolve PBP paths, use /s in recent
2016-06-27 09:48:24 +02:00
Henrik Rydgård
3b67ed57a8
Merge pull request #8833 from unknownbrackets/reporting
...
Add reporting for sceKernelDevkitVersion() calls
2016-06-27 09:47:24 +02:00
Henrik Rydgård
e22a429cb0
Merge pull request #8831 from unknownbrackets/osk-minor
...
Prevent buffer overrun from OSK dialog
2016-06-27 09:47:01 +02:00
Unknown W. Brackets
5009dcab7a
Add reporting for sceKernelDevkitVersion() calls.
...
We currently default to 1.50 as the reported version, but we more or less
emulate a 6.60 system. It may be better to return 6.60, but let's see
what would actually be impacted by that first.
2016-06-26 20:52:48 -07:00
Unknown W. Brackets
eb674b4699
Reduce load delay with many recent http files.
...
If we have data for them, we can start up fairly quickly.
2016-06-26 20:45:04 -07:00
Unknown W. Brackets
9d6684a776
Consistently resolve PBP paths, use /s in recent.
...
Drag and drop was using \s causing duplicate recent entries and confusing
some of the PBP parsing. Let's make it all a bit safer.
2016-06-26 20:33:25 -07:00
Unknown W. Brackets
dcf8da244d
Prevent buffer overrun from OSK dialog.
...
If there was never a null, by mistake, we'd corrupt memory and then crash.
Occurs in the "Sonymon" homebrew.
2016-06-26 20:28:01 -07:00
Henrik Rydgård
d25cc72021
Merge pull request #8828 from unknownbrackets/reporting
...
Show a confirmation screen after feedback submit
2016-06-26 11:39:47 +02:00
Unknown W. Brackets
7695cd78cb
Show a confirmation screen after feedback submit.
2016-06-25 23:11:20 -07:00
Unknown W. Brackets
5ab2676704
Buildfix.
2016-06-25 09:59:20 -07:00
Henrik Rydgård
b676922400
Merge pull request #8825 from unknownbrackets/tex-converge
...
Reduce scale/decode overhead in Direct3D9 and Vulkan
2016-06-25 18:56:35 +02:00
Unknown W. Brackets
79101736b8
d3d9: Decode directly into texture buffer.
2016-06-25 09:13:14 -07:00
Unknown W. Brackets
f0ed9a9915
Vulkan: Correct CheckAlpha on scaled textures.
2016-06-25 09:10:55 -07:00
Unknown W. Brackets
4c94cd764d
Scale directly into the buffer if possible.
...
This will be possible in the majority of cases, and avoid an extra copy.
A small cost compared to scaling, but even so.
2016-06-25 08:40:45 -07:00
Unknown W. Brackets
12be183140
Merge pull request #8822 from LunaMoo/minorTrUI
...
Write some defaults to textures.ini on creation.
2016-06-21 21:14:56 -07:00
LunaMoo
24fd336e60
Create openIniFile function in FileUtil to avoid duplicates
...
+ correction
2016-06-22 05:55:45 +02:00
LunaMoo
434c95700e
Write some defaults to textures.ini on creation.
2016-06-22 02:01:25 +02:00
Henrik Rydgård
409c279c26
Merge pull request #8821 from LunaMoo/textureReplacementUI
...
Add basic TextureReplacement UI options.
2016-06-22 01:07:16 +02:00
LunaMoo
8b17793c9f
Add basic TextureReplacement UI options.
2016-06-22 00:58:05 +02:00
Unknown W. Brackets
2bd0567448
Merge pull request #8818 from LunaMoo/minorCWC
...
CWC improvements/fixes
2016-06-20 21:40:53 -07:00
LunaMoo
101df1da2b
Ooops;3, remove leftover
2016-06-21 06:29:26 +02:00
LunaMoo
27a616c765
Name homebrew games ini files differently
2016-06-21 00:15:29 +02:00
LunaMoo
6c14b82005
Fix #8448 properly, in case we fail to generate ID.
...
Limit homebrew ini file generation to UI.
2016-06-20 20:50:13 +02:00
LunaMoo
778c518a37
Cheat menu access from gameScreen + minor bugfix +
...
Invalidate JIT for 0xE/0xD checks
And big thanks to [Unknown] for help:3
2016-06-20 11:33:02 +02:00
Unknown W. Brackets
3db69b87d7
Move ScaleAlways to common code.
2016-06-19 11:31:43 -07:00
Henrik Rydgård
3b6d9ca42a
Merge pull request #8817 from unknownbrackets/tex-converge
...
Centralize texture decode handling
2016-06-19 19:40:46 +02:00
Unknown W. Brackets
5962093ef5
Centralize the majority of texture decode.
2016-06-19 08:05:54 -07:00
Unknown W. Brackets
339f065a5c
Centralize texture deindexing more.
2016-06-19 07:14:31 -07:00
Unknown W. Brackets
0519b3ef79
Merge pull request #8814 from LunaMoo/screenshot
...
Create screenshot directory if not exist when using Report Feedback
2016-06-18 07:17:30 -07:00
LunaMoo
36debd03f5
Create screenshot directory if not exist when using Report Feedback
2016-06-18 09:48:18 +02:00
Henrik Rydgård
239d6d36da
Merge pull request #8813 from daniel229/extra_ram
...
Enable extra ram for The Elder Scrolls Travels Oblivion USA Beta and Melodie alpha
2016-06-15 00:11:57 +02:00
daniel229
cfff0e9d82
Enable extra ram for The Elder Scrolls Travels Oblivion USA Beta and Melodie - alpha
2016-06-14 15:42:54 +08:00
Unknown W. Brackets
c0c43acb6e
Buildfix for gcc.
...
At least our Travis gccs are hitting an ICE.
2016-06-12 12:08:34 -07:00
Henrik Rydgård
b0ac553e77
Merge pull request #8812 from unknownbrackets/reporting
...
Include screenshots in compatibility reports
2016-06-12 20:39:38 +02:00
Unknown W. Brackets
85e7980c44
Prompt for reporting even when disabled.
...
To improve visibility.
2016-06-12 10:46:57 -07:00
Unknown W. Brackets
2ceee79324
Send screenshots with compatibility reports.
2016-06-12 10:00:32 -07:00
Unknown W. Brackets
347158ecc6
Include Content-Transfer-Encoding in uploads.
...
We should specify it's binary, otherwise proxies might munge the data.
2016-06-12 09:07:04 -07:00
Unknown W. Brackets
da0a79f695
Add an extra param for reporting to verify data.
2016-06-12 07:34:21 -07:00
Unknown W. Brackets
7af1deb768
Reduce chance of reporting data corruption.
...
We already check for spam, so this shouldn't be happening, but let's play
it safer.
2016-06-12 07:30:36 -07:00
Unknown W. Brackets
a02237d6f6
Show a screenshot when reporting compatibility.
2016-06-12 07:21:56 -07:00