]> git.lizzy.rs Git - dragonfireclient.git/history - src
Use native packer to transfer globals into async env(s)
[dragonfireclient.git] / src /
2022-05-10 sfan5Use native packer to transfer globals into async env(s)
2022-05-10 Jude Melton-HoughtonSupport packing arbitrary graphs (#12289)
2022-05-10 Jude Melton-HoughtonFix cooking and fuel crafts with aliases
2022-05-10 OctavianFix possible unreliable behavior due to uninitialized...
2022-05-09 sfan5Add more Prometheus metrics (#12274)
2022-05-09 Lars MüllerHUD: Update selection mesh every frame (#12270)
2022-05-08 sfan5Consolidate some data structures in MapBlockMesh
2022-05-08 sfan5Cache serialized mapblocks during sending
2022-05-08 ROllerozxaFix mapblock geometry optimisation not working
2022-05-06 paradust7Add benchmarks for json string serialize/deserialize...
2022-05-06 FroggoEnable chat clickable weblinks by default (#12115)
2022-05-04 LoneWolfHTFix Windows Visual Studio actions (#11176)
2022-05-04 x2048Avoid rendering invisible faces of simple nodeboxes...
2022-05-04 Lars Müllerhud_get: Return precision field for waypoints (#12215)
2022-05-04 SmallJokerguiScalingFilter: Fix most memory leaks (#12256)
2022-05-04 paradust7Make logging cost free when there is no output target...
2022-05-03 sfan5Fix broken FPS/dtime counters in debug info
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Fix synchronization issue at thread start
2022-05-02 sfan5Refactor some Lua API functions in preparation for...
2022-05-02 sfan5Remove some unused variable from Lua class wrappers
2022-05-01 x2048Initialize wield mesh colors when changing item. (...
2022-04-30 sfan5Deal with compiler warnings
2022-04-30 sfan5Enable additional warning flags
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-28 sfan5Fix password changing getting stuck if wrong password...
2022-04-28 sfan5Apply disallow_empty_password to password changes too
2022-04-28 sfan5Fix race condition in registration leading to duplicate...
2022-04-28 OblomovRefactor local time getter functions (#12221)
2022-04-28 paradust7Remove HW_buffer_counter after IrrlichtMt fix to remove...
2022-04-28 WuzzyShow unknown node in debug screen (#12230)
2022-04-27 Lars MüllerSupport CSS Color Module Level 4 (#12204)
2022-04-24 Giuseppe BilottaFix worldaligned textures
2022-04-24 Giuseppe BilottaFix some textures not being sent correctly to older...
2022-04-21 Lars MüllerFix some debug info showing despite being disabled...
2022-04-16 paradust7Fix '[combine' when EVDF_TEXTURE_NPOT is disabled....
2022-04-15 SmallJokerupright_sprite: Fix walk animation in first person...
2022-04-14 x2048Implement shadow offsets for the new SM distortion...
2022-04-10 Lars MüllerRemove unneeded ObjectRef setter return values (#12179)
2022-04-08 ShadowNinjaDon't test overflow behavior for VoxelArea extents
2022-04-08 ShadowNinjaFix typo and update settings files
2022-04-08 ShadowNinjaFix OOB read in trim("")
2022-04-08 ShadowNinjaRemove duplicate test for trim
2022-04-08 ShadowNinjaUpdate directory name sanitization
2022-04-08 ShadowNinjaAdd tests for sanitizeDirName
2022-04-08 ShadowNinjaAdd additional reserved directory names
2022-04-08 ShadowNinjaRemove duplication in config.h
2022-04-08 ShadowNinjaSpacing fixes
2022-04-08 ShadowNinjaTreat empty XDG_CACHE_HOME same as unset
2022-04-08 ShadowNinjaFix compiler warnings
2022-04-07 Dmitry KostenkoRemove obsolete commented code (follow up to #12166)
2022-04-07 x2048Adjust shadowmap distortion to use entire SM texture...
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2022-04-07 Jude Melton-HoughtonCompile Lua as C++ (#11683)
2022-04-03 sfan5Fix -mwindows flag not being applied anymore
2022-04-02 x2048Add depth sorting for node faces (#11696)
2022-04-02 Dmitry KostenkoIncrease the ratio between shadow range and viewing...
2022-03-31 x2048Limit shadow map to the viewing range (#12158)
2022-03-31 x2048Tune shadow perspective distortion (#12146)
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2022-03-29 Jude Melton-HoughtonOptimize swapping nodes with equivalent lighting
2022-03-29 DSFix the documentation of InvRef:get_lists() and clean...
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-03-14 Daroc AldenFix memory leak in EmergeManager
2022-03-14 Gregor ParzefallFix footsteps for players whose collision box min y...
2022-03-11 Daroc AldenFix undefined behavior in TileLayer (#12125)
2022-03-09 sfan5Remove direct OpenGL(ES) dependency
2022-03-09 sfan5Use Irrlicht bindings for GL call
2022-03-09 Daroc AldenFix memory leak from SpatialAreaStore (#12120)
2022-03-07 Dmitry KostenkoCorrect normal bias for entities
2022-03-07 Dmitry KostenkoFix shadows for upright sprite nodes
2022-03-07 Dmitry KostenkoAvoid possible buffer overflow when checking face normals
2022-03-07 Dmitry KostenkoUse correct indexes when checking mesh normals
2022-03-07 Dmitry KostenkoDetect 'insane' normals in checkMeshNormals.
2022-03-07 Dmitry KostenkoImprove lighting of entities.
2022-03-07 Dmitry KostenkoApply shadow texture to wield-based entities
2022-03-07 Dmitry KostenkoRender shadows on entities.
2022-03-05 Lars MüllerReadd basic_debug as a HUD flag (#12020)
2022-03-05 ZughyAllow get_sky to return a table (#11963)
2022-03-02 sfan5Fix segfault with autoscale_mode (again)
2022-02-26 sfan5Move the codebase to C++14
2022-02-23 SmallJokerLua API documentation: Various fixes (#12059)
2022-02-22 DSFormspecMenu: make drawing of backgrounds less hacky...
2022-02-17 sfan5Clean up ClientReady packet handling
2022-02-16 pecksinUse absolute value for bouncy in collision (#11969)
2022-02-10 DSAllow to set the displayed item count and its alignment...
2022-02-08 Lars MüllerIncrease max objects per block defaults (#12055)
2022-02-08 sfan5Remove awful Mingw32 workarounds
2022-02-08 Lars MüllerSend HUD flags only if changed
2022-02-04 sfan5Fix broken server startup if curl is disabled (#12046)
2022-02-04 Lars MüllerFix types of get_mapgen_setting_noiseparams (#12025)
2022-02-03 Jude Melton-HoughtonClean up ClientInterface locking
2022-01-31 rubenwardyRevert "Disable dynamic shadows for the 5.5.0 release...
2022-01-31 Lars MuellerFix builtin statbar backgrounds
2022-01-30 rubenwardyUse virtual paths to specify exact mod to enable (...
2022-01-30 sfan5Add another very awful workaround to prevent a crash...
2022-01-30 sfan5Get rid of `basic_debug` last minute
2022-01-30 sfan5Abort raycasts that go out-of-bounds (#12006)
2022-01-30 sfan5Get rid of empty test file
2022-01-30 sfan5Raise max mapgen limit constant to align with mapblock...
next