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
cora
561b48a6d6
add random screenshot csm
2020-10-27 17:53:45 +01:00
corarona
28f6a79706
lua api: add set/get_pitch
2020-10-27 15:36:07 +01:00
cora
4f9797b6e8
lua api: add core.take_screenshot()
2020-10-27 15:20:32 +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
luk3yx
61a196378f
Fix CSMs on arm64 ( #10553 )
2020-10-25 18:01:39 +01:00
Vitaliy
707c8c1e95
Shaders for Android (GLES 2) ( #10506 )
...
Shader support for OpenGL ES 2 devices (Android)
Co-authored-by: sfan5 <sfan5@live.de>
2020-10-25 18:01:03 +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