Documentation: Remove incorrect and excessive mapgen flags text
[oweals/minetest.git] / builtin / game /
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.
2016-03-19 paramatBuiltin/game/falling: Re-add comma removed by recent...
2016-03-19 Rui914Set acceleration only once in falling node
2016-03-11 Auke KokIntroduce "protection_bypass" privilege.
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-07 ShadowNinjaAdd AreaStore custom ID API
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-03-06 Rui914Faster insertion into table
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2016-02-11 Diego MartinezInitialize facedir and wallmounted tables only once.
2016-02-11 KahrlLog /clearobjects mode
2016-02-11 KahrlAdd '/clearobjects quick'
2016-02-04 SplizardAdd admin command which says who the administator is...
2016-01-29 Auke KokNew timer design.
2016-01-18 RealBadAngelShow infotext with description for item entities
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2015-12-20 HybridDogFix missing localization for obj
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-24 Robert ZenzSimplify regex used in check_modname_prefix and other...
2015-11-20 RuiLog static_spawn error only once
2015-11-11 Robert ZenzAdd the player name to dropped items
2015-11-07 kwolekrImprove LuaVoxelManip documentation
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 2400/head
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 1129/head
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... 1290/head
2014-05-10 sapierFix healthbar not beeing hidden on disabled damage
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories