jak-project/common/goos
ManDude 6884b0f73e
start blit-displays decomp & renderer + improve decompilation of some DMA macros (#2616)
Adds sprite distort, fixes buggy sprite rendering in progress, adds
scissoring support (used in various scrolling menus) and a very basic
implementation of `blit-displays`. This is enough to make the fade
effect in the progress menu work, along with all the menus working
properly without needing to use the REPL. This does not make screen
flipping and the filter when failing a mission work.

Added support in the decompiler for detecting `dma-buffer-add-gs-set`
and `dma-buffer-add-gs-set-flusha` and updated all of the Jak 2 code to
use it. Readability improved!

Fixes decompiler issue with `with-dma-buffer-add-bucket` not inlining
forms which broke syntax. Fixes store error warnings showing up for
non-existent stores, there is now a dedicated pass for this at the end.

I started work on making `BITBLTBUF` stuff work in the DirectRenderer,
but stopped for now because it wasn't strictly necessary. It will still
assert like before.
2023-05-04 18:34:09 -04:00
..
Interpreter.cpp [jak2] try to speed up compile a bit (#2596) 2023-04-30 14:13:52 -04:00
Interpreter.h allow quoting :key symbols + further optimize defpart (#2592) 2023-04-30 02:46:14 +01:00
Object.cpp [jak2] try to speed up compile a bit (#2596) 2023-04-30 14:13:52 -04:00
Object.h less branches for division + fix divide by zeros (#2585) 2023-04-29 21:10:51 +01:00
ParseHelpers.cpp allow quoting :key symbols + further optimize defpart (#2592) 2023-04-30 02:46:14 +01:00
ParseHelpers.h allow quoting :key symbols + further optimize defpart (#2592) 2023-04-30 02:46:14 +01:00
PrettyPrinter.cpp logs: replace every fmt::print with a lg call instead (#1368) 2022-10-01 11:58:36 -04:00
PrettyPrinter.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
PrettyPrinter2.cpp start blit-displays decomp & renderer + improve decompilation of some DMA macros (#2616) 2023-05-04 18:34:09 -04:00
PrettyPrinter2.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
Printer.cpp [decomp] collectables, fix float bug in a few files (#2082) 2023-01-01 18:05:31 -05:00
Printer.h d/jak2: mostly finish mysql-nav-graph and fix docstring handling around with-pp/local-vars (#1869) 2022-09-13 18:15:02 -04:00
Reader.cpp goalc/repl: cleanup of goalc/REPL code and some QoL improvements (#2104) 2023-01-07 11:24:02 -05:00
Reader.h goalc/repl: cleanup of goalc/REPL code and some QoL improvements (#2104) 2023-01-07 11:24:02 -05:00
TextDB.cpp [goalc] reduce compiler memory usage (#2247) 2023-02-24 18:32:30 -05:00
TextDB.h [goalc] reduce compiler memory usage (#2247) 2023-02-24 18:32:30 -05:00