]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2019-10-05 Jacob LifshayFix unwanted detaching when damage = 0
2019-10-02 SmallJokerAttachments: Fix attachments to temporary removed objec...
2019-10-01 James TobinREADME: Add dependencies for Arch Linux (#8998)
2019-10-01 WuzzyAll Settings: Set min limit for crtitical settings...
2019-09-30 ParamatDocument node drop tool filtering by string matching...
2019-09-29 SmallJokerTextures: Load base pack only as last fallback (#8974)
2019-09-29 SmallJokerlabel[]: Fix broken colors since 2c9edef
2019-09-29 ANANDMove Quicktune code to util/ (#8871)
2019-09-29 rubenwardyFix error message caused by adding new parameter to...
2019-09-29 DSAllow grep-ing for on_grant and on_revoke (#8958)
2019-09-27 Muhammad Rifqi... All settings: Fix missing flags checkbox caused by...
2019-09-26 lhofhanslSimple shader fixes. (#8991)
2019-09-26 HybridDogAutomatically enable depends of mods when enabling...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-22 sfan5Fix broken build
2019-09-22 Hugo LocurcioRename "private messages" to "direct messages" (#8971)
2019-09-22 DS-MinetestMove the code for meta formspec into bool Game::nodePla...
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-19 sfan5Remove incorrect MutexAutoLock
2019-09-19 DS-MinetestTrigger on_place in many situations even if prediction...
2019-09-18 Tim MyersAlso print help commands to chat for server terminal...
2019-09-18 Linjie PanFix misuse of AsyncTask (#8799)
2019-09-18 SmallJokerSettings: Prevent mutex deadlock in remove() (#7803)
2019-09-18 SmallJokerInventory: Properly revert client predictions (#8945)
2019-09-17 Hugo LocurcioImprove undersampling settings
2019-09-17 SmallJokerInventory: Undo prediction on drop
2019-09-15 DSFix the bgcolor formspec element (#8716)
2019-09-15 rubenwardyFix formspec version backup in prepends losing data
2019-09-14 ParamatDungeons: Clean up parameters, improve structure variet...
2019-09-14 SmallJokerBuilt-in formspecs: Force version 1
2019-09-14 ANANDclient.h: Add missing const's
2019-09-14 ANANDLocalPlayer: Fix code-style
2019-09-14 ANANDclient.cpp: Fix code-style in Client::sendPlayerPos
2019-09-14 ANANDFix LocalPlayer::isDead always returning false if playe...
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-14 SmallJokerCSM: Fix itemstack:get_meta() 'metadata' indexing error
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-09-09 SmallJokerInventoryManager: Fix virtual function overload warning
2019-09-09 SmallJokerSend cumulated inventory changes only each step (#8856)
2019-09-09 updatepo.shUpdate minetest.conf.example
2019-09-09 updatepo.shUpdate translation strings
2019-09-09 TranslatorsUpdate from Weblate
2019-09-08 ParamatDungeons: Remove non-functional 'projecting dungeons...
2019-09-08 SmallJokerLua API documentation: Various fixes (#8914)
2019-09-08 ANANDlua_api.txt: Improve privilege definition (#8912)
2019-09-07 HybridDogMove debug.txt after it grows too big (#8904)
2019-09-07 SmallJokerlabel[]: Fix cut-off translated text
2019-09-06 sfan5Fix Irrlicht 1.9 support
2019-09-05 Paul m. p. Pdoc/client_lua_api: Clarify how client side api and...
2019-09-04 sfan5Force item entities out of solid nodes (simpler) (...
2019-09-03 sfan5Fix Inventory::moveItemSomewhere()
2019-09-02 SmallJokerInventory: Handle removeItem leftovers (#8884)
2019-09-01 Muhammad Rifqi... 'All Settings': Don't use checkboxes for 'no...' mapgen...
2019-09-01 DSVarious fixes to lua_api.txt (#8878)
2019-08-31 ANANDparticles.cpp: Fix code-style
2019-08-31 ANANDclientobject.h: Fix code-style
2019-08-31 Pedro GimenoFix rotation of attached particlespawner
2019-08-31 DSDocument world format version 28 (private nodemeta...
2019-08-30 DSDocument luaentity pitch and roll in world format ...
2019-08-30 BehaClarify docs regarding pointed_thing and get_pointed_th...
2019-08-28 ParamatVarious settingtypes.txt improvements (#8867)
2019-08-25 SmallJokerInventory: Fix missing setModified calls
2019-08-24 ParamatMapgen v6: Various mudflow code improvements and bugfix...
2019-08-24 SmallJokerfontengine: Fix non-gettext builds
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-08-24 sfan5Improve occlusion culling in corridors with additional...
2019-08-23 sfan5Restore approximate occlusion check
2019-08-23 DSMake Mapgen::spreadLight use a queue (#8838)
2019-08-23 WuzzyFix default hand definition not using wieldhand.png
2019-08-23 SmallJokerOcclusion: Check for light_propagates and do mapblock...
2019-08-23 SmallJokerOcclusion: Begin cleanup
2019-08-21 sfan5Revert "Don't send position update packet if player...
2019-08-20 ParamatAdd player sprite textures back into the engine as...
2019-08-20 ANANDlua_api.txt: Add link to Minetest Modding Book (#8826)
2019-08-20 SmallJokerremove_detached_inventory: Fix segfault during mod...
2019-08-20 ANANDDon't send position update packet if player is dead
2019-08-20 ANANDDisable autoforward if player is dead
2019-08-19 theviper121Restore intended functionality to minimap markers ...
2019-08-18 UnknownFind LuaJIT headers on vcpkg
2019-08-17 SmallJokerClientInterface: Use recursive mutex to prevent freeze...
2019-08-16 sfan5Remove unused function in ReliablePacketBuffer
2019-08-16 sfan5Minor refactor of IncomingSplitBuffer
2019-08-16 sfan5Drop m_list_size from ReliablePacketBuffer
2019-08-15 ParamatMapgen v6: Fix mudflow iteration and iterate twice...
2019-08-15 sfan5network: Stricter handling of split packets
2019-08-15 sfan5network: Fix crash in ReliablePacketBuffer on mismatchi...
2019-08-14 DSFix undeclared global warning because of _ (#8798)
2019-08-14 upsilonAdd function `minetest.read_schematic`
2019-08-13 Jozef BehranFix unnecessary exception use in 3 more methods (#8791)
2019-08-13 Jozef BehranFix unnecessary exception use in Map::getSectorXXX...
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-08-13 Jozef BehranFix unnecessary exception use in Map::isNodeUnderground
2019-08-13 Jozef BehranFix compare between pointer and 0 in unittests
2019-08-12 BehaClear old item groups when they are overridden. (#8753)
2019-08-12 rubenwardyAdd support for set_formspec_prepend in main menu ...
next