Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added debug log level setting | kwolekr | 2013-02-21 |
| | |||
* | new auto masterserver | proller | 2013-02-22 |
| | |||
* | Add Freetype support | Ilya Zhuravlev | 2013-02-14 |
| | |||
* | Add a list of servers to the "Multiplayer" tab | Jeija | 2013-01-21 |
| | | | | | | | If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file" | ||
* | Add particles | Jeija | 2013-01-14 |
| | |||
* | Set proper field background colors in Irrlicht 1.8 | Perttu Ahola | 2012-12-06 |
| | |||
* | Add checkboxes for shaders and on-demand item visual generation | obneq | 2012-12-02 |
| | |||
* | Added video settings filter options via config file - second try :-) | Vanessa Ezekowitz | 2012-11-09 |
| | | | | | | | | | Set one or more of these in the config to turn the related option on: mip_map = 1 anisotropic_filter = 1 bilinear_filter = 1 trilinear_filter = 1 | ||
* | Improve build configuration options | Perttu Ahola | 2012-07-23 |
| | |||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Initially split utility.h to multiple files in util/ | Perttu Ahola | 2012-06-17 |
| | |||
* | Fix build error due to DEBUGFILE | Perttu Ahola | 2012-06-16 |
| | |||
* | Clean up constants.h a bit | Perttu Ahola | 2012-06-16 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | Use gettext for more basic user interface strings | Perttu Ahola | 2012-06-04 |
| | |||
* | Add better trace peudo-loglevel support | Perttu Ahola | 2012-05-20 |
| | |||
* | Allow using --worldname for local game too | Perttu Ahola | 2012-05-20 |
| | |||
* | --world list | Perttu Ahola | 2012-05-20 |
| | |||
* | Support placing a minetest game inside $world/game to allow creating proper ↵ | Perttu Ahola | 2012-04-08 |
| | | | | | | adventure maps Pro-tip: You can open a world in minetest by opening the world.mt file using minetest. | ||
* | Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is ↵ | q66 | 2012-04-07 |
| | | | | experimental atm, causes visible spaces between blocks. | ||
* | New world removal GUI code | Perttu Ahola | 2012-03-26 |
| | |||
* | Make server world selection not brain dead and use gameid 'minetest' instead ↵ | Perttu Ahola | 2012-03-25 |
| | | | | of 'mesetint' | ||
* | Add output levels --info and --trace (--verbose is now more verbose) | Perttu Ahola | 2012-03-22 |
| | |||
* | Flatten share/ and user/ in the source and for the RUN_IN_PLACE build | Perttu Ahola | 2012-03-20 |
| | |||
* | Rework directory structure | Perttu Ahola | 2012-03-19 |
| | |||
* | Create main menu tab "Settings" for client settings | Perttu Ahola | 2012-03-15 |
| | |||
* | Add "simple singleplayer mode"; Fix a number of GUI things | Perttu Ahola | 2012-03-15 |
| | |||
* | Save selected tab | Perttu Ahola | 2012-03-15 |
| | |||
* | Add [new] to world name when supplying a non-existent world on command line | Perttu Ahola | 2012-03-13 |
| | |||
* | Allow directly supplying world as a parameter, including world.mt | Perttu Ahola | 2012-03-13 |
| | |||
* | Add confirmation menu and make world deletion possible in GUI | Perttu Ahola | 2012-03-13 |
| | |||
* | World creation button and dialog and functionality | Perttu Ahola | 2012-03-13 |
| | |||
* | Remember selected world by path | Perttu Ahola | 2012-03-12 |
| | |||
* | Make finish quicktune and leave it unused (as intended) | Perttu Ahola | 2012-03-12 |
| | |||
* | Handle certain errors properly when using --go | Perttu Ahola | 2012-03-11 |
| | |||
* | Use default_game when making a new world using --world without --gameid | Perttu Ahola | 2012-03-11 |
| | |||
* | World selection box in main menu (and random fixing) | Perttu Ahola | 2012-03-11 |
| | |||
* | --world implies local game | Perttu Ahola | 2012-03-11 |
| | |||
* | --logfile '' = no logging | Perttu Ahola | 2012-03-11 |
| | |||
* | Remove useless debug output (log at info level) | Perttu Ahola | 2012-03-11 |
| | |||
* | --gameid list | Perttu Ahola | 2012-03-11 |
| | |||
* | command-line/world game selection | Perttu Ahola | 2012-03-11 |
| | |||
* | Improve command-line parameters | Perttu Ahola | 2012-03-11 |
| | |||
* | Prettify --help output | Perttu Ahola | 2012-03-11 |
| | |||
* | Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txt | Perttu Ahola | 2012-03-11 |
| | |||
* | --verbose, not --info-on-stderr | Perttu Ahola | 2012-03-11 |
| | |||
* | Clean up log messages everywhere | Perttu Ahola | 2012-03-11 |
| | |||
* | Fix configuration file behaviour | Perttu Ahola | 2012-03-11 |
| | | | | | - Do not rewrite if nothing needs to be changed - Update at program exit, in addition to updating when continuing from main menu to game | ||
* | Chat console, including a number of rebases and modifications. | Kahrl | 2012-03-10 |
| | | | | Defaults modified from original: alpha=200, key=F10 | ||
* | Tidy up server log output a bit | Perttu Ahola | 2012-03-10 |
| |