[BROKEN] Switch to Oberon00's LuaBind 0.9.1 fork#273
Open
Architector4 wants to merge 7 commits intocortex-command-community:developmentfrom
Open
[BROKEN] Switch to Oberon00's LuaBind 0.9.1 fork#273Architector4 wants to merge 7 commits intocortex-command-community:developmentfrom
Architector4 wants to merge 7 commits intocortex-command-community:developmentfrom
Conversation
Everything compiles and the game runs, but some lua scripts screw up. For instance, in `NativeHumanAI.lua`, in line 353, accessing `Owner.MOMoveTarget.Pos` creates a lua error about no matching overloads or something Those will need further work to find out why that is. I'm spent.
Contributor
Author
|
oh my GOD of course literally everything except linux breaks on some boost bullshit of course oh and yeah stuff i did here completely ignores msbuild so that might need to get figured out too |
Contributor
Author
|
also can someone pull in the minizip commit separately into development branch or something please lmao edit: go go gadget separate PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Everything compiles and the game runs, but some lua scripts screw up.
For instance, in
NativeHumanAI.lua, in line 353, accessingOwner.MOMoveTarget.Poscreates a lua error about no matching overloads or something. Enemy AI doesn't work, as a result.Those will need further work to find out why that is. I'm spent.