Commit graph

  • 6e6018a880 Clarifying getFrameCount, and making it reliable. Nicolas "Pixel" Noble 2025-01-01 19:02:44 -08:00
  • 3eb75079a0 Better log messages. Nicolas "Pixel" Noble 2025-01-01 12:14:46 -08:00
  • f26dac9e5a Better memory decoder for debugger + more. Nicolas "Pixel" Noble 2025-01-01 09:40:51 -08:00
  • 9797eb78bf Properly resetting the debugger on reset. Nicolas "Pixel" Noble 2025-01-01 09:39:49 -08:00
  • 1ce423ef49
    Merge branch 'grumpycoders:main' into Breakpoints-improvements Jon Rocatis 2025-01-01 12:06:33 +01:00
  • 0eb0d767a6 Adding kernel check feature. Nicolas "Pixel" Noble 2024-12-31 23:49:08 -08:00
  • 0933dcd976
    Merge pull request #1828 from nicolasnoble/lwc2-swc2 Nicolas Noble 2024-12-31 20:34:52 -08:00
  • 596f9dd83d
    Merge pull request #1827 from nicolasnoble/lowesttarget-simplify Nicolas Noble 2024-12-31 20:34:39 -08:00
  • d00ab7e0ad Accounting for GTE's LWC2/SWC2 in debugger. Nicolas "Pixel" Noble 2024-12-31 19:57:04 -08:00
  • ffdfcf8347 Simplifying the computation of lowest-target. Nicolas "Pixel" Noble 2024-12-31 19:39:15 -08:00
  • 93c1bfcbfc
    Merge pull request #1826 from nicolasnoble/psyqo-8mb-dma-chain Nicolas Noble 2024-12-31 06:19:04 -08:00
  • 220296e572 Catering for the 8MB case in psyqo's chained DMA. Nicolas "Pixel" Noble 2024-12-30 23:22:13 -08:00
  • 0ae9d373da
    Merge pull request #1825 from johnbaumann/interrupt_cycle_cast johnbaumann 2024-12-30 23:11:38 -06:00
  • 06310894e6
    Merge branch 'grumpycoders:main' into psyqo_multitap_additions johnbaumann 2024-12-30 22:40:56 -06:00
  • a747a7c6cf Fix 64-bit cast in interrupt scheduler John Baumann 2024-12-30 22:35:19 -06:00
  • 0c477c3177
    Merge pull request #1824 from nicolasnoble/gpulogger-idcollision Nicolas Noble 2024-12-30 10:46:06 -08:00
  • f229662c67 Trying to avoid id collision in gpu logger. Nicolas "Pixel" Noble 2024-12-30 08:39:44 -08:00
  • 56ff5d1202
    Merge pull request #1823 from nicolasnoble/bye-appcenter Nicolas Noble 2024-12-30 08:05:32 -08:00
  • f9b28facfd Stop using appcenter altogether now. Nicolas "Pixel" Noble 2024-12-29 23:29:17 -08:00
  • 92e56f71f5
    Merge pull request #1822 from nicolasnoble/not-always-400 Nicolas Noble 2024-12-29 22:48:03 -08:00
  • 3f2366a838 Fixing webserver to not always return 400 codes. Nicolas "Pixel" Noble 2024-12-29 20:19:19 -08:00
  • d2bf4f70c4
    Merge pull request #1821 from nicolasnoble/more-coroutines Nicolas Noble 2024-12-29 09:48:29 -08:00
  • b300bc474e Adding more coroutine glue, and cleaned up demo. Nicolas "Pixel" Noble 2024-12-29 00:11:01 -08:00
  • 930a15449d
    Merge pull request #1820 from nicolasnoble/coroutine-memleak-fix Nicolas Noble 2024-12-29 00:09:22 -08:00
  • b2080e1454 Fixing various coroutine issues. Nicolas "Pixel" Noble 2024-12-28 22:03:59 -08:00
  • a865f88a42
    Merge pull request #1819 from nicolasnoble/more-psyqo-coroutines Nicolas Noble 2024-12-28 21:49:03 -08:00
  • bd48984c1c Adding more co-routines goodies to psyqo. Nicolas "Pixel" Noble 2024-12-28 20:41:56 -08:00
  • c10ee5334a
    Merge branch 'grumpycoders:main' into Breakpoints-improvements Jon Rocatis 2024-12-27 13:30:24 +01:00
  • ecee62c647
    Merge pull request #1818 from nicolasnoble/http-update Nicolas Noble 2024-12-23 17:43:32 -08:00
  • 4d3f50d1d2 Better concepts for query fragments. Nicolas "Pixel" Noble 2024-12-23 08:51:09 -08:00
  • a4e5bed508 Replacing query parser with the one from UriParser. Nicolas "Pixel" Noble 2024-12-23 08:30:25 -08:00
  • 2b6944a660 Upgrading dependency from http-parser to llhttp. Nicolas "Pixel" Noble 2024-12-22 22:42:17 -08:00
  • 1e0eaf6422
    Merge pull request #1817 from nicolasnoble/nosigpipe Nicolas Noble 2024-12-21 21:39:54 -08:00
  • 2087f984fc Ignoring sigpipes because libuv sucks. Nicolas "Pixel" Noble 2024-12-21 20:10:03 -08:00
  • 07b6a961f4 Add getter for raw halfword. Fix+tidy example johnbaumann 2024-12-21 09:04:02 -06:00
  • e45d591d77
    Merge branch 'grumpycoders:main' into Breakpoints-improvements Jon Rocatis 2024-12-18 01:25:16 +01:00
  • e9dec5f570
    Merge pull request #1816 from EngineersBox/main Nicolas Noble 2024-12-16 22:17:15 -08:00
  • 950c636f4f Fixed texture window Y offset in textured 4-vertex polygon rendering EngineersBox 2024-12-17 16:20:17 +11:00
  • de152b9956
    Fix(?) adc numbering, adc styling johnbaumann 2024-12-13 00:16:54 -06:00
  • 6ce813b397 Add getters for adc+pad type, update multitap example John Baumann 2024-12-13 00:10:08 -06:00
  • 5eb1c3c86f Fix local var naming style, add memory card selector enum John Baumann 2024-12-11 19:01:09 -06:00
  • 77fffa05b6 linux compile fix rocketz 2024-12-11 19:29:43 +01:00
  • 111979a173
    Merge branch 'grumpycoders:main' into Breakpoints-improvements Jon Rocatis 2024-12-11 13:36:56 +01:00
  • 3036b5a48f
    Merge pull request #1813 from Eeveelution/fix-translation-regs-in-ui Nicolas Noble 2024-12-10 21:32:56 -08:00
  • a3353a61db
    Merge branch 'main' into Breakpoints-improvements Nicolas Noble 2024-12-10 16:21:46 -08:00
  • dbb1db44a8
    Merge branch 'main' into fix-translation-regs-in-ui Nicolas Noble 2024-12-10 16:21:33 -08:00
  • e579cd7b46
    Merge pull request #1814 from grumpycoders/macos-bump Nicolas Noble 2024-12-10 16:21:15 -08:00
  • c031b0e2af
    Updating from outdated MacOS image. Nicolas Noble 2024-12-10 09:21:48 -08:00
  • 18e34fe7bd
    Merge branch 'main' into sio_overhaul johnbaumann 2024-12-08 15:29:43 -06:00
  • 6aa99089a0
    fix trX, Y and Z not switching to fixed point representation Furball 2024-12-03 20:52:43 +01:00
  • f807850426
    Merge pull request #1812 from eliasdaler/angle_format_fix Nicolas Noble 2024-12-02 15:16:12 -08:00
  • 961a58b369 Fix angle format specifier (it's signed, not unsigned) Elias Daler 2024-12-02 23:35:35 +01:00
  • eeb6f25634 Merge remote-tracking branch 'upstream/main' into fuckit Nicolas "Pixel" Noble 2024-11-21 21:27:49 -08:00
  • 5ce6d40338 Renamed variable to be more clear rocketz 2024-11-29 18:35:41 +01:00
  • c964647648 Added missing code for change-type BPs. Various small fixes rocketz 2024-11-29 18:32:02 +01:00
  • 42c9bde838
    Merge pull request #1810 from johnbaumann/cdrom-demo-fix johnbaumann 2024-11-27 19:09:52 -06:00
  • 5cde72e8fd Add reset call for CDRomDevice John Baumann 2024-11-26 21:51:24 -06:00
  • 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 rocketz 2024-11-24 15:51:02 +01:00
  • 1e54cbf650
    Merge pull request #1808 from njfox/remove-coroutines-flags Nicolas Noble 2024-11-22 19:33:25 -08:00
  • fc7ab24574
    Merge pull request #1806 from rocketz/fixes johnbaumann 2024-11-22 21:30:31 -06:00
  • 82e6a44059
    Merge branch 'main' into fixes johnbaumann 2024-11-22 15:54:19 -06:00
  • 904b03c4ca remove unneeded coroutines flags Nick Fox 2024-11-22 11:14:17 -05:00
  • 138bbd1c93
    Merge pull request #1807 from grumpycoders/johnbaumann-patch-1 johnbaumann 2024-11-21 22:20:28 -06:00
  • c88009bee4
    Update redux-basics.md johnbaumann 2024-11-21 22:17:24 -06:00
  • d56a2d2a1f
    Update redux-basics.md johnbaumann 2024-11-21 22:03:00 -06:00
  • 4869d30639
    Merge pull request #1559 from grumpycoders/more_lua_stuffs johnbaumann 2024-11-21 22:01:11 -06:00
  • 47e67e081b Update cpu cycles to 64-bits John Baumann 2024-11-21 21:17:54 -06:00
  • ec31c2cb7c
    Merge branch 'main' into more_lua_stuffs johnbaumann 2024-11-21 20:57:55 -06:00
  • 1587118ca0
    Merge pull request #1805 from nicolasnoble/64bits-counters Nicolas Noble 2024-11-21 17:46:51 -08:00
  • fb4eb9e44a Missed a spot. Nicolas "Pixel" Noble 2024-11-20 20:54:19 -08:00
  • d4003a0a92 Few more uint32 -> uint64 upgrades. Nicolas "Pixel" Noble 2024-11-20 19:54:27 -08:00
  • d22386c306 Fixed wrong ImGUI End() call rocketz 2024-11-20 21:11:48 +01:00
  • c82fbc4389 Moving cycle counters to 64-bits. Nicolas "Pixel" Noble 2024-11-19 21:25:56 -08:00
  • 33b7ec3cc6
    Merge pull request #1804 from nicolasnoble/favorites Nicolas Noble 2024-11-19 00:00:14 -08:00
  • f06ba3caf9 Fixing Linux build. Nicolas "Pixel" Noble 2024-11-18 23:00:05 -08:00
  • 39f7549e7a Save/Restore file dialogs favorites. Nicolas "Pixel" Noble 2024-11-18 22:27:17 -08:00
  • ffc32ac978
    Merge pull request #1801 from rocketz/Breakpoints-improvements Nicolas Noble 2024-11-17 17:46:00 -08:00
  • 3c9b6557e5
    Merge pull request #1802 from eliasdaler/interpolation_fixes Nicolas Noble 2024-11-17 17:29:37 -08:00
  • 80b4745105
    Merge branch 'main' into Breakpoints-improvements Nicolas Noble 2024-11-17 16:38:57 -08:00
  • 3c3fda58b3
    Merge branch 'main' into interpolation_fixes Nicolas Noble 2024-11-17 16:38:52 -08:00
  • ef2aef93d8
    Merge pull request #1803 from nicolasnoble/update-imgui Nicolas Noble 2024-11-17 16:38:30 -08:00
  • 7c0363731c Probably fixing Linux build. Nicolas Pixel Noble 2024-11-17 15:54:23 -08:00
  • b5751bd577 Updating imgui to fix compilation issue. Nicolas Pixel Noble 2024-11-17 15:35:40 -08:00
  • 10a33e1b83 Fix interpolation issues on HW Elias Daler 2024-11-17 23:50:40 +01:00
  • 8f07155c9d
    Merge branch 'grumpycoders:main' into Breakpoints-improvements Jon Rocatis 2024-11-16 12:47:06 +01:00
  • 3f7a6c01e5 - Fixed crash when deleting patches from Assembly view - Added "are you sure?" popup when clicking "delete all" rocketz 2024-11-16 12:34:11 +01:00
  • 7ef9141189
    Merge pull request #1800 from acemon33/main Nicolas Noble 2024-11-15 20:43:05 -08:00
  • d04076cf6b Add OverlayReduxSymbols ghidra script acemno33 2024-11-15 19:31:16 +03:00
  • 98cb098bf8
    Merge pull request #1797 from rclement/fix-vscode-ext-brew-formulae Nicolas Noble 2024-11-11 19:49:09 -08:00
  • cc67b8ed32
    Merge pull request #1798 from nicolasnoble/persist-map-path Nicolas Noble 2024-11-06 04:36:45 -08:00
  • 9bcedcbaaf Making symbol map load dialog persisting its path. Nicolas "Pixel" Noble 2024-11-05 18:38:44 -08:00
  • 2bf44413cb
    Fix VSCode Extension installing MIPS Toolchain as Homebrew formulae instead of casks Romain Clement 2024-11-05 08:30:42 +01:00
  • f8f9025c91
    Merge pull request #1795 from nicolasnoble/8mb-fixes Nicolas Noble 2024-11-04 20:31:34 -08:00
  • b2af6d9a98
    Merge pull request #1794 from rclement/fix-mips-toolchain-brew Nicolas Noble 2024-11-04 19:26:51 -08:00
  • b89e2aa013 Some more 8mb fixes. Nicolas "Pixel" Noble 2024-11-04 18:46:07 -08:00
  • c783886449
    Fix install of MIPS Toolchain using Homebrew Romain Clement 2024-11-04 23:57:34 +01:00
  • bc029a7f5e
    Merge pull request #1791 from nicolasnoble/vscode-extension-cube-and-arm Nicolas Noble 2024-10-23 22:11:05 -07:00
  • e120a3dc0f VSCode extension work - Adding psyqo cube example - Adding darwin arm support for pcsx-redux Nicolas "Pixel" Noble 2024-10-23 20:28:16 -07:00
  • 0fdfcd35c0
    Merge pull request #1790 from nicolasnoble/better-cxx Nicolas Noble 2024-10-23 19:46:24 -07:00
  • b4ff93bc66
    Merge pull request #1779 from spicyjpeg/vscode-extension Nicolas Noble 2024-10-23 19:45:08 -07:00