aboutsummaryrefslogtreecommitdiff
path: root/misc/map.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-15small fix to transformLiquidsPerttu Ahola1-6/+5
2011-08-15Fixed liquid mesh generationPerttu Ahola1-9/+23
2011-08-15Add lava to creative inventory (hmm, we're shortly running out of creative ↵Perttu Ahola1-0/+1
inventory space)
2011-08-15Hopefully fixed msvc "'sqrt' : ambiguous call to overloaded function"Perttu Ahola1-1/+1
2011-08-15Non-vertex-alpha texture material for lavaPerttu Ahola1-2/+2
2011-08-15Get rid of makepackage_binary.shGiuseppe Bilotta1-67/+0
It's outdated, and it would be better to use cmake's packaging capabilities instead, for better cross-platformness.
2011-08-15Cleanup rootGiuseppe Bilotta2-373/+0
These scripts should not be in the root but in util/ and in fact they are, so let's get rid of these.
2011-08-15modified mapgen to generate less lavaPerttu Ahola1-1/+1
2011-08-15Added #define WATER_ALPHA in content_mapnode.cppPerttu Ahola1-3/+5
2011-08-15tuned lava/universal damage codePerttu Ahola3-7/+22
2011-08-15lava!Perttu Ahola11-89/+255
2011-08-14Windows.h -> windows.h for cross-mingw buildPerttu Ahola1-1/+1
2011-08-13Let Settings accept a const char* directlyGiuseppe Bilotta1-0/+8
2011-08-13Fix keycode_to_keyname return valueGiuseppe Bilotta2-2/+2
2011-08-12Clean up key names handlingGiuseppe Bilotta4-86/+87
Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
2011-08-12Fix use of && instead of &Giuseppe Bilotta2-5/+5
2011-08-12Removed assert if creating texture atlas image fails; cancel creating image ↵Perttu Ahola1-1/+7
instead.
2011-08-12fixed not finding data dir if installedConstantin Wenger3-14/+12
2011-08-12Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola5-35/+96
2011-08-12added ipban supportConstantin Wenger11-1/+271
commands: /#ipban <nick> /#ipunban <ip>
2011-08-12Updated .gitignore to ignore vim swap filesPerttu Ahola1-0/+1
2011-08-11Typo fixGiuseppe Bilotta1-2/+2