cora
af153fb0a3
speed: store server sent settings for proper reset
2020-11-20 21:34:19 +01:00
cron
3d14c7e244
autofly: add random flying, some fixes
2020-11-20 20:20:53 +00:00
Paramat
872dce5020
Move Mapgen V7 river generation into the main generation loop ( #10639 )
...
All terrain generation now occurs in one loop, instead of rivers being
carved afterwards in a separate loop.
Fixes the removal of nodes added by mods in 'register on generated'.
Avoids other problems and reduces the chance of future bugs.
Mapchunk generation time is reduced.
Also fixes a code mistake which resulted in river channel generation
being disabled at floatland altitudes even when floatlands were disabled.
2020-11-20 16:11:19 +00:00
cron
2e517ca1cb
Client: fix on_nodemeta_form_open
2020-11-20 15:41:37 +00:00
cora
ed6d477962
autofly:various fixes
2020-11-20 15:50:33 +01:00
Elias Fleckenstein
b65db98bd5
Added OnlyTracePlayers
2020-11-20 12:04:41 +01:00
cora
3e42890fdf
autofly: automatically show death waypoint
2020-11-20 05:14:58 +01:00
cron
832558fb9e
Client: add form interception
...
register_on_receiving_inventory_form(function(formname, formspec))
intercepts forms sent from the server
register_on_open_nodemeta_form(function(pos, formname, formspec))
intercepts forms that are to be shown locally
nodemeta intecept probably doesn't intercept all ways it can be opened
2020-11-20 02:23:13 +00:00
cron
5d59ede9c4
LuaClient: VERY preliminary raw form field sending
...
Nothing has been tested, do not use :]
2020-11-19 23:33:50 +00:00
cora
cf25fcdcfb
ignore_server_speed: ignore all speed settings
2020-11-19 16:46:36 +01:00
cora
1db6dc6695
goddessmode: some fixes
2020-11-19 02:33:55 +01:00
cora
687ac637ef
goddessmode: disable killaura when in range of friends
2020-11-19 01:51:11 +01:00
cora
8a2d681f75
goddessmode: dont evade friends
2020-11-19 01:38:36 +01:00
cron
4db64944c9
autocraft: add WIP automatic crafting CSM
...
Right now it can traverse the craft tree and construct a crafting queue.
2020-11-18 22:29:57 +00:00
cora
8e6bb7a2aa
main menu: add background
2020-11-18 05:04:20 +01:00
cora
fc94f6e6f5
add logo
2020-11-18 04:16:42 +01:00
cora
bf84060df3
autosneak: add conditional autosneak only if touching ground
2020-11-17 23:47:49 +01:00
cora
18cadd23ff
prevent fall damage: fix this shit :)
2020-11-17 23:06:52 +01:00
cora
f53fa0cbc0
hide huds: fix stupid cora mistake
2020-11-17 01:44:06 +01:00
cora
5e21ede7f6
client::makeScreenshot: add ability to screenshot without chatspam
2020-11-17 01:30:40 +01:00
cora
a0e375011c
gameui: hide cheatmenu on f1
2020-11-17 00:58:53 +01:00
Lars
2f6393f49d
Increase limit for simultaneous blocks sent per client and the meshgen cache.
2020-11-16 10:30:52 -08:00
cora
35e3abecf9
autofly: fix warning
2020-11-16 16:00:14 +01:00
cora
f56b498088
randomscreenshot: optimized timing
2020-11-16 12:59:09 +01:00
cora
69273d97f8
lua.show/hide_huds(): add hide chat
2020-11-16 12:56:45 +01:00
cora
ea02971269
gameui: fixed hide chat
2020-11-16 12:54:32 +01:00
cora
edc010121c
randomscreenshot: make it nice :)
2020-11-16 12:40:45 +01:00
cora
25e70a9cca
randomscreenshot:optiminzin
2020-11-16 12:31:39 +01:00
cora
26060478e1
lua-api: add (messageless show/hide huds)
2020-11-16 12:24:47 +01:00
cora
53e2d62b87
esp: improved autostop
2020-11-16 11:42:20 +01:00
cora
83d55587fd
randomscreenshot: disable huds while screenshoting
2020-11-16 00:06:37 +01:00
cora
4d8c3ae36f
autofly:optimizin'
2020-11-15 23:39:13 +01:00
cora
77fdb48b95
autofly: and another one lol .. now it works
2020-11-15 23:36:04 +01:00
cora
345645e67e
autofly: cruise small fix
2020-11-15 23:32:20 +01:00
cora
0369ecaf15
autofly: add cruise mode
2020-11-15 23:16:56 +01:00
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