]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2022-12-03 Jude Melton... Add `minetest.get_mapgen_edges` (#12999)
2022-11-30 lhofhanslRemove shader caching hack. (#12991)
2022-11-30 Muhammad Rifqi... Android: Segmentation fault fix, PendingIntent flag...
2022-11-30 Jude Melton... Handle num lock in chat (#12984)
2022-11-30 Jude Melton... Avoid resetting music when dialog opens (#13003)
2022-11-29 Jude Melton... Fix /help privs checks (#13008)
2022-11-29 Jude Melton... Have minetest.debug call tostring (#13004)
2022-11-28 Jude Melton... Wrap debug text on screen (#12978)
2022-11-28 Jude Melton... Add `minetest.get_game_info` and allow reading `game...
2022-11-27 Jude Melton... Abort active ABM iteration when content changes (#12998)
2022-11-26 Muhammad Rifqi... Virtual joystick: Use s32 when using m_screensize as...
2022-11-25 savilliFix touchscreen crash due to missing rangeselect
2022-11-24 Jude Melton... Remove unnecessary bool return types
2022-11-24 Jude Melton... Rename "mod metadata" to "mod storage" everywhere
2022-11-24 Jude Melton... Deprecate special handling of `${key}` syntax in metada...
2022-11-24 WuzzyAdd support for attached facedir/4dir nodes (#11432)
2022-11-23 x2048Fix entity visiblity in bright artificial light (#12906)
2022-11-23 Jude Melton... avoid clearChildAttachments iterator invalidation ...
2022-11-23 Jude Melton... Fix reading schematics after their resolution (#12985)
2022-11-21 Jude Melton... Check specific outputs for isatty (#12980)
2022-11-20 x2048Avoid shadow flicker at certain angles (#12961)
2022-11-20 DSObject selection: Improve distance checks (#12974)
2022-11-20 Jude Melton... Improve ABM and LBM registration error handling (#12969)
2022-11-18 lhofhanslAdd configurable saturation (#12865)
2022-11-18 Abdou-31Fix `menu_lua_api.txt` formatting (#12971)
2022-11-16 Jude Melton... Warn about potential infinite loop in on_construct...
2022-11-16 StrajnarFilipAdded copy of LGPL-2.1 (#12950)
2022-11-15 Riceball LEEset_nametag_attributes: don't reset nametags if text...
2022-11-15 SmallJokergame.conf: Add setting to use volatile a map backend...
2022-11-15 Jude Melton... Add MetaDataRef:get_keys (#12841)
2022-11-10 lhofhanslReduce active mgmt interval for a bit when a player...
2022-11-10 Jude Melton... Add PostgreSQL helper pg_to_string
2022-11-10 Jude Melton... Test PostgreSQL in CI
2022-11-10 Jude Melton... Add mod storage PostgreSQL backend
2022-11-10 Jude Melton... Improve testListMods
2022-11-10 Jude Melton... Test metadata value changing
2022-11-09 Gregor ParzefallFix get_tool_wear_after_use for one use (insta-break...
2022-11-09 oliveFlip player_back.png (#12940)
2022-11-09 x2048Resize hotbar immediately before drawing (#12930)
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-11-08 Tamara SchmitzDockerfile: refactoring and addition of entrypoint...
2022-11-03 Loïc BlotReduce exposure of various internals (#12885)
2022-11-03 x2048Return correct variable when debugging bloom.
2022-11-02 x2048Improve bloom effect (#12916)
2022-10-31 Muhammad Rifqi... Android: Increase target/compiled SDK version to 32...
2022-10-31 Muhammad Rifqi... Send crosshair setting after the touch screen GUI has...
2022-10-31 Lars MuellerFix node placement regression
2022-10-30 x2048Enable negative values for sun/moon orbit tilt (Norther...
2022-10-30 x2048Add comments explaining use of entity glow
2022-10-30 x2048Apply entity glow before translating to color space
2022-10-30 x2048Always add increment when getting node interior light
2022-10-30 x2048Use the same light level for non-solid draw types as...
2022-10-30 DSAdd a worlds_here.txt file in the worlds folder and...
2022-10-30 Lars MüllerAllow rotating entity selectionboxes (#12379)
2022-10-28 lhofhanslFix incorrect culling introduced by ##12710 (#12887)
2022-10-28 lhofhanslSafety check the map's blocksize (#12895)
2022-10-26 x2048Shadow list improvements (#12898)
2022-10-24 Jean-Patrick... GUIInventoryList: Keep item size while moving (#12896)
2022-10-23 WuzzyFix some outdated stuff about falling node docs
2022-10-23 Jude Melton... Check sizeof(int) and sizeof(size_t)
2022-10-23 WuzzyDevTest: Colorize 2 nodebox nodes
2022-10-23 WuzzyDevTest: Cleanup callback logging
2022-10-23 WuzzyDevTest: Fix rendering of 2 texture test nodes
2022-10-23 WuzzyDevTest: More node textures to tell them apart
2022-10-23 WuzzyDevTest: Use 4dir for chests
2022-10-23 WuzzyDevTest: Restore callback item descriptions
2022-10-23 WuzzyDevTest: Fix callback item textures
2022-10-23 WuzzyRemove credits for 2 images no longer in use
2022-10-23 WuzzyDevTest: Refactor testhud features
2022-10-23 WuzzyDevTest: Move 2 HUD commands to testhud & improve
2022-10-23 WuzzyDevTest: No use privatizer on chest of everything
2022-10-23 WuzzyDevTest: Remove experimental mod
2022-10-23 WuzzyDevTest: Move detached inv tests to chest mod
2022-10-23 WuzzyDevTest: /test_place_node skips dummy/cb nodes
2022-10-23 WuzzyDevTest: Clean up callback textures
2022-10-23 WuzzyDevTest: Move callback entities to callbacks mod
2022-10-23 WuzzyDevTest: Move callback items to callbacks mod
2022-10-23 WuzzyDevTest: Move experimental items to other mods
2022-10-23 WuzzyDevTest: Move more logging to log mod
2022-10-23 WuzzyDevTest: Move benchmark commands to new mod
2022-10-23 WuzzyDevTest: Move /test_place_nodes to testnodes mod
2022-10-23 WuzzyDevTest: Move chat command logging to separate mod
2022-10-22 Jude Melton... Add VoxelArea() constructor (#12886)
2022-10-21 Abdou-31Fix typos and en_US/en_GB inconsistency in files inside...
2022-10-21 Jude Melton... Fix use of unassigned global "check"
2022-10-21 Riceball LEEguiChatConsole: fix the unicode characters crowded...
2022-10-21 DSFix formspec focus (#12795)
2022-10-21 sfan5Revise bump_version.sh script to address shortcomings...
2022-10-18 Jude Melton... Check for falling `float` nodes in liquid transform...
2022-10-18 Jude Melton... Implement vector and node conversion in Lua (#12609)
2022-10-17 sfan5Fix list sorting behaviour with missing geoip
2022-10-17 Abdou-31Fix en_US/en_GB inconsistency in lua_api.txt
2022-10-17 Abdou-31Fix typos in lua_api.txt
2022-10-17 sfan5Take geographic distance into account for server list...
2022-10-17 SmallJokerLocalPlayer: Fix sneaking on nodes with large collision...
2022-10-15 sfan5Exclude MSVC from new Lua sanity check
2022-10-13 sfan5Other minor CMake improvements
2022-10-13 sfan5Defer searching for libintl to CMake
2022-10-13 sfan5Get rid of LuaJIT linking workarounds
2022-10-13 sfan5Add extra check in case someone tries to unbundle Lua
next