aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
2015-08-12SAPI: Track last executed mod and include in error messageskwolekr
2015-07-25Fix FSAA dropdown option reset after changing another dropdown optionjeanpatrick.guerrero@gmail.com
2015-07-25Remove drivers dropdown in the settings tabkilbith
2015-07-24Update my nameNovatux
2015-07-23Optional reconnect functionalityest31
Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
2015-07-21Fix crash in mainmenu when loaded subgame does not have a "menu" directorysfan5
2015-07-21Allow random menu images for subgamessfan5
2015-07-18Add antialiasing UI settingMark Schreiber
The Irrlicht engine supports antialiasing, and Minetest already supports saving an antialiasing setting in its configuration file. However, Minetest lacked UI elements to set this setting, and previously the only way to enable the feature was by hand-editing the configuration file. Add a drop-down menu that can enable antialiasing.
2015-07-18Add ability to specify coordinates for /spawnentityMarcin
2015-07-18Change texture pack description file nameExcaliburZero
Change the name for texture pack description files from "info.txt" to "description.txt" in order to keep the naming consistent between description files for both mods and texture packs. Also add backwards compatibility for texture packs that use "info.txt", and note in the log that "info.txt" is depreciated.
2015-07-10Fix remnant bugs on mainmenujp
- Stop attempting to start a world when no world's created/selected in server tab - Better world's indexes handling between subgames lists
2015-07-08Add new leaves style - simple (glasslike drawtype)RealBadAngel
2015-07-04Fix attempt to start a world when no world is selected/createdjeanpatrick.guerrero@gmail.com
2015-07-02Set server_announce to world.mt and respect modes when changing subgameSokomine
2015-07-01Fix world.mt not written when selecting modeSokomine
2015-06-30Fix single click world selectest31
2015-06-30Fix bugs in mainmenujeanpatrick.guerrero@gmail.com
2015-06-29Add Lua errors to error dialogrubenwardy
2015-06-16Update credits tabest31
2015-06-15Don't highlight entries in creditsWuzzy
2015-06-14Remove reference to deprecated privilegeCraig Davison
2015-06-13Add minetest.register_on_player_hpchangeTeTpaAka
2015-06-09More reliable serverlist behaviourHybridDog
-> remember the previously loaded serverlist, and use if new one failed -> show a "loading" serverlist
2015-06-06Decrease minetest.after globalstep lagHybridDog
* abort if theres no active timer * only reduce the timer.time of all timers when its necessary * move updating timers_to_add into a seperate function
2015-06-02Nicer time setting loggingest31
Now logs ACTION[ServerThread]: player sets time to 6:03 instead of ACTION[ServerThread]: player sets time to 6:3
2015-06-02Fix wrong replace from previous commitest31
2015-06-01Localize inside whole misc_helpers.luaest31
2015-05-16Add core.get_dir_listShadowNinja
2015-05-16Added hour:minute format to time commandLeMagnesium
* The time command now accepts parameters in the form <hour>:<minute>, and if invoked with no parameters returns the current time in said format.
2015-05-15Add minetest.register_on_punchplayerBrandon
2015-05-15Don't crash if an item gets dropped into unloaded spacetenplus1
Items dropped into unloaded map space will crash game so here's a fix...
2015-05-15Item entity merging refactorest31
Don't ident too much, and add a comment.
2015-05-12Add code to support raillike group namesNovatux
2015-04-26Fix minetest.clear_* creating new LOCAL table instead of clearing the ↵Tomas Brod
existing one. On calling clear_redistered_biomes the registered_biomes table is cleared by creating a new empty table, but the pointer is not updated to point to the new one. So after calling more register_biome, the registered_biome table always contains 0 items, which is an error. Instead, the table is cleared by removing all its items so the pointer (minetest.registered_*) remains valid.
2015-04-26Remove fly mode in simple main menuMuhammad Rifqi Priyo Susanto
As the fly mode option is avaiable in-game, this is not used anymore.
2015-04-21Add minetest.global_exists()ShadowNinja
2015-04-05Add reason to kicked log message and use present tenseest31
2015-03-30Let main menu scale (non-Android)Craig Robbins
This fixes main menu not fitting for 800x600 (and lower resolutions) on PC builds
2015-03-29Update creditsCraig Robbins
2015-03-25Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7aLoic Blot
2015-03-18Save creative_mode and enable_damage setting for each world in world.mtfz72
Create Parameters on world initialisation and set settings of old worlds
2015-03-16Android: Fix auto-entry of server address and port in mainmenuest31
Fixes #2497.
2015-03-05Radius parameter for /deleteblocks hereSmallJoker
2015-02-27Add /setpassword and /clearpassword loggingest31
2015-02-21Fix serialization of floating point numbersShadowNinja
2015-02-18Add modname convention checkingNovatux
Fixes #2037
2015-02-18Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est31
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
2015-02-18Use fixed size for builtin menus on non-android platformsPerttu Ahola
2015-02-18Fix unused (and so, broken) enable_rollback_recording. This option must be ↵Loic Blot
reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable) ok @ShadowNinja
2015-02-18Fix map_seed not changed when creating a new world after login to anotherfz72