Christian Semmler
Christian Semmler
I believe the makefile is in the wrong location, it uses relative pathes inside make sure that the containing folder of the makefile + time\time64.c is a valid path to...
hmm yep that's an issue. gmtime_r and localtime_r are functions that should be called (not declared), they should be in time.h which should be included. not sure why it can't...
are you sure that you checked out the correct git submodule commit? compare this file with yours: https://github.com/foxtacles/y2038/blob/a05feb76f1a204a016a7e023a365ac71677cc558/time64_config.h#L44
I think you also didn't check out the proper submodule commit in this case. just checking out the iniparser repository won't do, the submodule points to a specific commit (which...
not yet, but there is a PR: #139 - but it still needs to be reviewed. if someone can confirm it works we can merge it and close this issue
we also need to hack the AI to not spuriously apply the reload animation after using FireWeapon
basically there is something working made by roby in the tools folder of the repository, though i never tried it myself
There is still some issue that needs to be resolved here, unfortunately can't remember what it was exactly, except that it was a problem related to updating the condition of...
I need to separate the "didn't change" and "return Lockable (success)" return values in the object classes somehow without creating too much more overhead