aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2013-03-16build with ogles2 driverproller
2013-03-13Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-23Read server_announce from minetest.conf for GUIPilzAdam
2013-02-21Added debug log level settingkwolekr
2013-02-22new auto masterserverproller
2013-02-14Add Freetype supportIlya Zhuravlev
2013-01-21Add a list of servers to the "Multiplayer" tabJeija
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"
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