Translated using Weblate (Chinese (China))
[oweals/minetest.git] / src /
2016-01-23 Auke KokBackface culling: Ignore setting in tiledef from old...
2016-01-23 RealBadAngelFix texture tear issue
2016-01-23 est31Fix C++11 compilability
2016-01-20 paramatLiquid flow: Prevent water spreading on ignore
2016-01-20 Auke KokAllow per-tiles culling.
2016-01-19 kwolekrEmergeManager: Do not queue duplicate block requests
2016-01-19 KahrlFix Settings::remove() always returning true
2016-01-18 RealBadAngelShow infotext with description for item entities
2016-01-18 Duane RobertsonCorrect overflowing rivers in Valleys mapgen.
2016-01-18 RealBadAngelFix wield item glitch
2016-01-16 Duane RobertsonPrevent spawning in rivers with valleys mapgen. Remove...
2016-01-15 sfan5Make ItemStack:set_count(0) clear the item stack
2016-01-15 KahrlMake all mesh manipulators in mesh.cpp work with any...
2016-01-14 Duane RobertsonAdd Valleys mapgen.
2016-01-14 paramatMgv7/flat/fractal: Place biome top node on tunnel entra...
2016-01-11 paramatMapgen: Various fixes and improvements
2016-01-10 paramatMgflat: Set blank default spflags. Unhide
2016-01-09 ASL97Cache disable_anticheat and check it for "interacted_to...
2016-01-09 Dalai FelintoNew 3D Mode: Pageflip
2016-01-09 gregorycuReplace instance of readsome with read in decompressZli...
2016-01-08 est31Fix redis error reporting 3546/head
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2016-01-04 gregorycuFix for commit 87dcee6 It uses the wrong variable and...
2016-01-03 gregorycuAdd MinSizeRel and RelWithDebInfo to MSVCBuildDir check
2016-01-03 gregorycuPrevent technically unsafe access with empty vector
2016-01-01 Perttu Aholafilesys: safeWriteToFile(): Remove the target file...
2015-12-29 est31Fix client crashing when connecting to server
2015-12-29 ShadowNinjaFix cache path with RUN_IN_PLACE
2015-12-29 RogierInclude custom error message in all SQLite3 exceptions.
2015-12-29 RogierHandle SQLITE_BUSY errors gracefully
2015-12-29 qiukerenAdd macos/freebsd missing endian.h include and add...
2015-12-29 SapierRevert "Refactoring and code style fixes in preparation...
2015-12-29 SapierRevert "Add support for using arbitrary meshes as items"
2015-12-29 SapierMake collisionMoveSimple time overflow message written... 3467/head
2015-12-29 SapierAdd support for using arbitrary meshes as items 3479/head
2015-12-29 SapierRefactoring and code style fixes in preparation of...
2015-12-28 est31shutdown when requested from lua in singleplayer too
2015-12-28 est31Database backends: fix bug, and small speedup
2015-12-20 SapierFix lua object:get_properties() being broken
2015-12-20 est31Fix missing pop
2015-12-19 SapierAdd support for limiting rotation of automatic face... 3457/head
2015-12-18 SapierAndroid: Implement Autohiding button bars to cleanup... 2132/head
2015-12-17 SapierAndroid: Fix pressed buttons not beeing cleared on...
2015-12-15 BlockMenAdd option to give every object a nametag 3393/head
2015-12-15 asl97Get movement setting instead of hard coded value
2015-12-15 paramatMgfractal: Add 3D and 4D fractals
2015-12-11 BlockMenFix events on Windows
2015-12-10 est31Fix some setting documentation
2015-12-07 ShadowNinjaFix Event implementation 3408/head
2015-12-07 ShadowNinjaAdd seperate cache path 3111/head
2015-12-07 est31Fix threshold type
2015-12-07 paramatMapgen: Add propagate_shadow bool to calcLighting
2015-12-06 Jun ZhangFix spelling of noise_threshold
2015-12-05 Ferdinand ThiessenImprove LuaJIT detection
2015-12-03 Ferdinand ThiessenFix build if BUILD_SHARED_LIBS defaults to "ON"
2015-12-02 paramatMgv5/v7/flat/fractal: More large pseudorandom caves
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-12-01 paramatDungeongen: Fix rarely triggered segfault
2015-12-01 Jay ArndtRemove unused OpenALSoundManager::m_can_vorbis and...
2015-11-29 paramatDungeongen: Also preserve river water nodes
2015-11-24 Aaron SuenRe-enable texture pre-filters on wielditems, fixing...
2015-11-23 paramatMgfractal: Move julia set selection into formula parameter
2015-11-22 est31Update HUD flags on server like on client
2015-11-21 paramatMapgen: Add global 'decorations' flag
2015-11-15 AmazAdd a status text for autorun
2015-11-15 TeTpaAkaAllow craft replacements to use groups
2015-11-15 paramatMgfractal: Revert unnecessary duplication of parameters
2015-11-15 est31sound_openal.cpp: remove unused header
2015-11-14 est31Load sound from memory
2015-11-14 paramatDecoration API: Fix missing low density decorations
2015-11-14 paramatMgfractal: Create a choice of 4 mandelbrot formulas
2015-11-13 paramatMgv6: Move global mapgen flag 'flat' into mgv6 spflags
2015-11-13 est31Only allow players with shout to chat
2015-11-12 BlockMenFix scrollbars
2015-11-11 paramatMapgen: Add flat mapgen in hidden form
2015-11-09 kwolekrConvert usages of PseudoRandom to PcgRandom for ore...
2015-11-09 paramatCavegen: Make mgfractal use mgv5 cavegen
2015-11-09 est31Put ChatEvent handler into own function
2015-11-09 kwolekrAbort compile when attempting to build client with...
2015-11-08 kwolekrAdd errno to socket creation failed exception
2015-11-08 est31Write new line character sequence at end of print()
2015-11-08 kwolekrFix misc. MinGW and Valgrind warnings
2015-11-08 est31Add LuaSecureRandom
2015-11-08 est31Update minetest.conf.example and src/settings_translati...
2015-11-08 est31Don't compile pcgrandom on Windows
2015-11-07 BlockMenAdd support for audio feedback if placing node failed 3288/head
2015-11-06 est31Add server side ncurses terminal
2015-11-05 kwolekrSchematics: Add core.place_schematic_on_vmanip API
2015-11-04 est31Fix time progressing too fast
2015-11-04 est31Time: use locks again
2015-11-03 est31Time: Remove serverside getter, and use atomic operations
2015-11-03 est31Atomic: cleanup and add more operations
2015-11-03 est31Only go fast in autorun if fast move is enabled
2015-11-03 kwolekrSilence 'unused typedef' warning for STATIC_ASSERT() 3332/head
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-11-02 gregorycuSpeed up saving of profiling data by 27x
2015-11-02 est31Rename and move basicmacros.h to util/basic_macros.h
2015-11-02 KahrlPrint --videomodes response to standard output, too
2015-11-01 Perttu AholaPrint direct command line responses to standard output...
2015-11-01 kwolekrFix Lua scripting synchronization
next