2485 Commits

Author SHA1 Message Date
Snowram
377eac27a9 Adds 3 new npcs 2020-11-19 00:53:17 +01:00
Snowram
10577e7e90 Adds 2 new npcs, some models tweaks 2020-11-19 00:53:13 +01:00
Snowram
ab63e4cd0c Adds mindflayer npc 2020-11-19 00:53:09 +01:00
Snowram
14f6f9165f Adds new animals 2020-11-19 00:53:02 +01:00
jiminycrick
969c6f005c Address comment 2020-11-18 13:31:13 -08:00
jiminycrick
f0eb58d88d Addressed comments and fixed pipeline 2020-11-18 13:31:13 -08:00
jiminycrick
080bd7c679 Fully move sfx away from ECS event bus 2020-11-18 13:31:13 -08:00
jiminycrick
41d3322fb2 Initial work to move combat sfx to outcomes 2020-11-18 13:31:12 -08:00
jiminycrick
9c2f8100a3 Made level up sounds use outcomes instead of emitting an event 2020-11-18 13:31:12 -08:00
jiminycrick
3f18fc8d02 Moved functions to client out of audio and generalized non-positional ambient sfx 2020-11-18 13:31:12 -08:00
jiminycrick
2ca7bde156 Beginning to address comments 2020-11-18 13:31:12 -08:00
jiminycrick
4745d01515 Biome definition tweaks and more sfx 2020-11-18 13:31:12 -08:00
jiminycrick
ed162f3d05 fix rebase 2020-11-18 13:31:12 -08:00
jiminycrick
e440679252 Quadraped footsteps and songs in biomes 2020-11-18 13:31:12 -08:00
jiminycrick
ec25229e6e Audio test fixes 2020-11-18 13:31:12 -08:00
jiminycrick
373081b0a9 Even more clippy fixes 2020-11-18 13:31:12 -08:00
jiminycrick
30a2476223 Comment out audio device picker 2020-11-18 13:31:12 -08:00
jiminycrick
b27182d68a Clippy fixes 2020-11-18 13:31:12 -08:00
jiminycrick
e3dd47cd74 Getting merge ready minus device picker 2020-11-18 13:31:12 -08:00
jiminycrick
67443fba16 Wind transition smoothing 2020-11-18 13:31:12 -08:00
jiminycrick
9779cb82f2 Underwater and cave reverb 2020-11-18 13:31:12 -08:00
jiminycrick
26465197cb Broken wind implementation 2020-11-18 13:31:12 -08:00
jiminycrick
f3253d858f Snow footsteps 2020-11-18 13:31:12 -08:00
jiminycrick
24f76406a8 River water sfx 2020-11-18 13:31:12 -08:00
jiminycrick
64c299abb4 Re-added device selector to settings with new rodio 2020-11-18 13:31:12 -08:00
jiminycrick
a02a5d63c3 Hackily upgraded rodio and cpal to 0.13 2020-11-18 13:31:12 -08:00
jiminycrick
ca7399b547 Made biome probabilities neater 2020-11-18 13:31:12 -08:00
jiminycrick
6807625849 Probability for biome play 2020-11-18 13:31:12 -08:00
jiminycrick
3ba860366b Dungeon and cave specific music 2020-11-18 13:31:12 -08:00
jiminycrick
47b4eb63a8 Remove ambient channel system in favor of sfx system 2020-11-18 13:31:12 -08:00
jiminycrick
b5cca04947 Owls, campfires, and better bird sfx handling 2020-11-18 13:31:12 -08:00
jiminycrick
318590bba1 Night time sfx and swimming 2020-11-18 13:31:12 -08:00
jiminycrick
d7861b68b1 Bird calls from trees 2020-11-18 13:31:12 -08:00
jiminycrick
963781e9e3 Really broken block sfx pushed so others can see 2020-11-18 13:31:12 -08:00
jiminycrick
1ae5352789 Sfx from blocks 2020-11-18 13:31:12 -08:00
jiminycrick
1066af6087 Fading music/ambient sounds decently upon biome transition 2020-11-18 13:31:11 -08:00
jiminycrick
2c9fe94c96 Switch music at biome transitions 2020-11-18 13:31:11 -08:00
jiminycrick
66dc884fd5 Initial biome specific music and ambient sound channel 2020-11-18 13:31:11 -08:00
Snowram
39479863f5 Addressed more comments 2020-11-17 23:54:01 +01:00
Snowram
dd58784336 Makes basic beam Y offset depend on body scale 2020-11-17 23:27:13 +01:00
Snowram
9966f08e78 Addressed comments 2020-11-17 23:27:13 +01:00
Snowram
4034f7e790 Move eye sight and scale in body.rs, mounts tweaks 2020-11-17 23:27:13 +01:00
Odd-Harald Lillestø Myhren
7d9c5f3d8c Merge branch 'master' into 'knarkzel/persist-combo-roll'
# Conflicts:
#   CHANGELOG.md
2020-11-15 22:37:30 +00:00
Knarkzel
8503158efb add new was_combo field to test 2020-11-15 23:49:01 +01:00
Joshua Barretto
49348f928d Upscaling support 2020-11-15 22:18:35 +00:00
Imbris
af573fe489 Merge branch 'imbris/fix-font-selection' into 'master'
Properly use localization specified fonts, fix swedish translation by adding...

Closes #834

See merge request veloren/veloren!1521
2020-11-15 03:18:29 +00:00
Imbris
d8d7ede9c8 Properly use localization specified fonts, fix swedish translation by adding other fonts to the font mapping list 2020-11-14 21:31:31 -05:00
Imbris
dab3f01c20 Save the selected character, deselect character when deleting, auto select newly created character 2020-11-14 19:17:42 -05:00
Imbris
797a115fad Merge branch 'imbris/fix-7' into 'master'
Fix panic on minimizing window before the game starts up

See merge request veloren/veloren!1514
2020-11-14 03:30:13 +00:00
Imbris
201a6c6799 Merge branch 'imbris/fix-6' into 'master'
Fix issue where ui scale in the login menu was not updated when changed in-game

Closes #578

See merge request veloren/veloren!1513
2020-11-14 02:49:41 +00:00