aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-03-15Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola
2012-03-15Save selected tabPerttu Ahola
2012-03-15Menu tuning WIPPerttu Ahola
2012-03-15Use a more standard order of yes/no/cancel/whatever buttons in dialogsPerttu Ahola
2012-03-13Crude tab test in main menu (requires gui redesign for the additional tabs)Perttu 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-13Move keychange/connect main menu buttons a bitPerttu Ahola
2012-03-13Fix game selection in world creation (used always the first one)Perttu Ahola
2012-03-13Attempt to fix RUN_IN_PLACE autodetection on LinuxPerttu 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-12Add quicktune.{cpp,h}Perttu Ahola
2012-03-11Handle certain errors properly when using --goPerttu Ahola
2012-03-11Add a note about minetest.conf in the key change dialog (because it sucks)Perttu Ahola
2012-03-11Use default_game when making a new world using --world without --gameidPerttu Ahola
2012-03-11Remove duplicate code in main menuPerttu Ahola
2012-03-11Rename "Delete map" to "Delete world"Perttu Ahola
2012-03-11Proper handling of failing to bind server socketPerttu Ahola
2012-03-11World selection box in main menu (and random fixing)Perttu Ahola
2012-03-11--world implies local gamePerttu Ahola
2012-03-11Fix CreateAllDirs() (failed for relative fully non-existing path)Perttu Ahola
2012-03-11Mention world location at server startup at action levelPerttu 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-11world.mt creationPerttu Ahola
2012-03-11command-line/world game selectionPerttu Ahola
2012-03-11Limit crack update speedPerttu Ahola
2012-03-11When mouse button is held down in air, show continuous animationPerttu Ahola
2012-03-11Fix log output in ban.cppPerttu 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-11Do not print errors when searching for usable configuration filePerttu 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-11Increase Peer max_packets_per_second (hopefully doesn't break anything)Perttu Ahola
2012-03-10Tune "Connecting to server" and "Waiting content" screensPerttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2012-03-10Starting the game in the pause menu is lame, don't do it\!Perttu Ahola
2012-03-10Set fixed FOV for the wielded itemKahrl
2012-03-10Different implementation of KeyPress::operator==Kahrl
Fixes some key mapping issues.
2012-03-10Make Camera::updateViewingRange more snappy in following the min/max settingsPerttu Ahola
2012-03-10Faster player movement and smaller collision boxPerttu Ahola
2012-03-10dig_immediate=2 -> 0.5 seconds digging timePerttu Ahola
2012-03-10Tidy up server log output a bitPerttu Ahola