jak-project/test
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
..
common/formatter jak2: overlord rework (#2544) 2023-04-29 16:13:57 -04:00
decompiler start blit-displays decomp & renderer + improve decompilation of some DMA macros (#2616) 2023-05-04 18:34:09 -04:00
game d/jak2: finish task-arrow | carry-h | projectile | gun-[red|yellow|blue]-shot (#1864) 2022-10-29 15:22:57 -04:00
goalc [goalc] default to non-immediate lambdas if not requested (#2604) 2023-04-30 19:00:27 -04:00
offline d/jak2: decompile missing function in whack (#2521) 2023-04-17 22:26:46 -04:00
test_data subtitle editor fixes + other smaller fixes (#1572) 2022-06-29 19:43:23 -04:00
all_jak1_symbols.cpp
all_jak1_symbols.h
CMakeLists.txt formatter: add tree-sitter dependency and commit early draft work on a proper code formatter (#2536) 2023-04-24 23:46:55 -04:00
test_CodeTester.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_common_util.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_emitter.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_emitter_avx.cpp [decompile] subdivide, wind-work, tie-work, bsp, focus (#1897) 2022-09-17 14:58:25 -04:00
test_goos.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_kernel_jak1.cpp [ckernel] split by game version (#1559) 2022-06-26 18:17:11 -04:00
test_listener_deci2.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_main.cpp CI: Add a macOS Github runner (#2064) 2022-12-22 18:12:59 -05:00
test_math.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_pretty_print.cpp jak2: Create goal_src skeleton (#1576) 2022-06-29 22:20:09 -04:00
test_reader.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_type_system.cpp decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00
test_zstd.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
test_zydis.cpp lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00