Mgv6: Don't create air gap in tundra at y = 48 in custom high terrain
[oweals/minetest.git] / builtin /
2015-06-16 est31Update credits tab
2015-06-15 WuzzyDon't highlight entries in credits
2015-06-14 Craig DavisonRemove reference to deprecated privilege
2015-06-13 TeTpaAkaAdd minetest.register_on_player_hpchange
2015-06-09 HybridDogMore reliable serverlist behaviour
2015-06-06 HybridDogDecrease minetest.after globalstep lag
2015-06-02 est31Nicer time setting logging
2015-06-01 est31Fix wrong replace from previous commit
2015-06-01 est31Localize inside whole misc_helpers.lua
2015-05-16 ShadowNinjaAdd core.get_dir_list
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-26 Muhammad Rifqi Pri... Remove fly mode in simple main menu
2015-04-21 ShadowNinjaAdd minetest.global_exists()
2015-04-05 est31Add reason to kicked log message and use present tense
2015-03-29 Craig RobbinsLet main menu scale (non-Android)
2015-03-29 Craig RobbinsUpdate credits
2015-03-25 Loic BlotRemove duplicate code since 8ca08a850ff2494652aa0ac2daa...
2015-03-18 fz72Save creative_mode and enable_damage setting for each...
2015-03-16 est31Android: Fix auto-entry of server address and port...
2015-03-04 SmallJokerRadius parameter for /deleteblocks here
2015-02-27 est31Add /setpassword and /clearpassword logging 2400/head
2015-02-21 ShadowNinjaFix serialization of floating point numbers
2015-02-18 NovatuxAdd modname convention checking
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-02-18 Perttu AholaUse fixed size for builtin menus on non-android platforms
2015-02-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-02-18 fz72Fix map_seed not changed when creating a new world...
2015-02-16 rubenwardyFix minetest.item_eat's replace_with_item, fixes #2292
2015-02-14 Loic BlotFix issue #2278, Connection sent before address data...
2015-02-14 est31Fix crash on passing false as value in table to table...
2015-02-12 ngosangMinor fixes in translations
2015-02-12 RuiFix store.lua bug: default screenshot
2015-02-12 RuiFix tab_mods.lua: default screenshot patch
2015-02-11 ngosangFix 'Download complete' dialog in the mods store
2015-02-08 kwolekrHud: Modify Y-positioning of health/breath starbars...
2015-02-04 rubenwardyChange assignment to global in a function to warning
2015-01-28 kwolekrPrevent null concatenation when /deleteblocks is provid...
2015-01-26 ShadowNinjaFix imprecise serialization of large numbers
2015-01-21 Craig RobbinsAllow filter and mipmap drop down menues to be translated
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2015-01-18 kwolekrRevert "Fix style on settings tab"
2015-01-18 jeanpatrick.guerre... Fix style on settings tab
2015-01-15 kwolekrSimplify deleteblocks chat command argument parsing
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-15 Diego MartínezFix typo in `serialize.lua`.
2015-01-15 kilbithAdd missing return value for filter/mipmap dropdown...
2015-01-15 kilbithSmall tweaking (alignement - client tab)
2015-01-14 jeanpatrick.guerre... Reorganizing client and server tabs
2015-01-13 kwolekrbuiltin: Unify register wrapper functions and wrap...
2015-01-12 paramatRemove builtin_biome.lua from builtin and add simple...
2015-01-09 sapierRemove automatic consistent formspec size <-> font...
2015-01-05 ShadowNinjaAdd registered_ores and registered_decorations
2015-01-05 Diego MartínezFix off-by-one error in `string:split` implementation.
2015-01-04 sapierFix forgotten favourite list image update of simple...
2015-01-04 sapierRe-add lost way to debug simple menu on PC
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-29 KahrlIgnore downloaded public serverlist if public_serverlis...
2014-12-29 Diego MartinezFaster string.split implementation.
2014-12-29 fz72MainMenu: Save 'hide gamemods' and 'hide modpack conten...
2014-12-18 kwolekrTemporarily set default biome in builtin
2014-12-12 KahrlRemove vertlabels from main menu and relayout a bit
2014-12-12 KahrlDisplay serverlist flags as icons
2014-12-12 Craig RobbinsRevert "Adjust the values of dirs1 and dirs2 so that...
2014-12-12 paramatFix undeclared globals in functions and shorten lines...
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...
next