oweals/minetest.git
2017-04-02 Loïc BlotUpdate embedded jsoncpp from unk version to 0.10.6...
2017-04-02 Auke Kokminetest.after(): simplify further, pause in singleplay...
2017-04-01 MarkuBuFirst commit for fine pointed (#5485)
2017-04-01 Uwe KoloskaAdd missing source to android build (#5496)
2017-04-01 Loïc BlotClang-format: trivial fix on some headers (#5495)
2017-04-01 red-001[CSM] Add function and chat command to disconnect from...
2017-04-01 number ZeroSignlike, glasslike drawtypes: Fix inverted textures
2017-04-01 SmallJokermapgen: Fix segfault when selecting invalid mapgen...
2017-03-31 Loic BlotFix clang-format Columns Width
2017-03-31 kilbithWieldmesh: Natural orientation depending on pitch ...
2017-03-30 adridoWindows: Set window icon (#5486)
2017-03-30 paramatParamtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
2017-03-29 Loïc Blotl_minimap: don't show minimap if configuration doesn...
2017-03-29 Loïc BlotAdd CPP11 header to define nullptr & constexpr (#5471)
2017-03-29 sfan5Sneak: Fix sneaking on free-floating lower-half slabs
2017-03-28 sfan5Sneak: Fix stair lower step bug and ladder in 1x1 hole...
2017-03-28 Diego MartínezAdd functions to strip color information. (#5472)
2017-03-28 Loïc BlotFix a type bug in colorize function
2017-03-28 red-001[CSM] Fix errors in and improve the CSM documentation...
2017-03-27 Loïc Blotclang-format: add a whitelist (#5459)
2017-03-27 Loïc BlotPostgreSQL: fix delete block
2017-03-27 paramatMap generation limit: Make per-world
2017-03-27 Diego MartínezPathfinder: Send errors to `warningstream`.
2017-03-26 Loic BlotFix mismatch struct/class for GameUIFlags
2017-03-26 Loïc Blotclang-format: fix counter increment & output (#5456)
2017-03-26 Loïc Blotclang-format: limit diff to 50 files to prevent excedin...
2017-03-26 sfan5Sneak: Replicate sneak ladder in new code, is optional
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-26 number ZeroAdd mesh generation delay
2017-03-25 Loïc BlotAdd clang format & skip build if no source file modifie...
2017-03-24 SmallJokerTile.cpp: Fix MSVC build broken by 072bbba
2017-03-24 Loïc BlotTypo fix
2017-03-24 red-001Add multiline support to colorize. (#5444)
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-03-22 bigfoot547[CSM] Add function to get player names in range (#5435)
2017-03-20 ParamatFirelike drawtype: Add missing docs for visual_scale...
2017-03-20 number ZeroContent_mapblock.cpp: Refactor
2017-03-20 Ben DeutschRefactored client event if-else cascade to switch statement
2017-03-20 paramatMap generation limit: Rewrite
2017-03-19 sfan5Fix /shutdown or ^C no longer causing server exit
2017-03-19 Loïc BlotRefactor Game class (part 2) (#5422)
2017-03-19 red-001Block access to the `io` library
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-03-18 ShadowNinjaServer list cleanup
2017-03-18 WuzzyShow itemstring as tooltip if no item description
2017-03-18 Loic BlotTOGGLE_CHAT keymap should togglechat not HUD
2017-03-17 Loïc BlotReduce memory & function cost of Game class functions...
2017-03-17 zeuneravoid crashing when accessing mapgen early (#5384)
2017-03-17 red-001Give CSM access to use `core.colorize()` (#5113)
2017-03-17 Loïc Blot[CSM] Fix minimap problems (#5405)
2017-03-17 Loïc Blot[CSM] Add core.get_timeofday & core.get_day_count env...
2017-03-16 Loïc BlotFix indentation problem since merge resolution
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-16 paramatGet biome list: Downgrade missing biome message to...
2017-03-16 sfan5Sneak: Fix various problems with sneaking
2017-03-15 SmallJokerlua_api: Document minetest.features (#5311)
2017-03-15 Lars HofhanslUse true distance for block priority.
2017-03-15 Wayward OneFix undefined references (#5400)
2017-03-15 Auke KokFix two nul deref if digging unknown nodes. (#5398)
2017-03-14 rubenwardyAdd disclaimer to client_lua_api.txt (#5391)
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 nerzhul[CSM] Add enable_client_modding param (default: false)
2017-03-13 red-001[CSM] Add `on_punchnode` callback
2017-03-13 red-001[CSM] Add `get_node` and `get_node_or_nil`
2017-03-13 red-001[CSM] Add `on_dignode` callback (#5140)
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 red-001[CSM] Improve security for client-sided mods (#5100)
2017-03-13 Loïc Blot[CSM] implement client side mod loading (#5123)
2017-03-13 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-03-13 Loïc Blot[CSM] Add on_death, on_hp_modification & oh_damage_take...
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding
2017-03-13 kilbithGUI: Allow texture packs to customize the progress...
2017-03-12 Vladislav TsendrovskiiSave metainfo for falling nodes
2017-03-12 Lars HofhanslEnable server side occlusion culling by default.
2017-03-12 Lars HofhanslAllow server side occlusion culling.
2017-03-12 Auke KokDo not increase breath if at full breath.
2017-03-11 sfan5database-redis: Support password authentication
2017-03-11 paramatClimb speed: Increase default setting from 2 to 3
2017-03-11 number ZeroMinimap: Optimise
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2017-03-10 tenplus1Optimize item.lua
2017-03-10 kilbithGUI: Convert loading screen's progress bar to image...
2017-03-06 Loïc BlotCI: Add memleak checking using valgrind (#5350)
2017-03-05 Juhani NumminenUpdate .appdata and .desktop files
2017-03-05 paramatDungeons: Use 'block' instead of 'brick' for nodebox...
2017-03-05 Auke KokFont: attempt fallback font, abort if no fonts found.
2017-03-05 FixerREADME.txt: Clarify loading of minetest.conf
2017-03-04 zaoqiAdd minetest.spawn_falling_node(pos) (#5339)
2017-03-04 adelcoding1FormSpec: Add position and anchor elements (#5284)
2017-02-27 Bond-009Fixed spelling mistakes (#5312)
2017-02-26 paramatDungeongen: Add and improve parameters
2017-02-25 red-001Fix crash that can be caused by the shutdown command...
2017-02-22 rubenwardyFix wrong meta key in item meta on ItemStack construction
2017-02-19 red-001Fix the documentation for `minetest.is_yes` (#5276)
2017-02-18 Dániel JuhászFixes for colorwallmounted and colorfacedir nodes
2017-02-18 paramatVoxelmanip: Do not emerge or blit to blocks over map...
next