Fix mouse events sent to wrong GUI elements when dragging
[oweals/minetest.git] / src / mapnode.h
2019-03-07 HybridDogAbort when trying to set a not registered node (#7011)
2018-12-22 Vitaliymapnode: add const/noexcept (#8009)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2017-10-15 VitaliyReal global textures (#6105)
2017-09-18 paramatLeveled nodebox: Change levels from 1/63rds to 1/64ths
2017-08-19 Loic BlotCode modernization: src/m* (part 3)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-04 Lars HofhanslFixes for using std:vector in ABMHander and further...
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-10-27 Dániel JuhászImproved lighting
2016-03-21 Auke KokFix connected nodes' selection boxes.
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2015-10-02 paramatMapnode: Replace rotateAlongYAxis with improved version
2015-09-22 paramatMapnode: Add rotateAlongYAxisFull supporting 24 facedirs
2015-02-23 gregorycuOptimise MapBlockMesh related functions
2015-02-10 Craig RobbinsIncrease MapBlock::actuallyUpdateDayNightDiff() perform...
2015-01-18 Craig RobbinsCreate empty default constructor for MapNode
2015-01-04 kwolekrRemove freezemelt (the remainder of proller nonsense)
2014-12-30 Craig RobbinsAdd display_gamma option for client
2014-12-24 Craig RobbinsLarge increase in performance
2014-12-09 Craig RobbinsIncrease performance of getLight() by at least 2x
2014-10-19 RealBadAngelCustom collision boxes node property.
2013-11-01 ShadowNinjaRaise the maximum node limit to 0x7fff
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-28 prollerBetter snow fall, finite liquid transform, leveled...
2013-07-27 prollerWeather support
2013-07-14 KahrlChange ContentFeatures array to a vector
2013-07-13 prollerLeveled nodebox
2013-07-08 kwolekrDecoration: Handle facedir and wallmounted param2types...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-24 prollernew adjustable finite liquid 482/head
2012-12-02 Perttu AholaSmooth day-night transitions
2012-07-23 Perttu AholaFix map deserialization and remove old serialization...
2012-07-23 darkroseIncrease node id/param0 to 16 bits, leaving param2...
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-17 Perttu AholaOptimize headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-01-22 KahrlCleanup (some stuff went wrong when reverting 4-byte...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2011-11-29 Perttu AholaNode place/dig Lua callbacks
2011-11-29 Perttu AholaMapNode constructor to allow ndef+name
2011-11-29 Perttu AholaNode definition names
2011-11-29 Perttu AholaClean mapnode.h and fix other files accordingly
2011-11-29 Perttu AholaCompletely generalized mesh generation; ContentFeatures...
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaClean headers a bit
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-08 Perttu AholaFix water-glass and water-lava surfaces
2011-11-05 Perttu AholaMake water invisible next to underwater glass
2011-10-18 Perttu Ahola...Make the the server buildable again after the last...
2011-10-18 Perttu AholaAutomate texture listing for texture atlas making
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-24 Mark HolmquistAdding (most) of the sapling functionality. It has...
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 KahrlRemoved unused camera_position and camera_direction...
2011-08-23 Perttu AholaLava is now better visible inside water. (a crappy...
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/me_cmd'
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/new_input'
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/liquid_fixes'
2011-08-22 Perttu AholaMerge branch 'lava'
2011-08-16 Giuseppe BilottaViscous fluids
2011-08-16 Giuseppe BilottaUse defines for liquid levels
2011-08-15 Perttu Aholatuned lava/universal damage code
2011-08-14 Perttu Aholalava!
2011-08-05 Perttu Aholamerged delta and c55
2011-08-05 Giuseppe BilottaMapNode is a struct, not a class
2011-08-01 Nils Dagsson MoskoppMerge pull request #47 from MarkTraceur/master
2011-08-01 Mark HolmquistLadders implemented!
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaFixed handling of inventory in creative mode (normal...
2011-07-30 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-23 Perttu Aholamerged some stuff from upstream while merging delta
2011-07-22 Perttu AholaJungle biome/whatever thing
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-21 Perttu AholaMerged minetest-delta a624fe549bc75855a170
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-18 Felix Krause* refactored liquid transformation code (has some flaws)
2011-07-18 Felix Krause* refactored liquid transformation code (has some flaws)
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson Moskopp* possibly improved water flow, by flyx86
next