summaryrefslogtreecommitdiff
path: root/builtin/game/misc.lua
AgeCommit message (Collapse)Author
2015-08-12SAPI: Track last executed mod and include in error messageskwolekr
2015-06-06Decrease minetest.after globalstep lagHybridDog
* abort if theres no active timer * only reduce the timer.time of all timers when its necessary * move updating timers_to_add into a seperate function
2015-05-12Add code to support raillike group namesNovatux
2015-01-15Simplify deleteblocks chat command argument parsingkwolekr
Add optional core.pos_to_string decimal place rounding Move core.string_to_pos to builtin/common/misc_helpers.lua for consistency
2014-07-16Fix indexing error in timer processingZefram
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja