summaryrefslogtreecommitdiff
path: root/src/mapblock_mesh.cpp
Commit message (Collapse)AuthorAge
...
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-02
|
* Remove useless recalculation of bounding box (mapblock_mesh)Esteban I. Ruiz Moreno2013-06-18
|
* Removed a redundant step which degraded performancesweetbomber2013-06-15
|
* Remove 'Meshbuffer ran out of indices' limitationKahrl2013-05-06
|
* Add option to use texture alpha channelkwolekr2013-04-23
|
* 6d facedirRealBadAngel2013-03-23
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
|
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* Try to add a bit of topside brightness when not using shadersPerttu Ahola2012-12-02
|
* Handle day-night transition in shader and make light sources brighter when ↵Perttu Ahola2012-12-02
| | | | shaders are used
* Fix tile MaterialType to make sense and make lava surface be shader'd lower ↵Perttu Ahola2012-12-02
| | | | like water
* Implement a global shader parameter passing system and useful shadersPerttu Ahola2012-12-02
|
* ShaderSource and silly example shadersKahrl2012-12-02
|
* Fix mesh glitches on MapBlock boundariesPerttu Ahola2012-11-27
|
* Rotate facedir-rotated top and bottom textures too, and re-implement nodebox ↵Perttu Ahola2012-07-21
| | | | side rotation
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
|
* Add desynchronize_mapblock_texture_animation setting and improve ↵Perttu Ahola2012-06-16
| | | | minetest.conf.example a bit
* Node texture animationPerttu Ahola2012-06-16
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Fix MSVC build (pow type overload stuff)Perttu Ahola2012-05-31
|
* Tune smooth lighting a bitPerttu Ahola2012-05-20
|
* Make lava brighter by showing light sources at their full emitted light levelPerttu Ahola2012-04-08
|
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl2012-03-15
| | | | light, removed footprints
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-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 ↵Kahrl2012-01-12
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* Clean mapnode.h and fix other files accordinglyPerttu Ahola2011-11-29
|
* GameDef compilesPerttu Ahola2011-11-29
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-29
| | | | node/tool/item/whatever types
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-29
|
* Fix water-glass and water-lava surfacesPerttu Ahola2011-11-08
|
* Improve rendering and fix tiling in mesh generationPerttu Ahola2011-10-18
|
* Fix some "Conditional jump or move depends on uninitialised value(s)" ↵Perttu Ahola2011-10-15
| | | | valgrind detections
* Header file tweaking; mainly for speedPerttu Ahola2011-10-12
|
* made shadows less bluePerttu Ahola2011-07-24
|
* merged jungle and bluish shadowsPerttu Ahola2011-07-23
|\
| * Made dark places tint slightly in bluePerttu Ahola2011-07-23
| |
* | extended content-type rangePerttu Ahola2011-07-23
|/
* more reorganizing of map codePerttu Ahola2011-06-26
|
* mapgen stuffPerttu Ahola2011-06-25
|
* Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and ↵Perttu Ahola2011-06-17
content_mapblock.{h,cpp}