]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/common
Builtin: Optimize misc helpers (#12377)
[dragonfireclient.git] / builtin / common /
2022-05-27 Lars MüllerBuiltin: Optimize misc helpers (#12377)
2022-05-22 WuzzyAdd relative numbers for commands by prepending ~ ...
2022-05-08 ZughyRemove unused variable WARN_INIT
2022-05-04 Lars MüllerAdd vector.combine (#11920)
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2022-01-19 sfan5Free arguments of cancelled minetest.after() jobs
2022-01-03 DesourFix vector.from_string returning a table without vector...
2021-12-01 WuzzyImprove error message if using "/help --" (#11796)
2021-10-06 sfan5Move archive extraction in content store to async job
2021-10-01 Pedro GimenoAdd an option `-t` to force text output in /help
2021-09-10 DSSplit vector.new into 3 constructors
2021-08-27 Lean RadaOptimize vector length calculations (#11549)
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-04-05 DSAdd vector.to_string and vector.from_string (#10323)
2021-04-01 Vincent RobinsonAdd `math.round` and fix `vector.round` (#10803)
2021-03-05 WuzzyTranslate builtin (#10693)
2021-02-11 rubenwardyReplace 'minetest.' with 'core.' in builtin
2020-12-24 Lars MuellerFix minetest.is_nan
2020-09-23 tenplus1Ability to remove minetest.after once set (#10103)
2020-08-29 DSAdd vector.offset (#10321)
2020-06-09 NetherEranSome vector functions useful for working with rotations...
2020-06-09 Paul OuelletteLuaItemStack: Add __tostring metamethod (#8785)
2020-05-29 WuzzyAdd minetest.is_creative_enabled
2020-05-17 sfan5builtin: Move common/async_event.lua to mainmenu/async_...
2020-05-13 Yaman QaliehAllow placing auto-rotating nodes on other nodes in...
2020-04-22 HybridDogminetest.serialize: Reversible number serialization...
2020-03-14 WuzzyFix some chatcommands not returning a value (#9503)
2020-03-06 WuzzyCleanup global namespace pollution in builtin (#9451)
2020-03-05 sfan5Fix potential security issue(s), documentation on minet...
2020-02-01 HybridDogAdd table.shuffle (#8299)
2020-01-18 rubenwardyAdd Lua unit tests to builtin using busted (#9184)
2020-01-04 HybridDogAdd table.key_value_swap (#9248)
2019-10-13 Aaron SuenFix rotate_node to return the correct itemstack.
2019-09-18 Tim MyersAlso print help commands to chat for server terminal...
2019-08-06 rubenwardyAdd luacheck to check builtin (#7895)
2019-08-02 SmallJokerBuiltin: Forward old return values
2019-07-20 SmallJokerAdd /help formspec for commands and privileges (#8385)
2019-07-16 HybridDogUse vector.dot and vector.cross in vector.angle
2019-07-16 HybridDogAdd vector.dot and vector.cross
2019-03-27 DSOptimize core.after in a simple way (#8351)
2019-03-17 ANANDcore.after: Improve assertion message (#8388)
2019-03-17 ANANDBuiltin: Add vector.angle(). Returns the angle between...
2019-03-05 HybridDogAdd math.factorial (#8298)
2018-11-01 Pierre-Yves RolloFix string.split returning an empty table if string...
2018-09-23 ParamatBuiltin//misc_helpers: Various fixes (#7737)
2018-05-16 ParamatPointed_thing_to_face_pos: Avoid crash when player...
2018-04-19 rubenwardyAdd online content repository
2018-03-29 SmallJokercore.rotate_node: Do not trigger after_place_node ...
2018-02-08 youAllow dumping userdata (#7012)
2017-12-21 ParamatVector functions: Fix vector.direction() function,...
2017-12-16 EzhhGive subgames the ability to disallow specific mapgens...
2017-12-09 ParamatPointed thing to face pos: Use 'eye height' object...
2017-11-21 SmallJokercore.rotate_node: Run callbacks like with any regular...
2017-09-21 DTA7Set placer to nil instead of a non-functional one in...
2017-09-16 tenplus1Fix Rotate Node Placement (#6424)
2017-09-12 sfan5Fix core.wrap_text and make its behaviour consistent...
2017-08-26 Nathanaël CourantAdd '@n' escape sequences and some documentation on...
2017-08-24 EkdohibsAdd clientside translations.
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
next