aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2011-02-01This map generator is starting to look pretty good now... also, disabled ↵Perttu Ahola
loading player position from disk because map is regenerated always.
2011-02-01partly working chunk-based map generator (doesn't save properly, spawn is ↵Perttu Ahola
pretty random)
2011-01-30map generation framework under development... not quite operational at this ↵Perttu Ahola
point.
2011-01-28Now texture handling is fast. Also now players are saved on disk.Perttu Ahola
2011-01-26backing up some stuffPerttu Ahola
2011-01-26commentsPerttu Ahola
2011-01-26Map deletion buttonPerttu Ahola
2011-01-25removed alternative name "pressure" from param2Perttu Ahola
2011-01-25Tweaking aroundPerttu Ahola
2011-01-24Faster lighting at map generation timePerttu Ahola
2011-01-24Mainly some texture tweakingPerttu Ahola
2011-01-24small fixes here and therePerttu Ahola
2011-01-23todo-list updatePerttu Ahola
2011-01-23OMG! Main Menu!Perttu Ahola
2011-01-21Documentation updates.Perttu Ahola
2011-01-18made old build system to work too. the cmake one doesn't make working ↵Perttu Ahola
binaries for some computers. --HG-- rename : src/config.h.in => src/cmake_config.h.in
2011-01-17configuration updates; making to build on msvcPerttu Ahola
2011-01-17minecraft-style water done (but no texture animation or sound)Perttu Ahola
2011-01-17old water removed, some fixes here and therePerttu Ahola
2011-01-17commit before messing with waterPerttu Ahola
2011-01-17fine-tuning of map generator and server and stuff.Perttu Ahola
2011-01-15tweaking around, including mapgen, player speed in water, settingsPerttu Ahola
2011-01-08continued.Perttu Ahola
2011-01-08Fixed (maybe) segfault if font is not foundPerttu Ahola
2011-01-08CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola
to work on OS X.
2011-01-07Added a more flexible path system (and fixed some minor stuff)Perttu Ahola
2011-01-07updated main.cpp TODO commentsPerttu Ahola
2010-12-29possibly fixed broken crack textures on some machinesPerttu Ahola
2010-12-29A bit longer day and a bit shorter night. Client-side.Perttu Ahola
2010-12-27better debug output in segfaults and stack overflows in windowsPerttu Ahola
2010-12-26working goodPerttu Ahola
2010-12-26drawing range updater update and myrand() (but not usage of it)Perttu Ahola
2010-12-26new viewing range updater algorithmPerttu Ahola
2010-12-25main.cpp before viewing range stuff redoingPerttu Ahola
2010-12-25better cavesPerttu Ahola
2010-12-25tinkering aroundPerttu Ahola
2010-12-25more tinkering aroundPerttu Ahola
2010-12-25some tinkering aroundPerttu Ahola
2010-12-25slight map generation bugsPerttu Ahola
2010-12-25builds on both platformsPerttu Ahola
2010-12-25minecraft-like craftingPerttu Ahola
2010-12-24disconnect method to connection to be used instead of just timing outPerttu Ahola
2010-12-24ProgressBarTextureModPerttu Ahola
2010-12-24small segfault bug fixPerttu Ahola
2010-12-24base stuff for item->object conversionPerttu Ahola
2010-12-23changes to handing of digging (non backwards-compatible i guess)Perttu Ahola
2010-12-23little tinkeringPerttu Ahola
2010-12-23work-in-progress gui system updating + some settings system updatingPerttu Ahola
2010-12-23redoing gui stuffPerttu Ahola
2010-12-23fixed crack animation timing in clientPerttu Ahola