]> git.lizzy.rs Git - minetest.git/history - src
Fix minetest.find_nodes_in_area() coord clamping
[minetest.git] / src /
2021-12-14 Nils Dagsson MoskoppFix minetest.find_nodes_in_area() coord clamping find_nodes_in_area
2021-12-05 sfan5Fix get_bone_position() on unset bones modifying their...
2021-12-05 sfan5Fix various code & correctness issues (#11815)
2021-12-01 SmallJokerNetwork: Delete copy constructor and use std::move...
2021-11-27 updatepo.shUpdate minetest.conf.example and dummy cpp file
2021-11-26 Corey PowellImplemented disconnect_player (#10492)
2021-11-26 sfan5Fix find_nodes_in_area misbehaving with out-of-map...
2021-11-26 LejoAdd Lua bitop library (#9847)
2021-11-26 HybridDogMinimap: gamma-correct average texture colour calculati...
2021-11-22 sfan5Add backwards-compatible behaviour if too few CAO textu...
2021-11-22 ExeVirusAllow for Game-Specific Menu Music (#11241)
2021-11-19 savilliFix local digging animation (#11772)
2021-11-10 Elijah DuffyLua API: Add `rmdir`, `cpdir` and `mvdir` (#9638)
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 sfan5Automatically package MinGW runtime in buildbot
2021-10-31 Isabelle COWAN-BERGMANAdd 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-HoughtonLimit 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-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 lhofhanslReduce shadow jitter (#11668)
2021-10-05 WuzzyFix crash when calling remove/kick/ban_player on start...
2021-10-05 Jude Melton-HoughtonMake MetaDataRef:get return nil instead of nothing...
2021-10-05 WuzzyAdd get_server_max_lag() (#11671)
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 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 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-HoughtonSend to clients node metadata that changed to become...
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-09-05 NeroBurnerFix movement in random_input mode (#11592)
2021-09-01 sfan5Don't look for zlib and zstd manually on Windows
2021-09-01 lhofhanslSwitch MapBlock compression to zstd (#10788)
2021-08-29 pecksinRemove closing paren as weblink delimiter
2021-08-28 sfan5Async-related script cleanups
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
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-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
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 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 x2048Move updating shadows outside of RenderingCore::drawAll...
2021-08-12 DSFix a segfault caused by wrong textdomain lines in...
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-07-31 SmallJokerMods: Combine mod loading checks and deprection logging...
2021-07-31 WuzzyFix /emergeblocks crashing in debug builds (#11461)
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 sfan5Add bold, italic and monospace font styling for HUD...
2021-07-27 JosiahWITake advantage of IrrlichtMt CMake target (#11287)
2021-07-25 x2048Distribute shadow map update over multiple frames to...
2021-07-21 hecksRemove unused ITextSceneNode header (#11476)
2021-07-21 hecksRemove unused header includes
2021-07-20 sfan5Fix no locales being generated when APPLY_LOCALE_BLACKL...
2021-07-17 SmallJokerCSM: Do not index files within hidden directories
2021-07-15 WuzzyAdd wallmounted support for plantlike and plantlike_roo...
2021-07-12 WuzzyFix revoke debug privs not reliably turn off stuff...
next