aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* minecraft-style water done (but no texture animation or sound)Perttu Ahola2011-01-171-0/+11
* old water removed, some fixes here and therePerttu Ahola2011-01-171-0/+2
* commit before messing with waterPerttu Ahola2011-01-171-14/+8
* fine-tuning of map generator and server and stuff.Perttu Ahola2011-01-171-1/+4
* tweaking around, including mapgen, player speed in water, settingsPerttu Ahola2011-01-151-55/+72
* continued.Perttu Ahola2011-01-081-1/+5
* Fixed (maybe) segfault if font is not foundPerttu Ahola2011-01-081-0/+2
* CMake stuff works now on linux and windows... and should be possible to make ...Perttu Ahola2011-01-081-7/+13
* Added a more flexible path system (and fixed some minor stuff)Perttu Ahola2011-01-071-21/+32
* updated main.cpp TODO commentsPerttu Ahola2011-01-071-7/+9
* possibly fixed broken crack textures on some machinesPerttu Ahola2010-12-291-3/+14
* A bit longer day and a bit shorter night. Client-side.Perttu Ahola2010-12-291-3/+12
* better debug output in segfaults and stack overflows in windowsPerttu Ahola2010-12-271-28/+17
* working goodPerttu Ahola2010-12-261-133/+15
* drawing range updater update and myrand() (but not usage of it)Perttu Ahola2010-12-261-61/+59
* new viewing range updater algorithmPerttu Ahola2010-12-261-7/+147
* main.cpp before viewing range stuff redoingPerttu Ahola2010-12-251-0/+3
* better cavesPerttu Ahola2010-12-251-9/+21
* tinkering aroundPerttu Ahola2010-12-251-5/+12
* more tinkering aroundPerttu Ahola2010-12-251-1/+1
* some tinkering aroundPerttu Ahola2010-12-251-4/+37
* slight map generation bugsPerttu Ahola2010-12-251-1/+1
* builds on both platformsPerttu Ahola2010-12-251-2/+2
* minecraft-like craftingPerttu Ahola2010-12-251-31/+71
* disconnect method to connection to be used instead of just timing outPerttu Ahola2010-12-241-2/+8
* ProgressBarTextureModPerttu Ahola2010-12-241-3/+29
* small segfault bug fixPerttu Ahola2010-12-241-4/+3
* base stuff for item->object conversionPerttu Ahola2010-12-241-42/+86
* changes to handing of digging (non backwards-compatible i guess)Perttu Ahola2010-12-231-47/+118
* little tinkeringPerttu Ahola2010-12-231-8/+11
* work-in-progress gui system updating + some settings system updatingPerttu Ahola2010-12-231-219/+77
* redoing gui stuffPerttu Ahola2010-12-231-108/+115
* fixed crack animation timing in clientPerttu Ahola2010-12-231-4/+11
* a mutex added to TempMods which hopefully fixes rare segfaults on clientPerttu Ahola2010-12-231-16/+13
* added fog to playersPerttu Ahola2010-12-221-2/+3
* crafting system!Perttu Ahola2010-12-221-1/+10
* just savin'Perttu Ahola2010-12-221-45/+64
* some work-in-progressPerttu Ahola2010-12-221-41/+77
* organizing stuff.Perttu Ahola2010-12-211-51/+35
* Cracking blocks while diggingPerttu Ahola2010-12-211-117/+44
* framework for modifying texturesPerttu Ahola2010-12-201-48/+49
* some tinkering with gui. removed updating of configuration file at endPerttu Ahola2010-12-201-2/+2
* working time-of-day sending from server to clientPerttu Ahola2010-12-201-39/+5
* added dedicated server build without irrlichtPerttu Ahola2010-12-191-1/+4
* day/night working client sidePerttu Ahola2010-12-191-76/+110
* before adding day/night lightingPerttu Ahola2010-12-181-101/+212
* settings manager: better default setting handling and updating config file an...Perttu Ahola2010-12-141-41/+111
* tinkering aroundPerttu Ahola2010-12-141-65/+42
* pause menu addedPerttu Ahola2010-12-141-10/+18
* little fixesPerttu Ahola2010-12-141-1/+0