]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
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)
2017-09-26 SmallJokerUpdate version correctly again (#6462)
2017-09-26 Loïc BlotUpdate JsonCPP to 1.8.3 (#6466)
2017-09-26 Loic Blotpreview: try to send mod channel messages 4 seconds...
2017-09-26 DTA7Add mute setting (toggled by the mute key and in the...
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-25 paramatCan_zoom player object property: Add missing documentation
2017-09-25 paramatPositional sound: Limit volume when closer than 1 node
2017-09-23 sfan5Fix blocks written by vmanip not being marked as modified
2017-09-21 DTA7Set placer to nil instead of a non-functional one in...
2017-09-21 SmallJokeron_death: Fix callback number of pushed arguments ...
2017-09-21 Loic Blotkeycode.cpp: use std::unordered_map for keypress cache
2017-09-20 jcalveFix compile error in openbsd (#6430)
2017-09-19 paramatRooted plantlike drawtype: Add remaining documentation
2017-09-18 paramatLeveled nodebox: Change levels from 1/63rds to 1/64ths
2017-09-17 paramatBiome API: Revert biomes, decos, ores being relative...
2017-09-17 paramatBiome generation: Fix layers of 'filler' nodes at biome...
2017-09-16 tenplus1Fix Rotate Node Placement (#6424)
2017-09-16 DTA7Correct tooltip_append_itemstring terminology (#6421)
2017-09-16 GregFix addModsFormConfig typo (#6420)
2017-09-16 paramatGenerate biomes: Recalculate biome at biome lower limit
2017-09-15 DTA7Add setting to display the itemstring after the tooltip...
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-15 SmallJokerCustomizeable max breath for players (#6411)
2017-09-14 paramatCavegen: Avoid unsupported biome 'top' or 'filler'...
2017-09-14 Rob BlanckaertObject properties: Add 'glow', disables light's effect...
2017-09-12 ParamatItem drop: Tune to land exactly 2 nodes away with level...
2017-09-12 SmallJokerNetwork: Fix logging into older worlds with base64...
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-09-12 sfan5Fix failing linter (travis)
2017-09-12 sfan5Fix core.wrap_text and make its behaviour consistent...
2017-09-12 KahrlMake INodeDefManager::getIds return a vector, not a set
2017-09-11 Auke KokImplement client node dig prediction
2017-09-11 red-001Allow the join/leave message to be overridden by mods.
2017-09-11 youFix dropped item look (#6370)
2017-09-10 SmallJokerObject properties: Fix loss of custom selectionbox
2017-09-10 rubenwardyFix incorrect buffer size calculation on creation of...
2017-09-10 paramatSchematic decorations: Add 'place_offset_y' placement...
2017-09-10 rubenwardyFix empty legacy meta being persisted
2017-09-08 rubenwardyFix crash on revocation of removed privilege
2017-09-08 SmallJokerServer: Calculate maximal total block sends dynamically...
2017-09-08 SmallJokerParticles: Do not add digging particles for airlike...
2017-09-08 WuzzyPrevent /spawnentity from spawning unknown entity ...
2017-09-07 Loic Blotmain.cpp: server-only builds should not include client...
2017-09-05 Loic BlotUse a Buffer instead of SharedBuffer in ConnectionCommand
2017-09-05 WuzzyMake HUD status messages translatable (#5795)
2017-09-05 RuiRemove DSTACK keybind setting (#6378)
2017-09-04 paramatConf.example: Update using auto-generation
2017-09-04 paramatNetwork protocol documentation: Add 'can_zoom' to versi...
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-09-04 Loïc BlotRe-apply previous commit with a typo fix
2017-09-04 Loïc BlotRevert "Network: fix a concurrency problem, by re-addin...
2017-09-04 Loïc BlotNetwork: fix a concurrency problem, by re-adding a...
2017-09-04 paramatWorld start time: Add setting for this, default unchanged
2017-09-03 youAdd build date to minetest --version and increase reada...
2017-09-03 ParamatOres: Add stratum ore (#6352)
2017-09-03 DharkaelUse member initialization list instead of the construct...
2017-09-03 Loic BlotNetwork part requires SharedBuffers to be pass as value
2017-09-02 Vaughan LapsleyRemove 3D noise from getSteps function (#6360)
2017-09-01 RuiRemove nodeupdate completely (#6358)
2017-09-01 sapierFix animation frame_speed and blend loosing precision...
2017-08-30 RuiRemove nodeupdate and nodeupdate_single
2017-08-30 paramatZoom: Move enabling zoom to a new player object property
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-29 Ben DeutschDocumentation for 'slippery' node group (#6345)
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
next