Skip to content

Tags: OpenRA/Eluant

Tags

1.0.22

Toggle 1.0.22's commit message
Downgraded Ubuntu VS version for Windows the build

For whatever reason compiling Windows native binaries on Ubuntu 22.04 produces a 32-bit binary that doesn't work (the 64-bit one does work).
Compiling them on Ubuntu 20.04 produces working binaries, which are also both much smaller than the ones from Ubuntu 22.04.

1.0.21

Toggle 1.0.21's commit message
Added workflow run for PRs as a CI check

20160124

Toggle 20160124's commit message
Merge pull request #2 from RoosterDragon/runtime-metamethod-cache

Cache metamethods in each LuaRuntime.

20151127

Toggle 20151127's commit message
Merge pull request #1 from RoosterDragon/cache-metamethods

Cache metamethods, finalize references

20140425

Toggle 20140425's commit message
Add ILuaToStringBinding so that CustomClrObjects can implement __tost…

…ring.