summaryrefslogtreecommitdiff
path: root/src/mapnode.h
Commit message (Expand)AuthorAge
* 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
|/
* Smooth day-night transitionsPerttu Ahola2012-12-02
* Fix map deserialization and remove old serialization codePerttu Ahola2012-07-23
* Increase node id/param0 to 16 bits, leaving param2 always with 8 bitsdarkrose2012-07-23
* Custom boxy nodes (stairs, slabs) and collision changesKahrl2012-06-17
* Optimize headersPerttu Ahola2012-06-17
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl2012-03-15
* Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa...Kahrl2012-01-22
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-22
* Node place/dig Lua callbacksPerttu Ahola2011-11-29
* MapNode constructor to allow ndef+namePerttu Ahola2011-11-29
* Node definition namesPerttu Ahola2011-11-29
* Clean mapnode.h and fix other files accordinglyPerttu Ahola2011-11-29
* Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola2011-11-29
* GameDef compilesPerttu Ahola2011-11-29
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-29
* Clean headers a bitPerttu Ahola2011-11-29
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-29
* Fix water-glass and water-lava surfacesPerttu Ahola2011-11-08
* Make water invisible next to underwater glassPerttu Ahola2011-11-05
* ...Make the the server buildable again after the last commitPerttu Ahola2011-10-18
* Automate texture listing for texture atlas makingPerttu Ahola2011-10-18
* Header file tweaking; mainly for speedPerttu Ahola2011-10-12
* Merge remote-tracking branch 'marktraceur/master'Perttu Ahola2011-09-26
|\
| * Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist2011-09-23
* | Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl2011-09-07
|/
* Lava is now better visible inside water. (a crappy hack)Perttu Ahola2011-08-23
* Viscous fluidsGiuseppe Bilotta2011-08-16
* Use defines for liquid levelsGiuseppe Bilotta2011-08-16
* tuned lava/universal damage codePerttu Ahola2011-08-15
* lava!Perttu Ahola2011-08-15
* MapNode is a struct, not a classGiuseppe Bilotta2011-08-05
* Ladders implemented!Mark Holmquist2011-08-01
* Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-31
|\
| * Fixed handling of inventory in creative mode (normal inventory is not trashed...Perttu Ahola2011-07-30
* | Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-30
|\|
| * merged jungle and bluish shadowsPerttu Ahola2011-07-23
| |\
| | * Jungle biome/whatever thingPerttu Ahola2011-07-23
| |/ |/|
| * merged the content type extension and deltaPerttu Ahola2011-07-23
| |\ | |/ |/|
| * extended content-type rangePerttu Ahola2011-07-23
* | * refactored liquid transformation code (has some flaws)Felix Krause2011-07-18
* | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-14
|\|
| * initial steps in doing content type extensionPerttu Ahola2011-07-02
| * fixed bug in inventory textures caused from better handling of unknown blocksPerttu Ahola2011-06-27
* | * possibly improved water flow, by flyx86Nils Dagsson Moskopp2011-07-14
|/
* Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc...Perttu Ahola2011-06-17