aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removed boost support from filesys.cpp; default to posixPerttu Ahola2011-01-071-37/+3
* possibly fixed broken crack textures on some machinesPerttu Ahola2010-12-292-15/+42
* tuned expired mesh updating while drawing a bitPerttu Ahola2010-12-292-4/+9
* A bit longer day and a bit shorter night. Client-side.Perttu Ahola2010-12-294-38/+55
* oops, forgot some test code inPerttu Ahola2010-12-271-4/+0
* better debug output in segfaults and stack overflows in windowsPerttu Ahola2010-12-279-90/+138
* better grass generation (integration to sunlight propagation algorithms)Perttu Ahola2010-12-263-29/+90
* working goodPerttu Ahola2010-12-268-221/+65
* drawing range updater update and myrand() (but not usage of it)Perttu Ahola2010-12-268-107/+131
* new viewing range updater algorithmPerttu Ahola2010-12-265-13/+153
* main.cpp before viewing range stuff redoingPerttu Ahola2010-12-251-0/+3
* some... stuff. dunno. 8-)Perttu Ahola2010-12-254-16/+28
* better cavesPerttu Ahola2010-12-259-139/+386
* tinkering aroundPerttu Ahola2010-12-255-14/+21
* vc++ project updatePerttu Ahola2010-12-251-0/+4
* missing filesPerttu Ahola2010-12-252-0/+213
* more tinkering aroundPerttu Ahola2010-12-251-1/+1
* some tinkering aroundPerttu Ahola2010-12-253-13/+44
* slight map generation bugsPerttu Ahola2010-12-253-3/+12
* builds on both platformsPerttu Ahola2010-12-258-6/+45
* minecraft-like craftingPerttu Ahola2010-12-2513-247/+568
* slight readme updatePerttu Ahola2010-12-241-9/+2
* disconnect method to connection to be used instead of just timing outPerttu Ahola2010-12-249-243/+688
* ProgressBarTextureModPerttu Ahola2010-12-249-37/+107
* filesPerttu Ahola2010-12-242-0/+0
* small segfault bug fixPerttu Ahola2010-12-241-4/+3
* base stuff for item->object conversionPerttu Ahola2010-12-249-188/+577
* changes to handing of digging (non backwards-compatible i guess)Perttu Ahola2010-12-2314-265/+583
* little tinkeringPerttu Ahola2010-12-234-19/+42
* work-in-progress gui system updating + some settings system updatingPerttu Ahola2010-12-239-242/+339
* redoing gui stuffPerttu Ahola2010-12-237-329/+252
* fixed crack animation timing in clientPerttu Ahola2010-12-234-4/+27
* a mutex added to TempMods which hopefully fixes rare segfaults on clientPerttu Ahola2010-12-234-75/+81
* changed default time speedPerttu Ahola2010-12-221-1/+1
* added fog to playersPerttu Ahola2010-12-222-2/+5
* updated example configPerttu Ahola2010-12-221-0/+2
* fixed crafting bugPerttu Ahola2010-12-221-1/+1
* server starting on port 0 on invalid settingsPerttu Ahola2010-12-226-10/+35
* crafting system!Perttu Ahola2010-12-2222-142/+702
* just savin'Perttu Ahola2010-12-227-112/+344
* missing filesPerttu Ahola2010-12-222-0/+349
* some work-in-progressPerttu Ahola2010-12-2220-268/+699
* organizing stuff.Perttu Ahola2010-12-2123-372/+803
* Cracking blocks while diggingPerttu Ahola2010-12-2116-289/+232
* added some missing filesPerttu Ahola2010-12-204-163/+363
* framework for modifying texturesPerttu Ahola2010-12-2019-231/+410
* some tinkering with gui. removed updating of configuration file at endPerttu Ahola2010-12-208-72/+10
* working time-of-day sending from server to clientPerttu Ahola2010-12-2010-148/+198
* added dedicated server build without irrlichtPerttu Ahola2010-12-1919-125/+669
* day/night working client sidePerttu Ahola2010-12-1922-660/+939