Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix single click world select | est31 | 2015-06-30 |
| | |||
* | Fix bugs in mainmenu | jeanpatrick.guerrero@gmail.com | 2015-06-30 |
| | |||
* | Add Lua errors to error dialog | rubenwardy | 2015-06-29 |
| | |||
* | Update credits tab | est31 | 2015-06-16 |
| | |||
* | Don't highlight entries in credits | Wuzzy | 2015-06-15 |
| | |||
* | Remove reference to deprecated privilege | Craig Davison | 2015-06-14 |
| | |||
* | Add minetest.register_on_player_hpchange | TeTpaAka | 2015-06-13 |
| | |||
* | More reliable serverlist behaviour | HybridDog | 2015-06-09 |
| | | | | | -> remember the previously loaded serverlist, and use if new one failed -> show a "loading" serverlist | ||
* | Decrease minetest.after globalstep lag | HybridDog | 2015-06-06 |
| | | | | | | * 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 | ||
* | Nicer time setting logging | est31 | 2015-06-02 |
| | | | | | | | | | | Now logs ACTION[ServerThread]: player sets time to 6:03 instead of ACTION[ServerThread]: player sets time to 6:3 | ||
* | Fix wrong replace from previous commit | est31 | 2015-06-02 |
| | |||
* | Localize inside whole misc_helpers.lua | est31 | 2015-06-01 |
| | |||
* | Add core.get_dir_list | ShadowNinja | 2015-05-16 |
| | |||
* | Added hour:minute format to time command | LeMagnesium | 2015-05-16 |
| | | | | | * The time command now accepts parameters in the form <hour>:<minute>, and if invoked with no parameters returns the current time in said format. | ||
* | Add minetest.register_on_punchplayer | Brandon | 2015-05-15 |
| | |||
* | Don't crash if an item gets dropped into unloaded space | tenplus1 | 2015-05-15 |
| | | | | Items dropped into unloaded map space will crash game so here's a fix... | ||
* | Item entity merging refactor | est31 | 2015-05-15 |
| | | | | Don't ident too much, and add a comment. | ||
* | Add code to support raillike group names | Novatux | 2015-05-12 |
| | |||
* | Fix minetest.clear_* creating new LOCAL table instead of clearing the ↵ | Tomas Brod | 2015-04-26 |
| | | | | | | | | | | | 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. | ||
* | Remove fly mode in simple main menu | Muhammad Rifqi Priyo Susanto | 2015-04-26 |
| | | | | As the fly mode option is avaiable in-game, this is not used anymore. | ||
* | 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 |
| | | | | This fixes main menu not fitting for 800x600 (and lower resolutions) on PC builds | ||
* | 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 |
| | | | | Create Parameters on world initialisation and set settings of old worlds | ||
* | Android: Fix auto-entry of server address and port in mainmenu | est31 | 2015-03-16 |
| | | | | Fixes #2497. | ||
* | 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 |
| | | | | Fixes #2037 | ||
* | Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵ | est31 | 2015-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 platforms | Perttu Ahola | 2015-02-18 |
| | |||
* | Fix unused (and so, broken) enable_rollback_recording. This option must be ↵ | Loic Blot | 2015-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 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 |
| | | | | Fixes #2293. | ||
* | 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 |
| | | | | | https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug. | ||
* | Fix 'Download complete' dialog in the mods store | ngosang | 2015-02-11 |
| | |||
* | Hud: Modify Y-positioning of health/breath starbars to prevent overlapping ↵ | kwolekr | 2015-02-08 |
| | | | | with Hotbar | ||
* | 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 |
| | | | | This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8. | ||
* | Fix style on settings tab | jeanpatrick.guerrero@gmail.com | 2015-01-18 |
| |