Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Dont display interior of glasslike_framed node when its not defined. | RealBadAngel | 2014-07-24 |
| | | | | Fixes https://github.com/minetest/minetest/issues/1514 | ||
* | Allow full circle rotation with 2degs step for plantlike drawtype. | RealBadAngel | 2014-07-24 |
| | |||
* | Add rotation for plantlike drawtype. | RealBadAngel | 2014-07-22 |
| | |||
* | Bugfix in makeCuboid - apply rotations to all faces when 1 tile is given. | RealBadAngel | 2014-07-20 |
| | |||
* | Fix texture glitches for plants with visual scale > 1.0 (jungle grass). | RealBadAngel | 2014-07-17 |
| | |||
* | Fix texture hack in fences. | RealBadAngel | 2014-07-17 |
| | |||
* | Fix flipped textures for drawtype "glasslike" | sapier | 2014-07-16 |
| | |||
* | Glasslike_framed drawtype rework. | RealBadAngel | 2014-06-29 |
| | |||
* | Pass pointer to nodedef directly to avoid recalculation in quite often ↵ | sapier | 2014-04-06 |
| | | | | called function | ||
* | Fix liquid_range | PilzAdam | 2013-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 ↵ | Sokomine | 2013-10-14 |
| | | | | 'torchlike' like used for drawtype 'plantlike' | ||
* | Diagonal liquid animation | Kahrl | 2013-08-17 |
| | |||
* | Add liquid_range to nodedef | PilzAdam | 2013-07-20 |
| | |||
* | Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture | Kahrl | 2013-07-02 |
| | |||
* | Make raillike nodes connect to any other raillike nodes if both are in the ↵ | Jeija | 2013-05-22 |
| | | | | group connect_to_raillike | ||
* | Add new drawtype GLASSLIKE_FRAMED | RealBadAngel | 2013-04-24 |
| | |||
* | 6d facedir | RealBadAngel | 2013-03-23 |
| | |||
* | Fix new_style_water | PilzAdam | 2013-03-17 |
| | |||
* | Liquid fine tuning | proller | 2013-03-14 |
| | |||
* | Migrate to STL containers/algorithms. | Ilya Zhuravlev | 2013-03-11 |
| | |||
* | Merge pull request #482 from proller/liquid | kwolekr | 2013-02-25 |
|\ | | | | | finite liquid | ||
| * | new adjustable finite liquid | proller | 2013-02-24 |
| | | |||
* | | Update Copyright Years | Sfan5 | 2013-02-24 |
| | | |||
* | | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
|/ | |||
* | Disable backface culling for drawtype plantlike and only draw 2 faces ↵ | Jürgen Doser | 2013-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 Ahola | 2012-12-02 |
| | | | | shaders are used | ||
* | Remove unnecessary util/serialize.h from content_mapblock.cpp | Perttu Ahola | 2012-11-26 |
| | |||
* | Fix flowing liquid animation direction calculation | Perttu Ahola | 2012-11-02 |
| | |||
* | Rotate facedir-rotated top and bottom textures too, and re-implement nodebox ↵ | Perttu Ahola | 2012-07-21 |
| | | | | side rotation | ||
* | Facedir rotation of nodebox textures | Perttu Ahola | 2012-07-21 |
| | |||
* | Custom boxy nodes (stairs, slabs) and collision changes | Kahrl | 2012-06-17 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Node texture animation | Perttu Ahola | 2012-06-16 |
| | |||
* | Fix NDT_RAILLIKE tweakings | Perttu Ahola | 2012-06-05 |
| | |||
* | Shadily clean up NDT_RAILLIKE to surely differ from the few leftover ↵ | darkrose | 2012-06-05 |
| | | | | non-LGPLv2 parts from the standpoint of copyright law. | ||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | Make lava brighter by showing light sources at their full emitted light level | Perttu Ahola | 2012-04-08 |
| | |||
* | Improve the look of fences | Perttu Ahola | 2012-03-29 |
| | |||
* | "or" -> "||" in content_mapblock.cpp | Perttu Ahola | 2012-03-18 |
| | |||
* | MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵ | Kahrl | 2012-03-15 |
| | | | | light, removed footprints | ||
* | Improve raillike drawtype | Jeija | 2012-03-10 |
| | |||
* | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | 2012-01-22 |
| | | | | | | | | - Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes. | ||
* | The huge item definition and item namespace unification patch (itemdef), see ↵ | Kahrl | 2012-01-12 |
| | | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef | ||
* | Fix mirrored sign texture | Perttu Ahola | 2011-12-28 |
| | |||
* | Make liquid_alternative_* to be strings | Perttu Ahola | 2011-11-29 |
| | |||
* | Improve glass | Perttu Ahola | 2011-11-29 |
| | |||
* | Fix NDT_PLANTLIKE scaling to always keep the bottom at ground level | Perttu Ahola | 2011-11-29 |
| | |||
* | Completely generalized mesh generation; ContentFeatures serialization | Perttu Ahola | 2011-11-29 |
| | |||
* | Clean more | Perttu Ahola | 2011-11-29 |
| | |||
* | Prepare more for node definition serialization | Perttu Ahola | 2011-11-29 |
| |