274 Commits

Author SHA1 Message Date
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
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
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
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
1d04bd87d5 autosneak: add conditional autosneak only if touching ground 2021-08-28 23:12:30 -05:00
cora
6af8242717 autofly: fix warning 2021-08-28 23:12:30 -05:00
cora
e3d3ff720e randomscreenshot: optimized timing 2021-08-28 23:12:30 -05:00
cora
b88f3fd140 randomscreenshot: make it nice :) 2021-08-28 23:12:30 -05:00
cora
96e1367839 randomscreenshot:optiminzin 2021-08-28 23:12:30 -05:00
cora
29ee4e8547 lua-api: add (messageless show/hide huds) 2021-08-28 23:12:30 -05:00
cora
01aeffa8a7 esp: improved autostop 2021-08-28 23:12:30 -05:00
cora
227e487bea randomscreenshot: disable huds while screenshoting 2021-08-28 23:12:30 -05:00
cora
82ef888bbb autofly:optimizin' 2021-08-28 23:12:30 -05:00
cora
8e48383812 autofly: and another one lol .. now it works 2021-08-28 23:12:30 -05:00
cora
58bc30f541 autofly: cruise small fix 2021-08-28 23:12:30 -05:00
cora
26b1d072b0 autofly: add cruise mode 2021-08-28 23:12:30 -05:00
cron
01decba5de autofly: disable aim on freecam, use autofsprint instead of pressing special1 2021-08-28 23:12:30 -05:00
cron
8724802b02 frenemies: remove debug print, fix placeholders 2021-08-28 23:12:30 -05:00
cron
5c52f0b6ba esp: fix cheat registration
We should merge dragonfire sometime :]
2021-08-28 23:12:30 -05:00
cora
e57f62a186 autofly: fix arrive 2021-08-28 23:12:30 -05:00
cora
2ac62c69b7 autofly: fix regression 2021-08-28 23:12:30 -05:00
cron
af4d3c1e72 frenemies: add friend and enemy manager
Intended for use by other mods. tchat should use it, as well as killaura and tracers
2021-08-28 23:12:30 -05:00
cora
a17def93c3 autofly: small fix 2021-08-28 23:12:30 -05:00
cora
743516e8cf autofly: add autofly.goto + some cleanup 2021-08-28 23:12:30 -05:00
cron
b6c34f9d5e autofly: modulo yaw 2021-08-28 23:12:30 -05:00
cora
cd4aa1220a autofly: add snap to axis 2021-08-28 23:12:30 -05:00
cora
e5ca28f445 autofly: hud improvments 2021-08-28 23:12:30 -05:00
cora
2cda3ac31f speed: fix crash 2021-08-28 23:12:30 -05:00
cron
d37b416495 turtle/tlang: make () work
Literally equivalent to {} run
2021-08-28 23:12:30 -05:00
cron
d740256b12 turtle/tlang: preliminary .key accessing
VAR.key.key = index var[key][key]
.key.key = index TOS[key][key]

The value after . can be just a number.
2021-08-28 23:12:30 -05:00
cron
ce06e2d824 slowscaffold: add slowscaffold
The
clientmod
dir
is
a
fat
mess.
(TODO)
Also clam can handle like 40-50 nodes per second?
2021-08-28 23:12:30 -05:00
cora
c76be7b86d autofly: add sounds 2021-08-28 23:12:30 -05:00