Content store: Fix assertion failed on unsuccessful package list fetch
[oweals/minetest.git] / builtin / game /
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 1949/head
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...
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-04-08 red-001Move chat command handling code from C++ to Lua (#5528)
2017-03-27 paramatMap generation limit: Make per-world
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-17 red-001Give CSM access to use `core.colorize()` (#5113)
2017-03-15 Auke KokFix two nul deref if digging unknown nodes. (#5398)
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-03-12 Vladislav TsendrovskiiSave metainfo for falling nodes
2017-03-10 tenplus1Optimize item.lua
2017-03-04 zaoqiAdd minetest.spawn_falling_node(pos) (#5339)
2017-02-25 red-001Fix crash that can be caused by the shutdown command...
2017-02-18 Dániel JuhászFixes for colorwallmounted and colorfacedir nodes
2017-02-18 tenplus1Statbars.lua: Cache enable_damage setting
2017-02-18 red-001Add support for the new arguments of `request_shutdown...
2017-02-10 WuzzyAdd textures for air and ignore items (#5196)
2017-01-31 Nathanaël CourantMake facedir_to_dir and wallmounted_to_dir work with...
2017-01-23 Auke Kokcore: Add dir_to_yaw and yaw_to_dir helpers
2017-01-20 Elijah DuffyAdd chatcommand unregister and override API (#5076)
2017-01-18 rubenwardyAdd minetest.player_exists() (#5064)
2017-01-17 EzhhImprove priv descriptions (#5047)
2017-01-16 red-001Remove client-side chat prediction. (#5055)
2017-01-09 RuiAdd staticdata parameter to add_entity (#5009)
2017-01-09 sfan5builtin/.../falling.lua: Avoid crash when hitting unkno...
next