]> git.lizzy.rs Git - dragonfireclient.git/history - src
Create a filesystem abstraction layer for CSM and only allow accessing files that...
[dragonfireclient.git] / src /
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-30 ParamatMapgen: Remove unnecessary 'this->' from constructors...
2017-06-28 paramatMgv7: Fix undefined 'float_mount_height'
2017-06-27 Jesse McDonaldFix for empty key/value when reading item string with...
2017-06-27 adridoFix msvc annoyances (#5963)
2017-06-27 kilbithFix arm inertia limit case
2017-06-26 Loic BlotFix undefined behaviour in arm movement when dividing...
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-26 Loic BlotFix Camera::add_arm_inertia -> addArmInertia
2017-06-26 kilbithAdd Arm Inertia (#6050)
2017-06-26 paramatOres: Make 'absheight' flag non-functional
2017-06-25 Loic BlotRevert "Ores: Make 'absheight' flag non-functional"
2017-06-25 SmallJokerInventory: Fix wrong stack size behaviour and item...
2017-06-25 paramatMgv7: Clean up divide-by-zero fix
2017-06-25 paramatOres: Make 'absheight' flag non-functional
2017-06-24 Dániel JuhászEmit liquid sound if the player walks in liquid (#6040)
2017-06-24 Vincent GlizeC++11 cleanup on constructors guiEngine (#6036)
2017-06-24 Loic BlotGame::showOverlayMessage: securise function
2017-06-24 paramatMgv7: Avoid divide-by-zero errors
2017-06-24 paramatMgvalleys: Use existing 'lava_max_height' value in...
2017-06-23 WuzzyShow param1 and param2 in debug screen (#6031)
2017-06-22 Loïc BlotLINT fix
2017-06-22 red-001Fix CSM crash caused by move to C++11. (#6027)
2017-06-22 paramatCavesRandomWalk: Make 'lava_depth' a mapgen parameter
2017-06-21 Loïc BlotCpp11 initializers: last src root changeset (#6022)
2017-06-21 Dániel JuhászFix render order of overlays (#6008)
2017-06-21 Vincent GlizeC++11 cleanup on constructors dir network (#6021)
2017-06-21 Vincent GlizeC++11 cleanup on constructors dir client (#6012)
2017-06-21 EzhhFix console resize issue when maximising game window...
2017-06-21 paramatMgv5/v7/fractal: Add 'large_cave_depth' parameter to...
2017-06-21 Jesse McDonaldInventory: Make addItem for empty ItemStacks respect...
2017-06-20 Loïc BlotMerge cguittfont lib in irrlicht change folder. (#6016)
2017-06-20 Zeno-Fix console not being properly resized after window...
2017-06-20 Dániel JuhászAutomatic item and node colorization (#5640)
2017-06-19 Loic BlotFix 1 more warning reported by GCC
2017-06-19 Loic BlotFix 2 warnings reported by GCC
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-19 Loïc BlotRemove IrrlichtDevice unused pointer from ClientActiveO...
2017-06-19 SmallJokerfind_nodes_in_area: Extend maximal count to U32_MAX...
2017-06-19 Loïc Blothud.h: add missing false default state on use_hotbar_se...
2017-06-19 Loïc Blothud.cpp: fix wrong indent in drawItem
2017-06-19 Loïc BlotVerify HudSetParams input when hotbar textures are...
2017-06-19 paramatMgv7: Do not limit river generation if no floatlands
2017-06-19 paramatMgv7 spawn search: Cope with extreme custom terrain...
2017-06-18 Loic BlotClient::makeScreenshot: remove device param
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-06-16 RuiFix deserialization of ItemDefinition (#5995)
2017-06-16 paramatMgv6 mudflow: Also check for 'ignore' nodes
2017-06-14 paramatMgv6 mudflow: Avoid partially removed stacked decorations
2017-06-14 RuiFix no sound bug (#5968)
2017-06-14 Loïc BlotRemove legacy content_abm.{cpp,h}
2017-06-11 RuiFix the serialization error by ff73c7a (#5964)
2017-06-11 Loïc BlotUse thread_local instead from some static settings...
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-11 red-001Improve the path select GUI (#5852)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-06-11 QrchackOfficialRemove superfluous pointer null checks
2017-06-11 number ZeroPlantlike meshoptions: Fix inverted random vertical...
2017-06-11 paramat(Re)spawn players within 'mapgen_limit'
2017-06-10 red-001Add a server-sided way to remove color codes from incom...
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-10 Thomas--SOrder es_DrawType exactly like enum NodeDrawType in...
2017-06-09 red-001Fix sending color codes to clients that don't support...
2017-06-09 DSCSM: Fix documentation error for register_on_*_chat_mes...
2017-06-08 red-001Have the server send the player list to the client...
2017-06-08 Loïc BlotC++11 patchset 5: use std::threads and remove old compa...
2017-06-08 ParamatAutorun: Change to 'autoforward' (#5926)
2017-06-08 red-001Use a settings object when generating world.mt and...
2017-06-07 red-001[CSM] Add function to get player privileges (#5933)
2017-06-06 Loic BlotDragonflyBSD & NetBSD build fix
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-06 Loïc BlotRevert "Remove deprecated code segments (#5891)"
2017-06-06 Elijah DuffyMain Menu: Add get_clientmodpath API (#5912)
2017-06-06 Loïc BlotC++11 patchset 3: remove Atomic/GenericAtomic and use...
2017-06-06 red-001Remove old network code (#5921)
2017-06-05 Loic BlotRemove SharedPtr, it's not used and will be never used...
2017-06-04 Thomas--SRemove deprecated code segments (#5891)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-06-04 Loic BlotMinetest for C++11 (CMakeLists + Travis)
2017-06-04 CasimirMapgen v6: Use snow blocks in tundra and remove them...
2017-06-03 ShadowNinjaFix segmentation fault with tool capabilities (#5899)
2017-06-03 Vincent GlizeSnake case for screen options in minetest.conf (#5792)
2017-06-03 Loïc BlotProperly remove SAO when worldedges are overtaken ...
2017-06-03 SmallJokerTooltips: Unify the tooltip[] and list[] description...
2017-06-01 Dániel JuhászDo not shade inventory items with textures (#5869)
2017-06-01 Loïc BlotShow singlenode mapgen to menu (#5868)
2017-06-01 red-001Fix dropdown menu selection (#5847)
2017-05-31 red-001Nametag: remove colour codes before calculating alignme...
2017-05-29 stujones11Don't add damage flash while punch texture modifier...
2017-05-28 Loïc BlotguiVolumeChange: prevent wrong value position by using...
2017-05-26 paramatMapgen files: Update and correct copyright credits
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-05-25 Loïc BlotEnhance ABM performance a little bit by removing two...
2017-05-25 ParamatMgv6 mudflow: Remove decoration if 'dirt with grass...
2017-05-25 red-001Close formspec on client shutdown. (#5811)
2017-05-24 Loïc BlotRevert 1469424 and fix wrong char position when doing...
2017-05-23 Loic BlotFix wrong return value in get_sky Lua call since ad9fcf...
2017-05-23 ParamatClient crashfix: load meta after digging (#5801)
next