aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* map unloading is now a whole lot betterPerttu Ahola2011-06-271-29/+70
* fixed block unloading from memory (a better fix coming next)Perttu Ahola2011-06-261-56/+39
* reorganized stuffPerttu Ahola2011-06-261-0/+19
* reorganized a lot of stuff and modified mapgen and objects slightly while doi...Perttu Ahola2011-06-261-7/+3
* even more code refactoringPerttu Ahola2011-06-261-27/+57
* more reorganizing of map codePerttu Ahola2011-06-261-1/+3
* cleaned map stuffPerttu Ahola2011-06-261-26/+18
* moved mapgen stuff around abitPerttu Ahola2011-06-251-6/+7
* moved map generator to separate source filesPerttu Ahola2011-06-251-1899/+6
* mapgen stuffPerttu Ahola2011-06-251-194/+341
* New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola2011-06-251-2448/+1807
* Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola2011-06-181-2/+3
* farmesh is now usable.Perttu Ahola2011-06-181-9/+28
* modified iron amount a bitPerttu Ahola2011-06-171-3/+2
* Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc...Perttu Ahola2011-06-171-1/+1
* Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...Perttu Ahola2011-06-171-0/+1
* Probably fixed the single-MapBlock generator using 1 block lower water height...Perttu Ahola2011-06-161-1/+1
* tried to reduce unnecessary map saving disk i/o a bitPerttu Ahola2011-06-051-5/+5
* Messed around with genmap.py. Now supports format version 17.Perttu Ahola2011-06-051-2/+4
* Reduced the CPU usage of the sent block selector algorithmPerttu Ahola2011-05-311-3/+3
* Added a check that avoids server crash (unhandled exception) when map generat...Perttu Ahola2011-05-241-1/+12
* mud placed in sunlight no longer instantly turns to grass; also tuned transfo...Perttu Ahola2011-05-221-0/+2
* Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola2011-05-221-44/+17
* New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks2011-05-181-39/+85
* Get rid of all the string format warnings caused by the DSTACK macroCiaran Gultnieks2011-05-161-4/+4
* Hopefully fixed the bug of huge mineral deposits rarely in seafloor sandPerttu Ahola2011-05-031-2/+4
* random comment updatesPerttu Ahola2011-04-301-1/+1
* Changed a bit of the code that is and should still be commented out.Perttu Ahola2011-04-271-10/+10
* forgot to change one thing backPerttu Ahola2011-04-261-7/+14
* tested out and commented out some new stuff for the terrain generator, to be ...Perttu Ahola2011-04-261-7/+139
* A small fix to unnecessary saving of map metadataPerttu Ahola2011-04-261-1/+3
* Optimized map saving and sending (server-side)Perttu Ahola2011-04-261-4/+10
* updated menu a bit, and some other small fixesPerttu Ahola2011-04-241-0/+3
* Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola2011-04-211-12/+24
* updated example map generator python scriptPerttu Ahola2011-04-111-0/+3
* fixed warnings reported by cppcheckPerttu Ahola2011-04-111-1/+2
* hopefully fixed a bit morePerttu Ahola2011-04-111-1/+2
* improved old map supportPerttu Ahola2011-04-111-4/+21
* added ignoring of map_meta.txt to better support old mapsPerttu Ahola2011-04-111-6/+6
* better support for old mapsPerttu Ahola2011-04-101-8/+64
* missing include for server buildPerttu Ahola2011-04-101-0/+1
* Map generation is now properly threaded and doesn't block block placement and...Perttu Ahola2011-04-101-54/+64
* a commit before starting to reorganize the map loading/generation logicPerttu Ahola2011-04-101-478/+328
* new-style rats are now generated in the mapPerttu Ahola2011-04-101-1/+75
* new object systemPerttu Ahola2011-04-101-0/+16
* Furnace is now usable. Added more tools.Perttu Ahola2011-04-051-36/+62
* initial workings of the furnacePerttu Ahola2011-04-051-0/+29
* changed node metadata format to better accomodate future needs and problemsPerttu Ahola2011-04-051-3/+5
* Node metadata frameworkPerttu Ahola2011-04-041-2/+51
* Made a proper queued thread to client for handling some block mesh updates. A...Perttu Ahola2011-04-041-20/+7