aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock_mesh.cpp
AgeCommit message (Collapse)Author
2012-12-02Try to add a bit of topside brightness when not using shadersPerttu Ahola
2012-12-02Handle day-night transition in shader and make light sources brighter when ↵Perttu Ahola
shaders are used
2012-12-02Fix tile MaterialType to make sense and make lava surface be shader'd lower ↵Perttu Ahola
like water
2012-12-02Implement a global shader parameter passing system and useful shadersPerttu Ahola
2012-12-02ShaderSource and silly example shadersKahrl
2012-11-27Fix mesh glitches on MapBlock boundariesPerttu Ahola
2012-07-21Rotate facedir-rotated top and bottom textures too, and re-implement nodebox ↵Perttu Ahola
side rotation
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-16Add desynchronize_mapblock_texture_animation setting and improve ↵Perttu Ahola
minetest.conf.example a bit
2012-06-16Node texture animationPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-05-31Fix MSVC build (pow type overload stuff)Perttu Ahola
2012-05-20Tune smooth lighting a bitPerttu Ahola
2012-04-08Make lava brighter by showing light sources at their full emitted light levelPerttu Ahola
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl
light, removed footprints
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- 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.
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2011-11-29Clean mapnode.h and fix other files accordinglyPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-08Fix water-glass and water-lava surfacesPerttu Ahola
2011-10-18Improve rendering and fix tiling in mesh generationPerttu Ahola
2011-10-15Fix some "Conditional jump or move depends on uninitialised value(s)" ↵Perttu Ahola
valgrind detections
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-07-24made shadows less bluePerttu Ahola
2011-07-23merged jungle and bluish shadowsPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-07-23Made dark places tint slightly in bluePerttu Ahola
2011-06-26more reorganizing of map codePerttu Ahola
2011-06-25mapgen stuffPerttu Ahola
2011-06-17Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and ↵Perttu Ahola
content_mapblock.{h,cpp}