]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/common
Create a filesystem abstraction layer for CSM and only allow accessing files that...
[dragonfireclient.git] / builtin / common /
2017-06-22 Gael-de-SaillyAdd minetest.rgba function that returns ColorString...
2017-06-15 EzhhImprove chatcommand params consistency (#5985)
2017-06-09 red-001Fix sending color codes to clients that don't support...
2017-06-07 red-001[CSM] Add function to get player privileges (#5933)
2017-05-17 SmallJokerBuiltin: Fix subgame mod selection (#5367)
2017-05-16 SmallJokerCSM: Document forgotten functions
2017-05-09 SmallJokerminetest.deserialize: Throw error when argument not...
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-04-19 MarkuBuPointed thing to face pos: Fix crash if opening door...
2017-04-10 red-001[CSM] Use more gettext (#5553)
2017-04-02 Auke Kokminetest.after(): simplify further, pause in singleplay...
2017-04-01 MarkuBuFirst commit for fine pointed (#5485)
2017-03-28 Diego MartínezAdd functions to strip color information. (#5472)
2017-03-28 Loïc BlotFix a type bug in colorize function
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-24 Loïc BlotTypo fix
2017-03-24 red-001Add multiline support to colorize. (#5444)
2017-03-19 red-001Block access to the `io` library
2017-03-17 red-001Give CSM access to use `core.colorize()` (#5113)
2017-03-13 red-001[CSM] Improve security for client-sided mods (#5100)
2017-03-13 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-01-23 Auke KokVector: Add vector.sort(a, b): return box edges
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-31 Auke KokCore.rotate_and_place: Remove unused call to get_look_p...
2016-10-17 rubenwardyBuiltin: Add vector.floor helper function
2016-06-28 HybridDogOnly allow strings to be passed to minetest.global_exis...
2016-03-06 Rui914Faster insertion into table
2015-10-14 ShadowNinjaRefactor logging
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-07-21 sfan5Allow random menu images for subgames
2015-06-01 est31Fix wrong replace from previous commit
2015-06-01 est31Localize inside whole misc_helpers.lua
2015-04-21 ShadowNinjaAdd minetest.global_exists()
2015-02-21 ShadowNinjaFix serialization of floating point numbers
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-02-14 est31Fix crash on passing false as value in table to table...
2015-02-04 rubenwardyChange assignment to global in a function to warning
2015-01-26 ShadowNinjaFix imprecise serialization of large numbers
2015-01-15 kwolekrSimplify deleteblocks chat command argument parsing
2015-01-15 Diego MartínezFix typo in `serialize.lua`.
2015-01-05 Diego MartínezFix off-by-one error in `string:split` implementation.
2014-12-29 Diego MartinezFaster string.split implementation.
2014-12-12 Craig RobbinsRevert "Adjust the values of dirs1 and dirs2 so that...
2014-12-12 paramatFix undeclared globals in functions and shorten lines...
2014-12-06 SmallJokerAdd Lua helper functions vector.apply(v) math.sign...
2014-11-27 SmallJokerAdd minetest.copy_table(table) To get rid off the ...
2014-11-25 dvereAdjust the values of dirs1 and dirs2 so that rotate_and...
2014-11-23 ShadowNinjaMake duplicate warning checks file and line specific
2014-11-23 sapierFix console spaming by debug function on mod checking...
2014-11-19 ShadowNinjaAdd strict module
2014-11-19 ShadowNinjaTweak core.serialize
2014-11-08 ShadowNinjaFix dump() indentation with non-tab indents
2014-11-08 Ryan NewellAdd last_login field to auth.txt
2014-09-21 ShadowNinjaMake dump's output prettier
2014-07-20 ShadowNinjaRemove vector assertions
2014-07-16 sapierAdd srollbar formspec element
2014-05-24 ShadowNinjaRework dumping functions
2014-05-24 sapierFix a bunch of small bugs due to mainmenu cleanup
2014-05-16 sapierAdd formspec toolkit and refactor mainmenu to use it
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories