]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2022-04-07 Jude Melton... Compile 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-04-01 Dmitry KostenkoAvoid negation of comparison operator (luacheck warning)
2022-03-31 x2048Limit shadow map to the viewing range (#12158)
2022-03-31 x2048Tune shadow perspective distortion (#12146)
2022-03-29 Jude Melton... Store vector metatable in registry
2022-03-29 Jude Melton... Optimize 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-19 DSImprove lua vector helper class doumentation (#12090)
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 KostenkoReuse normal offset calculation for nodes
2022-03-07 Dmitry KostenkoCorrect normal bias for entities
2022-03-07 Dmitry KostenkoChange normal bias for entities to avoid shadow acne
2022-03-07 Dmitry KostenkoRemove debugging code
2022-03-07 Dmitry KostenkoEnsure nightRatio is greater than zero in object shader
2022-03-07 Dmitry KostenkoFix shadows for upright sprite nodes
2022-03-07 Dmitry KostenkoApply texture matrix when rendering shadowmap
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 KostenkoFix shadow rendering with filtering disabled
2022-03-07 Dmitry KostenkoDetect 'insane' normals in checkMeshNormals.
2022-03-07 Dmitry KostenkoImprove lighting of entities.
2022-03-07 Dmitry KostenkoImprove self-shadowing based on light/normal angle
2022-03-07 Dmitry KostenkoCopy shadow mapping shader from nodes to objects
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-24 rubenwardyFix broken dependency enabling due to missing `enabled...
2022-02-23 SmallJokerLua API documentation: Various fixes (#12059)
2022-02-22 DSFormspecMenu: make drawing of backgrounds less hacky...
2022-02-22 Nils Dagsson... Add TGA test nodes to devtest (#11978)
2022-02-22 Lars MüllerLua API: Consistently use double vs. single quotes...
2022-02-17 sfan5Clean up ClientReady packet handling
2022-02-16 pecksinUse absolute value for bouncy in collision (#11969)
2022-02-12 ROllerozxaApply texture pack main menu textures immediately ...
2022-02-12 WuzzyAdd support for 'seed' in disallow_mapgen_settings...
2022-02-12 Dennis JenkinsCorrect world_format.txt specification (#12061)
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 sfan5Update MinGW used by CI
2022-02-08 Gaël CNoise params serialization fixup
2022-02-08 Lars MüllerSend HUD flags only if changed
2022-02-04 ZughyUpdate copyright year in README (#12029)
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... Clean up ClientInterface locking
2022-02-03 DSAdd more documentation for the list[] fs element (...
2022-01-31 sfan5Fix macOS compile instructions
2022-01-31 rubenwardyRevert "Disable dynamic shadows for the 5.5.0 release...
2022-01-31 Lars MuellerFix builtin statbar backgrounds
2022-01-31 Lars MuellerDocument moon orientation relative to sun
2022-01-30 rubenwardyUse virtual paths to specify exact mod to enable (...
2022-01-30 sfan5Continue with 5.6.0-dev
2022-01-30 sfan5Bump version to 5.5.0
2022-01-30 sfan5Add another very awful workaround to prevent a crash...
2022-01-30 sfan5Update credits for 5.5.0 release (#12001)
2022-01-30 sfan5Get rid of `basic_debug` last minute
2022-01-30 sfan5Abort raycasts that go out-of-bounds (#12006)
2022-01-30 poiTranslated using Weblate (Chinese (Simplified))
2022-01-30 Nikita EpifanovTranslated using Weblate (Russian)
2022-01-30 WuzzyTranslated using Weblate (German)
2022-01-30 Andrij MizykTranslated using Weblate (Ukrainian)
2022-01-30 waxtatectTranslated using Weblate (French)
2022-01-30 BreadWTranslated using Weblate (Japanese)
2022-01-30 MarianTranslated using Weblate (Slovak)
2022-01-30 Yaya - Nurul... Translated using Weblate (Malay)
2022-01-30 Balázs KovácsTranslated using Weblate (Hungarian)
2022-01-30 Thomas Wagner... Translated using Weblate (Danish)
2022-01-30 WuzzyUpdate German builtin translation
2022-01-30 WuzzyUpdate builtin translation templates
2022-01-30 ROllerozxaFix Minetest logo when installed system-wide
2022-01-30 sfan5Get rid of empty test file
2022-01-30 sfan5Raise max mapgen limit constant to align with mapblock...
2022-01-29 SmallJokerAuto-update minetest.conf.example
2022-01-29 SmallJokerDisable dynamic shadows for the 5.5.0 release
2022-01-28 sfan5Get rid of legacy workaround in SQLite backend
2022-01-28 sfan5Add game name to server status string
2022-01-27 sfan5Request execution on dedicated GPU on Windows
2022-01-27 sfan5Enable high-res timers on Windows
2022-01-27 sfan5Rework drawtime and related timekeeping code to use...
2022-01-27 Jude Melton... Automatically migrate client mod storage (#11960)
2022-01-27 SmallJokerBuiltin: Sanity-check /time inputs (#11993)
2022-01-27 Lars MüllerDefine control(bits) as "unset" for entities (#11995)
2022-01-25 updatepo.shUpdate translations
2022-01-25 updatepo.shUpdate example config and translation .cpp
2022-01-25 poiTranslated using Weblate (Chinese (Simplified))
2022-01-25 Balázs KovácsTranslated using Weblate (Hungarian)
2022-01-25 rubenwardyTranslated using Weblate (Spanish)
next