Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-04 | Cheat Menu Improvements Change | Elias Fleckenstein | |
2020-11-04 | Merge branch 'master' into master | Elias Fleckenstein | |
2020-11-04 | Added CheatHUD | Elias Fleckenstein | |
2020-11-04 | Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ↵ | Elias Fleckenstein | |
ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object() | |||
2020-11-03 | Increase defaults for viewing_range, active_object_range and related ↵ | Lars | |
settings #10597 | |||
2020-11-02 | Fixed ColorChat | Elias Fleckenstein | |
2020-11-02 | Reverted accidental commit in wrong repo | Elias Fleckenstein | |
This reverts commit 00d51fbd56743a4ee091d2956a70d6d5e6e1fda3. | |||
2020-11-02 | Armor textures support | Elias Fleckenstein | |
2020-11-02 | Re-Added Chat Effects | Elias Fleckenstein | |
2020-10-31 | Fix segfault in deprecation logging due to tail call, log by default (#10174) | rubenwardy | |
2020-10-25 | Shaders for Android (GLES 2) (#10506) | Vitaliy | |
Shader support for OpenGL ES 2 devices (Android) Co-authored-by: sfan5 <sfan5@live.de> | |||
2020-10-23 | Revert "Add Block Formspec Hack" | realOneplustwo | |
This reverts commit 6652d7ac2a463581aa53c1599b7b93762422ff0f. | |||
2020-10-22 | Add Block Formspec Hack | realOneplustwo | |
2020-10-22 | Added Nuke | Elias Fleckenstein | |
2020-10-21 | Make cheat menu color and font configurable via settings | realOneplustwo | |
2020-10-21 | Add documentation to builtin core.run_callbacks (#10494) | DS | |
2020-10-21 | Added Strip, AutoRefill, indexing for InventoryActions and Wield Index ↵ | Elias Fleckenstein | |
starts at 1 now | |||
2020-10-19 | Added ThroughWalls, InventoryActions API and AutoTotem | Elias Fleckenstein | |
2020-10-18 | Test GitHub Discord Integration | Elias Fleckenstein | |
2020-10-18 | Test GitHub Discord Integration | Elias Fleckenstein | |
2020-10-18 | Extended ClientObjectRef; Improved CrystalPvP | Elias Fleckenstein | |
2020-10-18 | Lint is bitch | Elias Fleckenstein | |
2020-10-17 | Remove all bump mapping and parallax occlusion related code. | Lars | |
2020-10-17 | New Mod System | Elias Fleckenstein | |
2020-10-13 | Give unnamed world names incrementing numbers. Format 'world<number>' (#10247) | Paramat | |
Code created with help from GitHub users sirrobzeroone and pauloue, thank you. | |||
2020-10-12 | Added AttachmentFloat | Elias Fleckenstein | |
2020-10-09 | Add a short_description to be used by mods (#8980) | DS | |
2020-10-06 | Improve the `fsaa` setting description (#10279) | Hugo Locurcio | |
See https://github.com/minetest/minetest/issues/8459. | |||
2020-10-06 | Add minetest.get_artificial_light and minetest.get_natural_light (#5680) | HybridDog | |
Add more detailed light detection functions, a function to get the artificial light (torches) and a function to get the sunlight as seen by the player (you can specify timeofday). Co-authored-by: rubenwardy <rw@rubenwardy.com> | |||
2020-10-05 | Improved X-Ray, added AutoEject | Elias Fleckenstein | |
2020-10-05 | Added ESP, fixed Tracers, improved Jesus | Elias Fleckenstein | |
2020-10-04 | Added Tracers, NoSlow and NoForceRotate; GUI Colors changed | Elias Fleckenstein | |
2020-10-04 | The Robot Update | Elias Fleckenstein | |
2020-10-04 | Deprecate get_player_velocity and add_player_velocity (#10173) | rubenwardy | |
2020-10-03 | Lua API: Add register_on_chatcommand to SSM and CSM (#7862) | Elijah Duffy | |
Allows catching a chatcommand call just after the command and the parameters are parsed but before its existence is checked and before the corresponding function is run. Returning `true` from a callback function will prevent default handling of the command leaving mods to handle the command manually. | |||
2020-10-03 | Reduce the FPS when the window is unfocused (#8837) | HybridDog | |
2020-10-03 | Chatcommand: Show help message if func returns false without message | HybridDog | |
#9440 | |||
2020-09-29 | Improve layout of main menu 'local' tab (#10366) | Paramat | |
2020-09-23 | Ability to remove minetest.after once set (#10103) | tenplus1 | |
2020-09-14 | Remove "generate normal maps" feature (#10313) | hecks | |
Erase all traces of normal "generation" from fragment shaders Remove the "feature" from the engine and default config Remove any leftover documentation of it | |||
2020-09-03 | Add 'ores' global mapgen flag (#10276) | Paramat | |
2020-08-30 | Fix #10349 game crashing if dropped an item with undefined light_source (#10351) | Pierre-Yves Rollo | |
2020-08-30 | Fix dropped craftitems/tools not using light_source values (#9438) | LoneWolfHT | |
2020-08-29 | Add vector.offset (#10321) | DS | |
2020-08-27 | Android: drop simple MainMenu (#10227) | Maksim | |
The default (PC-style) MainMenu works great on Android. Provides access to ContentDB and allows players to create many worlds in a few clicks. Makes the interface consistent and eliminates player confusion. | |||
2020-08-23 | Auto focus on OK button in main menu error messages (#10300) | Vincent Robinson | |
2020-08-22 | Unrestricted HTTP API for Client, Server and Main Menu | Elias Fleckenstein | |
2020-08-22 | Added Chat Spam, Replace and settingtypes.txt for Clientmods | Elias Fleckenstein | |
2020-08-18 | Allow the ABM time budget to be configurable. | Lars | |
2020-08-17 | ContentDB: Add Update All and download queuing (#9995) | rubenwardy | |