Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |