| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-11 | Logo improvements | Elias Fleckenstein | |
| 2021-01-07 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
| 2020-12-24 | Fix some minor code issues all over the place | sfan5 | |
| 2020-12-23 | Minor profiler fixes. | Lars | |
| 2020-12-19 | Fix some more joystick issues (#10624) | Markus | |
| 2020-12-19 | Cleanup shader generation code (#10663) | Vitaliy | |
| Shader generation is a mess. This commit cleans some parts up, including dropping remains of HLSL support which was never actually implemented. | |||
| 2020-12-14 | Semi-transparent background for nametags (#10152) | Zughy | |
| 2020-12-12 | Rework Range | Elias Fleckenstein | |
| 2020-12-12 | Make GitHub Actions Happy try 312-12-2020 | Elias Fleckenstein | |
| 2020-12-12 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
| 2020-12-12 | Make GitHub Actions Happy try 1 | Elias Fleckenstein | |
| 2020-12-11 | Remove obsolete code from clientenvironment | Elias Fleckenstein | |
| 2020-12-11 | New Cheat Philosophy | Elias Fleckenstein | |
| 2020-12-11 | World Cheats improvements; Add BlockLava; Readd minetest.request_http_api ↵ | Elias Fleckenstein | |
| for Compatibility | |||
| 2020-12-05 | Implement mapblock camera offset correctly (#10702) | hecks | |
| Implement mapblock camera offset correctly - reduce client jitter Co-authored-by: hecktest <> | |||
| 2020-11-29 | Input: Fix on_rightclick called when placing into air | SmallJoker | |
| 2020-11-29 | Remove NextItem | Elias Fleckenstein | |
| 2020-11-28 | Added minetest.close_formspec | Elias Fleckenstein | |
| 2020-11-28 | Fixed Minimap position | Elias Fleckenstein | |
| 2020-11-28 | Fixed FastPlace and AutoPlace | Elias Fleckenstein | |
| 2020-11-28 | Improved Freecam | Elias Fleckenstein | |
| 2020-11-28 | Added configureable Colors for PlayerESP and EntityESP | Elias Fleckenstein | |
| 2020-11-28 | EntityESP, EntityTracers, PlayerESP, PlayerTracers | Elias Fleckenstein | |
| 2020-11-28 | Merged Minetest | Elias Fleckenstein | |
| 2020-11-26 | Return star color calculation to what it previously was | sfan5 | |
| 2020-11-26 | Fix style | numzero | |
| 2020-11-26 | Provide fallback star color for GLES 2 with MT shaders disabled | numzero | |
| 2020-11-26 | Sky: support GLES2 | numzero | |
| IrrLicht built-in shader is broken, have to write my own | |||
| 2020-11-26 | Allow missing shaders | numzero | |
| 2020-11-26 | Replace TriangleFan as poorly supported | numzero | |
| 2020-11-26 | Reuse seed when updating stars | numzero | |
| The only currently relevant parameter is scale which can now be changed without resetting stars position | |||
| 2020-11-26 | Store stars in a single static mesh buffer | numzero | |
| 2020-11-26 | Don't evaluate things many times | numzero | |
| 2020-11-26 | Batch cloud drawing | numzero | |
| 2020-11-26 | Fixed glowing GenericCAOs being rendered completely back when Fullbright is ↵ | Elias Fleckenstein | |
| enabled | |||
| 2020-11-26 | Added ClientObjectRef:get_hp() | Elias Fleckenstein | |
| 2020-11-25 | Fix camera panning glitches (partially revert 10489.) | Lars | |
| 2020-11-24 | Added AutoSlip (-> Credit to Code-Sploit) | Elias Fleckenstein | |
| 2020-11-24 | Added JetPack and AutoHit (-> Credits to Code-Sploit and cora) | Elias Fleckenstein | |
| 2020-11-23 | Add sound to press event of some formspecs elements (#10402) | Pierre-Yves Rollo | |
| 2020-11-23 | LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override | Elias Fleckenstein | |
| 2020-11-20 | Added OnlyTracePlayers | Elias Fleckenstein | |
| 2020-11-12 | Fix player sprite visibility in first person | sfan5 | |
| closes #10525 | |||
| 2020-11-12 | Fix overloaded virtual warnings with get/setAttachment() | sfan5 | |
| 2020-11-12 | Revert "Replace MyEventReceiver KeyList with std::unordered_set" (#10622) | SmallJoker | |
| This reverts commit 787561b29afdbc78769f68c2f5c4f2cff1b32340. | |||
| 2020-11-09 | Joystick: Remap joystick-specific KeyTypes to generic ones | Markus Koch | |
| According to the following table: * MOUSE_L -> DIG * MOUSE_R -> PLACE * SCROLL_UP -> HOTBAR_NEXT * SCROLL_DOWN -> HOTBAR_PREV This commit entirely removes the special KeyTypes used for joysticks. Support for the MOUSE KeyTypes had already been removed in the main game code without adapting the joystick code, breaking joystick input. This commit restores joystick functionality. | |||
| 2020-11-08 | Possibility to use cheat menu while pressing other keys | Elias Fleckenstein | |
| 2020-11-08 | ContentCAO: Fix segfault when minimap is disabled | SmallJoker | |
| 2020-11-05 | Fix integer-string conversion for shaders | sfan5 | |
| closes #10605 | |||
| 2020-11-05 | MapBlockMesh Performance Improvement | Elias Fleckenstein | |
