oweals/minetest.git
2017-02-08 Loic BlotFix android build
2017-02-07 Loïc BlotAdd ModMetadata API (#5131)
2017-02-07 rubenwardyFix incompatibility of ItemStack.to_table() introduced... 5182/head
2017-02-07 paramatFace shading: Add shade factor comments
2017-02-06 Travis BurtrumAdd support for unix socket connection to redis (#5179)
2017-02-06 Auke KokPrevent SIGFPE on entity tile loading issue. (#5178)
2017-02-05 numberZeroImprove mesh shading (#5172)
2017-02-04 rubenwardyAdd per-stack descriptions using ItemStack Metadata 5154/head
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2017-02-04 rubenwardyDerive NodeMetaRef from MetaDataRef
2017-02-04 rubenwardyMake NodeMetaRef::getmeta a non-static member
2017-02-04 rubenwardyDerive NodeMetadata from Metadata
2017-02-04 sfan5Fix PlayerSAO deletion warning (0eede97af2927dcda354519...
2017-02-04 paramatMgv6: Add fallback node for gravel
2017-02-04 paramatMgv6: Add stairs to desert stone dungeons
2017-02-04 paramatMapgenBasic node resolver: Various fixes
2017-02-03 kilbithServerlist: Add ping indicators (#5164)
2017-02-01 Duane RobertsonTell on_punch to expect a return value
2017-02-01 paramatMgvalleys: Fix missing decorations and incorrect functi...
2017-02-01 EkdohibsFix anticheat resetting client position after the clien...
2017-01-31 Nathanaël CourantMake facedir_to_dir and wallmounted_to_dir work with...
2017-01-31 numberZeroFix fog weirdness (#5146)
2017-01-30 paramatPlantlike visual scale: Send sqrt(visual_scale) to...
2017-01-30 sapierAdd multiply texture modifier
2017-01-30 Dániel JuhászUse fabs() instead of abs() (#5141)
2017-01-30 Dániel JuhászRe-add halo highlight (#5130)
2017-01-29 EzhhAdd console height setting (#5136)
2017-01-29 Zeno-Rename height to scale for openConsole() (#5139)
2017-01-28 ShadowNinjaFix AIX threading build 5134/head
2017-01-28 ShadowNinjaFix synchronization issue at thread start
2017-01-28 SmallJokerfrom_table: Fix crash for missing inventory or field
2017-01-28 sapierMake entity on_punch have same signature and behaviour...
2017-01-28 ParamatPlantlike: Fix visual_scale being applied squared ...
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-26 paramatDungeongen: Fix selection of diagonal corridors
2017-01-26 paramatDungeons: Add nodebox stairs to desert and sandstone...
2017-01-26 Dániel JuhászFix after hardware node coloring (#5114)
2017-01-25 paramatDungeongen: Fix out-of-voxelmanip access segfault
2017-01-25 rubenwardyBlock spam messages before calling on_chatmessage callb... 5070/head
2017-01-24 number ZeroAdd smooth lighting for all nodes
2017-01-24 raymooWrap to positive degree values (#5106)
2017-01-24 sfan5Initialize TileAnimationParams to prevent crashes/bugs...
2017-01-23 paramatZoom FOV: Reduce minimum zoom FOV to 7 degrees
2017-01-23 paramatDungeons: Support nodebox stairs wider than 1 node
2017-01-23 Auke Kokcore: Add dir_to_yaw and yaw_to_dir helpers
2017-01-23 Auke KokVector: Add vector.sort(a, b): return box edges
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-22 sfan5Fix potential crash in chat handling (since 2f56a00d9ee...
2017-01-21 Loïc BlotRemove os.exit from the Lua secure sandbox (#5090)
2017-01-21 Loïc BlotAdd show_statusline_on_connect setting (#5084)
2017-01-21 Loïc BlotRevert "Detach the player from entities on death."...
2017-01-21 sapierFix unknown command message not providing number of cmd
2017-01-21 sapierAdd Entity get_texture_mod() to Lua API
2017-01-21 red-001Detach the player from entities on death. (#5077)
2017-01-21 Loïc BlotWarning fix for 2ea60156437962d7d29d20606bf5d9189059f76...
2017-01-21 Loïc BlotDo not force deletion of players when mapblock is full...
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2017-01-20 Elijah DuffyAdd chatcommand unregister and override API (#5076)
2017-01-19 SmallJokerFix MSVC build Build broken by 98e36d7
2017-01-18 sfan5Add particle animation, glow
2017-01-18 rubenwardyAdd minetest.player_exists() (#5064)
2017-01-18 rubenwardyAdd search to advanced settings (#4806)
2017-01-17 sapierFix typo in alias for deprecated settexturemod
2017-01-17 EzhhImprove priv descriptions (#5047)
2017-01-16 red-001Remove client-side chat prediction. (#5055)
2017-01-16 rubenwardyAdjust formspec spacing on the Client tab of the mainmenu 5053/head
2017-01-16 rubenwardyRename ObjectRef methods to be consistent and predictable 5052/head
2017-01-15 red-001Add keyword based search to serverlist
2017-01-15 sapierAdded lua tracebacks to some errors where you have...
2017-01-15 paramatDocumentation: Correct biome heat / humidity noise...
2017-01-15 sapierAdd color names from web page referenced in luaapi doc
2017-01-14 lhofhanslOnly set material flag on rendered meshes (#5023)
2017-01-14 sfan5Fix build with freetype support disabled
2017-01-14 Loic BlotFix another missing const reported by clang & @sfan5
2017-01-14 Loic BlotFix missing const in ServerActiveObject::getStaticData
2017-01-14 ShadowNinjaOrganize defaultsettings.cpp 5030/head
2017-01-13 ShadowNinjaMain menu tweaks
2017-01-13 Loic BlotOptimize SAO getStaticData by using std::string pointer...
2017-01-13 RogierCleanup content_sao by factorizing similar code parts
2017-01-13 ShadowNinjaEnable mod security by default
2017-01-13 paramatMeshes: Make object mesh face shading consistent
2017-01-11 RuiMake nametag removable with set_nametag_attributes...
2017-01-11 Loic BlotCleanup some header inclusions to improve compilation...
2017-01-11 RogierPerformance fix + SAO factorization
2017-01-09 RuiAdd staticdata parameter to add_entity (#5009)
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-09 zeunersupport older PostGreSQL versions (#4999)
2017-01-09 sfan5builtin/.../falling.lua: Avoid crash when hitting unkno...
2017-01-08 paramatMap generation limit: Cache as 'const' not 'const static'
2017-01-08 paramatMap generation limit: Fix checks for block/sector over...
2017-01-08 Lars HofhanslMinor: Fix indentation in serverenvironment.cpp
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2017-01-08 Loic BlotMove ClientEnvironment to dedicated cpp/header files
2017-01-08 lhofhanslGet neighbor from same map block if possible in ABMHand...
2017-01-07 EzhhMake column alignment consistent in advanced settings...
2017-01-07 sfan5Revert "Extend minetest.is_yes()"
2017-01-07 red-001Extend minetest.is_yes()
2017-01-05 LNJREADME.txt: Update the License to 2010-2017
2017-01-05 LNJlua_api.txt: Add registered_chatcommands to global...
2017-01-05 Wayward1Add raycast.cpp and tileanimation.cpp to Android.mk
next