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