summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Collapse)AuthorAge
* Add reason to kicked log message and use present tenseest312015-04-05
|
* Let main menu scale (non-Android)Craig Robbins2015-03-30
| | | | This fixes main menu not fitting for 800x600 (and lower resolutions) on PC builds
* Update creditsCraig Robbins2015-03-29
|
* Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7aLoic Blot2015-03-25
|
* Save creative_mode and enable_damage setting for each world in world.mtfz722015-03-18
| | | | Create Parameters on world initialisation and set settings of old worlds
* Android: Fix auto-entry of server address and port in mainmenuest312015-03-16
| | | | Fixes #2497.
* Radius parameter for /deleteblocks hereSmallJoker2015-03-05
|
* Add /setpassword and /clearpassword loggingest312015-02-27
|
* Fix serialization of floating point numbersShadowNinja2015-02-21
|
* Add modname convention checkingNovatux2015-02-18
| | | | Fixes #2037
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est312015-02-18
| | | | | | | check serverlist Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server
* Use fixed size for builtin menus on non-android platformsPerttu Ahola2015-02-18
|
* Fix unused (and so, broken) enable_rollback_recording. This option must be ↵Loic Blot2015-02-18
| | | | | | reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable) ok @ShadowNinja
* Fix map_seed not changed when creating a new world after login to anotherfz722015-02-18
|
* Fix minetest.item_eat's replace_with_item, fixes #2292rubenwardy2015-02-16
|
* Fix issue #2278, Connection sent before address data loadingLoic Blot2015-02-14
|
* Fix crash on passing false as value in table to table.copy(t)est312015-02-14
| | | | Fixes #2293.
* Minor fixes in translationsngosang2015-02-12
|
* Fix store.lua bug: default screenshotRui2015-02-12
|
* Fix tab_mods.lua: default screenshot patchRui2015-02-12
| | | | | https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug.
* Fix 'Download complete' dialog in the mods storengosang2015-02-11
|
* Hud: Modify Y-positioning of health/breath starbars to prevent overlapping ↵kwolekr2015-02-08
| | | | with Hotbar
* Change assignment to global in a function to warningrubenwardy2015-02-04
|
* Prevent null concatenation when /deleteblocks is provided an incorrect formatkwolekr2015-01-27
|
* Fix imprecise serialization of large numbersShadowNinja2015-01-25
|
* Allow filter and mipmap drop down menues to be translatedCraig Robbins2015-01-21
|
* Reorganize supported video driver query mechanismskwolekr2015-01-18
|
* Revert "Fix style on settings tab"kwolekr2015-01-18
| | | | This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8.
* Fix style on settings tabjeanpatrick.guerrero@gmail.com2015-01-18
|
* Simplify deleteblocks chat command argument parsingkwolekr2015-01-15
| | | | | Add optional core.pos_to_string decimal place rounding Move core.string_to_pos to builtin/common/misc_helpers.lua for consistency
* Add ability to delete MapBlocks from mapkwolekr2015-01-15
| | | | Also add a Lua API and chatcommand for this
* Fix typo in `serialize.lua`.Diego Martínez2015-01-15
|
* Add missing return value for filter/mipmap dropdown in mainmenukilbith2015-01-15
|
* Small tweaking (alignement - client tab)kilbith2015-01-15
|
* Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com2015-01-15
|
* builtin: Unify register wrapper functions and wrap clear_registered_* ↵kwolekr2015-01-13
| | | | functions too
* Remove builtin_biome.lua from builtin and add simple biome minimalparamat2015-01-11
|
* Remove automatic consistent formspec size <-> font size (now has to be done ↵sapier2015-01-09
| | | | | | | manually) Set builtin formspecs to autoscale in order to get consistent formspec look and feel Uncouple label positioning from font size (May break some formspecs but is required to allow manual font adjustment)
* Add registered_ores and registered_decorationsShadowNinja2015-01-05
|
* Fix off-by-one error in `string:split` implementation.Diego Martínez2015-01-04
|
* Fix forgotten favourite list image update of simple menusapier2015-01-04
|
* Re-add lost way to debug simple menu on PCsapier2015-01-04
|
* Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr2014-12-29
| | | | Also rewrite mapgen registration for static initialization
* Expose mapgen parameters on scripting initkwolekr2014-12-29
| | | | | Add minetest.get_mapgen_params() Deprecate minetest.register_on_mapgen_init()
* Ignore downloaded public serverlist if public_serverlist is falseKahrl2014-12-30
| | | | | Fixes #1807: When the server list finishes downloading, the local server list resets in certain conditions
* Faster string.split implementation.Diego Martinez2014-12-28
|
* MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state ↵fz722014-12-28
| | | | (fixes #1960)
* Temporarily set default biome in builtinkwolekr2014-12-18
| | | | | This should probably be removed when minetest_game has proper biomes. If I hear "the whole map is just stone!" again after this, I am going to detonate.
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-13
|
* Display serverlist flags as iconsKahrl2014-12-13
|