summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAge
* Set proper field background colors in Irrlicht 1.8Perttu Ahola2012-12-06
|
* Add checkboxes for shaders and on-demand item visual generationobneq2012-12-02
|
* Added video settings filter options via config file - second try :-)Vanessa Ezekowitz2012-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 optionsPerttu Ahola2012-07-23
|
* Optimize headersPerttu Ahola2012-06-17
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-17
|
* Fix build error due to DEBUGFILEPerttu Ahola2012-06-16
|
* Clean up constants.h a bitPerttu Ahola2012-06-16
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Use gettext for more basic user interface stringsPerttu Ahola2012-06-04
|
* Add better trace peudo-loglevel supportPerttu Ahola2012-05-20
|
* Allow using --worldname for local game tooPerttu Ahola2012-05-20
|
* --world listPerttu Ahola2012-05-20
|
* Support placing a minetest game inside $world/game to allow creating proper ↵Perttu Ahola2012-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 ↵q662012-04-07
| | | | experimental atm, causes visible spaces between blocks.
* New world removal GUI codePerttu Ahola2012-03-26
|
* Make server world selection not brain dead and use gameid 'minetest' instead ↵Perttu Ahola2012-03-25
| | | | of 'mesetint'
* Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola2012-03-22
|
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-20
|
* Rework directory structurePerttu Ahola2012-03-19
|
* Create main menu tab "Settings" for client settingsPerttu Ahola2012-03-15
|
* Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola2012-03-15
|
* Save selected tabPerttu Ahola2012-03-15
|
* Add [new] to world name when supplying a non-existent world on command linePerttu Ahola2012-03-13
|
* Allow directly supplying world as a parameter, including world.mtPerttu Ahola2012-03-13
|
* Add confirmation menu and make world deletion possible in GUIPerttu Ahola2012-03-13
|
* World creation button and dialog and functionalityPerttu Ahola2012-03-13
|
* Remember selected world by pathPerttu Ahola2012-03-12
|
* Make finish quicktune and leave it unused (as intended)Perttu Ahola2012-03-12
|
* Handle certain errors properly when using --goPerttu Ahola2012-03-11
|
* Use default_game when making a new world using --world without --gameidPerttu Ahola2012-03-11
|
* World selection box in main menu (and random fixing)Perttu Ahola2012-03-11
|
* --world implies local gamePerttu Ahola2012-03-11
|
* --logfile '' = no loggingPerttu Ahola2012-03-11
|
* Remove useless debug output (log at info level)Perttu Ahola2012-03-11
|
* --gameid listPerttu Ahola2012-03-11
|
* command-line/world game selectionPerttu Ahola2012-03-11
|
* Improve command-line parametersPerttu Ahola2012-03-11
|
* Prettify --help outputPerttu Ahola2012-03-11
|
* Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txtPerttu Ahola2012-03-11
|
* --verbose, not --info-on-stderrPerttu Ahola2012-03-11
|
* Clean up log messages everywherePerttu Ahola2012-03-11
|
* Fix configuration file behaviourPerttu Ahola2012-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.Kahrl2012-03-10
| | | | Defaults modified from original: alpha=200, key=F10
* Tidy up server log output a bitPerttu Ahola2012-03-10
|
* Remove servermain.cpp, use main.cpp with a couple of #ifdefs insteadPerttu Ahola2012-03-10
|
* Fix addon and configuration file pathsPerttu Ahola2012-03-10
|
* Initial directory structure reworkPerttu Ahola2012-03-10
|
* Digging time groups WIPPerttu Ahola2012-03-10
|
* Add descriptions to command line argumentsJuhani Numminen2012-02-28
|