aboutsummaryrefslogtreecommitdiff
path: root/share/games/mesetint/mods/default/textures (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-19Rework directory structurePerttu Ahola84-0/+0
2012-03-19Add the mod search path user/mods/gameidPerttu Ahola1-0/+3
2012-03-19Make Lua error output in log clearerPerttu Ahola1-4/+7
2012-03-19Do not error() on digprop_* calls but print a warningPerttu Ahola1-1/+2
2012-03-19Unknown nodes can be dugPerttu Ahola1-0/+2
2012-03-19Warn instead of completely removing minetest.digprop_whatever() Lua functionsPerttu Ahola1-0/+15
2012-03-19Remove minetest.digprop_whatever() Lua functions (because they are useless now)Perttu Ahola1-71/+0
2012-03-19Update README.txt a bitPerttu Ahola1-1/+4
2012-03-18Update version to 0.4.dev-20120318Perttu Ahola1-1/+1
2012-03-18Attempt to fix build for MSVCPerttu Ahola2-10/+10
2012-03-18Fix getVisibleBrightness() to return sunlight visibility correctly even if no...Perttu Ahola1-0/+1
2012-03-18Make some things diggable by hand by using a special group oddly_breakable_by...Perttu Ahola1-14/+15
2012-03-18Fix old world search path for non-run-in-place buildPerttu Ahola1-0/+4
2012-03-18Move doc/changelog.txt and doc/ancient_main_comment.txt into old/Perttu Ahola2-0/+0
2012-03-18Disable word wrap in vertical texts in main menuPerttu Ahola1-6/+6
2012-03-18Fix installation in cmake project filesPerttu Ahola2-22/+23
2012-03-18"or" -> "||" in content_mapblock.cppPerttu Ahola1-1/+1
2012-03-18Fix and tune starsPerttu Ahola1-5/+5
2012-03-18Do not clear address in main menu if starting a singleplayer game by double c...Perttu Ahola1-2/+3
2012-03-18Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola30-242/+1130
2012-03-16Move ClientMap to clientmap.{h,cpp}Perttu Ahola12-666/+717
2012-03-15Add Client::getEnv() and remove some unnecessary wrappersPerttu Ahola3-66/+17
2012-03-15Revert old 4BS/s walk speed for nowPerttu Ahola1-1/+1
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl22-1734/+1205
2012-03-15Tune main menuPerttu Ahola1-46/+45
2012-03-15Create main menu tab "Settings" for client settingsPerttu Ahola2-99/+65
2012-03-15Fix click areas of singleplayer checkboxesPerttu Ahola1-7/+7
2012-03-15Fix initial moving of mouse above the "exit to menu" button in singleplayer modePerttu Ahola1-1/+4
2012-03-15Fix and improve Server's privilege get/settersPerttu Ahola3-37/+40
2012-03-15Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola9-48/+101
2012-03-15Save selected tabPerttu Ahola3-39/+49
2012-03-15Menu tuning WIPPerttu Ahola2-97/+435
2012-03-15Use a more standard order of yes/no/cancel/whatever buttons in dialogsPerttu Ahola2-10/+10
2012-03-13Crude tab test in main menu (requires gui redesign for the additional tabs)Perttu Ahola3-130/+189
2012-03-13Add [new] to world name when supplying a non-existent world on command linePerttu Ahola1-3/+5
2012-03-13Allow directly supplying world as a parameter, including world.mtPerttu Ahola2-4/+31
2012-03-13Move keychange/connect main menu buttons a bitPerttu Ahola1-2/+2
2012-03-13Fix game selection in world creation (used always the first one)Perttu Ahola1-3/+12
2012-03-13Attempt to fix RUN_IN_PLACE autodetection on LinuxPerttu Ahola1-3/+3
2012-03-13Add confirmation menu and make world deletion possible in GUIPerttu Ahola6-30/+304
2012-03-13World creation button and dialog and functionalityPerttu Ahola11-86/+491
2012-03-12Remember selected world by pathPerttu Ahola1-4/+18
2012-03-12Make finish quicktune and leave it unused (as intended)Perttu Ahola6-114/+214
2012-03-12Add quicktune.{cpp,h}Perttu Ahola3-0/+236
2012-03-11Handle certain errors properly when using --goPerttu Ahola1-5/+9
2012-03-11Add a note about minetest.conf in the key change dialog (because it sucks)Perttu Ahola1-2/+2
2012-03-11Use default_game when making a new world using --world without --gameidPerttu Ahola1-1/+3
2012-03-11Remove duplicate code in main menuPerttu Ahola2-90/+36
2012-03-11Rename "Delete map" to "Delete world"Perttu Ahola2-5/+5
2012-03-11Proper handling of failing to bind server socketPerttu Ahola4-2/+51