mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
6884b0f73e
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. |
||
---|---|---|
.. | ||
audio | ||
cross_os_debug | ||
cross_sockets | ||
custom_data | ||
dma | ||
formatter | ||
global_profiler | ||
goos | ||
log | ||
math | ||
repl | ||
serialization/subtitles | ||
texture | ||
type_system | ||
util | ||
versions | ||
CMakeLists.txt | ||
common_types.h | ||
goal_constants.h | ||
link_types.h | ||
listener_common.h | ||
symbols.h |