Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Lua function get_video_modes() for main menu | Craig Robbins | 2015-03-28 |
| | | | | Also updates and uses porting::getSupportedVideoModes() | ||
* | 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 | ||
* | Add core.get_mapgen_names() to Main Menu API (and use it) | kwolekr | 2014-12-29 |
| | | | | Also rewrite mapgen registration for static initialization | ||
* | Add video driver selection to settings menu (based uppon idea from ↵ | sapier | 2014-08-23 |
| | | | | webdesigner97) | ||
* | Organize builtin into subdirectories | ShadowNinja | 2014-05-07 |
| | |||
* | 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 |
| | |||
* | Fix absence of images when compiled with RUN_IN_PLACE=0. | Ilya Zhuravlev | 2014-01-05 |
| | |||
* | Fix modstore/favourites hang by adding asynchronous lua job support | sapier | 2013-11-29 |
| | |||
* | 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 |