]> git.lizzy.rs Git - minetest.git/history - builtin/game
Add callback parameter for core.emerge_area()
[minetest.git] / builtin / game /
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-10-31 Rui914minetest. to core.
2015-10-25 BlockMenCheck if hitter has inventory when punching item
2015-10-22 Robert ZenzAdd more ways to pass data to check_player_privs
2015-10-14 ShadowNinjaRefactor logging
2015-10-12 RuiLocalize digprop_err function
2015-10-04 Fernando Carmona... Added minetest.wallmounted_to_dir
2015-09-29 est31Some map border related fixes
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-09-03 RuiSmall fixes of minetest.has_feature
2015-09-01 RuiMinor tweaks __builtin:falling_node
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-07-18 MarcinAdd ability to specify coordinates for /spawnentity
2015-06-14 Craig DavisonRemove reference to deprecated privilege
2015-06-13 TeTpaAkaAdd minetest.register_on_player_hpchange
2015-06-06 HybridDogDecrease minetest.after globalstep lag
2015-06-02 est31Nicer time setting logging
2015-05-16 LeMagnesiumAdded hour:minute format to time command
2015-05-15 BrandonAdd minetest.register_on_punchplayer
2015-05-14 tenplus1Don't crash if an item gets dropped into unloaded space
2015-05-14 est31Item entity merging refactor
2015-05-12 NovatuxAdd code to support raillike group names
2015-04-26 Tomas BrodFix minetest.clear_* creating new LOCAL table instead...
2015-04-05 est31Add reason to kicked log message and use present tense
2015-03-04 SmallJokerRadius parameter for /deleteblocks here
2015-02-27 est31Add /setpassword and /clearpassword logging
2015-02-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-02-16 rubenwardyFix minetest.item_eat's replace_with_item, fixes #2292
2015-02-08 kwolekrHud: Modify Y-positioning of health/breath starbars...
2015-01-28 kwolekrPrevent null concatenation when /deleteblocks is provid...
2015-01-15 kwolekrSimplify deleteblocks chat command argument parsing
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-13 kwolekrbuiltin: Unify register wrapper functions and wrap...
2015-01-12 paramatRemove builtin_biome.lua from builtin and add simple...
2015-01-05 ShadowNinjaAdd registered_ores and registered_decorations
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-18 kwolekrTemporarily set default biome in builtin
2014-12-04 CalinouMake dropped items larger and rotate faster
2014-11-26 Craig DavisonFix some undeclared global variables
2014-11-19 ShadowNinjaAdd strict module
2014-11-13 Wouters DorianImproved VoxelArea variable locality, thus performance
2014-11-08 Ryan NewellAdd last_login field to auth.txt
2014-10-07 LeMagnesiumAdd a better error message when trying to teleport...
2014-09-28 SmallJokerUse round if falling node is misplaced
2014-08-23 sapierFix retval of entity.get_staticdata beeing lost while...
2014-08-22 CasimirRemove buildable_to nodes without dropping item when...
2014-08-19 sapierMod profiling support
2014-07-29 sfan5Rework texture generating code, add texture grouping...
2014-07-16 ZeframFix indexing error in timer processing
2014-07-13 NovatuxFix crash reported here: https://forum.minetest.net...
2014-06-10 Lord89JamesNew feature: drop a item instead a stack while...
2014-06-08 sfan5Allow custom liquids to have drops
2014-05-28 ShadowNinjaAdd success and output return values to chat commands
2014-05-26 rubenwardyAdd item eat callback
2014-05-24 Diego MartinezSort commands and privs alphabetically in '/help'.
2014-05-23 RealBadAngelItem entity stacks merge on the ground.
2014-05-11 sapierFix old client showing duplicated health bar on new...
2014-05-10 sapierFix healthbar not beeing hidden on disabled damage
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories