jak-project/decompiler/util
ManDude 0212aa10c9
[decomp] better handling of animation code and art files (#1352)
* update refs

* [decompiler] read and process art groups

* finish decompiler art group selection & detect in `ja-group?`

* make art stuff work on offline tests!

* [decompiler] detect `ja-group!` (primitive)

* corrections.

* more

* use new feature on skel groups!

* find `loop!` as well

* fully fledged `ja` macro & decomp + `loop` detect

* fancy fixed point printing!

* update source

* `:num! max` (i knew i should've done this)

* Update jak1_ntsc_black_label.jsonc

* hi imports

* make compiling the game work

* fix `defskelgroup`

* clang

* update refs

* fix chan

* fix seek and finalboss

* fix tests

* delete unused function

* track let rewrite stats

* reorder `rewrite_let`

* Update .gitattributes

* fix bug with `:num! max`

* Update robotboss-part.gc

* Update goal-lib.gc

* document `ja`

* get rid of pc fixes thing

* use std::abs
2022-05-20 02:30:14 +01:00
..
config_parsers.cpp [decompiler] Fix deref bug and add some more new type pass stuff (#606) 2021-06-18 21:10:00 -04:00
config_parsers.h [compiler/decompiler] Take the address of a variable (#554) 2021-06-04 13:43:19 -04:00
data_decompile.cpp [decomp] better handling of animation code and art files (#1352) 2022-05-20 02:30:14 +01:00
data_decompile.h [sparticle] 2d hud particles (#849) 2021-09-26 11:41:58 -04:00
DataParser.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
DataParser.h [Decompiler] Static Data Decomp (#280) 2021-02-25 09:51:28 -05:00
DecompilerTypeSystem.cpp minor windows fixes (#1311) 2022-04-17 21:11:09 -04:00
DecompilerTypeSystem.h [decomp] better handling of animation code and art files (#1352) 2022-05-20 02:30:14 +01:00
Error.h [graphics] tfrag3 renderer (#978) 2021-12-04 12:33:18 -05:00
goal_constants.h Allow symbol table expansion. (#1191) 2022-02-24 22:43:00 -05:00
goal_data_reader.cpp [merc] Add merc extraction (#1356) 2022-05-11 22:53:53 -04:00
goal_data_reader.h [merc] Add merc extraction (#1356) 2022-05-11 22:53:53 -04:00
MatchParam.h [Decompiler - New IR] Add AtomicOp (#181) 2021-01-06 20:04:15 -05:00
sparticle_decompile.cpp [merc] Add merc extraction (#1356) 2022-05-11 22:53:53 -04:00
sparticle_decompile.h [decompiler] decompile particle defs using specialized macros (#1077) 2022-01-15 20:01:38 -05:00
StackSpillMap.h [Decompiler] WIP: Stack Spills (#382) 2021-04-25 14:48:54 -04:00
TP_Type.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
TP_Type.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00