Update minetest.conf.example and settings_translation_file.cpp
[oweals/minetest.git] / src /
2016-08-30 est31Update minetest.conf.example and settings_translation_f...
2016-08-29 rubenwardyFix background formspec elements from interfering with...
2016-08-27 rubenwardyAllow fields to choose whether they close on enter...
2016-08-27 rubenwardySubmit name of field on enter key press
2016-08-26 paramatCamera: Higher frequency limit for view/hand bobbing...
2016-08-26 Auke KokMake plantlike drawtype more fun
2016-08-22 est31Client: disable pre v25 init sending by default 4461/head
2016-08-22 XuntoMove on join and on leave messages to lua (#4460)
2016-08-21 kahrlgettext.h: include <locale> before defining the gettext...
2016-08-20 est31Also support X11 icon for minetest copies installed...
2016-08-20 TimTidy up generate_from_settingtypes.lua a bit.
2016-08-18 obneqMapblock mesh: Fix updateFastFaceRow tiling issue
2016-08-18 SmallJokerScript API: Make the craft recipe field 'method' consistent
2016-08-12 Thomas--SAdd an [opacity:<r> texture modifier. Makes the base...
2016-08-11 Rogier-5Use the standard to_string() functions for C++11 (...
2016-08-10 Rogier-5Add infotext containing entity type (e.g. mobs:cow...
2016-08-10 David Carliercouple of memory leaks fixes.
2016-08-10 Ben DeutschZooming the camera requires the 'zoom' privilege
2016-08-10 Esteban I. Ruiz... Add zoom, tweakable with zoom_fov, default key: Z ...
2016-08-10 TomasLua->C getintfield() use lua_tointeger (#4408)
2016-08-10 Rogier-5Fixes for compiling with a newer (system) jsoncpp ...
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2016-08-05 paramatDecorations: Fix decoration height check errors
2016-08-04 paramatMapgen: Remove unused 'flat' and 'trees' flags from...
2016-08-03 Dorian WoutersFix l_request_insecure_environment not ignoring all...
2016-08-03 est31test_map_settings_manager: Fix Wunused-result warning
2016-08-03 est31Porting: Fix endless loop if image format is not recognized
2016-07-27 SmallJokerUpright sprite objects: Horizontally flip the front...
2016-07-24 est31Update minetest.conf.example and the settings translati...
2016-07-21 paramatMgvalleys / cavegen: Place riverbed nodes under river...
2016-07-12 paramatTreegen: Improve use of signed vs. unsigned integers
2016-07-12 est31Update minetest.conf.example, and settings_translation_...
2016-07-09 SnipieFix typos (#4298)
2016-07-08 est31Fix -Wterminate warnings in rollback.cpp as well
2016-07-08 est31Fix -Wterminate warning on GCC 6
2016-07-07 Jay ArndtFix warning in porting::setXorgWindowIcon when building...
2016-07-05 Foghrye4Adding minetest.clear_craft
2016-07-05 sfan5Use mathematical function to determine yaw direction
2016-07-05 SnipieFix for cropped text "Toggle Cinematic"
2016-07-05 rubenwardyRemove cinematic toggle on F8
2016-07-05 est31Finally set a window icon on X11 4273/head
2016-07-04 est31Temporarily disable "testStartStopWait" Threading unit...
2016-07-04 Rogier-5Fix & make linux conditionals uniform (#4278)
2016-07-04 est31Disable joysticks per default for now
2016-07-03 est31Remove top left minetest watermark
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-07-03 kwolekrMapgen: Refactor mapgen creation and management
2016-07-03 David Carlieropenbsd's port fix for non Linux systems w/o libRT
2016-06-24 est31Also shut down when SIGTERM was received
2016-06-24 paramatMgflat/fractal/v7/valleys: Denser 3D noise tunnels
2016-06-24 raymooPlayer: New get_look, set_look API
2016-06-17 paramatDungeons: Generalise use, add capabilities, various... 4249/head
2016-06-13 Yutao YuanMove unknown node message when applying texture overrid...
2016-06-11 paramatSky.cpp: Improve code style. Define sky colours as...
2016-06-11 EkdohibsMake node timers more efficient
2016-06-11 kwolekrRandom misc. warning fixes and cleanups
2016-06-11 kwolekrSettings: Clean up settings changed callback code
2016-06-11 Diego MartinezServer: Add reason for leave to `on_leaveplayer` callbacks
2016-06-09 paramatSky: Darker, bluer sky and improved horizon haze at...
2016-06-08 ParamatSky: Fix sunrisebg texture motion (#4199)
2016-06-05 kwolekrMapgen: Optimize biomemap creation by combining with...
2016-06-05 paramatBiome API: Add per-biome riverbed material and depth
2016-06-04 MillersManMapgen: Performance improvement and fixes for updateLiq...
2016-06-04 kwolekrBiomes: Define and use biome_t for biome IDs
2016-06-04 kwolekrPcgRandom: Fix/improve documentation
2016-06-04 kwolekrChange internal type for seeds to s32
2016-06-03 est31Initial Gamepad support
2016-06-03 est31Input related generalisations
2016-06-03 Robert KiralySapier's fix for the RESEND RELIABLE problem (#4170)
2016-06-02 paramatMgv7: Always carve river channels in mountain terrain
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-30 est31Add minetest.check_password_entry callback
2016-05-30 Zeno-Remove unused code in s_security.cpp (#4172)
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-05-28 red-001Add base64 encoding and decoding to the lua api. (...
2016-05-28 kwolekrDisallow external linkage for default Cavegen NoiseParams
2016-05-28 kwolekrDungeongen: Remove dependency on Mapgen
2016-05-28 kwolekrMapgen: Combine dungeon generation code
2016-05-28 kwolekrMapgen: Deduplicate common constructor code
2016-05-28 kwolekrMapgen: Remove calculateNoise from most mapgens
2016-05-28 kwolekrMapgen V7: Remove now-unused ridge heightmap
2016-05-28 kwolekrCavegen: Move V5-style caves to CavesNoiseIntersection
2016-05-28 kwolekrCavegen: Minor misc. fixes
2016-05-28 kwolekrFix undefined evaluation order when constructing random...
2016-05-28 kwolekrCavegen: Re-add small caves to CavesRandomWalk
2016-05-28 kwolekrCavegen: Remove CavesRandomWalk dependency on Mapgen
2016-05-28 kwolekrCavegen: Merge instances of repetitive surface level...
2016-05-28 kwolekrCavegen: Remove CavesV6 dependency on Mapgen
2016-05-28 kwolekrCavegen: Rename CaveV6 to CavesV6
2016-05-28 kwolekrCavegen: Merge CaveV5 and CaveV7 into CavesRandomWalk
2016-05-28 kwolekrFix MgStoneType and BiomeType enum names
2016-05-28 kwolekrMapgen: Combine generateBiomes, dustTopNodes, and gener...
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-05-26 est31Tell irrlicht if we handle a key or not.
2016-05-23 ShadowNinjaFix rollback.txt migration
2016-05-23 Craig RobbinsFix irrlicht version checking macro for tooltip_height...
2016-05-23 EkdohibsMove updateTextures and fillTileAttribs to ContentFeatures
2016-05-22 est31Tolerate packet reordering in the early init process 4140/head
2016-05-22 Loic BlotFix a m_camera not used warning fix pointed by clang 4154/head
next