[decomp] joint and related (#1003)

* update jak 2 config and hack to make game text dumpable

* update stuff

* update src

* do `cspace<-parented-transformq-joint!`

* progress.... kind of...

* more drawable stuff

* clagng

* bones begin

* more bones

* even more bones

* everything builds

* touches

* errors

* ?

* fix `quicksandlurker`

* updates

* update refs

* more fixes

* update refs
This commit is contained in:
ManDude
2021-12-26 16:43:16 +00:00
committed by GitHub
parent cee7752c2a
commit c245f37feb
169 changed files with 27728 additions and 30664 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class ObjectFileDB {
std::string process_tpages(TextureDB& tex_db);
std::string process_game_count_file();
std::string process_game_text_files();
std::string process_game_text_files(GameTextVersion version);
ObjectFileData& lookup_record(const ObjectFileRecord& rec);
DecompilerTypeSystem dts;