]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2017-11-30 Lars HofhanslTurn off verbose info message introduced accidentally...
2017-11-29 BluebirdFix spelling mistakes in client_lua_api.txt
2017-11-28 paramatClient lua api documentation: .md -> .txt
2017-11-28 ezhhFix lua_api.txt indentation issues
2017-11-28 EzhhFix documentation formatting for on_death callback
2017-11-27 paramatF5 Debug info: More compact, return to 2 lines
2017-11-27 sfan5Hint at problematic code when logging deprecated calls
2017-11-27 paramatLight curve: Add and tune mid boost gaussian
2017-11-25 EzhhImprove documentation for player:set_attribute()
2017-11-24 gituser2194Fix misspellings
2017-11-24 SmallJokerInventory: Restrict access from too far away
2017-11-24 paramatClearobjects: Send progress messages to terminal using...
2017-11-21 SmallJokercore.rotate_node: Run callbacks like with any regular...
2017-11-19 paramatStratum ore: Add option for a constant thickness stratum
2017-11-19 ezhhMainmenu: Improve button alignment
2017-11-19 ReedychREADME.md: Add table of Linux dependencies
2017-11-18 shivajiva101Fix mousewheel behaviour in textarea (#6641)
2017-11-18 VitaliyFix dark liquids (#6621)
2017-11-17 paramatOre API documentation: Update and improve
2017-11-17 paramatBiome dust node: Only place on 'walkable' cubic non...
2017-11-17 number ZeroLoad files from subfolders in texturepacks
2017-11-16 Lars HofhanslAllow zoom to actually show more data.
2017-11-14 VitaliyFix item and wield meshes (#6596)
2017-11-14 ezhhMainmenu: Make capitalisation consistent in mainmenu...
2017-11-14 paramatPlayerSAO damage: Update to cope with variable player...
2017-11-14 Auke KokSounds: Add falling node sounds
2017-11-13 ezhhImprove Settings tab button alignments
2017-11-13 paramatLua_api.txt: Add documentation of required mapgen aliases
2017-11-12 EzhhRemove incorrect entry from settingtypes
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-11-08 sfan5Make use of safe file writing in auth handler (fixes...
2017-11-08 sfan5Add minetest.safe_write_file() to script API
2017-11-08 Muhammad Rifqi... Fix issue Minetest crash when custom font path is not...
2017-11-06 paramatLua_api.txt: Add documentation for 'eye_height' player...
2017-11-06 DTA7Item entities: Enable item collision detection for...
2017-11-06 paramatLINT: Add files to whitelist, fix detected indent errors
2017-11-06 paramatPlayer eye height: Make this a settable player object...
2017-11-05 EzhhFix Settings tab formspec alignment (#6585)
2017-11-05 Lars HofhanslDo not scale texture unless necessary.
2017-11-04 sfan5httpfetch: Enable gzip support
2017-10-31 VitaliyRewrite rendering engine (#6253)
2017-10-30 Rob BlanckaertAdd sha1 to lua utils. (#6563)
2017-10-30 miqlasInitial Haiku support (#6568)
2017-10-29 rubenwardyFix day_night_ratio_do_override not being initialised...
2017-10-29 lisacvukCSM: Add a way to get current locale from CSM
2017-10-29 paramatBiome API: Add decoration flags for underground decorations
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-10-28 lhofhanslAvoid filtering low-res textures for animated meshes...
2017-10-28 raymooFix default item callbacks to work with nil users ...
2017-10-26 Esteban I.... Add missing? include
2017-10-26 Lars HofhanslReduce server FOV with forward speed
2017-10-23 paramatMinetest.conf.example(.extra): Updates due to noise...
2017-10-23 Muhammad Rifqi... Lua_api.txt: Revert changes to NoiseParams format example
2017-10-23 Muhammad Rifqi... Improvements/fixes for noise parameter input in advance...
2017-10-20 Auke KokCorrect `prot_vers` in lua_api.txt.
2017-10-19 Lars HofhanslSet range of blocks to retrieve per roundtrip to 2.
2017-10-17 Loic Blotdirectiontables.cpp: fix a warning reported by VS2017
2017-10-17 asl97Fix inventory drag drop flag (#6416)
2017-10-17 Esteban I. RMAdd updated settings_translation_file
2017-10-17 Esteban I. RMdon't pass g_settings around, and use it directly
2017-10-17 Esteban I. RMRegenerate minetest.conf.example and translation file
2017-10-17 Esteban I. RMImplement #6096
2017-10-16 SmallJokerFix strict_protocol_version_checking functionality...
2017-10-16 Esteban I. RMDon't try to craft a non-existent item
2017-10-15 VitaliyReal global textures (#6105)
2017-10-15 lhofhanslCache server config settings. (#6530)
2017-10-14 rubenwardyProfiler: Fix var args not being passed to callback...
2017-10-14 Lars HofhanslRetrieve a small cone of blocks in the direction of...
2017-10-13 SmallJokerFormspec: Fallback to 'label' in readonly textarea[]
2017-10-10 paramatSimple decorations: Make 'place_offset_y' usable with...
2017-10-10 DTA7Smooth lighting: Fix light leaking through edge-connect...
2017-10-10 Loic BlotFix warnings introduced by 9b8fa99fe30728c1fcfa73cdf742...
2017-10-10 Loïc BlotThread: fix a crash on Windows due to data race conditi...
2017-10-09 Loic BlotNetworkPacket::putRawPacket: resize m_data to datasize...
2017-10-09 paramatSimple decorations: Add 'param2_max' parameter for...
2017-10-09 Loïc BlotTravis: Update clang from 4.0 to 5.0 (#6467)
2017-10-09 adridoFormspec: textarea with scrollbar improvements
2017-10-09 adelcoding1FormSpec : Add an auto vertical scrollbar to the textarea
2017-10-07 adridoReplace deprecated WINAPI GetVersionInfoEx (#6496)
2017-10-07 lhofhanslDo not grant all privs to the admin - changes game...
2017-10-07 Rob BlanckaertAdd setting for near plane distance. (#6395)
2017-10-07 SmallJokerUnkown nodes: Provide position on interact (#6505)
2017-10-06 James Alexander... settingtypes.txt: Update zoom description (#6443)
2017-10-05 James Alexander... Move register_on_modchannel_signal() (#6497)
2017-10-02 Vincent Glize[CSM] Add callback on open inventory (#5793)
2017-10-02 SmallJokerParticleSpawner::step cleanup and rotation fix (#6486)
2017-10-02 paramatCAO footstep sounds: Reduce gain to balance volume
2017-10-01 paramatStratum ore: Allow use with no noise for simple horizon...
2017-09-30 Loïc Blotgame.cpp: remove dead code for proto v25 compat (#6481)
2017-09-30 raymooFix attached particle spawners far from spawn (#6479)
2017-09-30 Loïc BlotMake Player::peer_id server-side only and add getters...
2017-09-28 SmallJokerLocalplayer: Fix disable_jump effect and getStandingNod...
2017-09-28 Hybrid DogLua_api.txt: Clarify arguments of functions, plus some...
2017-09-28 raymooDocument orientation parameter of set_attach (#6473)
2017-09-28 orwell96Add static_save property to luaentites to not save...
2017-09-28 Loïc BlotServer: affect bind_addr on constructor instead of...
2017-09-27 Loic BlotFix some forgotten u16 -> session_t in ad7daf7b52348e1b...
2017-09-27 ParamatFix recent commit: std::max -> std::fmax for floats...
2017-09-27 Loic BlotLint fix
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
next