Add support for lacunarity in legacy NoiseParams string format
[oweals/minetest.git] / builtin /
2014-12-09 SmallJokerIgnore .name directories and files
2014-12-08 KahrlAlways escape user provided data in mainmenu fields
2014-12-06 SmallJokerAdd Lua helper functions vector.apply(v) math.sign...
2014-12-04 CalinouMake dropped items larger and rotate faster
2014-11-27 SmallJokerAdd minetest.copy_table(table) To get rid off the ...
2014-11-26 Craig DavisonFix some undeclared global variables
2014-11-26 KodexkyFix Android main menu crash, and user data directory...
2014-11-25 dvereAdjust the values of dirs1 and dirs2 so that rotate_and...
2014-11-23 ShadowNinjaMake duplicate warning checks file and line specific
2014-11-23 sapierFix console spaming by debug function on mod checking...
2014-11-21 ShadowNinjaUpdate credits menu 1671/head
2014-11-20 ShadowNinjaSimplify loading of Android version of menu
2014-11-20 ShadowNinjaFix leaking global in texture pack menu
2014-11-19 ShadowNinjaAdd strict module
2014-11-19 ShadowNinjaTweak core.serialize
2014-11-13 Wouters DorianImproved VoxelArea variable locality, thus performance
2014-11-09 WuzzyAdd tooltips to main menu subgames button bar
2014-11-08 paramatAdd mgv5. New noise code, uses biome API. Eased 3d...
2014-11-08 ShadowNinjaFix dump() indentation with non-tab indents
2014-11-08 Ryan NewellAdd last_login field to auth.txt
2014-10-28 rubenwardyAdd notice when only minimal is installed
2014-10-09 KahrlChange topleft text when switching subgames, fixes...
2014-10-07 LeMagnesiumAdd a better error message when trying to teleport...
2014-10-02 BlockMenAdd optional framed glasslike drawtype 1694/head
2014-09-28 SmallJokerUse round if falling node is misplaced
2014-09-21 ShadowNinjaMake dump's output prettier 1503/head
2014-09-21 SmallJokerFix wrong video_driver setting when changing in mainmenu
2014-08-23 sapierFix retval of entity.get_staticdata beeing lost while...
2014-08-22 sapierAdd video driver selection to settings menu (based... 1495/head
2014-08-22 CasimirRemove buildable_to nodes without dropping item when...
2014-08-19 sapierFix caption of config mods button (simple menu)
2014-08-19 sapierMod profiling support
2014-08-14 BlockMenFix mainmenu game initialisation
2014-08-05 ShadowNinjaFormspec escape fixed seen in world creation menu
2014-07-29 sfan5Rework texture generating code, add texture grouping...
2014-07-20 ShadowNinjaRemove vector assertions
2014-07-16 ZeframFix indexing error in timer processing
2014-07-16 sapierAdd srollbar formspec element 1391/head
2014-07-13 NovatuxFix crash reported here: https://forum.minetest.net...
2014-07-12 prollerRemove proller from credits
2014-07-12 prollerRemove indev mapgen
2014-07-12 prollerRemove math mapgen
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2014-06-22 sapierFix menu crash due to lack of favourites list
2014-06-21 sapierSupport for scalable font and gui elements 1370/head
2014-06-19 sapierFix broken serverdescription in multiplayer tab
2014-06-18 sapierFix bounding rect for formspec elements label vertlabel...
2014-06-14 sapierFix regression main_menu_script setting not working... 1372/head
2014-06-14 sapierFix regression dirt texture not beeing default in non... 1309/head
2014-06-12 sapierAdd support for exiting formspecs by doubleclicking...
2014-06-10 Lord89JamesNew feature: drop a item instead a stack while...
2014-06-08 sfan5Allow custom liquids to have drops
2014-06-04 RealBadAngelRe-add missing shaders setting. (Generate normalmaps)
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-24 ShadowNinjaRework dumping functions
2014-05-24 sapierFix a bunch of small bugs due to mainmenu cleanup
2014-05-23 RealBadAngelItem entity stacks merge on the ground.
2014-05-17 sapierFix singleplayer dialogs missing game customization 1310/head
2014-05-16 sapierAdd formspec toolkit and refactor mainmenu to use it 1241/head
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
2014-05-07 sapierFix heart + bubble bar size on different texture packs 1265/head
2014-04-29 sapierFix usage of deprecated functions in builtin 1264/head
2014-04-29 sapierAdd proper lua api deprecated handling 1261/head
2014-04-27 ShadowNinjaAdd support for function serialization to minetest...
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-04-24 ShadowNinjaRevert "Add backtrace to error function"
2014-04-18 prollerRemove liquid_finite and weather 1235/head
2014-04-13 ShadowNinjaAdd checks for nil in minetest.after
2014-04-11 BlockMenFix crash when teleporting near unknown node
2014-03-22 NovatuxFix "ghost stacks" created when a player clicks an...
2014-03-21 RealBadAngelNormal maps generation on the fly.
2014-03-11 ShadowNinjaFix error when calling minetest.node_punch without...
2014-03-05 sapierReplace pause and message menu by formspec ones 1164/head
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-05 ShadowNinjaAdd the option to bind to a specific address 1131/head
2014-02-03 ShadowNinjaEscape texture pack names
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2014-01-24 ShadowNinjaFix error on mod download failure
2014-01-24 ShadowNinjaPass pointed_thing to on_punch and minetest.register_on...
2014-01-22 ShadowNinjaAdd pointed_thing to minetest.register_on_placenode
2014-01-19 PilzAdamFix minetest.rotate_and_place() calling on_rightclick...
2014-01-18 Dániel VargaFixed mainmenu lua errors because of changes in get_tex...
2014-01-14 ShadowNinjaFix spelling of "attempt"
2014-01-14 ShadowNinjaAdd minetest.override_item
2014-01-13 KahrlAdd formspec table
2014-01-12 NovatuxFix doc and forceloading crash.
2014-01-11 NovatuxAdd forceloading
2014-01-11 NovatuxDeepcopy pointed_thing for after_place_node, give it...
2014-01-07 ShadowNinjaPass pointed_thing to after_place_node
2014-01-07 ShadowNinjaAdd protection support to auto-rotated nodes
2014-01-07 ShadowNinjaPrevent auto-rotated nodes replacing the nodes they...
2014-01-06 PilzAdamEscape error messages in error dialog
2014-01-06 Perttu AholaFix main menu error message dialog: Now multi-line...
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2013-12-30 NovatuxRevert "Fix minetest.facedir_to_dir when param2 is...
next