81 Commits

Author SHA1 Message Date
Elias Fleckenstein
880c9768a9 Merge branch 'master' of https://github.com/minetest/minetest 2021-03-26 14:00:57 +01:00
Elias Fleckenstein
5b42b5a8c2
Add mod.conf to preview clientmod (#11020) 2021-03-04 20:37:41 +01:00
Elias Fleckenstein
847198edb6 Edited .gitignore properly; fixed armor invulnarability in the server code. 2020-10-18 12:06:11 +02:00
Elias Fleckenstein
bbcd249544 New Mod System 2020-10-17 11:11:22 +02:00
Elias Fleckenstein
cb1915efa7 Added minetest.drop_selected_item(), Improved AutoEject 2020-10-05 22:33:32 +02:00
Elias Fleckenstein
43ee069dbf Improved X-Ray, added AutoEject 2020-10-05 22:25:36 +02:00
Elias Fleckenstein
ee88f4b94f Improved Tracers 2020-10-04 22:59:43 +02:00
Elias Fleckenstein
c36ff3edb1 Added AutoSneak and improved X-Ray MapBlock updating 2020-10-04 22:22:55 +02:00
Elias Fleckenstein
b9f8f0a232 The Robot Update 2020-10-04 10:50:07 +02:00
Elijah Duffy
7d3641021b
Lua API: Add register_on_chatcommand to SSM and CSM (#7862)
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 17:38:08 +01:00
Elias Fleckenstein
af085acbd3 Added Schematicas 2020-08-24 19:49:42 +02:00
Elias Fleckenstein
0730ed2162 Delete my stupid test mod lol 2020-08-22 19:39:06 +02:00
Elias Fleckenstein
772c9629eb Unrestricted HTTP API for Client, Server and Main Menu 2020-08-22 19:38:36 +02:00
Elias Fleckenstein
9b1030cac4 Added minetest.get_inventory(location) 2020-08-22 15:45:06 +02:00
Elias Fleckenstein
2321e3da4c Removed console output spammed by minetest.find_node_near 2020-08-22 14:30:52 +02:00
Elias Fleckenstein
90f66dad82 Removed experimental code 2020-08-22 14:28:08 +02:00
Elias Fleckenstein
8b4d27141c Fixed typo in clientmods/inventory/mod.conf 2020-08-22 14:27:17 +02:00
Elias Fleckenstein
d8b8c1d313 Added Documentation for Additional API 2020-08-22 14:24:58 +02:00
Elias Fleckenstein
6e6c68ba04 Added Chat Spam, Replace and settingtypes.txt for Clientmods 2020-08-22 13:51:50 +02:00
Elias Fleckenstein
79d0314d79 Update Buildbots 2020-08-20 18:29:36 +02:00
Elias Fleckenstein
770bde9c64 idk 2020-08-18 19:15:19 +02:00
Elias Fleckenstein
e245151c5b Improved World hacks 2020-08-16 20:34:32 +02:00
Elias Fleckenstein
19205f6b33 Improved World Hacks, added API functions 2020-08-16 18:09:27 +02:00
Elias Fleckenstein
73b89703f9 Improved World hacks, added fill 2020-08-16 16:39:29 +02:00
Elias Fleckenstein
248dedaba3 Added floationg water to BlockWater 2020-08-15 21:16:43 +02:00
Elias Fleckenstein
9dc3eb7770 Fixed broken Chatcommands 2020-08-15 16:32:16 +02:00
Elias Fleckenstein
80371bc165 Added .listwarps 2020-08-15 16:00:26 +02:00
Elias Fleckenstein
3bed0981d0 UI Update; Added AutoTool 2020-08-15 15:45:28 +02:00
Elias Fleckenstein
622d547262 Added DestroyWater (:P anon) 2020-08-14 20:34:21 +02:00
Elias Fleckenstein
9019e18b94 Some Updates 2020-08-14 19:12:14 +02:00
Elias Fleckenstein
2675bcca1a Added more cheats 2020-07-31 19:23:29 +02:00
Elias Fleckenstein
3d980cf575 Improved Xray and Fullbright 2020-07-30 12:19:03 +02:00
Elias Fleckenstein
678559bb63 removed leagcy clientmods 2020-07-26 14:43:02 +02:00
Elias Fleckenstein
9194165cf1 Added autodig, moved chat 2020-07-26 14:42:33 +02:00
Elias Fleckenstein
064c25caa1 Added EntitySpeed 2020-07-20 16:43:11 +02:00
Elias Fleckenstein
5a8610c2f4 Added customizable keybindings, improved freecam, added special inventory keybind (by default ender inventory) 2020-07-18 20:01:17 +02:00
Elias Fleckenstein
45aa2516b2 Added settings 2020-07-18 13:20:08 +02:00
Elias Fleckenstein
408e39a1d2 Added Anti Knockback 2020-07-18 10:33:14 +02:00
Elias Fleckenstein
305e0e0d31 Auto disable smooth lighting when fullbright is active 2020-07-16 15:36:39 +02:00
Elias Fleckenstein
6796baec66 Defaultsettings 2020-07-08 13:01:06 +02:00
Elias Fleckenstein
5a2bf6634c Added Clientmods 2020-07-07 14:16:44 +02:00
Elias Fleckenstein
e610149c0c Initial Commit 2020-07-06 15:50:55 +02:00
sfan5
36d35f2fe3
CSM: Bugfixes to camera:get_pos() and camera:get_fov()
closes #9857
2020-05-14 21:16:45 +02:00
sfan5
1292bdbbce Various features and fixes 2020-04-11 13:12:51 +02:00
sfan5
c44318a253 [CSM] Fix and improve minetest.get_language()
Previously this method would accidentally reset the locale
and break everything.
2019-11-11 14:06:48 +01:00
sfan5
2c4cf508a9 [CSM] Implement minetest.get_csm_restrictions()
fixes #8068
2019-11-11 14:06:48 +01:00
sfan5
3f271564e0 Run on_item_use CSM callback even if item is not marked usable
Mods may want to to handle item interaction even if the item
is not marked usable (= server-side callback exists).
2019-11-11 14:06:48 +01:00
sfan5
b57dc70769 [CSM] Expose more env functions 2019-11-11 14:06:48 +01:00
sfan5
d961ece144 Be lenient with extra slashes for CSM paths 2019-11-09 16:08:38 +01:00
sfan5
485b669840 [CSM] Remove non-functional minetest.get_day_count() 2019-11-09 16:08:38 +01:00