Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert version scheme changes | sfan5 | 2017-11-20 |
| | | | | | This reverts commit 41b7823057bdaddd760f932dce802719301c3a0f. This reverts commit 7968f1ddaa67432719d5becdda5ca8bec58faa47. | ||
* | New version scheme (#6292) | Loïc Blot | 2017-08-20 |
| | | | | | | | * Version changes: current dev version is now 0.4.17 * This change permit to have multi branches with various versions * Dev version is 0.4.17-dev and next release will be 0.4.17 | ||
* | Bump version to 0.4.16 | ShadowNinja | 2017-06-03 |
| | |||
* | Bump version to 0.4.15 | sfan5 | 2016-12-22 |
| | |||
* | Add base64 encoding and decoding to the lua api. (#3919) | red-001 | 2016-05-27 |
| | |||
* | Bump version to 0.4.14 | sfan5 | 2016-05-15 |
| | |||
* | SAPI: Move core.get_us_time() to Util module | kwolekr | 2015-10-26 |
| | |||
* | Hide mapgens from main menu not intended for end users | kwolekr | 2015-10-04 |
| | |||
* | Bump version to 0.4.13 | est31 | 2015-08-20 |
| | |||
* | Add core.get_dir_list | ShadowNinja | 2015-05-16 |
| | |||
* | Bump version to 0.4.12 | Perttu Ahola | 2015-02-18 |
| | |||
* | 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 | ||
* | Reorganize supported video driver query mechanisms | kwolekr | 2015-01-18 |
| | |||
* | Add core.get_mapgen_names() to Main Menu API (and use it) | kwolekr | 2014-12-29 |
| | | | | Also rewrite mapgen registration for static initialization | ||
* | Bump version to 0.4.11 | kwolekr | 2014-12-24 |
| | |||
* | Add video driver selection to settings menu (based uppon idea from ↵ | sapier | 2014-08-23 |
| | | | | webdesigner97) | ||
* | Fix regression dirt texture not beeing default in non cloud menu | sapier | 2014-06-14 |
| | |||
* | Add formspec toolkit and refactor mainmenu to use it | sapier | 2014-05-16 |
| | | | | | Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews | ||
* | Use "core" namespace internally | ShadowNinja | 2014-05-08 |
| | |||
* | Add support for dpi based HUD scaling | sapier | 2014-04-27 |
| | | | | | | Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen | ||
* | Add formspec table | Kahrl | 2014-01-13 |
| | |||
* | Bump version to 0.4.9 | kwolekr | 2014-01-01 |
| | |||
* | Fix modstore/favourites hang by adding asynchronous lua job support | sapier | 2013-11-29 |
| | |||
* | Allow non-string arguments for minetest.is_yes() | PilzAdam | 2013-09-10 |
| | |||
* | Add Settings interface for Lua | PilzAdam | 2013-09-10 |
| | |||
* | Add minetest.parse_json, engine.parse_json | Kahrl | 2013-09-02 |
| | |||
* | Add translation for main menu | sapier | 2013-08-17 |
| | | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp | ||
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
| | |||
* | Play sounds/main_menu.ogg in menu | PilzAdam | 2013-07-28 |
| | |||
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 |