]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
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
2021-08-08 DSFix GUIEditBoxWithScrollBar using a smaller steps than...
2021-08-08 PevernowGettext support on Android (#11435)
2021-08-03 SmallJokerOpenAL: Free buffers on quit
2021-08-02 rubenwardyContentDB: Add support for package aliases / renaming...
2021-07-31 SmallJokerMods: Combine mod loading checks and deprection logging...
2021-07-31 WuzzyFix /emergeblocks crashing in debug builds (#11461)
2021-07-31 sfan5Update IrrlichtMt-related stuff in README
2021-07-29 hecksRemove unsupported formats from the media enumerator
2021-07-29 hecktestRemove unsupported extensions from list in tile.cpp
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-07-27 sfan5buildbot: Readd missing IrrlichtMt DLLs
2021-07-27 sfan5Add bold, italic and monospace font styling for HUD...
2021-07-27 JosiahWITake advantage of IrrlichtMt CMake target (#11287)
2021-07-27 WuzzyImprove documentation of tools (#11128)
2021-07-27 rubenwardyContentDB: Add reason to downloads (#10876)
2021-07-25 x2048Distribute shadow map update over multiple frames to...
2021-07-25 x2048Add smooth light-shadow transition at noon (#11430)
2021-07-25 random-geekDocument glasslikeliquidlevel merge bits (#11479)
2021-07-21 hecksRemove unused ITextSceneNode header (#11476)
next