d6b2a09c60
Merge branch 'hqurve/chat-ui' into 'master'
...
Added chat tabs
See merge request veloren/veloren!2300
2021-05-14 12:27:16 +00:00
9425f212ca
Added chat tabs
2021-05-14 12:27:15 +00:00
b38c9e593b
Use Body to determine mountee offsets
2021-05-14 00:11:54 +02:00
c594e500e0
Clean unused mount offset
2021-05-14 00:11:46 +02:00
6fb06af1c5
Anims export a transform for mounts
2021-05-14 00:11:37 +02:00
d3b171f608
Expose the mounting bone to the mounter anims
2021-05-14 00:11:28 +02:00
a01add2e2c
Collar can make QuadMeds mountable, state + offsets
2021-05-14 00:11:15 +02:00
c181204556
Merge branch 'james/stop-drop-and-roll' into 'master'
...
Campfires can set things on fire and water puts it out
See merge request veloren/veloren!2299
2021-05-13 05:34:51 +00:00
cdbf023645
Campfires can set things on fire and water puts it out
2021-05-13 05:34:51 +00:00
791ab093b3
add czech language. fixed #1044
2021-05-12 22:36:11 +02:00
b044253d52
Merge branch 'alphyr/guess_image_format' into 'master'
...
Guess image format from file extension
See merge request veloren/veloren!2260
2021-05-12 18:41:22 +00:00
fe095c769a
Merge branch 'tui/newline_in_trace' into 'master'
...
enable TUI to actually handle newline character.
See merge request veloren/veloren!2282
2021-05-12 18:05:50 +00:00
fa2b181628
use split_inclusive instead
2021-05-12 18:40:12 +02:00
0f3717d047
enable TUI to actually handle newline character.
...
but we are not sure if NEWLINEs are wanted in logs as it could cause problems with automated parsing.
2021-05-12 18:40:08 +02:00
1ca67b3d2b
Merge branch 'xMAC94x/mirror_collab' into 'master'
...
dont run CI on master on mirror
See merge request veloren/veloren!2291
2021-05-12 13:05:28 +00:00
ed7656c890
Merge branch 'sharp/skip-sprite-mesh' into 'master'
...
Don't remesh chunk vertex data on sprite update.
See merge request veloren/veloren!2294
2021-05-11 20:39:04 +00:00
e457c3547d
Don't remesh chunk vertex data on sprite update.
...
This results in an extremely visually noticeable improvement in latency
when adding or removing sprite data and makes the game feel more
responsive.
This happens, for instance, when picking up a sprite like an apple or
flower from the environment. We check to make sure that for items
with lighting (like Velorite) or changes that otherwise affect meshing
(like changing from fluid to nonfluid) this doesn't trigger.
2021-05-11 12:58:15 -07:00
62da0c6231
Merge branch 'james/merchant-tell' into 'master'
...
Make merchants /tell instead of /say
See merge request veloren/veloren!2293
2021-05-11 17:26:22 +00:00
fb2cd3fd45
Make merchants /tell instead of /say
2021-05-11 17:26:22 +00:00
1549173396
Merge branch 'sharp/docker-stdin-tty' into 'master'
...
More fixes to stdin input.
See merge request veloren/veloren!2292
2021-05-11 12:12:24 +00:00
39369e090f
More fixes to stdin input.
...
Adding tty makes sure docker attach won't be accidentally detached
by ctrl-C (there are better ways of doing this but this one works
for now)
shell-words more closely emulates Bash's tokenizer rules (but without
doing things like environment variable expansion) which allows us to use
multiline strings as reasons, etc. Unfortunately entering newlines
still won't work the way we've written things since shell-words does not
right now give enough information to incrementally build up a valid
string, just says there was a tokenizing error; but maybe in the future
we can fix that.
2021-05-11 04:15:59 -07:00
ee94fc53ac
Merge branch 'sharp/docker-stdin-open' into 'master'
...
Open stdin when using Veloren with docker.
See merge request veloren/veloren!2288
2021-05-11 09:29:31 +00:00
3c863c9a9a
dont run CI on master on mirror
2021-05-11 08:54:10 +02:00
01642460f0
Merge branch 'sam/clay-golem' into 'master'
...
Clay Golem Rework
See merge request veloren/veloren!2264
2021-05-11 01:36:13 +00:00
44b7ea9424
Merge branch 'xMAC94x/remove-sponsorship' into 'master'
...
DO no longer sponsors us in 2021
See merge request veloren/veloren!2290
2021-05-11 01:19:05 +00:00
93f982df7b
Changed particles to a switch statement.
2021-05-10 19:58:32 -05:00
73e6827eb5
Changelog
2021-05-10 18:57:33 -05:00
cefa9d1ff3
Fixed offsets for laser and rocket attacks of clay golem.
2021-05-10 18:54:04 -05:00
8b0a2a0199
anims
2021-05-10 18:54:03 -05:00
510c1980da
Made golem laser spawn based off of orientation rather than look_dir. Additional balance tweaks.
2021-05-10 18:54:00 -05:00
0cc94c41ee
Balance tweaks
2021-05-10 18:53:52 -05:00
5107cb45fb
Increased exp of clay golems.
2021-05-10 18:53:51 -05:00
6913266765
Added kit for testing.
2021-05-10 18:53:50 -05:00
ed830e6935
Added haniwa sentries to level 3 dungeons.
2021-05-10 18:53:50 -05:00
a7495801d9
AI tweaks.
2021-05-10 18:53:49 -05:00
138d09e207
Balance tweaks.
2021-05-10 18:53:49 -05:00
6cb67b85da
Adds haniwa sentry object
2021-05-10 18:53:48 -05:00
f39d5e34bf
Dungeon placement. Tweaks to melee.
2021-05-10 18:53:47 -05:00
1f73bad862
Added armor, more ai tweaks.
2021-05-10 18:53:46 -05:00
57e4966e98
Golem AI
2021-05-10 18:53:43 -05:00
083d3d2a6c
Clay golem attacks done.
2021-05-10 18:53:01 -05:00
c9fdc639f7
Merge branch 'juliancoffee/improve_i18n_check' into 'master'
...
Refactor i18n analysis code and improve UX of testing binary
See merge request veloren/veloren!2289
2021-05-10 22:13:01 +00:00
3cd279df3d
Refactor i18n analysis code and improve UX of testing binary
2021-05-10 22:13:00 +00:00
1cb8174c8b
DO no longer sponsors us in 2021
2021-05-10 23:29:13 +02:00
e4ffbeba86
Merge branch 'pfau/fix-1h-axes' into 'master'
...
Fix 1h-axes
See merge request veloren/veloren!2287
2021-05-10 20:44:10 +00:00
a1c2a7161b
Fix 1h-axes
2021-05-10 20:44:09 +00:00
99dd89ac60
Open stdin when using Veloren with docker.
...
This allows entering CLI commands like `help`, `admin add`, and
`shutdown` directly using `docker attach`, rather than needing to run
server-cli commands separately or perform a manual reboot or interrupt.
2021-05-10 11:44:04 -07:00
7013fef862
Merge branch 'zesterer/small-fixes' into 'master'
...
Prevented low FPS from limiting chunk loading performance
See merge request veloren/veloren!2286
2021-05-10 14:05:07 +00:00
4f9863e388
Prevented low FPS from limiting chunk loading performance
2021-05-10 14:23:37 +01:00
e20f74a5f1
remove ViewDistance from Client::new() and fix tests
2021-05-10 12:59:49 +02:00