summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-20Call this 0.4.dev-201203200.4.dev-20120320Perttu Ahola
2012-03-20Fix various things being too fast to break by handPerttu Ahola
2012-03-20Remove .hgignore and .hgtags (mercurial isn't used anymore)Perttu Ahola
2012-03-20Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE buildsPerttu Ahola
2012-03-20Fix mod pathsPerttu Ahola
2012-03-20Fix for MSVC and move stuff around a bit in CMakeLists.txt and ↵Perttu Ahola
src/CMakeLists.txt
2012-03-20Update vc10 build script example in README.txtPerttu Ahola
2012-03-20Move icon files to misc/Perttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola
2012-03-19Move share/builtin.lua to share/builtin/builtin.luaPerttu Ahola
2012-03-19Move client textures to the correct placePerttu Ahola
2012-03-19Rework directory structurePerttu Ahola
2012-03-19Add the mod search path user/mods/gameidPerttu Ahola
2012-03-19Make Lua error output in log clearerPerttu Ahola
2012-03-19Do not error() on digprop_* calls but print a warningPerttu Ahola
2012-03-19Unknown nodes can be dugPerttu Ahola
2012-03-19Warn instead of completely removing minetest.digprop_whatever() Lua functionsPerttu Ahola
2012-03-19Remove minetest.digprop_whatever() Lua functions (because they are useless now)Perttu Ahola
2012-03-19Update README.txt a bitPerttu Ahola
2012-03-18Update version to 0.4.dev-201203180.4.dev-20120318Perttu Ahola
2012-03-18Attempt to fix build for MSVCPerttu Ahola
2012-03-18Fix getVisibleBrightness() to return sunlight visibility correctly even if ↵Perttu Ahola
not much of world has been loaded
2012-03-18Make some things diggable by hand by using a special group ↵Perttu Ahola
oddly_breakable_by_hand; also fill in some other groups
2012-03-18Fix old world search path for non-run-in-place buildPerttu Ahola
2012-03-18Move doc/changelog.txt and doc/ancient_main_comment.txt into old/Perttu Ahola
2012-03-18Disable word wrap in vertical texts in main menuPerttu Ahola
2012-03-18Fix installation in cmake project filesPerttu Ahola
2012-03-18"or" -> "||" in content_mapblock.cppPerttu Ahola
2012-03-18Fix and tune starsPerttu Ahola
2012-03-18Do not clear address in main menu if starting a singleplayer game by double ↵Perttu Ahola
clicking the world
2012-03-18Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola
2012-03-16Move ClientMap to clientmap.{h,cpp}Perttu Ahola
2012-03-15Add Client::getEnv() and remove some unnecessary wrappersPerttu Ahola
2012-03-15Revert old 4BS/s walk speed for nowPerttu Ahola
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl
light, removed footprints
2012-03-15Tune main menuPerttu Ahola
2012-03-15Create main menu tab "Settings" for client settingsPerttu Ahola
2012-03-15Fix click areas of singleplayer checkboxesPerttu Ahola
2012-03-15Fix initial moving of mouse above the "exit to menu" button in singleplayer modePerttu Ahola
2012-03-15Fix and improve Server's privilege get/settersPerttu Ahola
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