cron
d22a587543
df/inventory: remove odx restoration
...
this would happen too quick, since anticheat would see the wrong tool being used after mine
this would prevent blocks from being broken
2020-11-05 01:09:58 +00:00
cron
61b041ffe0
clientmods/inventory: fix duplicate CSMs
2020-11-05 00:50:10 +00:00
cron
c973e4e085
sapscaffold: add small sapling scaffold CSM
2020-11-04 23:23:31 +00:00
cron
b83a098a91
minetest.register_cheat: fix multiple definition
2020-11-04 23:22:43 +00:00
cron
9fd49d876b
turtle/tlang: force beginning and end of string literals to match
2020-11-04 19:20:02 +00:00
cron
752a72a478
turtle/tlang: add while
2020-11-04 19:19:36 +00:00
cron
d324d9ed10
turtle/tlang: make access() search for newest locals first, globals last
2020-11-04 06:46:43 +00:00
cron
9f8aa05b50
turtle/tlang: fix copying error with = builtin
2020-11-04 03:03:53 +00:00
cron
c65e72116e
turtle/tlang: add forever and some other builtins
...
With forever, break, and (basic) if for and while can be made.
2020-11-04 02:57:48 +00:00
cron
03389880af
turtle/tlang: add comments, fix strings
...
Strings support '' syntax now. They can also be started with ' and ended with " or vice versa, and there is no way to put a literal ' in yet.
2020-11-04 02:55:08 +00:00
cron
957d425609
turtle/tlang: add run builtin
...
This changes how code is executed a bit, code from the stack is popped to an execution stack before.
This makes global executed functions and anonymous ones identical.
Not super well tested as always :]
2020-11-03 07:06:59 +00:00
cron
0a3d331680
turtle/tlang: fix lexer whitespace issues
...
This fixes the final whitespace issue as well as numbers requiring a final whitespace.
Maps don't need surrounding whitespace anymore.
2020-11-03 07:05:27 +00:00
cron
a7e6ce6493
Merge branch 'master' of repo.or.cz:waspsaliva
2020-11-01 17:38:38 +00:00
cron
8f5dbbb1ba
chatcommands: fix duplicate definition functions
2020-11-01 17:35:02 +00:00
cora
7ad3089d37
removed df chatcommand fuckery
2020-11-01 18:11:16 +01:00
cora
c91f9cdc8c
lol
2020-11-01 17:17:22 +01:00
cora
00e81bfe3e
added missing ws cheats ... time spent meaningful ... ^
2020-11-01 17:12:45 +01:00
cora
e4a04a5079
autoeat: fixed stupid mistake
2020-11-01 16:58:32 +01:00
cora
2c7f135925
autofly: fixed autoSprint to reset correctly
2020-11-01 16:28:27 +01:00
cora
182a28e197
autofly: removed image test
2020-11-01 16:21:54 +01:00
cora
1a5f55d893
autoeat: added seperate setting for timed autoeat
2020-11-01 16:16:39 +01:00
cora
2b63530751
autoeat: set conditional eating interval to 5 mins
2020-11-01 16:13:30 +01:00
cora
307883157d
autoeat: timed eat when certain things are happening
2020-11-01 16:09:09 +01:00
cron
d47ce9b310
turtle: add working tlang
...
Not very well tested, needs a better public API, not integrated with Minetest, ...
This is WAY bigger than a commit should be.
The next stages will be:
- unit tests
- API (allows it to be more than just a language for this project)
- integration with Minetest
2020-11-01 02:55:54 +00:00
cora
454e2be8ff
add ws cheats to cheat.lua ... why, fleck, why ? :D
2020-11-01 00:20:41 +01:00
cora
70020d7b08
remove weird cheat def thingy
2020-10-31 23:02:29 +01:00
cron
0f420b14ac
turtle: some weird ideas before the turtle language is added
2020-10-30 23:00:40 +00:00
cora
2c2ecbf80d
invA: add more missing lua
2020-10-30 13:57:25 +01:00
cora
7f9701c641
inventoryAction: add missing lua function
2020-10-30 13:55:51 +01:00
cora
ae0296b1fd
merge dragonfire inventoryAction
2020-10-30 13:33:50 +01:00
cora
561b48a6d6
add random screenshot csm
2020-10-27 17:53:45 +01:00
cora
a64e49dfe9
csm-api: add take_screenshot()
2020-10-27 14:46:39 +01:00
cora
21d76334b3
removed autowarp from mods.conf
2020-10-27 11:47:27 +01:00
cora
1bd37d13b9
autotool: actually fix reset wield index lol
2020-10-26 13:07:26 +01:00
cora
4e77ee2d62
autotool: little fix
2020-10-26 13:02:14 +01:00
cora
6851ebdbfd
autotool: reset old wield index when node dug
2020-10-26 13:01:37 +01:00
cora
941b979be6
autoeat: reset old wield idx after eating
2020-10-26 12:07:44 +01:00
cora
41c39f92d1
autofly: more fixes
2020-10-25 12:12:56 +01:00
cora
eef83dd2be
cleak: real fix
2020-10-25 11:34:38 +01:00
cora
8a90fe0283
cleak: fix
2020-10-25 11:28:47 +01:00
cora
35c586625f
removed dupe csms, changed "Leak" to be a chatcommand
2020-10-25 11:24:56 +01:00
cora
df7000639d
autofly: some fixes
2020-10-25 11:15:50 +01:00
cron
66c450a279
hignore: add settings and logging
2020-10-25 03:08:20 +00:00
cron
ceefc428b1
peek: remove debug log prints
2020-10-25 03:03:10 +00:00
cron
89058c7067
Merge branch 'master' of repo.or.cz:waspsaliva
2020-10-25 01:02:36 +00:00
cron
4ce3e10444
peek: fix cpeek number parsing error
2020-10-25 00:57:53 +00:00
cron
514f3c8c0b
hignore: fix nil issue for DMs from stripped players
2020-10-25 00:57:10 +00:00
cora
4b8fc90db7
autofly: add normal autosprint; some gui fixes
2020-10-23 11:55:48 +02:00
cora
c88c8b20ab
autofly: add AutoSprint
2020-10-23 02:19:12 +02:00
cora
05778ac53f
goddessmode: fixed stupid error
2020-10-17 04:58:30 +02:00