Commit Graph

9 Commits

Author SHA1 Message Date
Cydra
daa0bf3f61 Finished up some work, compiles fine. All functions are STUB annotated to not pollute reccmp.py output. 2023-06-27 23:25:40 +02:00
Cydra
c460f66cff Again more classes and virtual function resolves. Builds and compares fine. 2023-06-24 02:50:14 +02:00
Cydra
0431c02a97 Some additional fixes 2023-06-23 17:13:24 +02:00
Cydra
fc239c4a08 Fixed code and decided on a way to handle virtual table stubs 2023-06-23 17:09:04 +02:00
Cydra
1dcf29b454 More classes and implementation details. Still not checked for any errors 2023-06-22 00:06:09 +02:00
Cydra
068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00
Cydra
49c9fbd156 Converted pseudocode into real code! 2023-06-20 22:11:14 +02:00
Christian Semmler
7ff3acebb3
remove execute bits on files 2023-06-12 18:05:43 +02:00
itsmattkc
279d626279 import all functions from lego1 exports
This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
2023-06-11 18:03:54 -07:00