summaryrefslogtreecommitdiff
path: root/src/content_mapblock.cpp
Commit message (Expand)AuthorAge
...
* Add rotation for plantlike drawtype.RealBadAngel2014-07-22
* Bugfix in makeCuboid - apply rotations to all faces when 1 tile is given.RealBadAngel2014-07-20
* Fix texture glitches for plants with visual scale > 1.0 (jungle grass).RealBadAngel2014-07-17
* Fix texture hack in fences.RealBadAngel2014-07-17
* Fix flipped textures for drawtype "glasslike"sapier2014-07-16
* Glasslike_framed drawtype rework.RealBadAngel2014-06-29
* Pass pointer to nodedef directly to avoid recalculation in quite often called...sapier2014-04-06
* Fix liquid_rangePilzAdam2013-11-02
* Add support for parameter 'visual_scale' for drawtypes 'signlike' and 'torchl...Sokomine2013-10-14
* Diagonal liquid animationKahrl2013-08-17
* Add liquid_range to nodedefPilzAdam2013-07-20
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-02
* Make raillike nodes connect to any other raillike nodes if both are in the gr...Jeija2013-05-22
* Add new drawtype GLASSLIKE_FRAMEDRealBadAngel2013-04-24
* 6d facedirRealBadAngel2013-03-23
* Fix new_style_waterPilzAdam2013-03-17
* Liquid fine tuningproller2013-03-14
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
* Merge pull request #482 from proller/liquidkwolekr2013-02-25
|\
| * new adjustable finite liquidproller2013-02-24
* | Update Copyright YearsSfan52013-02-24
* | Change Minetest-c55 to MinetestPilzAdam2013-02-24
|/
* Disable backface culling for drawtype plantlike and only draw 2 faces instead...Jürgen Doser2013-02-10
* Handle day-night transition in shader and make light sources brighter when sh...Perttu Ahola2012-12-02
* Remove unnecessary util/serialize.h from content_mapblock.cppPerttu Ahola2012-11-26
* Fix flowing liquid animation direction calculationPerttu Ahola2012-11-02
* Rotate facedir-rotated top and bottom textures too, and re-implement nodebox ...Perttu Ahola2012-07-21
* Facedir rotation of nodebox texturesPerttu Ahola2012-07-21
* Custom boxy nodes (stairs, slabs) and collision changesKahrl2012-06-17
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
* Node texture animationPerttu Ahola2012-06-16
* Fix NDT_RAILLIKE tweakingsPerttu Ahola2012-06-05
* Shadily clean up NDT_RAILLIKE to surely differ from the few leftover non-LGPL...darkrose2012-06-05
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Make lava brighter by showing light sources at their full emitted light levelPerttu Ahola2012-04-08
* Improve the look of fencesPerttu Ahola2012-03-29
* "or" -> "||" in content_mapblock.cppPerttu Ahola2012-03-18
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl2012-03-15
* Improve raillike drawtypeJeija2012-03-10
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-22
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-12
* Fix mirrored sign texturePerttu Ahola2011-12-28
* Make liquid_alternative_* to be stringsPerttu Ahola2011-11-29
* Improve glassPerttu Ahola2011-11-29
* Fix NDT_PLANTLIKE scaling to always keep the bottom at ground levelPerttu Ahola2011-11-29
* Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola2011-11-29
* Clean morePerttu Ahola2011-11-29
* Prepare more for node definition serializationPerttu Ahola2011-11-29
* Better node texture generationPerttu Ahola2011-11-29
* GameDef compilesPerttu Ahola2011-11-29