9164 Commits

Author SHA1 Message Date
cora
bc5df968fc scaffold: add railscaffold 2021-08-28 23:13:13 -05:00
cora
30a14f5874 automt: add clammt wrapper 2021-08-28 23:13:13 -05:00
cora
773cf760b8 automt: security fix !!1 :) 2021-08-28 23:13:13 -05:00
cora
b5ead96d20 automt: add exit to os and exit to menu support 2021-08-28 23:13:13 -05:00
cora
9cf32d9749 automt: add .mtq to quit 2021-08-28 23:13:13 -05:00
cora
7611e734e0 automt: add seperate logfiles for chats and errors 2021-08-28 23:13:01 -05:00
cora
dc4bd0218c autofly: cruise small fix 2021-08-28 23:13:01 -05:00
cron
1cf6ad214e scaffold: add TriScaffold (three wide scaffold) 2021-08-28 23:12:53 -05:00
cron
9f1eca494c quint/invaction: fix dump recursion 2021-08-28 23:12:53 -05:00
cora
39cf1f197d autofly: cruisemode - its very nice now - no more set_pos :) 2021-08-28 23:12:53 -05:00
cora
e5c91a3a22 movement: add jetpack (working jetpack :) ) 2021-08-28 23:12:53 -05:00
cron
2b80dfaa51 quint/invaction: add bounds to dump 2021-08-28 23:12:53 -05:00
cron
8c5be087f3 quint/invaction: improve state peeking, add refresh 2021-08-28 23:12:53 -05:00
cron
6a5f605fb3 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
2021-08-28 23:12:53 -05:00
cron
3d6404566f InventoryAction: add to_table() 2021-08-28 23:12:53 -05:00
cron
ff4c79f16d turtle/tlang: improve in_keys()
The function references should probably be replaced with the Lua-y form
2021-08-28 23:12:53 -05:00
cron
961a0d3803 turtle: add WIP nonworking tlang quarry
Will require some tlang changes, including floor division and the .elem accessing syntax
2021-08-28 23:12:53 -05:00
cron
ba170c5193 scaffold: improve melon pattern, remove dead settings 2021-08-28 23:12:53 -05:00
cron
1cc7f25afd scaffold: improve organization, add HereScaffold 2021-08-28 23:12:53 -05:00
cron
38629dec56 scaffold: improve autofarm pattern 2021-08-28 23:12:53 -05:00
cron
e7f1106b61 scaffold: improve autofarm, add AutoMelon 2021-08-28 23:12:53 -05:00
cron
c37a7f5020 scaffold: add AutoFarm 2021-08-28 23:12:53 -05:00
cron
f8be6e24e9 autofly: autotp support position and waypoint 2021-08-28 23:12:53 -05:00
cron
016be0eede 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.
2021-08-28 23:12:53 -05:00
cron
929253e84c scaffold: improve API, simplify scaffolds 2021-08-28 23:12:53 -05:00
cron
83840da8f8 scaffold: add registration functions, clean some things up 2021-08-28 23:12:53 -05:00
cora
17ce7c0fa5 autofly: fix regression 2021-08-28 23:12:39 -05:00
cron
0ce3485357 scaffold: move sapscaffold and slowscaffold together, add CheckScaffold 2021-08-28 23:12:30 -05:00
cora
ea30789680 automt: fix lol 2021-08-28 23:12:30 -05:00
cora
1cb2279eff speed: add default settings why cora WHY?? lol 2021-08-28 23:12:30 -05:00
cora
f985976972 speed: cora did it again lol 2021-08-28 23:12:30 -05:00
cora
ddb96e465c speed: change csm to reflect the api change 2021-08-28 23:12:30 -05:00
cora
8a237b4f1b speed: store server sent settings for proper reset 2021-08-28 23:12:30 -05:00
cron
5f92bd9746 autofly: add random flying, some fixes 2021-08-28 23:12:30 -05:00
cron
85422520b4 Client: fix on_nodemeta_form_open 2021-08-28 23:12:30 -05:00
cora
0a95b8b45b autofly:various fixes 2021-08-28 23:12:30 -05:00
cora
263dbeac47 autofly: automatically show death waypoint 2021-08-28 23:12:30 -05:00
cron
eeff0d4be0 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
2021-08-28 23:12:30 -05:00
cron
14b9c0b98f LuaClient: VERY preliminary raw form field sending
Nothing has been tested, do not use :]
2021-08-28 23:12:30 -05:00
cora
2edcfe4992 ignore_server_speed: ignore all speed settings 2021-08-28 23:12:30 -05:00
cora
93984e27de goddessmode: some fixes 2021-08-28 23:12:30 -05:00
cora
23e3c8c903 goddessmode: disable killaura when in range of friends 2021-08-28 23:12:30 -05:00
cora
7a0c8518a3 goddessmode: dont evade friends 2021-08-28 23:12:30 -05:00
cron
6e8996cd94 autocraft: add WIP automatic crafting CSM
Right now it can traverse the craft tree and construct a crafting queue.
2021-08-28 23:12:30 -05:00
cora
16b41bbd3e main menu: add background 2021-08-28 23:12:30 -05:00
cora
e2321f82b7 add logo 2021-08-28 23:12:30 -05:00
cora
1d04bd87d5 autosneak: add conditional autosneak only if touching ground 2021-08-28 23:12:30 -05:00
cora
bde87dc5a3 prevent fall damage: fix this shit :) 2021-08-28 23:12:30 -05:00
cora
a7dcc30ab1 hide huds: fix stupid cora mistake 2021-08-28 23:12:30 -05:00
cora
60b3eeae8b client::makeScreenshot: add ability to screenshot without chatspam 2021-08-28 23:12:30 -05:00