aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/misc_helpers.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix sending color codes to clients that don't support them. (#5950)red-0012017-06-091-31/+13
* [CSM] Add function to get player privileges (#5933)red-0012017-06-071-0/+25
* CSM: Document forgotten functionsSmallJoker2017-05-161-1/+1
* Use a settings object for the main settingsShadowNinja2017-05-061-3/+3
* Pointed thing to face pos: Fix crash if opening door with slab or stairMarkuBu2017-04-191-2/+2
* First commit for fine pointed (#5485)MarkuBu2017-04-011-0/+32
* Add functions to strip color information. (#5472)Diego Martínez2017-03-281-1/+14
* Fix a type bug in colorize functionLoïc Blot2017-03-281-1/+1
* Typo fixLoïc Blot2017-03-241-1/+1
* Add multiline support to colorize. (#5444)red-0012017-03-241-1/+8
* Block access to the `io` libraryred-0012017-03-191-8/+9
* Give CSM access to use `core.colorize()` (#5113)red-0012017-03-171-0/+32
* [CSM] Add local formspecs. (#5094)red-0012017-03-131-1/+2
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-141-37/+0
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-151-0/+37
* Core.rotate_and_place: Remove unused call to get_look_pitch()Auke Kok2016-10-311-1/+0
* Faster insertion into tableRui9142016-03-061-15/+14
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-231-0/+30
* Allow random menu images for subgamessfan52015-07-211-1/+15
* Fix wrong replace from previous commitest312015-06-021-2/+2
* Localize inside whole misc_helpers.luaest312015-06-011-21/+22
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est312015-02-181-2/+6
* Fix crash on passing false as value in table to table.copy(t)est312015-02-141-3/+2
* Simplify deleteblocks chat command argument parsingkwolekr2015-01-151-2/+39
* Fix off-by-one error in `string:split` implementation.Diego Martínez2015-01-041-1/+1
* Faster string.split implementation.Diego Martinez2014-12-281-22/+22
* Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients...Craig Robbins2014-12-121-2/+2
* Fix undeclared globals in functions and shorten lines in misc_helpers.lua.paramat2014-12-111-6/+9
* Add Lua helper functions vector.apply(v) math.sign(x, tolerance)SmallJoker2014-12-061-0/+11
* Add minetest.copy_table(table) To get rid off the "table references"SmallJoker2014-11-271-0/+12
* Adjust the values of dirs1 and dirs2 so that rotate_and_place orients texture...dvere2014-11-251-2/+2
* Fix dump() indentation with non-tab indentsShadowNinja2014-11-081-1/+1
* Add last_login field to auth.txtRyan Newell2014-11-081-4/+24
* Make dump's output prettierShadowNinja2014-09-211-21/+76
* Add srollbar formspec elementsapier2014-07-161-23/+34
* Rework dumping functionsShadowNinja2014-05-241-46/+68
* Use "core" namespace internallyShadowNinja2014-05-081-35/+29
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+428