[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
+2 -1
View File
@@ -5,6 +5,7 @@
#include "BinaryReader.h"
#include "common/link_types.h"
#include "third-party/json.hpp"
#include "BitUtils.h"
#include "dgo_util.h"
DgoReader::DgoReader(std::string file_name, const std::vector<u8>& data)
@@ -47,7 +48,7 @@ DgoReader::DgoReader(std::string file_name, const std::vector<u8>& data)
memcpy(entry.data.data(), reader.here(), obj_header.size);
m_entries.push_back(entry);
reader.ffwd(obj_header.size);
reader.ffwd(align16(obj_header.size));
}
// check we're at the end