aboutsummaryrefslogtreecommitdiff
path: root/src/client.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-24cleaned the smooth lighting code a bitPerttu Ahola1-29/+169
2011-04-24disable tiling of textures only if smooth lighting is usedPerttu Ahola1-1/+6
2011-04-24Added a setting for disabling smooth lighting. Updated changelog.Perttu Ahola4-81/+97
2011-04-24Added a simple software "ambient occlusion" effect, like minecraft's "smooth ...Perttu Ahola2-23/+174
2011-04-24removed /usr prefix from install pathsPerttu Ahola1-4/+4
2011-04-24Made the main menu a bit more unique lookingPerttu Ahola5-26/+169
2011-04-23updated changelogPerttu Ahola1-0/+7
2011-04-23changed version for making a test binaryPerttu Ahola1-1/+1
2011-04-23fix to the previous commitPerttu Ahola1-1/+3
2011-04-23tuned error reporting a bitPerttu Ahola1-7/+22
2011-04-23port to be not set to 0 from configurationPerttu Ahola1-0/+2
2011-04-23Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola9-2253/+2376
2011-04-23cleaning up main.cpp a bitPerttu Ahola1-159/+34
2011-04-23fixed flowing water lighting when it is below a solid blockPerttu Ahola1-3/+9
2011-04-22Updated to-do list and added the give_initial_stuff setting for testingPerttu Ahola4-36/+35
2011-04-22Removed IrrlichtWrapperPerttu Ahola13-770/+18
2011-04-21set client to not show hp if server doesn't support itPerttu Ahola1-0/+3
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola40-922/+1839
2011-04-19item drop multiplication fixPerttu Ahola3-13/+31
2011-04-15Menu will now ignore an invalid port or the port 0.Perttu Ahola1-1/+9
2011-04-12fixed port setting not being loaded from configuration file for clientPerttu Ahola1-1/+1
2011-04-12fixingPerttu Ahola2-0/+5
2011-04-11Fixed some problems with crafting and inventoryPerttu Ahola6-34/+75
2011-04-11updated example map generator python scriptPerttu Ahola4-22/+176
2011-04-11support for format 0 and 1 mapsPerttu Ahola2-1/+7
2011-04-11Added installing build-essential to build instructions and modified the main....Perttu Ahola2-1/+3
2011-04-11fixed warnings reported by cppcheckPerttu Ahola10-9/+19
2011-04-11Fixed error reported by cppcheck:Perttu Ahola1-3/+6
2011-04-11fixed problem with vc++ build crashing at startupPerttu Ahola1-3/+0
2011-04-11hopefully fixed a bit morePerttu Ahola1-1/+2
2011-04-11improved old map supportPerttu Ahola1-4/+21
2011-04-11added ignoring of map_meta.txt to better support old mapsPerttu Ahola1-6/+6
2011-04-10updated changelog and versionPerttu Ahola2-1/+5
2011-04-10fixed the object update interval thingyPerttu Ahola3-7/+8
2011-04-10changed server to do object management at longer intervals (0.5s)Perttu Ahola2-186/+192
2011-04-10Made environment to not consider disconnected players when dealing with Activ...Perttu Ahola1-0/+15
2011-04-10better support for old mapsPerttu Ahola6-50/+145
2011-04-10missing include for server buildPerttu Ahola1-0/+1