]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/game
Randomwalk caves: Extend beyond mapchunk vertically also (#9094)
[dragonfireclient.git] / builtin / game /
2019-11-05 sfan5Improve documentation around banning (#9088)
2019-11-02 Alistair FindlayBuiltin: Improve /clearobjects message (#9084)
2019-10-29 random-geekChange some usages of "deprecated" to "obsolete" (...
2019-10-05 Warr1024Merge pull request #8166 from Warr1024/fix7020
2019-09-29 DSAllow grep-ing for on_grant and on_revoke (#8958)
2019-09-22 Hugo LocurcioRename "private messages" to "direct messages" (#8971)
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-04 sfan5Force item entities out of solid nodes (simpler) (...
2019-08-23 WuzzyFix default hand definition not using wieldhand.png
2019-08-10 sfan5Add player knockback on punch to builtin
2019-08-08 ANANDAllow customizing chat message format (#8529)
2019-08-07 BehaFix usage of wrong variable in builtin chat command...
2019-08-06 rubenwardyAdd luacheck to check builtin (#7895)
2019-08-01 WuzzyGroup "immortal" also protects players from damage
2019-07-27 SmallJokerCheck for 'action' field in ABMs & LBMs
2019-07-20 SmallJokerAdd /help formspec for commands and privileges (#8385)
2019-07-14 SmallJokerDocs: Clarify where to check for 'protection_bypass...
2019-06-10 Thomas RudinSave forceloaded blocks file periodically (#8535)
2019-06-06 SmallJokerHTTP API: Allow binary downloads and headers (#8573)
2019-05-04 ANANDbuiltin/../register.lua: Abort make_wrap_deregistration...
2019-03-05 DSAdd sounds for falling and attached nodes (#7719)
2019-02-12 SmallJokerStatbars: Reduce initial update interval
2019-01-19 Paul OuelletteRemove incorrect feature flag (#8086)
2018-12-10 WuzzyAdd eat sound (#7956)
2018-11-13 EzhhRename hasprivs command to haspriv (#7860)
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-08-30 tenplus1get_node_drops: Make empty drop return empty table...
2018-08-12 zeunerFeature check for commit ac4884c3d677ef51bcce47f95ccd49...
2018-08-05 Ben DeutschReplace auth.txt with SQLite auth database (#7279)
2018-07-17 SmallJokerBuiltin: Replace deprecated function calls (#7561)
2018-07-16 ClobberXDCheck if player exists on use of /privs (#7554)
2018-07-09 SmallJokercore.spawn_falling_node: Keep metadata (#7476)
2018-07-09 ClobberXDBuiltin/../misc.lua: Replace minetest. with core.,...
2018-07-01 SmallJokerMake the server status message customizable (#7357)
2018-06-30 Anand SLog usage of /pulverize (#7503)
2018-06-12 Anand SAdd hasprivs chat command (#7336)
2018-06-11 SmallJokerFix the /shutdown command (#7431)
2018-06-10 number ZeroFix typo (GH#7421)
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-05-20 youFix missing ignore textures (#7326)
2018-05-20 WuzzySmall usage changes for air and ignore items (#7305)
2018-04-19 SmallJokerBuiltin auth handler: Speed up file writing (#7252)
2018-04-02 SmallJokerAdd player inventory callbacks
2018-03-31 youObjectRef: Add add_velocity() (#3208)
2018-03-29 SmallJokercore.rotate_node: Do not trigger after_place_node ...
2018-03-29 stujones11Optional alpha channel support for entities
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-02-25 SmallJokeris_area_protected: Rename from intersects_protection...
2018-02-19 dopik/shutdown can't do countdown when using reconnect and...
2018-02-18 youFix "Ignoring CONTENT_IGNORE redefinition" warning...
2018-02-15 red-001Add `on_auth_fail` callback (#7039)
2018-02-13 paramatItem entity: Delete in 'ignore' nodes
2018-02-13 paramatFalling.lua: Delete falling node entities on contact...
2018-02-05 youAdd minetest.is_player (#7013)
2018-02-05 paramatItem entity: Prevent motion in ignore nodes
2018-02-04 WuzzyAdd kill chat command (#6992)
2018-01-29 WuzzyMake chat command + privilege help slightly more accura...
2018-01-23 ParamatIntersects_protection(): Move from Minetest Game to...
2017-12-14 ashtrayozAdd callback to preserve node metadata as item metadata
2017-12-12 SmallJokerBuiltin: Fix handle_node_drops crash with nil digger
2017-12-06 sfan5Auth handler: Player deletion & Iterator (#6741)
2017-12-01 sfan5Make core.auth_table private and structure builtin...
2017-11-24 paramatClearobjects: Send progress messages to terminal using...
2017-11-14 Auke KokSounds: Add falling node sounds
2017-11-08 sfan5Make use of safe file writing in auth handler (fixes...
2017-11-06 DTA7Item entities: Enable item collision detection for...
2017-10-28 raymooFix default item callbacks to work with nil users ...
2017-10-07 lhofhanslDo not grant all privs to the admin - changes game...
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-15 SmallJokerCustomizeable max breath for players (#6411)
2017-09-12 ParamatItem drop: Tune to land exactly 2 nodes away with level...
2017-09-11 red-001Allow the join/leave message to be overridden by mods.
2017-09-11 youFix dropped item look (#6370)
2017-09-08 rubenwardyFix crash on revocation of removed privilege
2017-09-08 WuzzyPrevent /spawnentity from spawning unknown entity ...
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-08-30 RuiRemove nodeupdate and nodeupdate_single
2017-08-30 paramatZoom: Move enabling zoom to a new player object property
2017-08-29 rubenwardyFix mistake when calling on_priv_grant/revoke, and...
2017-08-27 zeunerLua API: Add function to deregister single biomes ...
2017-08-26 rubenwardyAdd on_grant and on_revoke callbacks (#4713)
2017-08-26 rubenwardyCheck item_drop amount clientside (#6242)
2017-08-24 SmallJokerBuiltin item: Tidy up (#4370)
2017-08-23 SmallJokerRespect object property hp_max field for players (...
2017-08-14 Dániel JuhászMake dropped items colorable
2017-08-13 WuzzyAdd slippery group for nodes (players/items slide)
2017-08-12 Hybrid DogAbort if static_spawnpoint is an invalid setting instea...
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-24 Dániel JuhászHelper methods for hardware colorization (#5870)
2017-06-20 Dániel JuhászAutomatic item and node colorization (#5640)
2017-06-15 EzhhImprove chatcommand params consistency (#5985)
2017-06-07 red-001[CSM] Add function to get player privileges (#5933)
2017-06-02 WuzzyRemove “inf” argument from shutdown command help (...
2017-05-20 Elijah DuffyAdd /clearinv chat command (#4994)
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 Dániel JuhászAdd /fixlight chat command
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
next