| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
ScheduleTask schedules a SceduledTask object to be run x ticks in the future.
In is exported to lua, fixes #150
|
|
|
|
|
|
|
| |
PushFunction(), CallFunction() and GetReturn() are not to be called independently, but rather only by using the Call() templated overrides.
Push() needs to be left in the public part, it is used for pushing results in the ManualBindings.
Preparation for #418.
|
|
|
|
| |
The Lua API calls had no side-effects, either.
|
| |
|
| |
|
|
|
|
| |
Fixes #401. Old formats are still accepted, for compatibility reasons.
|
|
|
|
| |
Game of Thrones music in Minecraft, here I come!
|
|
|
|
| |
Duplicate files, wrong includes, const-incorrect code...
|
|
Ref.: #407
|