Commit Graph

10 Commits

Author SHA1 Message Date
itsmattkc
73a9013a3b rename GetClassName/IsClass
Mirroring recent changes from master
2023-06-27 19:15:56 -07:00
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
69f2bfc7bc More classes and virtual function resolves. Builds and compares fine. 2023-06-23 23:55:55 +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
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
Cydra
1c9263ff85 Stubbed a bunch of classes and annotated them for later use. Heavily wip and more of pseudocode right now. 2023-06-20 01:18:53 +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