aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
AgeCommit message (Expand)Author
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl
2012-01-22Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa...Kahrl
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2011-11-29Replace old active block random node modifying things with actual ActiveBlock...Perttu Ahola
2011-11-29Add reason parameter to setModified and print it out to verbosestream when sa...Perttu Ahola
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola
2011-11-29Node definition namesPerttu Ahola
2011-11-29Remove content dependencies from mapblock.cppPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola
2011-11-29Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-10-15mobv2Perttu Ahola
2011-10-12Saner block modification flag operation for not saving everything alwaysPerttu Ahola
2011-07-25fix server buildPerttu Ahola
2011-07-24Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola
2011-07-24merged fix to decapitated trees; other bugs now existsPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-07-21Attempt to fix the big bug. Now server either stops sending map or mapgen sta...Perttu Ahola
2011-07-02initial steps in doing content type extensionPerttu Ahola
2011-06-26fixed block unloading from memory (a better fix coming next)Perttu Ahola
2011-06-26more reorganizing of map codePerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola
2011-06-18Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola
2011-06-17Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc...Perttu Ahola
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...Perttu Ahola
2011-06-05Messed around with genmap.py. Now supports format version 17.Perttu Ahola
2011-06-02Merged CiaranG's fence graphic updates (ugh, well, it worked, i guess, kind o...Perttu Ahola
2011-05-31Slightly better texture coordinates for fencesCiaran Gultnieks
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola
2011-05-30Ability to set texture coordinates on a generated cuboid (for fences)Ciaran Gultnieks
2011-05-24Added fences (but still needs an icon or something to display in inventory)Ciaran Gultnieks
2011-05-22Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola
2011-05-09Added glass, with rendering and furnace support.Ciaran Gultnieks
2011-05-03Fixed a temporary solution of server shutting down to an assert(0) when a too...Perttu Ahola
2011-04-24Tuned polygon generation to sort the triangles for nicer gradientsPerttu Ahola
2011-04-24...Now the tesselation should actually workPerttu Ahola
2011-04-24Optimized smooth lighting calculation codePerttu Ahola
2011-04-24cleaned the smooth lighting code a bitPerttu Ahola
2011-04-24disable tiling of textures only if smooth lighting is usedPerttu Ahola
2011-04-24Added a setting for disabling smooth lighting. Updated changelog.Perttu Ahola
2011-04-24Added a simple software "ambient occlusion" effect, like minecraft's "smooth ...Perttu Ahola
2011-04-23fixed flowing water lighting when it is below a solid blockPerttu Ahola
2011-04-22Removed IrrlichtWrapperPerttu Ahola
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola
2011-04-11support for format 0 and 1 mapsPerttu Ahola
2011-04-10implemented rats in new system to verify that it worksPerttu Ahola
2011-04-05changed node metadata format to better accomodate future needs and problemsPerttu Ahola
2011-04-04now the server buildsPerttu Ahola