9508 Commits

Author SHA1 Message Date
Elias Fleckenstein
f9c6324666 Added JetPack and AutoHit (-> Credits to Code-Sploit and cora) 2020-11-24 13:38:11 +01:00
Elias Fleckenstein
843239c0ba Added Speed/Jump/Gravity Override 2020-11-24 13:20:30 +01:00
Elias Fleckenstein
598e9bdbce Update Credits 2020-11-24 09:49:04 +01:00
Elias Fleckenstein
7d327def82 Improved AutoSneak 2020-11-24 09:48:16 +01:00
Pierre-Yves Rollo
78273027bf Add sound to press event of some formspecs elements (#10402) 2020-11-23 21:28:25 +01:00
Elias Fleckenstein
82216e1476 LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override 2020-11-23 19:10:56 +01:00
cora
f1713e3b71 movement: add jetpack (working jetpack :) ) 2020-11-23 15:19:19 +01:00
Elias Fleckenstein
4dd5ecfc55 Added setpitch & setyaw commands; AutoSprint 2020-11-23 13:26:51 +01:00
cron
7f1fd230cb quint/invaction: add bounds to dump 2020-11-22 22:33:22 +00:00
cron
a773b0ab85 quint/invaction: improve state peeking, add refresh 2020-11-22 21:27:35 +00:00
cron
77070d8180 quint: add queued interactions (currently only InventoryActions)
Big things:
Allows a queue of inventory actions to be performed in succession
The queue keeps track of the predicted outcome after the queue finishes
Allows for dumping between inventory
Allows delayed InventoryActions
2020-11-22 21:20:17 +00:00
cron
b321b79363 InventoryAction: add to_table() 2020-11-22 18:45:56 +00:00
MoNTE48
43bc3a1245 Fix Visual Studio build in Actions 2020-11-22 19:06:31 +01:00
cron
a3018c2a31 turtle/tlang: improve in_keys()
The function references should probably be replaced with the Lua-y form
2020-11-22 06:52:20 +00:00
cron
1198d63ad5 turtle: add WIP nonworking tlang quarry
Will require some tlang changes, including floor division and the .elem accessing syntax
2020-11-22 06:51:02 +00:00
cron
2e6b21fe6a scaffold: improve melon pattern, remove dead settings 2020-11-22 03:52:30 +00:00
cron
712b331c97 scaffold: improve organization, add HereScaffold 2020-11-22 01:29:56 +00:00
cron
a3ec41ec99 scaffold: improve autofarm pattern 2020-11-22 01:29:28 +00:00
cron
879fd33e08 scaffold: improve autofarm, add AutoMelon 2020-11-21 20:44:35 +00:00
cron
db40e11753 scaffold: add AutoFarm 2020-11-21 20:09:50 +00:00
cron
2a3bdad11e autofly: autotp support position and waypoint 2020-11-21 20:08:53 +00:00
cron
8334bfcc64 LuaClient: modify minetest.interact
It now uses strings instead of numbers, and supports being passed a node coordinate as well as raycasting for the target.
2020-11-21 19:49:58 +00:00
cron
8584d0a18c scaffold: improve API, simplify scaffolds 2020-11-21 18:29:37 +00:00
Elias Fleckenstein
128ac35a91 Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient 2020-11-21 10:19:52 +01:00
cron
54e7707b64 scaffold: add registration functions, clean some things up 2020-11-21 06:04:49 +00:00
cron
49bcd328d8 Merge branch 'master' of repo.or.cz:waspsaliva 2020-11-21 05:39:03 +00:00
cron
7436e81635 scaffold: move sapscaffold and slowscaffold together, add CheckScaffold 2020-11-21 05:31:21 +00:00
cora
45977d297c autofly: fix regression 2020-11-21 04:34:50 +01:00
cora
45d2348caa automt: fix lol 2020-11-21 03:16:41 +01:00
cora
b1bd4330a2 speed: add default settings why cora WHY?? lol 2020-11-20 21:57:14 +01:00
cora
68792f23c1 speed: cora did it again lol 2020-11-20 21:53:39 +01:00
cora
d6d8f99657 speed: change csm to reflect the api change 2020-11-20 21:38:33 +01:00
cora
af153fb0a3 speed: store server sent settings for proper reset 2020-11-20 21:34:19 +01:00
cron
3d14c7e244 autofly: add random flying, some fixes 2020-11-20 20:20:53 +00:00
Paramat
872dce5020
Move Mapgen V7 river generation into the main generation loop (#10639)
All terrain generation now occurs in one loop, instead of rivers being
carved afterwards in a separate loop.
Fixes the removal of nodes added by mods in 'register on generated'.
Avoids other problems and reduces the chance of future bugs.
Mapchunk generation time is reduced.

Also fixes a code mistake which resulted in river channel generation
being disabled at floatland altitudes even when floatlands were disabled.
2020-11-20 16:11:19 +00:00
cron
2e517ca1cb Client: fix on_nodemeta_form_open 2020-11-20 15:41:37 +00:00
cora
ed6d477962 autofly:various fixes 2020-11-20 15:50:33 +01:00
Elias Fleckenstein
b65db98bd5 Added OnlyTracePlayers 2020-11-20 12:04:41 +01:00
cora
3e42890fdf autofly: automatically show death waypoint 2020-11-20 05:14:58 +01:00
cron
832558fb9e Client: add form interception
register_on_receiving_inventory_form(function(formname, formspec))
    intercepts forms sent from the server
register_on_open_nodemeta_form(function(pos, formname, formspec))
    intercepts forms that are to be shown locally

nodemeta intecept probably doesn't intercept all ways it can be opened
2020-11-20 02:23:13 +00:00
cron
5d59ede9c4 LuaClient: VERY preliminary raw form field sending
Nothing has been tested, do not use :]
2020-11-19 23:33:50 +00:00
cora
cf25fcdcfb ignore_server_speed: ignore all speed settings 2020-11-19 16:46:36 +01:00
cora
1db6dc6695 goddessmode: some fixes 2020-11-19 02:33:55 +01:00
cora
687ac637ef goddessmode: disable killaura when in range of friends 2020-11-19 01:51:11 +01:00
cora
8a2d681f75 goddessmode: dont evade friends 2020-11-19 01:38:36 +01:00
cron
4db64944c9 autocraft: add WIP automatic crafting CSM
Right now it can traverse the craft tree and construct a crafting queue.
2020-11-18 22:29:57 +00:00
cora
8e6bb7a2aa main menu: add background 2020-11-18 05:04:20 +01:00
cora
fc94f6e6f5 add logo 2020-11-18 04:16:42 +01:00
cora
bf84060df3 autosneak: add conditional autosneak only if touching ground 2020-11-17 23:47:49 +01:00
cora
18cadd23ff prevent fall damage: fix this shit :) 2020-11-17 23:06:52 +01:00