9463 Commits

Author SHA1 Message Date
cron
74dfe81961 bookbot: add automatic book writing bot 2020-12-13 07:14:22 +00:00
cron
bcb2a3ff5c Remove duplicate 'util' CSM 2020-12-13 07:12:25 +00:00
cron
08f591c33f waterbot: add WIP water renewing bot
At the moment it can just give you a list of water sources that can be bucketed without having a net loss of water.
Next is to make an automatic bucket filler hack using that.
2020-12-13 00:54:16 +00:00
cron
b382d5e48d Add fastdig to defaultsettings
Not sure if fastdig does anything.
2020-12-13 00:50:57 +00:00
cron
fc73eaf12f dragonfire/world: update to match DF master
Fixes Nuke, adds BlockLava
I need to rewrite this script BAD
Probably will use scaffold
2020-12-11 18:11:38 +00:00
cron
40585ac60a quint: fix simulate_invaction
Before the counts were wrong and it could swap then fill
This fixes an infinite recursion bug with invaction_dump
2020-12-11 17:34:14 +00:00
cron
51f23d53a1 turtle: fix tlang state removal
This could remove the wrong position before
2020-12-11 17:33:28 +00:00
cron
bb16da1e64 Merge branch 'master' of repo.or.cz:waspsaliva 2020-12-11 17:32:18 +00:00
cora
ea231d051b killaura: cleanup 2020-12-11 13:55:51 +01:00
cora
15fe9250c0 killaura: better logic, autoswitch to diasword 2020-12-11 12:22:55 +01:00
cora
15d53d2db2 killaura: make it safer 2020-12-11 12:07:51 +01:00
cron
8843f2e0eb turtle/tlang: numerous fixes for .indexing
Lua interface now supports it
The access/assign functions now use indexing by default
Things that deal with indexed stuff now assume its a table rather than a string
2020-12-11 02:59:40 +00:00
cron
dc91a9f782 InventoryAction: make to_table 1 indexed 2020-12-11 02:57:36 +00:00
cora
d66c6111e3 combat: fix killaura - only attack enemies 2020-12-10 23:57:49 +01:00
cron
bac0a83110 turtle/tlang: add numerical dot indexing
[1, 2, 3] now you can do .1 to get the 1st element (Lua style 1-indexed)
2020-12-10 04:45:58 +00:00
cron
f54064df07 turtle/tlang: add . map indexing
var.key pushes the value indexed by key in var onto the stack
quotes also work for assignment
numerical keys do not work yet
2020-12-10 04:34:48 +00:00
cora
0ec1470fdd fix cheat menu design ^^ 2020-12-10 03:32:50 +01:00
cron
ea99e75691 Fix widespread off by one error 2020-12-09 23:13:34 +00:00
cron
087de58064 hignore: add strip colors 2020-12-09 22:21:30 +00:00
cron
be80a15bad Merge Dragonfire
Dragonfire commit: 56d536ea5e1f98c760d7c78a4584df043fb7f0f8
2020-12-09 20:36:09 +00:00
cron
33a69f694a Prepare for merge
Move builtin cheats to Dragonfire modpack
2020-12-09 07:06:09 +00:00
cron
8f3061cd89 README: minor grammar change
test change
2020-12-09 06:42:39 +00:00
cron
be8e8b9066 optimize: add optimization script to remove water drops, improve ClientObjectRefs 2020-12-08 20:49:57 +00:00
cora
01408fd41a scaffol: add headTri 2020-12-08 13:38:32 +01:00
cora
d1ec6a5a0c kamikaze: extinguish fires 2020-12-06 12:28:43 +01:00
cora
35df13c0b4 kamikaze: widen search area, add sponges as badnode 2020-12-05 23:29:42 +01:00
Elias Fleckenstein
56d536ea5e Update CheatDB URL again 2020-12-01 18:22:24 +01:00
Elias Fleckenstein
ce47003cca Update defaults for ContentDB (->CheatDB) 2020-12-01 17:10:48 +01:00
Elias Fleckenstein
89995efee4 CheatDB Support & Enable/Disable CSMs in Main Menu 2020-12-01 14:32:54 +01:00
Elias Fleckenstein
3df23e23cd Small AutoTool Fix 2020-12-01 10:59:02 +01:00
Elias Fleckenstein
8b3eaf5b05 Lua API: Particle callbacks; Add NoWeather 2020-11-30 11:20:07 +01:00
cora
68a7a02321 randomscaff: fix bug 2020-11-30 04:25:04 +01:00
cora
76bc47e671 cchat: add names of lastlogs - its not ideal this way 2020-11-30 02:18:54 +01:00
cora
3fa1c48df1 ckam: rename to kamikaze since it finds other stuff too now 2020-11-30 01:03:51 +01:00
cora
f1e940bdb2 automt: fix automt not loading on first try 2020-11-30 00:59:50 +01:00
cora
1cbc11e410 crystalkamikaze: add tnt removal, cleanup, optimisation 2020-11-30 00:59:10 +01:00
cora
b9988808d0 crystalkamikaze: clear arrows too, add waypoint, make it smoother 2020-11-29 22:51:30 +01:00
Elias Fleckenstein
0a285dd338 Remove NextItem 2020-11-29 19:15:41 +01:00
Elias Fleckenstein
4695222bc3 Fix and Improve AutoTool 2020-11-29 19:08:39 +01:00
cora
398cb4c656 autotool: reset old wield index (with proper wait) 2020-11-29 16:20:11 +01:00
cora
619c30b7f4 scaffold: improve random- and railscaff, add quintscaff 2020-11-29 16:14:01 +01:00
cora
a51d7ef7cc autotool: make autotool() public 2020-11-29 14:50:54 +01:00
cron
d15085d8ee muse: add automatic noteblock player 2020-11-29 06:34:53 +00:00
Elias Fleckenstein
5bead7daaf Added minetest.close_formspec 2020-11-28 20:13:20 +01:00
Elias Fleckenstein
f825cf0e35 Fixed Minimap position 2020-11-28 19:40:26 +01:00
Elias Fleckenstein
eaa8a51323 Fixed FastPlace and AutoPlace 2020-11-28 16:22:30 +01:00
Elias Fleckenstein
9633ad122b Improved Freecam 2020-11-28 15:58:19 +01:00
Elias Fleckenstein
b4e475726b Added configureable Colors for PlayerESP and EntityESP 2020-11-28 14:37:26 +01:00
Elias Fleckenstein
549025f6a1 EntityESP, EntityTracers, PlayerESP, PlayerTracers 2020-11-28 14:23:29 +01:00
cora
901ce847ad scaffold: add randomscaffold 2020-11-28 14:11:14 +01:00