]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2012-03-19 Perttu AholaCall this 0.4.dev-20120320 0.4.dev-20120320
2012-03-19 Perttu AholaFix various things being too fast to break by hand
2012-03-19 Perttu AholaRemove .hgignore and .hgtags (mercurial isn't used...
2012-03-19 Perttu AholaAdd mods/mesetint/mods_here.txt to be installed on...
2012-03-19 Perttu AholaFix mod paths
2012-03-19 Perttu AholaFix for MSVC and move stuff around a bit in CMakeLists...
2012-03-19 Perttu AholaUpdate vc10 build script example in README.txt
2012-03-19 Perttu AholaMove icon files to misc/
2012-03-19 Perttu AholaFlatten share/ and user/ in the source and for the...
2012-03-19 Perttu AholaMove share/builtin.lua to share/builtin/builtin.lua
2012-03-19 Perttu AholaMove client textures to the correct place
2012-03-19 Perttu AholaRework directory structure
2012-03-19 Perttu AholaAdd the mod search path user/mods/gameid
2012-03-19 Perttu AholaMake Lua error output in log clearer
2012-03-19 Perttu AholaDo not error() on digprop_* calls but print a warning
2012-03-19 Perttu AholaUnknown nodes can be dug
2012-03-18 Perttu AholaWarn instead of completely removing minetest.digprop_wh...
2012-03-18 Perttu AholaRemove minetest.digprop_whatever() Lua functions (becau...
2012-03-18 Perttu AholaUpdate README.txt a bit
2012-03-18 Perttu AholaUpdate version to 0.4.dev-20120318 0.4.dev-20120318
2012-03-18 Perttu AholaAttempt to fix build for MSVC
2012-03-18 Perttu AholaFix getVisibleBrightness() to return sunlight visibilit...
2012-03-18 Perttu AholaMake some things diggable by hand by using a special...
2012-03-18 Perttu AholaFix old world search path for non-run-in-place build
2012-03-18 Perttu AholaMove doc/changelog.txt and doc/ancient_main_comment...
2012-03-18 Perttu AholaDisable word wrap in vertical texts in main menu
2012-03-18 Perttu AholaFix installation in cmake project files
2012-03-18 Perttu Ahola"or" -> "||" in content_mapblock.cpp
2012-03-18 Perttu AholaFix and tune stars
2012-03-18 Perttu AholaDo not clear address in main menu if starting a singlep...
2012-03-18 Perttu AholaDynamic sky, fog and cloud colors; sun and moon
2012-03-15 Perttu AholaMove ClientMap to clientmap.{h,cpp}
2012-03-15 Perttu AholaAdd Client::getEnv() and remove some unnecessary wrappers
2012-03-15 Perttu AholaRevert old 4BS/s walk speed for now
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-03-15 Perttu AholaTune main menu
2012-03-15 Perttu AholaCreate main menu tab "Settings" for client settings
2012-03-15 Perttu AholaFix click areas of singleplayer checkboxes
2012-03-15 Perttu AholaFix initial moving of mouse above the "exit to menu...
2012-03-15 Perttu AholaFix and improve Server's privilege get/setters
2012-03-15 Perttu AholaAdd "simple singleplayer mode"; Fix a number of GUI...
2012-03-15 Perttu AholaSave selected tab
2012-03-15 Perttu AholaMenu tuning WIP
2012-03-15 Perttu AholaUse a more standard order of yes/no/cancel/whatever...
2012-03-13 Perttu AholaCrude tab test in main menu (requires gui redesign...
2012-03-12 Perttu AholaAdd [new] to world name when supplying a non-existent...
2012-03-12 Perttu AholaAllow directly supplying world as a parameter, includin...
2012-03-12 Perttu AholaMove keychange/connect main menu buttons a bit
2012-03-12 Perttu AholaFix game selection in world creation (used always the...
2012-03-12 Perttu AholaAttempt to fix RUN_IN_PLACE autodetection on Linux
2012-03-12 Perttu AholaAdd confirmation menu and make world deletion possible...
2012-03-12 Perttu AholaWorld creation button and dialog and functionality
2012-03-12 Perttu AholaRemember selected world by path
2012-03-12 Perttu AholaMake finish quicktune and leave it unused (as intended)
2012-03-12 Perttu AholaAdd quicktune.{cpp,h}
2012-03-11 Perttu AholaHandle certain errors properly when using --go
2012-03-11 Perttu AholaAdd a note about minetest.conf in the key change dialog...
2012-03-11 Perttu AholaUse default_game when making a new world using --world...
2012-03-11 Perttu AholaRemove duplicate code in main menu
2012-03-11 Perttu AholaRename "Delete map" to "Delete world"
2012-03-11 Perttu AholaProper handling of failing to bind server socket
2012-03-11 Perttu AholaWorld selection box in main menu (and random fixing)
2012-03-11 Perttu Ahola--world implies local game
2012-03-11 Perttu AholaFix CreateAllDirs() (failed for relative fully non...
2012-03-11 Perttu AholaMention world location at server startup at action...
2012-03-11 Perttu AholaRedirect Lua print to minetest.debug
2012-03-11 Perttu Ahola--logfile '' = no logging
2012-03-11 Perttu AholaRemove useless debug output (log at info level)
2012-03-11 Perttu Ahola--gameid list
2012-03-11 Perttu AholaUpdate --gameid to manpages
2012-03-11 Perttu AholaUpdate version number to 0.4.dev-20120311
2012-03-11 Perttu Aholaworld.mt creation
2012-03-11 Perttu Aholacommand-line/world game selection
2012-03-11 Perttu Aholafull_punch_interval = 1.0 for mese pickaxe
2012-03-11 Perttu AholaLimit crack update speed
2012-03-11 Perttu AholaWhen mouse button is held down in air, show continuous...
2012-03-11 Perttu AholaFix log output in ban.cpp
2012-03-11 Perttu AholaImprove command-line parameters
2012-03-11 Perttu AholaPrettify --help output
2012-03-11 Perttu AholaMove huge comment from the beginning of main.cpp to...
2012-03-11 Perttu Ahola--verbose, not --info-on-stderr
2012-03-11 Perttu AholaClean up log messages everywhere
2012-03-10 Perttu AholaDo not print errors when searching for usable configura...
2012-03-10 Perttu AholaFix configuration file behaviour
2012-03-10 Perttu AholaIncrease Peer max_packets_per_second (hopefully doesn...
2012-03-10 Perttu AholaAdd description in minetest.conf.example
2012-03-10 Perttu AholaTune "Connecting to server" and "Waiting content" screens
2012-03-10 KahrlChat console, including a number of rebases and modific...
2012-03-10 Perttu AholaStarting the game in the pause menu is lame, don't...
2012-03-10 KahrlSet fixed FOV for the wielded item
2012-03-10 KahrlDifferent implementation of KeyPress::operator==
2012-03-10 Perttu AholaMake Camera::updateViewingRange more snappy in followin...
2012-03-10 Perttu AholaFaster player movement and smaller collision box
2012-03-10 Perttu Aholadig_immediate=2 -> 0.5 seconds digging time
2012-03-10 Perttu AholaSet rail to have dig_immediate=2
2012-03-10 Perttu AholaTidy up server log output a bit
2012-03-10 Perttu AholaClean unit test output
2012-03-10 Perttu AholaAdd and tidy up some Server log output for declined...
2012-03-10 Perttu AholaRemove servermain.cpp, use main.cpp with a couple of...
2012-03-10 Perttu AholaFix addon and configuration file paths
next