aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-23DevTest: /test_place_node skips dummy/cb nodesWuzzy
2022-10-23DevTest: Clean up callback texturesWuzzy
2022-10-23DevTest: Move callback entities to callbacks modWuzzy
2022-10-23DevTest: Move callback items to callbacks modWuzzy
2022-10-23DevTest: Move experimental items to other modsWuzzy
2022-10-23DevTest: Move more logging to log modWuzzy
2022-10-23DevTest: Move benchmark commands to new modWuzzy
2022-10-23DevTest: Move /test_place_nodes to testnodes modWuzzy
2022-10-23DevTest: Move chat command logging to separate modWuzzy
2022-10-22Add VoxelArea() constructor (#12886)Jude Melton-Houghton
2022-10-21Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)Abdou-31
2022-10-21Fix use of unassigned global "check"Jude Melton-Houghton
2022-10-21guiChatConsole: fix the unicode characters crowded together on prompt (#12867)Riceball LEE
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2022-10-21Fix formspec focus (#12795)DS
2022-10-21Revise bump_version.sh script to address shortcomings (#12789)sfan5
2022-10-18Check for falling `float` nodes in liquid transform (#12862)Jude Melton-Houghton
2022-10-18Implement vector and node conversion in Lua (#12609)Jude Melton-Houghton
Co-authored-by: sfan5 <sfan5@live.de>
2022-10-17Fix list sorting behaviour with missing geoipsfan5
2022-10-17Fix en_US/en_GB inconsistency in lua_api.txtAbdou-31
2022-10-17Fix typos in lua_api.txtAbdou-31
2022-10-17Take geographic distance into account for server list ordering (#12790)sfan5
2022-10-17LocalPlayer: Fix sneaking on nodes with large collisionboxes (#12626)SmallJoker
2022-10-15Exclude MSVC from new Lua sanity checksfan5
2022-10-13Other minor CMake improvementssfan5
2022-10-13Defer searching for libintl to CMakesfan5
resolves #12800
2022-10-13Get rid of LuaJIT linking workaroundssfan5
...and replace them with a cautionary warning message if someone uses an old version. The detection is kind of a hack but no choice as upstream is not interested in version numbering.
2022-10-13Add extra check in case someone tries to unbundle Luasfan5
2022-10-13Speed up find_nodes_in_area (#12845)Jude Melton-Houghton
2022-10-13object ids are u16, not s16 (#12848)fluxionary
2022-10-13Use enum to define custom registry indicesJude Melton-Houghton
2022-10-13Test on-lighting node param1 in lighting testJude Melton-Houghton
2022-10-09Embed data directly in mapblocksJude Melton-Houghton
2022-10-09Remove unused MapBlock functionalityJude Melton-Houghton
2022-10-09Fix tone mapping being always enabledsfan5
broke in 579fc93c24b030e33a6255d96e773706f6e99c93
2022-10-09Optimize lighting calculation (#12797)Jude Melton-Houghton
2022-10-09add an 'equals' method to ItemStack and compatibility w/ lua '==' (#12771)fluxionary
Co-authored-by: rubenwardy <rw@rubenwardy.com> Co-authored-by: sfan5 <sfan5@live.de>
2022-10-09Improve documentation for `liquid_alternative_*` (#12810)Wuzzy
2022-10-09DevTest: Explain purpose of most items in tooltips (#12833)Wuzzy
2022-10-06DevTest: Change texture for node-aligned node (#12831)Wuzzy
2022-10-06Only set quicktune keybinds in debug builds (#12779)ROllerozxa
2022-10-04Use legacy call when rendering to a single texturex2048
Fixes depth buffer in when undersampling > 1
2022-10-04Make bloom shaders compatible with GLES2 (#12834)x2048
Co-authored-by: Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com>
2022-10-04Consolidate API object code (#12728)Jude Melton-Houghton
Co-authored-by: sfan5 <sfan5@live.de>
2022-10-03Disable -ffinite-math-only (#12832)Jude Melton-Houghton
2022-10-03DevTest: Reject buggy "/hp inf" command (#12830)Wuzzy
2022-10-01Add an item pick up callback (2) (#7712)DS
Co-authored-by: SmallJoker <mk939@ymail.com> Co-authored-by: Jude Melton-Houghton <jwmhjwmh@gmail.com>
2022-10-01Improve crafting recipe documentation (#12806)Wuzzy
2022-09-30Implement tool use soundssfan5
2022-09-30Clean up Game::handleDigging() and some related partssfan5
2022-09-30Improve double tap for jump detection (#12793)Muhammad Rifqi Priyo Susanto