| Commit message (Expand) | Author | Age |
* | Add minetest.global_exists() | ShadowNinja | 2015-04-21 |
* | Add reason to kicked log message and use present tense | est31 | 2015-04-05 |
* | Let main menu scale (non-Android) | Craig Robbins | 2015-03-30 |
* | Update credits | Craig Robbins | 2015-03-29 |
* | Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a | Loic Blot | 2015-03-25 |
* | Save creative_mode and enable_damage setting for each world in world.mt | fz72 | 2015-03-18 |
* | Android: Fix auto-entry of server address and port in mainmenu | est31 | 2015-03-16 |
* | Radius parameter for /deleteblocks here | SmallJoker | 2015-03-05 |
* | Add /setpassword and /clearpassword logging | est31 | 2015-02-27 |
* | Fix serialization of floating point numbers | ShadowNinja | 2015-02-21 |
* | Add modname convention checking | Novatux | 2015-02-18 |
* | Server: announce MIN/MAX protocol version supported to serverlist. Client: ch... | est31 | 2015-02-18 |
* | Use fixed size for builtin menus on non-android platforms | Perttu Ahola | 2015-02-18 |
* | Fix unused (and so, broken) enable_rollback_recording. This option must be re... | Loic Blot | 2015-02-18 |
* | Fix map_seed not changed when creating a new world after login to another | fz72 | 2015-02-18 |
* | Fix minetest.item_eat's replace_with_item, fixes #2292 | rubenwardy | 2015-02-16 |
* | Fix issue #2278, Connection sent before address data loading | Loic Blot | 2015-02-14 |
* | Fix crash on passing false as value in table to table.copy(t) | est31 | 2015-02-14 |
* | Minor fixes in translations | ngosang | 2015-02-12 |
* | Fix store.lua bug: default screenshot | Rui | 2015-02-12 |
* | Fix tab_mods.lua: default screenshot patch | Rui | 2015-02-12 |
* | Fix 'Download complete' dialog in the mods store | ngosang | 2015-02-11 |
* | Hud: Modify Y-positioning of health/breath starbars to prevent overlapping wi... | kwolekr | 2015-02-08 |
* | Change assignment to global in a function to warning | rubenwardy | 2015-02-04 |
* | Prevent null concatenation when /deleteblocks is provided an incorrect format | kwolekr | 2015-01-27 |
* | Fix imprecise serialization of large numbers | ShadowNinja | 2015-01-25 |
* | Allow filter and mipmap drop down menues to be translated | Craig Robbins | 2015-01-21 |
* | Reorganize supported video driver query mechanisms | kwolekr | 2015-01-18 |
* | Revert "Fix style on settings tab" | kwolekr | 2015-01-18 |
* | Fix style on settings tab | jeanpatrick.guerrero@gmail.com | 2015-01-18 |
* | Simplify deleteblocks chat command argument parsing | kwolekr | 2015-01-15 |
* | Add ability to delete MapBlocks from map | kwolekr | 2015-01-15 |
* | Fix typo in `serialize.lua`. | Diego MartÃnez | 2015-01-15 |
* | Add missing return value for filter/mipmap dropdown in mainmenu | kilbith | 2015-01-15 |
* | Small tweaking (alignement - client tab) | kilbith | 2015-01-15 |
* | Reorganizing client and server tabs | jeanpatrick.guerrero@gmail.com | 2015-01-15 |
* | builtin: Unify register wrapper functions and wrap clear_registered_* functio... | kwolekr | 2015-01-13 |
* | Remove builtin_biome.lua from builtin and add simple biome minimal | paramat | 2015-01-11 |
* | Remove automatic consistent formspec size <-> font size (now has to be done m... | sapier | 2015-01-09 |
* | Add registered_ores and registered_decorations | ShadowNinja | 2015-01-05 |
* | Fix off-by-one error in `string:split` implementation. | Diego MartÃnez | 2015-01-04 |
* | Fix forgotten favourite list image update of simple menu | sapier | 2015-01-04 |
* | Re-add lost way to debug simple menu on PC | sapier | 2015-01-04 |
* | Add core.get_mapgen_names() to Main Menu API (and use it) | kwolekr | 2014-12-29 |
* | Expose mapgen parameters on scripting init | kwolekr | 2014-12-29 |
* | Ignore downloaded public serverlist if public_serverlist is false | Kahrl | 2014-12-30 |
* | Faster string.split implementation. | Diego Martinez | 2014-12-28 |
* | MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fi... | fz72 | 2014-12-28 |
* | Temporarily set default biome in builtin | kwolekr | 2014-12-18 |
* | Remove vertlabels from main menu and relayout a bit | Kahrl | 2014-12-13 |