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
SmallJoker
3356da0151
Add model[] formspec element ( #10320 )
...
Formspec element to display models, written by @kilbith , rebased and tweaked.
Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
2020-11-04 21:46:18 +01:00
Lars Müller
e3bd6704a0
Revert "Fix short 180 degree rotation when using set_bone_position ( #10405 )" ( #10534 )
...
This reverts commit 0f98b54aa4b2361575002d92b29fe222703ba557.
2020-11-04 21:43:32 +01:00
Zughy
72b93ec0d7
Fix ObjectRef errors due to lua_isnil() ( #10564 )
...
Treat 'none' values as 'nil'
2020-11-04 21:43:18 +01: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
Elias Fleckenstein
75ecaa2173
Fix and run the Lint autocorrect script
2020-11-04 17:25:42 +01:00
Elias Fleckenstein
3e16c3a78f
Merge branch 'master' into master
2020-11-04 16:57:47 +01:00
Elias Fleckenstein
6ccb5835ff
Revert "Make Lint Happy"
...
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4.
2020-11-04 16:57:41 +01:00
Elias Fleckenstein
244713971a
Added script that automaticall corrects lint style
2020-11-04 16:57:24 +01:00
Elias Fleckenstein
07e61e1155
Fix github build problems #3
2020-11-04 16:48:20 +01:00
cron
76c758d41c
builtin/client/util: backport from Dragonfire
2020-11-04 15:45:27 +00:00
Elias Fleckenstein
5d9ae5a91c
Merge branch 'master' into master
2020-11-04 16:44:42 +01:00
Elias Fleckenstein
3af10766fd
Fix github build problems #2
2020-11-04 16:41:49 +01:00
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