Elias Fleckenstein
16d302c9a1
Fix github build problems
2020-11-04 16:27:14 +01:00
Elias Fleckenstein
ad148587dc
Make Lint Happy
2020-11-04 16:19:54 +01:00
Elias Fleckenstein
1145b05ea0
Updated Credits
2020-11-04 15:52:37 +01:00
Elias Fleckenstein
c9221730dd
Updated Cheat Menu Color Design
2020-11-04 15:48:00 +01:00
Elias Fleckenstein
1799d5aa9a
Cheat Menu Improvements Change
2020-11-04 15:33:48 +01:00
Elias Fleckenstein
fba7dc2168
Merge pull request #8 from realOneplustwo/master
...
Improved Cheat Menu
2020-11-04 14:40:09 +01:00
Elias Fleckenstein
fc8c8f01ca
Merge branch 'master' into master
2020-11-04 14:40:00 +01:00
Elias Fleckenstein
61e2b3a331
Re-add empty lines
2020-11-04 14:34:03 +01:00
Elias Fleckenstein
3c57074150
Re-add empty lines
2020-11-04 14:33:27 +01:00
Elias Fleckenstein
a7dc1135e9
Added CheatHUD
2020-11-04 14:19:15 +01:00
Elias Fleckenstein
f1d9ac014e
Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object()
2020-11-04 12:28:00 +01: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
Lars
39213bd00a
Slight simplification and optimization of RemoteClient.
2020-11-03 16:23:47 -08:00
Lars
aa4d3cb148
Increase defaults for viewing_range, active_object_range and related settings #10597
2020-11-03 15:55:53 -08:00
cron
16577548e6
nodePlacement: add sort of working force_sneak
...
doesn't work with mcl2 and stuff
i suspect client->interact being annoying
2020-11-03 20:03:50 +00:00
cron
f08a0cfce7
lua_localplayer: add get_pitch(), use floats instead of ints for pitch/yaw
2020-11-03 19:01:13 +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
red-001
0abb3e89fa
Block attempts to connect to the client ( #10589 )
...
A Minetest peer initiates a connection by sending a packet with an invalid peer_id, for whatever reason the code for doing this ran on both the client and the server meaning you could connect to a client if you knew what the address:port tuple it was listening on.
2020-11-02 22:21:03 +01:00
Elias Fleckenstein
06b72069d8
Fixed ColorChat
2020-11-02 17:20:16 +01:00
Elias Fleckenstein
62958bd603
Reverted accidental commit in wrong repo
...
This reverts commit 00d51fbd56743a4ee091d2956a70d6d5e6e1fda3.
2020-11-02 17:18:04 +01:00
Elias Fleckenstein
00d51fbd56
Armor textures support
2020-11-02 17:15:46 +01:00
Elias Fleckenstein
7cbe42b1dd
Re-Added Chat Effects
2020-11-02 11:57:16 +01: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
SmallJoker
9c9344ceb3
Fix incorrect deprecation hints
...
"good" and "bad" were swapped in the process, resulting in wrong deprecation messages
2020-11-01 12:52:14 +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
rubenwardy
89dd05fdf3
Fix segfault in deprecation logging due to tail call, log by default ( #10174 )
2020-10-31 18:19:23 +00: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
429af4a98c
add autoreconnect script ( ./automt server user pass )
2020-10-29 23:27:00 +01:00
Lars Müller
2dff3dd03f
Player physics: Ensure larger dtime simulation steps ( #10563 )
2020-10-29 20:15:46 +01:00
Oblomov
a701d24a00
Show RTT in ms with 2 digits of precision ( #10573 )
...
If your ping is in seconds, you probably have other problems.
2020-10-29 20:09:59 +01:00
Lars
68cd93b865
Avoid resending near blocks unnecessarily.
2020-10-27 12:08:44 -07:00