Age | Commit message (Expand) | Author |
2014-12-20 | Fix #196, removes soft-depend on commonlib | Jeija |
2014-11-29 | Don't trigger an "off" event to itself when luacontroller turns a port off | Jeija |
2014-11-25 | Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a n... | Jeija |
2014-11-25 | Merge branch 'improve-luacontroller' | Jeija |
2014-11-23 | Fix luacontroller interrupts not working if no iid is supplied | Jeija |
2014-11-22 | Fix burnt luacontroller, nodebox + crash | Jeija |
2014-11-22 | Merge branch 'improve-luacontroller' of https://github.com/ShadowNinja/minete... | Jeija |
2014-11-22 | Re-implement settings system: | Jeija |
2014-11-22 | Replace mesecon:<some_function> with mesecon.<some_function> for greater | Jeija |
2014-11-22 | Use an iterative algorithm for turnon() and turnoff(), fixes #160 | Jeija |
2014-11-21 | Fix #184, Fix #186, Fix #187 | Jeija |
2014-10-07 | Improve the LuaController | ShadowNinja |
2014-04-20 | Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for ... | Jeija |
2014-03-19 | Fix #83 (experimental) | Jeija |
2014-03-19 | Remove timer() from LuaController and make interrupt() use the ActionQueue so... | Jeija |
2014-03-19 | Improve and clean up luacontroller digiline_send on globalstep feature | Jeija |
2014-03-16 | Merge branch 'digiline-non-reentrant' of https://github.com/CiaranG/minetest-... | Jeija |
2014-03-16 | Merge pull request #152 from CiaranG/timer | Jeija |
2014-03-11 | Add timer() function/event (node timer based) to luacontroller | Ciaran Gultnieks |
2014-03-11 | Handle luacontroller formspec events correctly | Ciaran Gultnieks |
2014-03-11 | Send digiline messages after luacontroller execution | Ciaran Gultnieks |
2014-02-16 | Add missing string.upper to luacontroller | Ciaran Gultnieks |
2014-01-19 | Merge branch 'actionqueue' | Jeija |
2014-01-11 | Try to fix gateswith serverstep code. | Novatux |
2014-01-10 | Move textures into their mods | ShadowNinja |
2013-12-18 | Change field receipt handling to work properly with Minetest 0.4.8. | Uberi |
2013-11-30 | Update code to standards of Minetest 0.4.8. | Uberi |
2013-11-30 | Use minetest.swap_node() instead of mesecons' version, Minor code changes | Vanessa Ezekowitz |
2013-08-27 | Merge pull request #112 from khonkhortisan/multi_rules | khonkhortisan |
2013-06-22 | Merge remote-tracking branch 'refs/remotes/origin/master' | Anthony Zhang |
2013-06-22 | Descend ยต in comment | khonkhortisan |
2013-06-20 | Crossover | khonkhortisan |
2013-06-10 | Support cyclic references in luacontroller memory tables, prohibit usage of g... | Anthony Zhang |
2013-06-06 | Fix bug where functions in Luacontroller EEPROM crashes the server (fixes #107). | Anthony Zhang |
2013-06-05 | Add an ABM function which resets heat to 0, since gates/controllers won't be ... | Novatux |
2013-05-21 | Silly mistake, interrupts should work better now. | Anthony Zhang |
2013-05-15 | Add burnt luacontroller (so you don't lose your program after an overheat) an... | Anthony Zhang |
2013-04-01 | Experimental fix for issue #85 by removing ignored ports from the luacontroller | Jeija |
2013-03-26 | Add table.* to luacontroller sandbox | Jeija |
2013-03-23 | Explicit tables of luacontroller environment. | Anthony Zhang |
2013-03-23 | Add math library to luacontroller, and make sure to copy stuff so code can't ... | Anthony Zhang |
2013-03-15 | Avoid corrupting metadata. | Anthony Zhang |
2013-03-15 | Use formspec_escape when available. | Anthony Zhang |
2013-03-15 | Avoid borking the luacontroller if the code uses square brackets. When the ne... | Anthony Zhang |
2013-03-06 | Digging and footstep sounds for everything that needs them! Plus, pushing but... | Anthony Zhang |
2013-02-19 | More distinguishable inventory image for the luacontroller (not wield | Jeija |
2013-02-12 | Fix a dumb bug that conflicted with different things in the luacontroller | Jeija |
2013-02-12 | Fix odd behaviour when using interrupts in the luacontroller | Jeija |
2013-02-10 | LuaController: Queue setting the ports (wait for pending operations) | Jeija |
2013-01-22 | Add tostring, tonumber, string to luacontroller, prohibit 'function' | Jeija |