]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2021-11-01 Riceball LEELocalize error messages in mainmenu (#11495)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-31 JosiahWIAdd variable to use existing IrrlichtMt build (#11656)
2021-10-31 sfan5Automatically package MinGW runtime in buildbot
2021-10-31 sfan5Replace uses of which(1) with command -v
2021-10-31 sfan5Update Android to new dependency repo (#11690)
2021-10-31 x2048Apply shadow only to the naturally lit part of the...
2021-10-31 Isabelle COWAN... Add joystick layout for DragonRise GameCube controller...
2021-10-25 rubenwardyFix crash on hypertext[] with not enough parts
2021-10-25 sfan5Fixes around emerge handling
2021-10-25 Jude Melton... Limit stepheight smoothing to the stepheight and stop...
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-22 WuzzyFix no_texture.png activation w/ simple leaves
2021-10-22 sfan5Fix incorrect error message in core.encode_png
2021-10-20 Lars MüllerFix view bobbing not resetting when resting
2021-10-20 WuzzyAdd no_texture.png as fallback for unspecified textures
2021-10-15 LoneWolfHTFix compiling on Windows with Visual Studio
2021-10-15 rubenwardyUse scoped app storage on Android (#11466)
2021-10-15 WuzzyMake /status message easier to read
2021-10-13 hecksAdd embedded PNG texture modifier (#11498)
2021-10-12 sfan5Remove broken timeout behaviour
2021-10-12 savilliFix player HP desync between client and server
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-10-06 sfan5Move instead of copy during content install if possible
2021-10-06 sfan5Move archive extraction in content store to async job
2021-10-06 sfan5Make fs::extractZipFile thread-safe
2021-10-06 emixa-dAdd "MINETEST_MOD_PATH" environment variable (#11515)
2021-10-05 HybridDogList only jpg and png as screenshot format options...
2021-10-05 lhofhanslReduce shadow jitter (#11668)
2021-10-05 WuzzyFix crash when calling remove/kick/ban_player on start...
2021-10-05 Jude Melton... Make MetaDataRef:get return nil instead of nothing...
2021-10-05 WuzzyAdd get_server_max_lag() (#11671)
2021-10-01 Pedro GimenoAdd an option `-t` to force text output in /help
2021-10-01 x2048Improvements to colored shadows (#11516)
2021-10-01 WuzzySplit liquid_viscosity to liquid_viscosity and move_res...
2021-09-27 x2048Order drawlist by distance to the camera when rendering...
2021-09-27 SmallJokerVarious code improvements
2021-09-26 WuzzyUpdate builtin locale files (#11650)
2021-09-26 niaUse CMake's GNUInstallDirs for install directories...
2021-09-26 WuzzyFix several typos in settingtypes.txt (#11623)
2021-09-26 TheBrokenRailTouch UI support for desktop builds (#10729)
2021-09-22 sfan5Fix "Could not create ITexture, texture needs to have...
2021-09-19 niaFix src/util/string.cpp on NetBSD
2021-09-19 DSFix client-side performance of chat UI (#11612)
2021-09-19 Lars MüllerFix HUD multiline text alignment (#10795)
2021-09-19 sfan5Fix trivial typos
2021-09-19 sfan5Add feature table entry for new dynamic media API
2021-09-19 sfan5Add preprocessor check for weird (incorrect) build...
2021-09-17 sfan5Shave off buffer copies in networking code (#11607)
2021-09-17 sfan5Fix GLES2 discard behaviour (texture transparency)
2021-09-17 HybridDogHide Wself-assign-overloaded and Wself-move unittest...
2021-09-15 ROllerozxaReadd TGA to the list of valid texture formats. (#11598)
2021-09-14 Lars MüllerChop game background in mainmenu (#10796)
2021-09-14 sfan5Add Windows-specific CreateTempFile() implementation
2021-09-12 sfan5Fix broken handling of NodemetaChanged packets
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-09-10 sfan5Clean up/improve some scriptapi error handling code
2021-09-10 Jude Melton... Send to clients node metadata that changed to become...
2021-09-10 DSSplit vector.new into 3 constructors
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-09-07 Buckaroo BanzaiAdd missing zstd-libs to final Docker image
2021-09-05 NeroBurnerFix movement in random_input mode (#11592)
2021-09-05 20kdcAdd hint to error message on how to build with in-tree...
2021-09-01 WuzzyFix falling mesh nodes being half size (#11389)
2021-09-01 sfan5Update README for zstd changes
2021-09-01 sfan5Don't look for zlib and zstd manually on Windows
2021-09-01 sfan5Drop Ubuntu 16.04 from gitlab-ci, add 20.04 instead
2021-09-01 sfan5Check for required libzstd APIs in cmake
2021-09-01 lhofhanslSwitch MapBlock compression to zstd (#10788)
2021-08-31 sfan5CI: Bump IrrlichtMt to 1.9.0mt3
2021-08-29 pecksinRemove closing paren as weblink delimiter
2021-08-28 sfan5Async-related script cleanups
2021-08-28 fn ⌃ ⌥CI: Add macOS workflow (#11454)
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-08-27 TreerAdd group-based tool filtering for node drops (#10141)
2021-08-27 Lean RadaOptimize vector length calculations (#11549)
2021-08-27 Loïc BlotAdd debian 11 to Gitlab-CI (#11571)
2021-08-24 Loïc Blotfix: update to alpine 3.14 (#11570)
2021-08-23 JosiahWISet policies through CMake 3.9 to allow enabling IPO...
2021-08-23 WuzzyFix 6th line of infotext being cut off in half (#11456)
2021-08-23 SmallJokerInventory: Fix rare out-of-bounds access
2021-08-23 DSUse utf-8 for the Irrlicht clipboard (#11538)
2021-08-23 sfan5Fix server-only builds on older CMake versions (#11566)
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2021-08-21 sfan5Allow lib/irrlichtmt to work for server builds (headers...
2021-08-21 WuzzyShow status message when changing block bounds (#11556)
2021-08-19 sfan5Validate staticdata and object property length limits...
2021-08-19 WuzzyFix scaled world-aligned textures being aligned inconsi...
2021-08-19 rubenwardyAdd fwgettext util function
2021-08-17 SmallJokerFix inconsistent integer comparison warnings
2021-08-16 WuzzyClarify the meaning of "rightclick"/"use" in documentat...
2021-08-16 Lean RadaStart sprite animation at the beginning (#11509)
2021-08-16 sfan5Cap iterations of imageCleanTransparent sanely
2021-08-16 TreerFix access violation in create_schematic() (#11534)
2021-08-12 SmallJokerFix segfault caused by shadow map on exit
2021-08-12 Hugues RossAdd disable_settings to game.conf to get rid of "Enable...
2021-08-12 x2048Move updating shadows outside of RenderingCore::drawAll...
2021-08-12 DSFix a segfault caused by wrong textdomain lines in...
2021-08-09 hecksRemove statement semicolons from a lua script
next