]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/common
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / builtin / common /
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-06 Lars Müllercore.formspec_escape: Restore backwards compat
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-27 Lars MüllerBuiltin: Optimize misc helpers (#12377)
2022-05-22 WuzzyAdd relative numbers for commands by prepending ~ ...
2022-05-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-18 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
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-11-29 Elias FleckensteinMake LuaVoxelManipulator available to CSM API
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-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-10 DSSplit vector.new into 3 constructors
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-27 Lean RadaOptimize vector length calculations (#11549)
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-11 Elias FleckensteinInclude tile definitions in get_node_def; Client-side...
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-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-05 WuzzyTranslate builtin (#10693)
2021-02-11 rubenwardyReplace 'minetest.' with 'core.' in builtin
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-24 Lars MuellerFix minetest.is_nan
2020-12-12 Elias FleckensteinMake GitHub Actions Happy try 2
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-12 Elias FleckensteinMake GitHub Actions Happy try 1
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-05 Elias FleckensteinMerge pull request #10 from corarona/master
2020-11-05 Elias FleckensteinSeveral Enhancements
2020-10-18 Elias FleckensteinExtended ClientObjectRef; Improved CrystalPvP
2020-10-18 Elias FleckensteinLint is bitch
2020-10-17 Elias FleckensteinNew Mod System
2020-09-23 tenplus1Ability to remove minetest.after once set (#10103)
2020-08-29 DSAdd vector.offset (#10321)
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-06-23 Elias Fleckensteintest
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
next