jak-project/test/goalc/source_templates/with_game
ManDude 25b0e1be7d
[decomp] collectables + works ingame! (#971)
* decomp: `collectables`

* fix types

* `powerups` and fixes

* fixes

* Merge branch 'pr/929' into d/temp/collectables

* fix collide stuff

* update things...

* update

* update

* temp bump global heap mem

* fix `defstate` hooks wrong/unnecessary sets & collide stuff for collectables

* dumb mistakes :)

* stub out broken process-drawable stuff

* update refs

* add `:no-inspect` key and save some memory & remove birth logs

* Update kmachine.h

* clang

* add citadel

* fix no-inspect key

* fix tests!!

* fix stupid mistake in `collide-shape-prim-sphere` alloc

* comment annoying print

* feedback

* fix edge-case probably

* remove `:no-inspect`s
2021-11-23 18:25:57 -05:00
..
defun-return-constant.static.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
defun-return-symbol.static.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
inlined-packed-basics.gc Decompiler fixes + decompiling (#276) 2021-02-22 09:36:30 -05:00
sqrtf.gc add sqrt (#270) 2021-02-17 00:57:21 -05:00
test-access-bitfield128.gc [compiler] support 128-bit bitfields (#500) 2021-05-18 21:25:29 -04:00
test-access-inline-array.gc [Compiler] Bug fixes (#230) 2021-02-03 11:07:47 -05:00
test-addr-of-var.gc [compiler/decompiler] Take the address of a variable (#554) 2021-06-04 13:43:19 -04:00
test-addr-of.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-append.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-approx-pi-stack.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-approx-pi.gc Add support for stack integers (#135) 2020-11-22 12:22:19 -05:00
test-array-ref-static.gc [decomp] Clean up - part 2 (#687) 2021-07-11 16:35:25 -04:00
test-assoc-1.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-assoc-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-assoce-1.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-assoce-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-basic-type-check.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-basic-vector-math.gc Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
test-behaviors.gc Support Behaviors (#678) 2021-07-04 16:54:07 -04:00
test-bfloat.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-binteger-print.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-bitfield-access.gc [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test-bitfield-and-enum-types.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-bitfield-tricky-access.gc [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test-boxed-array-index.gc better array indexing (#176) 2020-12-31 22:15:17 -05:00
test-build-game.gc [Decomp] Some more collision header files and speed up tests (#296) 2021-03-01 11:15:24 -05:00
test-condition-boolean.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-delete-car.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-delete-list.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-dynamic-type.gc [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
test-false-in-static-pointer.gc fix pointer set to #f in static (#864) 2021-09-28 22:20:45 -04:00
test-fancy-static-fields.gc [decomp] loader prelim work + some cleanup (#697) 2021-07-23 18:30:49 -04:00
test-find-parent-method.gc [Decomp] Decompile gcommon, gstring-h, and gkernel-h (#249) 2021-02-11 09:49:15 -05:00
test-forward-declared-method.gc [goalc] fix static array length (#836) 2021-09-08 18:49:49 -04:00
test-function128.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-game-count.gc Support "game count" and v4 objects (#140) 2020-11-24 20:48:38 -05:00
test-game-text.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-get-enum-vals.gc add get-enum-vals (#737) 2021-08-02 22:01:10 -04:00
test-i128-simple.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-insert-cons.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-integer-boxed-array.gc [Compiler] Bug fixes (#230) 2021-02-03 11:07:47 -05:00
test-kernel-alloc.gc [runtime] add process allocations (#834) 2021-09-06 18:27:24 -04:00
test-last.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-load-game.gc [Decomp] Some more collision header files and speed up tests (#296) 2021-03-01 11:15:24 -05:00
test-load-static-vector.gc Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
test-local-vars.gc [Decompiler] Expression 5 (#218) 2021-02-01 20:41:37 -05:00
test-math.gc update 2020-11-28 19:59:23 -05:00
test-matrix.gc [Decompiler] Make matrix decompile (#341) 2021-03-28 20:26:30 -04:00
test-member-1.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-member-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-memcpy.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-memset.gc [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
test-method-replace.gc [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
test-min-max.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-mips2c-call.gc [decomp] add mips2c converter (#842) 2021-09-11 20:52:35 -04:00
test-mips2c-goal.gc [sparticle] 2d hud particles (#849) 2021-09-26 11:41:58 -04:00
test-new-array.gc Add more array stuff and clean up field access (#80) 2020-10-14 13:42:14 -04:00
test-new-inline-array-class.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-new-static-basic.gc [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
test-new-static-structure-integers.gc Add compiler features for gkernel (#83) 2020-10-16 17:08:26 -04:00
test-new-string.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-number-comparison.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-pair-asize.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-pair-length.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-pand-por-pnor.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-partial-define-type-field.gc Allow setting a field with partially defined field (#646) 2021-06-28 19:20:36 -04:00
test-pextlw.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-pw-shifts.gc [decomp] collectables + works ingame! (#971) 2021-11-23 18:25:57 -05:00
test-ray-sphere.gc Get started on collide-func and clean up log forms in decompiler (#713) 2021-07-23 20:51:26 -04:00
test-ref.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-set-bitfield.gc [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test-set-self.gc [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
test-set-u64-from-float.gc set u64 from float 2021-08-12 20:09:25 -04:00
test-short-circuit.gc [Compiler] Implement and/or in the compiler instead of a macro (#231) 2021-02-03 16:12:51 -05:00
test-size-of.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-sort-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-sort-3.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-sort.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-sound-name.gc [decompiler] bitfield support for sound-name (#582) 2021-06-12 12:55:38 -04:00
test-stack-inline-array.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-static-array-field.gc [Compiler] Support array fields in static objects (#284) 2021-02-25 22:49:46 -05:00
test-static-array.gc [Decomp] Decompile engine math library types (#272) 2021-02-20 11:42:46 -05:00
test-static-bitfield.gc [Compiler] Support dynamically constructed bitfields (#354) 2021-04-11 19:21:49 -04:00
test-static-boxed-array.gc Change syntax for boxed array to support different length and allocated-length (#568) 2021-06-07 20:22:06 -04:00
test-static-field-inline-arrays.gc [Compiler] Support array fields in static objects (#284) 2021-02-25 22:49:46 -05:00
test-static-inline-array.gc [Compiler] Support array fields in static objects (#284) 2021-02-25 22:49:46 -05:00
test-static-lambda.gc [decompiler/compiler] Fixes for task-control (#668) 2021-07-01 21:38:19 -04:00
test-static-pair-1.gc [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
test-string-type.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-tests.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-trig.gc support inline arrays on stack (#726) 2021-07-26 21:39:05 -04:00
test-type-arrays.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-type-ref.gc support type-ref (#613) 2021-06-20 12:59:39 -04:00
test-type-type.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-vector-dot.gc [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
test-vector-int-float-conversions.gc [decomp] collectables + works ingame! (#971) 2021-11-23 18:25:57 -05:00
test-vector-math-1-operand.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-2-operand-acc.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-2-operand.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-division.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-sqrt.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-outer-product.gc decomp - vector.gc - Decompile vector.gc (#289) 2021-03-06 10:46:26 -05:00
test-vector.gc [Decompile] vector.gc (finally) (#394) 2021-04-28 17:14:54 -04:00
test-vf-load-and-store.gc Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
test-weird-multiplies.gc [OpenGOAL] make multiplication/divsion like GOAL and support in decompiler (#483) 2021-05-14 18:43:12 -04:00
test-xmm-spill.gc [Compiler] Improve spills and register backups (#175) 2020-12-31 15:59:11 -05:00
tricky-floats.gc fix really old compiler bug (#799) 2021-08-31 22:12:30 -04:00