aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Allow directly supplying world as a parameter, including world.mtPerttu Ahola2012-03-131-4/+21
* Add confirmation menu and make world deletion possible in GUIPerttu Ahola2012-03-131-20/+8
* World creation button and dialog and functionalityPerttu Ahola2012-03-131-2/+18
* Remember selected world by pathPerttu Ahola2012-03-121-4/+18
* Make finish quicktune and leave it unused (as intended)Perttu Ahola2012-03-121-0/+17
* Handle certain errors properly when using --goPerttu Ahola2012-03-111-5/+9
* Use default_game when making a new world using --world without --gameidPerttu Ahola2012-03-111-1/+3
* World selection box in main menu (and random fixing)Perttu Ahola2012-03-111-62/+145
* --world implies local gamePerttu Ahola2012-03-111-1/+3
* --logfile '' = no loggingPerttu Ahola2012-03-111-7/+9
* Remove useless debug output (log at info level)Perttu Ahola2012-03-111-3/+3
* --gameid listPerttu Ahola2012-03-111-8/+12
* command-line/world game selectionPerttu Ahola2012-03-111-15/+59
* Improve command-line parametersPerttu Ahola2012-03-111-94/+98
* Prettify --help outputPerttu Ahola2012-03-111-11/+8
* Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txtPerttu Ahola2012-03-111-342/+0
* --verbose, not --info-on-stderrPerttu Ahola2012-03-111-2/+6
* Clean up log messages everywherePerttu Ahola2012-03-111-12/+2
* Fix configuration file behaviourPerttu Ahola2012-03-111-0/+4
* Chat console, including a number of rebases and modifications.Kahrl2012-03-101-14/+18
* Tidy up server log output a bitPerttu Ahola2012-03-101-3/+3
* Remove servermain.cpp, use main.cpp with a couple of #ifdefs insteadPerttu Ahola2012-03-101-122/+146
* Fix addon and configuration file pathsPerttu Ahola2012-03-101-1/+4
* Initial directory structure reworkPerttu Ahola2012-03-101-8/+20
* Digging time groups WIPPerttu Ahola2012-03-101-1/+0
* Add descriptions to command line argumentsJuhani Numminen2012-02-281-9/+18
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-31/+0
* On SIGINT in main menu, don't connect before shutting downPerttu Ahola2011-12-031-1/+1
* Note about debug.txt in error message dialog when mod fails to loadPerttu Ahola2011-12-031-1/+1
* Better mod loading error handlingPerttu Ahola2011-12-031-0/+6
* Rename menu background to menubg.png, move unknown_block.png and unknown_obje...Perttu Ahola2011-11-291-1/+1
* Remove content_mapnode.h and nodedef.h #includesPerttu Ahola2011-11-291-7/+0
* GameDef compilesPerttu Ahola2011-11-291-5/+1
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-26/+7
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-291-9/+12
* Add option to set water opaque (mainly for stylistic choice)Perttu Ahola2011-11-031-0/+2
* Disable mipmapping because it is sometimes uglyPerttu Ahola2011-11-031-12/+15
* Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ...Perttu Ahola2011-11-021-0/+2
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-0/+2
* Automate texture listing for texture atlas makingPerttu Ahola2011-10-181-1/+3
* Fix partly double printed debug.txtceleron552011-10-171-5/+5
* Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola2011-10-161-5/+7
* Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola2011-10-161-24/+49
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-35/+37
* Overhaul the input systemGiuseppe Bilotta2011-08-221-30/+25
* Remove spurious assignmentGiuseppe Bilotta2011-08-081-3/+0
* merged delta and c55Perttu Ahola2011-08-051-6/+2
|\
| * Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-311-0/+2
| |\
| * \ Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-301-2/+3
| |\ \
| * \ \ Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-301-1649/+1679
| |\ \ \