Unknown W. Brackets
|
012d47bcbf
|
Debugger: Show string in status bar for li, etc.
This is helpful when stepping through the debugger. Only shows likely
UTF-8 or similar formatted text, but often names or error messages are.
|
2021-04-21 23:50:59 -07:00 |
|
Unknown W. Brackets
|
2932a9995f
|
Debugger: Prompt with previous search string.
When searching, fill the text box with the previous search by default.
Convenient when you want to edit it.
|
2021-04-21 19:47:18 -07:00 |
|
Henrik Rydgård
|
50b0e84113
|
Oops
|
2021-04-17 22:40:13 +02:00 |
|
Henrik Rydgård
|
bfee168175
|
Don't even bother checking touch.id == 0 for closing popup windows. It's fine to close with any touch.
Fixes issue with touch on Windows mentioned in #14387
Also includes a warning fix.
|
2021-04-17 22:34:35 +02:00 |
|
Henrik Rydgård
|
a7d7631feb
|
Merge pull request #14369 from unknownbrackets/zstd
Use zstd for save states, GE frame dumps, and ZIMs
|
2021-04-12 08:35:58 +02:00 |
|
Henrik Rydgård
|
20ef9aee47
|
Merge pull request #14371 from unknownbrackets/pngwolf
Build: Recompress pngs using better zlib
|
2021-04-12 08:30:08 +02:00 |
|
Unknown W. Brackets
|
cb9a22c0cb
|
Build: Recompress pngs using better zlib.
Used pngwolf to recompress all pngs. Not a big change, but should
slightly reduce app download size.
|
2021-04-11 11:09:18 -07:00 |
|
Unknown W. Brackets
|
d3e2aa6d28
|
Build: Add libzstd to build.
|
2021-04-11 09:13:10 -07:00 |
|
Unknown W. Brackets
|
b5d21b4f9b
|
UI: Remove extern global for UI message.
|
2021-04-10 18:42:40 -07:00 |
|
Unknown W. Brackets
|
ca1a936d56
|
GPU: Stop using Off as terminator for postshaders.
There's really no need to have a dummy entry at the end of the array.
|
2021-04-10 18:35:23 -07:00 |
|
Henrik Rydgård
|
6f795fc120
|
Merge pull request #14346 from unknownbrackets/analog
UI: Flip Y analog direction based on config, normalize dinput right analog
|
2021-04-04 18:32:42 +02:00 |
|
Unknown W. Brackets
|
eca3a405b6
|
UI: Flip Y analog direction based on config.
|
2021-04-04 08:39:49 -07:00 |
|
Unknown W. Brackets
|
c9428975fe
|
Windows: Normalize left and right analog stick.
|
2021-04-04 08:16:26 -07:00 |
|
Henrik Rydgård
|
e86e3cc7cd
|
Merge pull request #14344 from unknownbrackets/debugger-mem
Include more memory info in debugger tags
|
2021-04-04 11:20:33 +02:00 |
|
Unknown W. Brackets
|
4285485157
|
Debugger: Add menu to jump to begin/end of alloc.
Helpful when viewing memory. Should add a shortcut too...
|
2021-04-03 16:03:21 -07:00 |
|
ANR2ME
|
6babae0886
|
Fix Window size issue #14317
|
2021-03-30 08:06:08 +07:00 |
|
Unknown W. Brackets
|
f8306891c5
|
Windows: Avoid segfault if memory except on boot.
|
2021-03-28 19:44:17 -07:00 |
|
Henrik Rydgård
|
af5637ecc5
|
Merge pull request #14229 from unknownbrackets/windows-keys
Windows: Setting for standard/debugger shortcuts
|
2021-03-03 22:15:55 +01:00 |
|
Henrik Rydgård
|
bd87a76064
|
Merge pull request #14238 from unknownbrackets/ui-sysinfo
UI: Wrap long info items and cleanup storage display
|
2021-03-03 09:18:42 +01:00 |
|
Unknown W. Brackets
|
4178f09e57
|
Build: More consistently avoid _M_ defines.
We use PPSSPP_ARCH in several places already, this makes it more complete.
|
2021-03-02 21:49:21 -08:00 |
|
Unknown W. Brackets
|
13ec384dbe
|
Build: Explicitly include ppsspp_config.h.
This adds it to all files that use it. Not all our builds include the
file.
|
2021-03-02 21:04:03 -08:00 |
|
Unknown W. Brackets
|
da28e58ecf
|
Windows: Stop using 1234 default unused paths.
They show in storage now, so just send blank.
|
2021-02-28 15:09:36 -08:00 |
|
Henrik Rydgård
|
0facd4d4a6
|
Merge pull request #14230 from unknownbrackets/texreplace
Support texture replacement filtering overrides
|
2021-02-28 18:09:38 +01:00 |
|
Unknown W. Brackets
|
0f5ebd210a
|
Windows: Add missing header for menu.
|
2021-02-28 07:51:38 -08:00 |
|
Unknown W. Brackets
|
3d8e444368
|
GE Debugger: Correct powered diffuse display.
|
2021-02-27 23:52:45 -08:00 |
|
Unknown W. Brackets
|
fb3ad1df4b
|
Replacement: Read in texture filtering overrides.
If you're replacing, you can know more information about linear safety for
tests.
|
2021-02-27 17:16:16 -08:00 |
|
Unknown W. Brackets
|
595dfd144b
|
Windows: Setting for standard/debugger shortcuts.
|
2021-02-27 14:40:02 -08:00 |
|
Henrik Rydgård
|
bd7b283399
|
Add iOS version detection, turn off JIT on bootup if >= 14.3.
|
2021-02-22 09:16:51 +01:00 |
|
Henrik Rydgård
|
2f3bc2d373
|
Merge pull request #14056 from unknownbrackets/debugger-mem
Track memory allocations and writes for debug info
|
2021-02-21 10:18:11 +01:00 |
|
Henrik Rydgård
|
1197795945
|
Merge pull request #14179 from unknownbrackets/windows-osk
Windows: Run OSK/chat input box asynchronously
|
2021-02-18 21:23:28 +01:00 |
|
Unknown W. Brackets
|
e7a3faaa8c
|
Windows: Stop ignoring all deprecated warnings.
|
2021-02-18 08:56:36 -08:00 |
|
Unknown W. Brackets
|
e97a0ec612
|
Windows: Run OSK/chat input box asynchronously.
This matches Android and should prevent hangs like seen in #14044.
|
2021-02-18 07:27:28 -08:00 |
|
Henrik Rydgård
|
be0adc29fa
|
Merge pull request #14169 from unknownbrackets/startup-locks
Reduce startup locks
|
2021-02-17 10:20:42 +01:00 |
|
Unknown W. Brackets
|
0b632afcdb
|
Windows: Reduce camera state locks.
It only needs a lock on shutdown.
|
2021-02-17 00:33:39 -08:00 |
|
Unknown W. Brackets
|
3a27d58f36
|
Windows: Enable chat when selecting Enable Chat.
Also change to Open Chat when already enabled.
|
2021-02-16 21:41:29 -08:00 |
|
Unknown W. Brackets
|
de72190344
|
Debugger: Update status on scroll down.
And include the start and end of the range.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
a4ed6eb167
|
Debugger: Fix memory lookup in mirrors/uncached.
Oops, was crashing before since it's outside the index.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
d48bb7e105
|
Debugger: Show memory tag info in status bar.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
b1a2090e67
|
Debugger: Extend tag background on select too.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
c044e6f7e4
|
Debugger: Highlight memory ranges in memory view.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
d80655287b
|
Debugger: Reorganize memory view painting.
This also grabs tag info, but doesn't display it yet.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
616850663c
|
Debugger: Add initial UI for mem info type.
Does not visualize yet, just implements the selection interface.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
616f5ddc5a
|
Debugger: Correct search by empty string.
|
2021-02-15 15:01:23 -08:00 |
|
Unknown W. Brackets
|
96692043c2
|
Debugger: Cleanup swprintf() usage.
Without size is deprecated.
|
2021-02-15 12:00:29 -08:00 |
|
Unknown W. Brackets
|
a1b9eb3cc5
|
Windows: Prevent some virtual dtor warnings.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
e85a8b0f5b
|
Global: Cleanup class init order warnings.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
7119011363
|
Windows: Correct some variable init warnings.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
f32f89dd90
|
Global: Remove some unused variables.
|
2021-02-15 11:59:45 -08:00 |
|
Unknown W. Brackets
|
0c876754a6
|
Windows: Remove unused file.
|
2021-02-15 09:28:38 -08:00 |
|
Henrik Rydgård
|
6b539cb4df
|
Merge pull request #14112 from unknownbrackets/debugger-dump
Debugger: Option to skip mem hacks in memory dump
|
2021-02-15 16:32:53 +01:00 |
|