aboutsummaryrefslogtreecommitdiff
path: root/data/player.png (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-07removing unused code and commentsPerttu Ahola2-74/+3
2011-01-07updated main.cpp TODO commentsPerttu Ahola1-7/+9
2011-01-07removed Client::isFetchingBlocksPerttu Ahola2-22/+0
2011-01-07removed boost support from filesys.cpp; default to posixPerttu Ahola1-37/+3
2010-12-29possibly fixed broken crack textures on some machinesPerttu Ahola2-15/+42
2010-12-29tuned expired mesh updating while drawing a bitPerttu Ahola2-4/+9
2010-12-29A bit longer day and a bit shorter night. Client-side.Perttu Ahola4-38/+55
2010-12-27oops, forgot some test code inPerttu Ahola1-4/+0
2010-12-27better debug output in segfaults and stack overflows in windowsPerttu Ahola9-90/+138
2010-12-26better grass generation (integration to sunlight propagation algorithms)Perttu Ahola3-29/+90
2010-12-26working goodPerttu Ahola8-221/+65
2010-12-26drawing range updater update and myrand() (but not usage of it)Perttu Ahola8-107/+131
2010-12-26new viewing range updater algorithmPerttu Ahola5-13/+153
2010-12-25main.cpp before viewing range stuff redoingPerttu Ahola1-0/+3
2010-12-25some... stuff. dunno. 8-)Perttu Ahola4-16/+28
2010-12-25better cavesPerttu Ahola9-139/+386
2010-12-25tinkering aroundPerttu Ahola5-14/+21
2010-12-25vc++ project updatePerttu Ahola1-0/+4
2010-12-25missing filesPerttu Ahola2-0/+213
2010-12-25more tinkering aroundPerttu Ahola1-1/+1
2010-12-25some tinkering aroundPerttu Ahola3-13/+44
2010-12-25slight map generation bugsPerttu Ahola3-3/+12
2010-12-25builds on both platformsPerttu Ahola8-6/+45
2010-12-25minecraft-like craftingPerttu Ahola13-247/+568
2010-12-24slight readme updatePerttu Ahola1-9/+2
2010-12-24disconnect method to connection to be used instead of just timing outPerttu Ahola9-243/+688
2010-12-24ProgressBarTextureModPerttu Ahola9-37/+107
2010-12-24filesPerttu Ahola2-0/+0
2010-12-24small segfault bug fixPerttu Ahola1-4/+3
2010-12-24base stuff for item->object conversionPerttu Ahola9-188/+577
2010-12-23changes to handing of digging (non backwards-compatible i guess)Perttu Ahola14-265/+583
2010-12-23little tinkeringPerttu Ahola4-19/+42
2010-12-23work-in-progress gui system updating + some settings system updatingPerttu Ahola9-242/+339
2010-12-23redoing gui stuffPerttu Ahola7-329/+252
2010-12-23fixed crack animation timing in clientPerttu Ahola4-4/+27
2010-12-23a mutex added to TempMods which hopefully fixes rare segfaults on clientPerttu Ahola4-75/+81
2010-12-22changed default time speedPerttu Ahola1-1/+1
2010-12-22added fog to playersPerttu Ahola2-2/+5
2010-12-22updated example configPerttu Ahola1-0/+2
2010-12-22fixed crafting bugPerttu Ahola1-1/+1
2010-12-22server starting on port 0 on invalid settingsPerttu Ahola6-10/+35
2010-12-22crafting system!Perttu Ahola22-142/+702
2010-12-22just savin'Perttu Ahola7-112/+344
2010-12-22missing filesPerttu Ahola2-0/+349
2010-12-22some work-in-progressPerttu Ahola20-268/+699
2010-12-21organizing stuff.Perttu Ahola23-372/+803
2010-12-21Cracking blocks while diggingPerttu Ahola16-289/+232
2010-12-20added some missing filesPerttu Ahola4-163/+363
2010-12-20framework for modifying texturesPerttu Ahola19-231/+410
2010-12-20some tinkering with gui. removed updating of configuration file at endPerttu Ahola8-72/+10