oweals/minetest.git
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
2017-01-04 rubenwardyExpose and document chatcommands as minetest.registered... 4987/head
2017-01-04 Lars HofhanslFixes for using std:vector in ABMHander and further...
2017-01-04 Rogier-5Use std::vector instead of std::map in class ABMHandler
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-04 Loïc BlotTravis: Build server too for UNIX
2017-01-03 Lars HofhanslPull occlusion check out of loop, and minor code cleanups.
2017-01-02 Thomas--SFix display gamma documentation
2017-01-02 sfan5Add 2D sheet animation for nodes
2017-01-02 Luke Puchner... Added "[sheet" to the texture special commands.
2017-01-02 sfan5Move TileAnimation code to seperate file
2017-01-01 Loic BlotFix non reverted change on TOSERVER_BREATH compat
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-12-31 Dorian WoutersFix /grant & /revoke not working with custom auth handl...
2016-12-29 sfan5Fix interact range check (thanks to @lhofhansl)
2016-12-29 Rogier-5Use the outgoing split sequence number for every outgoi...
2016-12-29 sfan5Buildbot: Update Gettext version (#4971)
2016-12-28 Auke KokRedo light.cpp.
2016-12-28 adridoDont compare short with bool (#4963)
2016-12-26 sfan5Irrlicht 1.9 support
2016-12-26 sfan5Various anticheat improvements
2016-12-24 Ner'zhulAdd gradle wrapper (#4954)
2016-12-24 rubenwardyUpdate Android build tools to latest version (#4872)
2016-12-24 RogierMinimal game: Use field 'tiles' instead of 'tile_images'
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-12-24 Lars HofhanslProcess ABMs in a spherical volume instead of cubic
2016-12-24 Lars HofhanslShaders: Remove unnecessary 'if' statements
2016-12-24 RogierMake minetest abort on lua panic
2016-12-22 sfan5Continue with 0.4.15-dev
2016-12-22 sfan5Bump version to 0.4.15 0.4.15
2016-12-22 Craig RobbinsFinal update to credits before release
2016-12-22 NikolayTranslated using Weblate (Russian)
2016-12-22 Cold Meson 06Translated using Weblate (Portuguese (Brazil))
2016-12-22 Bruno BorgesTranslated using Weblate (Portuguese (Brazil))
2016-12-22 Cold Meson 06Translated using Weblate (Portuguese (Brazil))
2016-12-22 RogierTranslated using Weblate (Dutch)
2016-12-22 WuzzyTranslated using Weblate (German)
2016-12-22 sfan5Android: Workarounds for Googles completely broken NDK
2016-12-21 est31Android: update curl and libgmp
2016-12-21 paramatBuiltin/../falling.lua: Avoid crash when object pos...
2016-12-21 est31Don't ship with broken languages (#4940)
2016-12-21 sfan5Disable mod security by default (closes #4944)
2016-12-21 sfan5Fix warning reported by clang (possible bug in Settings...
2016-12-21 sfan5Correct Swahili translations (#4939)
2016-12-20 sfan5Limit drawing rect of selected item to viewport size...
2016-12-20 ShadowNinjaSecurity: Fix resolving of some relative paths
2016-12-20 ShadowNinjaFix RemoveRelatvePathComponents
next