aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-26reorganized stuffPerttu Ahola
2011-06-26tuned mapgenPerttu Ahola
2011-06-26changed water color in farmeshPerttu Ahola
2011-06-26updated noise stuffPerttu Ahola
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola
doing it
2011-06-26improved player fall damage detectionPerttu Ahola
2011-06-26added and commented out some debug outputPerttu Ahola
2011-06-26even more code refactoringPerttu Ahola
2011-06-26more reorganizing of map codePerttu Ahola
2011-06-26cleaned map stuffPerttu Ahola
2011-06-25moved mapgen stuff around abitPerttu Ahola
2011-06-25moved map generator to separate source filesPerttu Ahola
2011-06-25added minetestmapper in utils/Perttu Ahola
2011-06-25mapgen stuffPerttu Ahola
2011-06-25added correct data to new images, added comments in main.cppPerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola
(import from temporary git repo)
2011-06-25Reorganizing stuff (import from temporary git repo)Perttu Ahola
2011-06-23disabled farmesh in default settingsPerttu Ahola
2011-06-22fixed servermain.cpp lacking filesys.hPerttu Ahola
2011-06-20path_userdata is now created before potentially creating debug.txt in therePerttu Ahola
2011-06-20moved the mac include in porting.cpp out of namespacePerttu Ahola
2011-06-19fixed a segfault in case of wrong input from network on the server (reported ↵Perttu Ahola
by spongie)
2011-06-19uh oh, forgot to add treeprop.png to the repoPerttu Ahola
2011-06-18Modified the mesh update thread's sleep time to speed it up (it was way too ↵Perttu Ahola
high)
2011-06-18lol, i have apparently used python too much...Perttu Ahola
2011-06-18added a small php examplePerttu Ahola
2011-06-18Added endianess to procotol.txtPerttu Ahola
2011-06-18Fixed typo in protocol.txtPerttu Ahola
2011-06-18updated protocol.txtPerttu Ahola
2011-06-18Documentation updatePerttu Ahola
2011-06-18Hand-picked Mac OSX cursor and bundle path fixes from ↵Perttu Ahola
https://bitbucket.org/toabi/minetest-mac
2011-06-18Added tag 0.2.20110618_0_dev for changeset dd08a9b5cb84Perttu Ahola
2011-06-18Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola
2011-06-18comment updatePerttu Ahola
2011-06-18farmesh render range is now dynamicPerttu Ahola
2011-06-18fixed tree placement in farmeshPerttu Ahola
2011-06-18farmesh is now usable.Perttu Ahola
2011-06-18modified health bar a bitPerttu Ahola
2011-06-18enabled word wrap in chatPerttu Ahola
2011-06-18fixed wrong furnace menu layoutPerttu Ahola
2011-06-18merged Mac OSX build fix from minetest-deltaPerttu Ahola
2011-06-18removed furnace menu because it is not needed anymorePerttu Ahola
2011-06-18separated inventory-related game content to content_inventory.{h,cpp}Perttu Ahola
2011-06-18forgot to add mapblock_nodemod.hPerttu Ahola
2011-06-18moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp}Perttu Ahola
2011-06-18Created and moved stuff to content_nodemeta.{h,cpp}Perttu Ahola
2011-06-17added in-game key shortcuts for toggling free_move and fast_move (default K ↵Perttu Ahola
and J)
2011-06-17modified iron amount a bitPerttu Ahola
2011-06-17Updated commentsPerttu Ahola
2011-06-17Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and ↵Perttu Ahola
content_mapblock.{h,cpp}