9446 Commits

Author SHA1 Message Date
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
cora
f53fa0cbc0 hide huds: fix stupid cora mistake 2020-11-17 01:44:06 +01:00
cora
5e21ede7f6 client::makeScreenshot: add ability to screenshot without chatspam 2020-11-17 01:30:40 +01:00
cora
a0e375011c gameui: hide cheatmenu on f1 2020-11-17 00:58:53 +01:00
Lars
2f6393f49d Increase limit for simultaneous blocks sent per client and the meshgen cache. 2020-11-16 10:30:52 -08:00
cora
35e3abecf9 autofly: fix warning 2020-11-16 16:00:14 +01:00
cora
f56b498088 randomscreenshot: optimized timing 2020-11-16 12:59:09 +01:00
cora
69273d97f8 lua.show/hide_huds(): add hide chat 2020-11-16 12:56:45 +01:00
cora
ea02971269 gameui: fixed hide chat 2020-11-16 12:54:32 +01:00
cora
edc010121c randomscreenshot: make it nice :) 2020-11-16 12:40:45 +01:00
cora
25e70a9cca randomscreenshot:optiminzin 2020-11-16 12:31:39 +01:00
cora
26060478e1 lua-api: add (messageless show/hide huds) 2020-11-16 12:24:47 +01:00
cora
53e2d62b87 esp: improved autostop 2020-11-16 11:42:20 +01:00