Add missing languages to the settings
[oweals/minetest.git] / src /
2016-10-11 RogierDisable cmake message concerning WIN32 on non-windows...
2016-10-09 Loic BlotA little cleanup since previous commit
2016-10-09 Loic BlotEnvironment cleanup
2016-10-09 RuiRemove unused parameter of GUIVolumeChange
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotRemotePlayer/LocalPlayer Player base class proper separ...
2016-10-08 Loic BlotOptimize ClientIface::getPlayerNames(): return const...
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 rubenwardyFix backwards compatibility issue introduced by close_o...
2016-10-08 SmallJokerEnsure std::unordered_ be used on MSVC 2010 too (#4600) 4551/head
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 gregorycuSpeed up emerge thread by using unordered map in a...
2016-10-08 gregorycuEnsure std::unordered_ will be used on supported MSVC...
2016-10-08 Foghrye4Prevent attached models from disappearing during parent...
2016-10-08 Loic BlotRemove some unused attributes/class functions in server...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-07 SmallJokerTextures: Ignore unknown node in override.txt
2016-10-06 sfan5Fix C++11 Windows build of threading code
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-10-06 SmallJokerFix narrow string compiling issue on MSVC2010
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-10-06 SmallJokerUse relative position for nametags
2016-10-06 est31Fix crash regression when chatting in the ncurses console
2016-10-05 Loic BlotTravis: build matrix improvements + CPP11 build
2016-10-05 Loic BlotCompilation fix
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-10-05 Loic BlotMake some maps unordered to improve performance
2016-10-04 Loic BlotChat: new settings to prevent spam 4571/head
2016-10-03 paramatMapblock_mesh_generate_special: Improve performance
2016-10-03 est31Fix build/warning on non X11 platforms
2016-10-03 rubenwardyFormspec: Add container[] and container_end[] elements
2016-10-02 sfan5Allow nothing to be selected from formspec parameters
2016-09-30 paramatMgv7: Avoid mid-air spawn on disabled mountain terrain...
2016-09-30 est31Fix android build
2016-09-29 sfan5Only include keycode unittests in client build (fixes...
2016-09-25 sfan5Add keycode.cpp unittests
2016-09-25 sfan5Rewrite keycode.cpp (Keycode handling & names)
2016-09-21 sfan5Don't use ZLIB_WINAPI if the required DLL is not provid...
2016-09-21 sfan5Do not serialize empty NodeMetadata
2016-09-21 James StevensonIncrease default font size by 1
2016-09-17 paramatRegister.lua: Throw error if node 'light_source' >...
2016-09-15 Thomas--SAdd an [invert:<mode> texture modifier
2016-09-15 ShadowNinjaCollision: Improve performance by combining 6 vectors...
2016-09-14 paramatDecorations: Generalise 'spawn by' to be used by all...
2016-09-14 sfan5Allow escaping of texture names when passed as an argum...
2016-09-14 Eric MountainFix "unknown CMake command "check_library_exists" ...
2016-09-12 Auke KokPlantlike meshoptions: fix degrotate. (#4512)
2016-09-09 James StevensonReturn nil on empty get_area() (#4508)
2016-09-09 SmallJokerAnticheat: Use the physics_override modifiers aswell
2016-09-08 SmallJokerMake getStackMax return the correct maximal stack size
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-08-30 RuiDocument keymap_autorun in settingtypes.txt and minetes...
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
next