aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove content dependencies from mapblock.cppPerttu Ahola2011-11-291-21/+0
|
* GameDef compilesPerttu Ahola2011-11-291-20/+28
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-291-5/+5
| | | | node/tool/item/whatever types
* Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola2011-11-291-6/+8
|
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-291-0/+1
|
* mobv2Perttu Ahola2011-10-151-17/+9
|
* Saner block modification flag operation for not saving everything alwaysPerttu Ahola2011-10-121-1/+2
|
* fix server buildPerttu Ahola2011-07-251-0/+2
|
* Added a mapblock analyzing function for debugging use and fixed remaining ↵Perttu Ahola2011-07-241-0/+123
| | | | mapgen bugs
* merged fix to decapitated trees; other bugs now existsPerttu Ahola2011-07-241-1/+6
|\
| * Attempt to fix the big bug. Now server either stops sending map or mapgen ↵Perttu Ahola2011-07-211-1/+6
| | | | | | | | starts generating CONTENT_IGNORE.
* | extended content-type rangePerttu Ahola2011-07-231-12/+12
|/
* initial steps in doing content type extensionPerttu Ahola2011-07-021-44/+15
|
* fixed block unloading from memory (a better fix coming next)Perttu Ahola2011-06-261-1/+1
|
* more reorganizing of map codePerttu Ahola2011-06-261-1/+1
|
* New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-251-4/+18
| | | | (import from temporary git repo)
* Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola2011-06-181-1/+3
|
* Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and ↵Perttu Ahola2011-06-171-1702/+5
| | | | content_mapblock.{h,cpp}
* Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola2011-06-171-0/+3
| | | | stuff from material.cpp to content_mapnode.{h,cpp}
* Messed around with genmap.py. Now supports format version 17.Perttu Ahola2011-06-051-1/+2
|
* Merged CiaranG's fence graphic updates (ugh, well, it worked, i guess, kind ↵Perttu Ahola2011-06-021-20/+68
|\ | | | | | | of.) This commit should also get rid of multiple heads on the server.
| * Slightly better texture coordinates for fencesCiaran Gultnieks2011-05-311-10/+24
| |
| * Ability to set texture coordinates on a generated cuboid (for fences)Ciaran Gultnieks2011-05-301-20/+54
| | | | | | | | | | | | | | Note: can't test this properly yet - may be fixes to follow --HG-- extra : rebase_source : e2d41621018f886d340c7847b29240042d4412ac
* | Reduced the CPU usage of the sent block selector algorithmPerttu Ahola2011-05-311-2/+2
|/
* Added fences (but still needs an icon or something to display in inventory)Ciaran Gultnieks2011-05-241-0/+132
|
* Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola2011-05-221-44/+58
|
* Added glass, with rendering and furnace support.Ciaran Gultnieks2011-05-091-0/+77
|
* Fixed a temporary solution of server shutting down to an assert(0) when a ↵Perttu Ahola2011-05-031-3/+11
| | | | too large block metadata is sent to an old client
* Tuned polygon generation to sort the triangles for nicer gradientsPerttu Ahola2011-04-241-45/+12
|
* ...Now the tesselation should actually workPerttu Ahola2011-04-241-5/+1
|
* Optimized smooth lighting calculation codePerttu Ahola2011-04-241-213/+126
|
* cleaned the smooth lighting code a bitPerttu Ahola2011-04-241-29/+169
|
* disable tiling of textures only if smooth lighting is usedPerttu Ahola2011-04-241-1/+6
|
* Added a setting for disabling smooth lighting. Updated changelog.Perttu Ahola2011-04-241-81/+91
|
* Added a simple software "ambient occlusion" effect, like minecraft's "smooth ↵Perttu Ahola2011-04-241-19/+170
| | | | lighting"
* fixed flowing water lighting when it is below a solid blockPerttu Ahola2011-04-231-3/+9
|
* Removed IrrlichtWrapperPerttu Ahola2011-04-221-7/+2
|
* Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola2011-04-211-6/+27
|
* support for format 0 and 1 mapsPerttu Ahola2011-04-111-0/+6
|
* implemented rats in new system to verify that it worksPerttu Ahola2011-04-101-2/+4
|
* changed node metadata format to better accomodate future needs and problemsPerttu Ahola2011-04-051-2/+14
|
* now the server buildsPerttu Ahola2011-04-041-0/+5
|
* fully implemented the sign with the new frameworkPerttu Ahola2011-04-041-3/+16
|
* Made a proper queued thread to client for handling some block mesh updates. ↵Perttu Ahola2011-04-041-184/+184
| | | | Also made client mutex-free to allow easier adding of new stuff.
* Modified block mesh generation to have clearer input and output. Instead of ↵Perttu Ahola2011-04-031-66/+125
| | | | being a messy object oriented cludge, it now is a messy cludge with separate parameters.
* commit before some more radical changesPerttu Ahola2011-04-031-0/+56
|
* Revert mapgen to best working version (2)Perttu Ahola2011-04-031-4/+4
|
* Mapgen is better now. Not a lot, but a bit!Perttu Ahola2011-04-021-0/+4
|
* A third try on terrain generation. No trees yet.Perttu Ahola2011-02-281-0/+1
|
* Temporary commit; lots of test code and stuffPerttu Ahola2011-02-211-6/+6
|