Christian Semmler

Results 41 comments of Christian Semmler

this function is generally being used for moving/adding items: https://github.com/foxtacles/vaultmp/blob/master/source/vaultserver/Script.cpp#L1660 it works by basically making a copy of the item, after that destroying the original. if the original item was...

- CallPublic MakePublic

i don't know, I can't remember that I ever looked into this

Nice! Maybe some code from the `isledecomp` library can be re-used, for the parsing/ identification of functions possibly - what do you think @disinvite?

Yeah, makes sense to use the PDB / `isledecomp` as the primary source for the data. Once this is production ready it would probably also be a good idea to...

> So the plan would be to import function signatures from the pdb and (if possible) structs / classes from the source code? Or can the latter be found in...

Great work! I'll check it out in the coming days. @disinvite would you have time to review the changes as well?

> Does anyone have any idea what is going on here? I'd appreciate someone else taking a look, because I don't have a good idea where to start. At the...

Awesome! I think once the failing CI test is fixed this should be good to merge. What do you think @disinvite?