]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/game
Possibility to use cheat menu while pressing other keys
[dragonfireclient.git] / builtin / game /
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...
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...
2017-01-04 rubenwardyExpose and document chatcommands as minetest.registered...
2016-12-31 Dorian WoutersFix /grant & /revoke not working with custom auth handl...
2016-12-21 paramatBuiltin/../falling.lua: Avoid crash when object pos...
2016-12-02 red-001Don't send a join message in singleplayer mode.
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-22 orwell96Make supplying empty formspec strings close the formspe...
2016-11-20 paramatTool break: Reduce gain of break sounds
2016-11-18 Auke KokBuiltin/../item: Enable tool breaking sounds
2016-11-16 est31Introduce builtin_shared and use it to fix #4778
2016-11-14 est31Rename nodeupdate and nodeupdate_single and make them...
2016-11-07 paramatBuiltin/../falling: Fix bugs caused by 'ignore' nodes
2016-11-07 WuzzyPrivileges: Only give singleplayer 4 basic privs
2016-11-04 lhofhanslAdd debug priv, and allow player to display the scene...
2016-10-20 red-001Chat commands: Trim whitespaces from input of `/privs...
2016-10-16 red-001Builtin/../chatcommands: Add /grantme command
2016-10-14 tenplus1Builtin/../falling.lua: Code optimisation
2016-10-08 HybridDogVoxelArea: faster iter function (#4490)
2016-10-03 paramatBuiltin/falling: Add fallback vector in case of nil...
2016-10-03 raymooForceloading: Transient forceloads
2016-10-01 RuiFix typo in core.after (#4560)
2016-09-21 paramatBuiltin: Change error to warning for light_source > 14
2016-09-17 paramatRegister.lua: Throw error if node 'light_source' >...
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-08-28 SmallJokerBuiltin: Disallow registering users with the same name
2016-08-22 XuntoMove on join and on leave messages to lua (#4460)
2016-08-10 Ben DeutschZooming the camera requires the 'zoom' privilege
2016-07-26 TimBuiltin: Add core.MAP_BLOCKSIZE constant
2016-07-26 TimBuiltin: Fix check for a player object in core.check_pl...
2016-07-12 TimBuiltin/profiler: Replace game profiler (#4245)
2016-06-17 Auke KokBuiltin/game/item: Add `place_param2` nodedef field
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-30 Sokomineprotection_bypass priv can now be revoked in singleplay...
2016-05-22 paramatItem entities: Don't show description as infotext
2016-05-17 Wayward OneAdd on_punchnode callback
2016-04-28 tenplus1Avoid teleporting player if /teleport coords are out...
2016-04-28 rubenwardyBuiltin: Add basic_privs setting
2016-04-21 Auke KokFix timer initialization.
2016-04-20 Auke Kokfalling: walk 4 additional diagonally down directions.
2016-04-11 Auke KokConvert nodeupdate to non-recursive
2016-03-29 tenplus1stop falling.lua error
2016-03-25 RuiFalling: Set acceleration on step again
2016-03-24 Auke KokMake `options` local here.
next