aboutsummaryrefslogtreecommitdiff
path: root/clientmods
AgeCommit message (Collapse)Author
2022-05-18Ship dragonfireclient with selected high-quality modsElias Fleckenstein
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-04-08Spacing fixesShadowNinja
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-04Add mod.conf to preview clientmod (#11020)Elias Fleckenstein
2020-10-18Edited .gitignore properly; fixed armor invulnarability in the server code.Elias Fleckenstein
2020-10-17New Mod SystemElias Fleckenstein
2020-10-05Added minetest.drop_selected_item(), Improved AutoEjectElias Fleckenstein
2020-10-05Improved X-Ray, added AutoEjectElias Fleckenstein
2020-10-04Improved TracersElias Fleckenstein
2020-10-04Added AutoSneak and improved X-Ray MapBlock updatingElias Fleckenstein
2020-10-04The Robot UpdateElias Fleckenstein
2020-10-03Lua 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-24Added SchematicasElias Fleckenstein
2020-08-22Delete my stupid test mod lolElias Fleckenstein
2020-08-22Unrestricted HTTP API for Client, Server and Main MenuElias Fleckenstein
2020-08-22Added minetest.get_inventory(location)Elias Fleckenstein
2020-08-22Removed console output spammed by minetest.find_node_nearElias Fleckenstein
2020-08-22Removed experimental codeElias Fleckenstein
2020-08-22Fixed typo in clientmods/inventory/mod.confElias Fleckenstein
2020-08-22Added Documentation for Additional APIElias Fleckenstein
2020-08-22Added Chat Spam, Replace and settingtypes.txt for ClientmodsElias Fleckenstein
2020-08-20Update BuildbotsElias Fleckenstein
2020-08-18idk20-08-2020Elias Fleckenstein
2020-08-16Improved World hacksElias Fleckenstein
2020-08-16Improved World Hacks, added API functionsElias Fleckenstein
2020-08-16Improved World hacks, added fillElias Fleckenstein
2020-08-15Added floationg water to BlockWaterElias Fleckenstein
2020-08-15Fixed broken ChatcommandsElias Fleckenstein
2020-08-15Added .listwarpsElias Fleckenstein
2020-08-15UI Update; Added AutoToolElias Fleckenstein
2020-08-14Added DestroyWater (:P anon)Elias Fleckenstein
2020-08-14Some UpdatesElias Fleckenstein
2020-07-31Added more cheatsElias Fleckenstein
2020-07-30Improved Xray and FullbrightElias Fleckenstein
2020-07-26removed leagcy clientmodsElias Fleckenstein
2020-07-26Added autodig, moved chatElias Fleckenstein
2020-07-20Added EntitySpeedElias Fleckenstein
2020-07-18Added customizable keybindings, improved freecam, added special inventory ↵Elias Fleckenstein
keybind (by default ender inventory)
2020-07-18Added settingsElias Fleckenstein
2020-07-18Added Anti KnockbackElias Fleckenstein
2020-07-16Auto disable smooth lighting when fullbright is activeElias Fleckenstein
2020-07-08DefaultsettingsElias Fleckenstein
2020-07-07Added ClientmodsElias Fleckenstein
2020-07-06Initial CommitElias Fleckenstein
2020-05-14CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan5
closes #9857
2020-04-11Various features and fixessfan5
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-11Run on_item_use CSM callback even if item is not marked usablesfan5
Mods may want to to handle item interaction even if the item is not marked usable (= server-side callback exists).