Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-18 | Ship dragonfireclient with selected high-quality mods | Elias Fleckenstein | |
2022-05-17 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2022-04-08 | Spacing fixes | ShadowNinja | |
2021-03-26 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-03-04 | Add mod.conf to preview clientmod (#11020) | Elias Fleckenstein | |
2020-10-18 | Edited .gitignore properly; fixed armor invulnarability in the server code. | Elias Fleckenstein | |
2020-10-17 | New Mod System | Elias Fleckenstein | |
2020-10-05 | Added minetest.drop_selected_item(), Improved AutoEject | Elias Fleckenstein | |
2020-10-05 | Improved X-Ray, added AutoEject | Elias Fleckenstein | |
2020-10-04 | Improved Tracers | Elias Fleckenstein | |
2020-10-04 | Added AutoSneak and improved X-Ray MapBlock updating | Elias Fleckenstein | |
2020-10-04 | The Robot Update | Elias Fleckenstein | |
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-08-24 | Added Schematicas | Elias Fleckenstein | |
2020-08-22 | Delete my stupid test mod lol | Elias Fleckenstein | |
2020-08-22 | Unrestricted HTTP API for Client, Server and Main Menu | Elias Fleckenstein | |
2020-08-22 | Added minetest.get_inventory(location) | Elias Fleckenstein | |
2020-08-22 | Removed console output spammed by minetest.find_node_near | Elias Fleckenstein | |
2020-08-22 | Removed experimental code | Elias Fleckenstein | |
2020-08-22 | Fixed typo in clientmods/inventory/mod.conf | Elias Fleckenstein | |
2020-08-22 | Added Documentation for Additional API | Elias Fleckenstein | |
2020-08-22 | Added Chat Spam, Replace and settingtypes.txt for Clientmods | Elias Fleckenstein | |
2020-08-20 | Update Buildbots | Elias Fleckenstein | |
2020-08-18 | idk20-08-2020 | Elias Fleckenstein | |
2020-08-16 | Improved World hacks | Elias Fleckenstein | |
2020-08-16 | Improved World Hacks, added API functions | Elias Fleckenstein | |
2020-08-16 | Improved World hacks, added fill | Elias Fleckenstein | |
2020-08-15 | Added floationg water to BlockWater | Elias Fleckenstein | |
2020-08-15 | Fixed broken Chatcommands | Elias Fleckenstein | |
2020-08-15 | Added .listwarps | Elias Fleckenstein | |
2020-08-15 | UI Update; Added AutoTool | Elias Fleckenstein | |
2020-08-14 | Added DestroyWater (:P anon) | Elias Fleckenstein | |
2020-08-14 | Some Updates | Elias Fleckenstein | |
2020-07-31 | Added more cheats | Elias Fleckenstein | |
2020-07-30 | Improved Xray and Fullbright | Elias Fleckenstein | |
2020-07-26 | removed leagcy clientmods | Elias Fleckenstein | |
2020-07-26 | Added autodig, moved chat | Elias Fleckenstein | |
2020-07-20 | Added EntitySpeed | Elias Fleckenstein | |
2020-07-18 | Added customizable keybindings, improved freecam, added special inventory ↵ | Elias Fleckenstein | |
keybind (by default ender inventory) | |||
2020-07-18 | Added settings | Elias Fleckenstein | |
2020-07-18 | Added Anti Knockback | Elias Fleckenstein | |
2020-07-16 | Auto disable smooth lighting when fullbright is active | Elias Fleckenstein | |
2020-07-08 | Defaultsettings | Elias Fleckenstein | |
2020-07-07 | Added Clientmods | Elias Fleckenstein | |
2020-07-06 | Initial Commit | Elias Fleckenstein | |
2020-05-14 | CSM: Bugfixes to camera:get_pos() and camera:get_fov() | sfan5 | |
closes #9857 | |||
2020-04-11 | Various features and fixes | sfan5 | |
2019-11-11 | [CSM] Fix and improve minetest.get_language() | sfan5 | |
Previously this method would accidentally reset the locale and break everything. | |||
2019-11-11 | [CSM] Implement minetest.get_csm_restrictions() | sfan5 | |
fixes #8068 | |||
2019-11-11 | Run on_item_use CSM callback even if item is not marked usable | sfan5 | |
Mods may want to to handle item interaction even if the item is not marked usable (= server-side callback exists). |