aboutsummaryrefslogtreecommitdiff
path: root/data/chest_front.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-22Change way commands are displayed in chat windowGiuseppe Bilotta1-0/+6
2011-08-22Introduce hotkey for calling up a command windowGiuseppe Bilotta4-0/+42
This is just a chat window with the / text pre-loaded.
2011-08-22Send KEY_END when (re)creating a text inputGiuseppe Bilotta1-0/+6
This ensures that on creation and when resizing the cursor is at the end of the text rather than at the beginnig.
2011-08-22/me commandGiuseppe Bilotta1-0/+12
2011-08-22Server now supports replies without prefixGiuseppe Bilotta2-4/+9
2011-08-22Defines for server command context flagsGiuseppe Bilotta3-5/+7
2011-08-22Remove distinction between /# and / commandsGiuseppe Bilotta2-15/+5
No need to make the server command syntax more complicated than necessary. If the need ever arise, we'll find some other way to distinguish the client commands. Also, the /# syntax is deprecated and will be made obsolete in time.
2011-08-22Overhaul the input systemGiuseppe Bilotta8-176/+329
This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
2011-08-22Fix typos in key namesGiuseppe Bilotta1-2/+2
2011-08-22Flowing lava updates lightingPerttu Ahola1-1/+9
2011-08-16Optimize for viscosity 1Giuseppe Bilotta1-2/+2
2011-08-16Viscous fluidsGiuseppe Bilotta3-6/+41
2011-08-16Make sure all neighbors of changed fluids are activatedGiuseppe Bilotta1-13/+1
This should fix the remaining cases of fluid not advancing or not retreating.
2011-08-16Let the liquids flow in the openGiuseppe Bilotta1-13/+0
No need to curb their spread artificially.
2011-08-16Ensure air neighbors to liquids that can flow are enqueued for transformationGiuseppe Bilotta1-1/+7
2011-08-16Ensure param2 is set correctly in transformLiquidsGiuseppe Bilotta1-4/+4
2011-08-16Use defines for liquid levelsGiuseppe Bilotta2-4/+8
2011-08-16Implemented MEET_OTHERPerttu Ahola1-2/+8
2011-08-16transformLiquid: small optimization and whitespace cleanupGiuseppe Bilotta1-18/+11
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