summaryrefslogtreecommitdiff
path: root/src/content_mapblock.cpp
Commit message (Collapse)AuthorAge
* Fix visual_scale for plantlike nodes (again)Vanessa Ezekowitz2014-12-19
| | | | | | fixes #1989 move the plant to the bottom of its node properly, without affecting its scale. See isue #1989
* Fix visual_scale for NDT_PLANTLIKE being set too smallCraig Robbins2014-12-18
|
* Fix raillike bug (currently manifests itself on Android), and minor ↵Kodexky2014-11-20
| | | | | | improvement to readability. NB: Minor edits to patch made by Zeno- (int to short and minor formatting)
* Fix wallmounted mesh rotationsShadowNinja2014-11-19
|
* Add option to enable mesh caching, add wallmounted for meshes.RealBadAngel2014-10-29
|
* Fix broken plantlike drawtype.RealBadAngel2014-10-22
|
* Recalculate normals for cached meshes.RealBadAngel2014-10-21
| | | | | | Check if mesh is here before adding to meshcollector. Fix deleting the meshes.
* Various uninitialised variable fixesCraig Robbins2014-10-19
| | | | | | sky.cpp: m_bgcolor.getAlpha() was being used before initialised mesh related: m_highlight_mesh_color was being used uninitialised
* Add meshnode drawtype.RealBadAngel2014-10-18
|
* Add optional framed glasslike drawtypeBlockMen2014-10-02
|
* Add firelike drawtypeTriBlade92014-09-21
|
* Split settings into seperate source and header filesShadowNinja2014-09-21
| | | | This also cleans up settings a bit
* Bugfix: don't highlight air nodes.RealBadAngel2014-09-18
|
* Node highlighting.RealBadAngel2014-09-17
|
* Pass light sources in blue channel of vertex color instead of decoded light ↵RealBadAngel2014-08-21
| | | | | | for all special drawtypes. Plus some style fixes and optimizations.
* Dont display interior of glasslike_framed node when its not defined.RealBadAngel2014-07-24
| | | | Fixes https://github.com/minetest/minetest/issues/1514
* Allow full circle rotation with 2degs step for plantlike drawtype.RealBadAngel2014-07-24
|
* 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 ↵sapier2014-04-06
| | | | called function
* Fix liquid_rangePilzAdam2013-11-02
| | | | | | * Prevent graphical glitches on old servers * Fix flowing of liquids with viscosity != 1 and range != 8 * Fix range = 0, no flowing nodes will appear
* Add support for parameter 'visual_scale' for drawtypes 'signlike' and ↵Sokomine2013-10-14
| | | | 'torchlike' like used for drawtype 'plantlike'
* 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 ↵Jeija2013-05-22
| | | | group connect_to_raillike
* 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
|\ | | | | finite liquid
| * 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 ↵Jürgen Doser2013-02-10
| | | | | | | | | instead of 4 This way, plants actually show the real backface on their back side, i.e., the front face mirrored around the vertical axis, instead of showing the front face on both sides. This looked weird when the texture was not symmetrical around the vertical axis.
* Handle day-night transition in shader and make light sources brighter when ↵Perttu Ahola2012-12-02
| | | | shaders are used
* 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
| | | | side rotation
* 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 ↵darkrose2012-06-05
| | | | non-LGPLv2 parts from the standpoint of copyright law.