9491 Commits

Author SHA1 Message Date
cora
7a98eebd32 automt: change nc to ping for now (doesnt really help tho) 2020-11-15 21:30:55 +01:00
cron
b6b1fcab82 autofly: disable aim on freecam, use autofsprint instead of pressing special1 2020-11-15 17:27:14 +00:00
cron
71943eae50 frenemies: remove debug print, fix placeholders 2020-11-15 17:05:31 +00:00
cron
0b535363ab esp: fix cheat registration
We should merge dragonfire sometime :]
2020-11-15 16:52:11 +00:00
Lejo
a16e412c9d
Auto build client appimage (#10561)
* Replace ubuntu:14.04 with ubuntu 18:04
* Auto build client appimage

Co-authored-by: sfan5 <sfan5@live.de>
2020-11-15 17:38:04 +01:00
Wuzzy
ee1853e9bc
Fix falling image of torchlike if paramtype2="none" (#10612) 2020-11-15 17:37:09 +01:00
cora
4cb4d124f5 autofly: fix arrive 2020-11-15 17:09:45 +01:00
Elias Fleckenstein
e16bbc1fb2
Merge pull request #14 from corarona/master
lua-api: fix get/set_pitch
2020-11-15 13:38:49 +01:00
cora
4ea52449bc autofly: fix regression 2020-11-15 04:11:15 +01:00
cron
4ddf50fffe frenemies: add friend and enemy manager
Intended for use by other mods. tchat should use it, as well as killaura and tracers
2020-11-15 01:19:02 +00:00
corarona
1780adeea6 lua-api: fix get/set_pitch 2020-11-15 01:09:31 +01:00
cora
3acc130347 lua-api:fix get yaw/pitch .. why, MT, WHY?? 2020-11-15 00:41:08 +01:00
cora
400427a922 get_pitch/yaw modulo 2020-11-15 00:09:31 +01:00
cora
d79cef30c8 autofly: small fix 2020-11-14 23:49:05 +01:00
cora
7de5acf3d3 autofly: add autofly.goto + some cleanup 2020-11-14 23:45:58 +01:00
cron
b4108048ed autofly: modulo yaw 2020-11-14 21:41:55 +00:00
cora
8bc847c60c automt: log to ~/.wslog 2020-11-14 15:54:35 +01:00
cora
5913db1777 autofly: add snap to axis 2020-11-14 14:05:13 +01:00
cora
0eb54f50cf autofly: hud improvments 2020-11-14 04:11:08 +01:00
cora
87922c9b19 speed: fix crash 2020-11-13 11:24:23 +01:00
cron
5bcd04a69a turtle/tlang: make () work
Literally equivalent to {} run
2020-11-13 06:57:54 +00:00
cron
0374b73d97 turtle/tlang: preliminary .key accessing
VAR.key.key = index var[key][key]
.key.key = index TOS[key][key]

The value after . can be just a number.
2020-11-13 06:41:30 +00:00
sfan5
ad58ece180 serverpackethandler: Minor log message fixes
closes #10434
2020-11-12 21:08:26 +01:00
sfan5
61bbdd6807 Copy position for can_dig
fixes #10514
2020-11-12 21:08:26 +01:00
sfan5
b504a1aa4b Fix player sprite visibility in first person
closes #10525
2020-11-12 21:08:26 +01:00
sfan5
c441baa91b Fix overloaded virtual warnings with get/setAttachment() 2020-11-12 21:08:26 +01:00
red-001
8eb2cbac61
Fix warnings about an unused variables and implicit conversion (#10586) 2020-11-12 21:05:47 +01:00
cron
b190f2dc48 slowscaffold: add slowscaffold
The
clientmod
dir
is
a
fat
mess.
(TODO)
Also clam can handle like 40-50 nodes per second?
2020-11-12 18:56:42 +00:00
SmallJoker
68139a28eb
Revert "Replace MyEventReceiver KeyList with std::unordered_set" (#10622)
This reverts commit 787561b29afdbc78769f68c2f5c4f2cff1b32340.
2020-11-12 19:16:02 +01:00
SmallJoker
adffef2b94
PlayerSAO: Run on_player_hpchange raw change values (#10478)
The callback is only run when a change in HP is to be expected.
Following cases will not trigger the callback:
 * Dead player damaged further
 * Healing full-health player
 * Change of 0 HP
2020-11-12 19:15:41 +01:00
Lars
be8d1d2d99 Increase default emerge queue limits and limit enqueue requests for active blocks. 2020-11-12 09:04:10 -08:00
cora
29e2644a4a autofly: add sounds 2020-11-12 00:56:28 +01:00
cora
c6b56b3304 lol why cora, WHY ? 2020-11-12 00:18:05 +01:00
cora
c69db4ce8c minetest.interact: some cleanup + sanity check 2020-11-12 00:16:22 +01:00
cora
43b94bde29 minetest.interact: allow all interactions 2020-11-11 23:40:39 +01:00
cora
309af55b97 autotp: add to wpform 2020-11-11 23:21:14 +01:00
cora
62f2d3b091 autotp: fixed typo lol 2020-11-11 21:35:41 +01:00
cora
e4c4123bce autotp: works :) 2020-11-11 21:33:12 +01:00
cora
df3c128c77 autotp: add api method interact place, add preliminary autotp test 2020-11-11 20:25:05 +01:00
cora
cce9f46670 automt: fix to actually make it work lol 2020-11-11 03:57:06 +01:00
cora
eac3195824 speed: and supply an arg in the csm lol 2020-11-11 01:56:08 +01:00
cora
313887d83d speed: localplayer:set_override_speed actually able to set speed 2020-11-11 01:53:59 +01:00
cora
37690f2cf3 add: toggle clouds lol 2020-11-10 21:13:46 +01:00
DS
be3fe161fc
Do not set a default for description in itemdef table (#10559)
* Do not set a default for description in itemdef table

* improve documentation
2020-11-10 21:03:10 +01:00
SmallJoker
fca4db4184
ObjectRef: Re-add legacy code for set_physics_override (#10585)
These arguments are used at least by MTG beds and homedecor_common. A deprecation warning is shown to safely remove it in a future release.
2020-11-10 21:02:53 +01:00
cora
af2b06e354 speed: add api methods and preliminary csm 2020-11-10 17:41:39 +01:00
cora
247bd2e369 clientpackethandler: add ignore server walk speed 2020-11-10 14:44:35 +01:00
cora
1d42685b3d randomsc: increase delay to 15 secs to give time to render 2020-11-10 13:29:29 +01:00
sfan5
97aefe9b81 Mark additional locales as broken 2020-11-10 10:30:42 +01:00
sfan5
b6e47a30bb Update fallback font to newer version 2020-11-10 10:30:42 +01:00