aboutsummaryrefslogtreecommitdiff
path: root/src/connection.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-16forgot some test code in...Perttu Ahola1-3/+0
2011-02-16Hopefully fixed some of the errors in cmake's finding of irrlichtPerttu Ahola1-17/+42
2011-02-15fixed slight error in server buildPerttu Ahola2-5/+14
2011-02-15updated changelogPerttu Ahola1-0/+6
2011-02-15CMake working nicely on Windows, at least with MSVC. "Compiling on windows" s...Perttu Ahola1-4/+8
2011-02-15might work good on cmake+msvc nowPerttu Ahola8-38/+121
2011-02-15still a little fix!Perttu Ahola1-1/+1
2011-02-15Fix for windowsPerttu Ahola1-7/+7
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola13-111/+384
2011-02-15mud gets now grass onto it when placed into sunlight. also removed three old ...Perttu Ahola4-9/+23
2011-02-15smgr->drop() is now used in tile.cppPerttu Ahola1-5/+6
2011-02-15server now won't crash when it is tries to generate blocks that are not insid...Perttu Ahola2-37/+47
2011-02-14fixed CMakeLists.txt syntax (removed additional ,)Perttu Ahola1-1/+1
2011-02-14Added tag 110214175330 for changeset 20c49c98c92aPerttu Ahola1-0/+1
2011-02-14changelog updatePerttu Ahola1-0/+2
2011-02-14new hotbar, more minecraft-likePerttu Ahola3-51/+137
2011-02-14Some fiddling around with fog... not much changedPerttu Ahola3-30/+83
2011-02-14removed useless SMaterial parameter from mapblockPerttu Ahola1-1/+1
2011-02-14sneaking bug fixingPerttu Ahola1-21/+33
2011-02-14cube inventory texture rendering thing (not good yet)Perttu Ahola2-34/+104
2011-02-14New way of determining the outcome of diggingPerttu Ahola3-10/+41
2011-02-14disabled jumping in sneak mode if far away from the edge because it can drop ...Perttu Ahola1-2/+4
2011-02-14fixed bug in sneakingPerttu Ahola3-32/+40
2011-02-14players to not be saved when map saving is disabled (due to some error)Perttu Ahola1-12/+15
2011-02-14added sneaking/crouching and changelogPerttu Ahola8-108/+313
2011-02-13tuned fog distance a bitPerttu Ahola1-1/+1
2011-02-13mapgen parameter tweakingPerttu Ahola1-2/+2
2011-02-13changed sky color and made new style leaves a bit more brightPerttu Ahola2-2/+4
2011-02-12Added tag 110212200513 for changeset 23880c78e40cPerttu Ahola1-0/+1
2011-02-12hopefully a fix for the majority of the windows 7 problems - thanks to zerochenPerttu Ahola3-33/+55
2011-02-12Use random-generated fallback textures when real textures are not foundPerttu Ahola2-29/+71
2011-02-11some fixes to make compiling on some bsd easierPerttu Ahola3-3/+10
2011-02-11Added tag 110211211322 for changeset e3c3c8e27bbcPerttu Ahola1-0/+1
2011-02-11tiny fixPerttu Ahola1-1/+1
2011-02-11pauseMenu text changePerttu Ahola1-2/+0
2011-02-11disabled work wrap to show every line of chat in any casePerttu Ahola1-1/+2
2011-02-11more stuff...Perttu Ahola3-6/+13
2011-02-11now it works nicelyPerttu Ahola5-21/+60
2011-02-11fully working i guessPerttu Ahola16-120/+356
2011-02-11new texture stuff quite workingPerttu Ahola14-78/+253
2011-02-10fixes toward mingw compatibilityPerttu Ahola6-25/+84
2011-02-10some texture stuffPerttu Ahola3-1/+7
2011-02-10work-in-progress texture atlas optimizationPerttu Ahola21-270/+1495
2011-02-08uh... accidentally left directX as the default in main.cppPerttu Ahola1-2/+2
2011-02-08local game connects to 127.0.0.1 instead of localhost (windows returns an ipv...Perttu Ahola6-9/+30
2011-02-08made it to work with my windows compilerPerttu Ahola3-6/+24
2011-02-08bug-fixin'Perttu Ahola24-173/+342
2011-02-06mapgen tweakingPerttu Ahola9-184/+285
2011-02-05added noise.*Perttu Ahola2-0/+124
2011-02-05mapgen stuffPerttu Ahola17-3397/+240