EngineersBox
950c636f4f
Fixed texture window Y offset in textured 4-vertex polygon rendering
2024-12-17 16:20:17 +11:00
johnbaumann
de152b9956
Fix(?) adc numbering, adc styling
...
Half asleep, forgive any derps
2024-12-13 00:16:54 -06:00
John Baumann
6ce813b397
Add getters for adc+pad type, update multitap example
2024-12-13 00:10:08 -06:00
rocketz
77fffa05b6
linux compile fix
2024-12-11 19:29:43 +01:00
Jon Rocatis
111979a173
Merge branch 'grumpycoders:main' into Breakpoints-improvements
2024-12-11 13:36:56 +01:00
Nicolas Noble
3036b5a48f
Merge pull request #1813 from Eeveelution/fix-translation-regs-in-ui
...
fix trX, Y and Z not switching to fixed point representation
2024-12-10 21:32:56 -08:00
Nicolas Noble
a3353a61db
Merge branch 'main' into Breakpoints-improvements
2024-12-10 16:21:46 -08:00
Nicolas Noble
dbb1db44a8
Merge branch 'main' into fix-translation-regs-in-ui
2024-12-10 16:21:33 -08:00
Nicolas Noble
e579cd7b46
Merge pull request #1814 from grumpycoders/macos-bump
...
Updating from outdated MacOS image.
2024-12-10 16:21:15 -08:00
Nicolas Noble
c031b0e2af
Updating from outdated MacOS image.
2024-12-10 09:21:48 -08:00
Furball
6aa99089a0
fix trX, Y and Z not switching to fixed point representation
2024-12-03 20:52:43 +01:00
Nicolas Noble
f807850426
Merge pull request #1812 from eliasdaler/angle_format_fix
...
Fix angle format specifier (it's signed, not unsigned)
2024-12-02 15:16:12 -08:00
Elias Daler
961a58b369
Fix angle format specifier (it's signed, not unsigned)
2024-12-02 23:35:35 +01:00
rocketz
5ce6d40338
Renamed variable to be more clear
2024-11-29 18:35:41 +01:00
rocketz
c964647648
Added missing code for change-type BPs.
...
Various small fixes
2024-11-29 18:32:02 +01:00
johnbaumann
42c9bde838
Merge pull request #1810 from johnbaumann/cdrom-demo-fix
...
Add reset call for CDRomDevice
2024-11-27 19:09:52 -06:00
John Baumann
5cde72e8fd
Add reset call for CDRomDevice
2024-11-26 21:51:24 -06:00
rocketz
fcf092f0ad
Breakpoint improvements
...
- Cleaned up UI. New breakpoints are now handled in a pop-up dialog
- Breakpoint are now shown in a table.
- You can easily see and edit breakpoint names in the table
- Clicking on the address will take you there (in asm or memory view)
- Enable all/disable all/delete all buttons
- Context menu in assembly view to quickly create read/write breakpoints on the address the instruction reads/writes
- New breakpoint types:
* On changes. WIll only break when the value is written to with a change. The new value written is the new value tested against
* Lower than
* Higher than
* Equal
* Range
- When a code breakpoint is hit it is highlighted in red in breakpoint table
2024-11-24 15:51:02 +01:00
Nicolas Noble
1e54cbf650
Merge pull request #1808 from njfox/remove-coroutines-flags
...
Remove unneeded coroutines flags
2024-11-22 19:33:25 -08:00
johnbaumann
fc7ab24574
Merge pull request #1806 from rocketz/fixes
...
Fixed wrong ImGUI End() call
2024-11-22 21:30:31 -06:00
johnbaumann
82e6a44059
Merge branch 'main' into fixes
2024-11-22 15:54:19 -06:00
Nick Fox
904b03c4ca
remove unneeded coroutines flags
2024-11-22 11:14:17 -05:00
johnbaumann
4869d30639
Merge pull request #1559 from grumpycoders/more_lua_stuffs
...
More lua additions
2024-11-21 22:01:11 -06:00
John Baumann
47e67e081b
Update cpu cycles to 64-bits
2024-11-21 21:17:54 -06:00
johnbaumann
ec31c2cb7c
Merge branch 'main' into more_lua_stuffs
2024-11-21 20:57:55 -06:00
Nicolas Noble
1587118ca0
Merge pull request #1805 from nicolasnoble/64bits-counters
...
Moving cycle counters to 64-bits.
2024-11-21 17:46:51 -08:00
Nicolas "Pixel" Noble
fb4eb9e44a
Missed a spot.
2024-11-20 20:54:19 -08:00
Nicolas "Pixel" Noble
d4003a0a92
Few more uint32 -> uint64 upgrades.
2024-11-20 19:54:27 -08:00
rocketz
d22386c306
Fixed wrong ImGUI End() call
2024-11-20 21:11:48 +01:00
Nicolas "Pixel" Noble
c82fbc4389
Moving cycle counters to 64-bits.
...
They'll no longer roll over, simplifying a lot of things.
2024-11-19 21:25:56 -08:00
Nicolas Noble
33b7ec3cc6
Merge pull request #1804 from nicolasnoble/favorites
...
Save/Restore file dialogs favorites.
2024-11-19 00:00:14 -08:00
Nicolas "Pixel" Noble
f06ba3caf9
Fixing Linux build.
2024-11-18 23:00:05 -08:00
Nicolas "Pixel" Noble
39f7549e7a
Save/Restore file dialogs favorites.
2024-11-18 22:27:17 -08:00
Nicolas Noble
ffc32ac978
Merge pull request #1801 from rocketz/Breakpoints-improvements
...
Patch System fixes/improvements
2024-11-17 17:46:00 -08:00
Nicolas Noble
3c9b6557e5
Merge pull request #1802 from eliasdaler/interpolation_fixes
...
Fix interpolation issues on HW
2024-11-17 17:29:37 -08:00
Nicolas Noble
80b4745105
Merge branch 'main' into Breakpoints-improvements
2024-11-17 16:38:57 -08:00
Nicolas Noble
3c3fda58b3
Merge branch 'main' into interpolation_fixes
2024-11-17 16:38:52 -08:00
Nicolas Noble
ef2aef93d8
Merge pull request #1803 from nicolasnoble/update-imgui
...
Updating imgui to fix compilation issue.
2024-11-17 16:38:30 -08:00
Nicolas Pixel Noble
7c0363731c
Probably fixing Linux build.
2024-11-17 15:54:23 -08:00
Nicolas Pixel Noble
b5751bd577
Updating imgui to fix compilation issue.
2024-11-17 15:35:40 -08:00
Elias Daler
10a33e1b83
Fix interpolation issues on HW
...
Also safeguard against bad psyqo::Color being passed into the primitives
when it can potentially affect the command (e.g. in setColor/setColorA).
2024-11-17 23:50:40 +01:00
Jon Rocatis
8f07155c9d
Merge branch 'grumpycoders:main' into Breakpoints-improvements
2024-11-16 12:47:06 +01:00
rocketz
3f7a6c01e5
- Fixed crash when deleting patches from Assembly view
...
- Added "are you sure?" popup when clicking "delete all"
2024-11-16 12:34:11 +01:00
Nicolas Noble
7ef9141189
Merge pull request #1800 from acemon33/main
...
Exports selected Overlays symbols to PCSX-Redux's symbols map
2024-11-15 20:43:05 -08:00
acemno33
d04076cf6b
Add OverlayReduxSymbols ghidra script
2024-11-15 19:31:16 +03:00
Nicolas Noble
98cb098bf8
Merge pull request #1797 from rclement/fix-vscode-ext-brew-formulae
...
Fix VSCode Extension installing MIPS Toolchain as Homebrew formulae instead of casks
2024-11-11 19:49:09 -08:00
Nicolas Noble
cc67b8ed32
Merge pull request #1798 from nicolasnoble/persist-map-path
...
Making symbol map load dialog persisting its path.
2024-11-06 04:36:45 -08:00
Nicolas "Pixel" Noble
9bcedcbaaf
Making symbol map load dialog persisting its path.
2024-11-05 18:38:44 -08:00
Romain Clement
2bf44413cb
Fix VSCode Extension installing MIPS Toolchain as Homebrew formulae instead of casks
2024-11-05 08:30:42 +01:00
Nicolas Noble
f8f9025c91
Merge pull request #1795 from nicolasnoble/8mb-fixes
...
Some more 8mb fixes.
2024-11-04 20:31:34 -08:00