Louis Pearson
dee9918975
Add positional audio
...
Orientation needs to be set now
2019-09-05 03:08:09 -06:00
Louis Pearson
7321488ff1
Add delay to walking sounds
2019-09-05 03:08:09 -06:00
Louis Pearson
f38d3781b3
Add footstep sounds, implement crude footstep sounding
...
Sounds are played every tick, which is not good.
2019-09-05 03:08:09 -06:00
Louis Pearson
aa91d0c084
Add play_music call to audiofrontend
2019-09-05 03:08:09 -06:00
Louis Pearson
5bdbbef3fe
Remove audio/base.rs
2019-09-05 03:08:09 -06:00
Louis Pearson
b9bcbeea60
Add support for fading sounds
2019-09-05 03:08:09 -06:00
Louis Pearson
50015c8b9a
Revamp AudioFrontend
...
audio::base had a lot of unnescessary abstractions and constructs.
The current code simplifies the API in a way that makes sense and
that will allow sound effects and fading to be added in an incremental
way.
2019-09-05 03:08:09 -06:00
Louis Pearson
7c0aa9611c
Use latest version of Rodio instead of custom branch
2019-09-05 03:04:53 -06:00
Forest Anderson
443716ad2d
Merge branch 'imbris/ci_updates' into 'master'
...
Deny all warnings, Switch to cargo check in CI
See merge request veloren/veloren!476
2019-09-05 00:19:50 +00:00
Imbris
80d0884492
Remove all warnings
2019-09-04 19:03:49 -04:00
Imbris
a29854f2c6
Deny all wanings, only use check in CI
2019-09-04 01:13:18 -04:00
Imbris
425ef226de
Merge branch 'imbris/char-creation' into 'master'
...
Segment combination for character creation
Closes #94
See merge request veloren/veloren!470
2019-09-04 03:25:09 +00:00
Imbris
be6584399d
Fix some warnings, cleanup comment
2019-09-03 23:09:29 -04:00
Imbris
2946b452f4
Remove derpy eyes :( , fix undead eye indices, fmt
2019-09-03 23:06:15 -04:00
jshipsey
d052add569
fixing eyes, cleanup on offsets
2019-09-03 23:06:13 -04:00
jshipsey
9328ac4f72
tweaked hair colors, head offsets, skin colors
2019-09-03 23:06:11 -04:00
Imbris
3707e49e01
Remove use of empty.vox
2019-09-03 23:06:09 -04:00
Imbris
ef3ff6f21c
Add pants coloring, chest and pants sliders
2019-09-03 23:06:06 -04:00
Imbris
96cee60664
Add separate eye color lists for each race
2019-09-03 23:06:02 -04:00
Pfauenauge90
ab715a2bbc
hair and skin colours
2019-09-03 23:05:59 -04:00
Imbris
a1c8a4a2f9
adjust how figure head coloring is done
2019-09-03 23:05:58 -04:00
Pfauenauge90
f66cd1b9d3
model changes
2019-09-03 23:05:57 -04:00
Imbris
0be9d41b0f
Add basic index based coloring for figures
2019-09-03 23:05:56 -04:00
jshipsey
709ee178a3
proper head offsets, more options
2019-09-03 23:05:56 -04:00
jshipsey
d164ba4c0f
added more races with head/hair/eye offsets
2019-09-03 23:05:55 -04:00
Imbris
f263ecd880
Fix sliders, remove uneeded method, fix aspect ratio in character creation
2019-09-03 23:05:54 -04:00
Imbris
6c47c458d8
Add ron file for head offsets, segment unionizer
2019-09-03 23:05:52 -04:00
Imbris
afe3b32a9e
Split up figure.rs
2019-09-03 23:05:50 -04:00
Imbris
c37646e0e2
Add basic segment combination
2019-09-03 23:05:50 -04:00
Imbris
2e8f94659e
Save settings, start log, & set panic hook first
2019-09-03 23:05:47 -04:00
Marcel
4747c09785
Merge branch 'imbris/tooltip-enhancements' into 'master'
...
Add ImageFrame widget, make tooltips use this, align ui to the pixels properly
See merge request veloren/veloren!474
2019-09-03 06:44:38 +00:00
Imbris
37f4ba3f84
Merge branch 'which_object_spawned' into 'master'
...
Tells the user which object was spawned
See merge request veloren/veloren!368
2019-09-02 05:34:28 +00:00
Christoffer Lantz
f0d96d84fe
Added unwrap_or to obj_str_opt in handle_object in case we don't return early in the _ => match arm
2019-09-02 01:22:09 -04:00
Christoffer Lantz
8fd9f1614b
Changed Spawned object: to Spawned: in handle_object
2019-09-02 01:22:09 -04:00
Christoffer Lantz
3771a26e88
Tells the user which object was spawned
2019-09-02 01:22:08 -04:00
Imbris
447ae91171
Merge branch 'chat_history' into 'master'
...
Basic chat window history functionality, closes #186
Closes #186
See merge request veloren/veloren!331
2019-09-02 05:12:23 +00:00
Imbris
4a4eab274a
Don't add adjacent duplicates to the history
2019-09-02 01:07:16 -04:00
Imbris
e1e1dd9a28
Directly adjust chat input when traversing history
2019-09-02 00:54:44 -04:00
tommy
3f46987cc1
Added SetText event, rewritten based on comments
2019-09-01 23:43:06 -04:00
tommy
a3c8acf0e4
Basic chat window history functionality
2019-09-01 23:43:04 -04:00
Imbris
a9d0daee32
Remove copy-pasted comment
2019-09-01 16:41:40 -04:00
Imbris
9d0f114df7
Adjust tooltip layout by moving title to the right of images
2019-09-01 16:30:26 -04:00
Imbris
2e1427933d
Tooltips: make title optional, improve spacing, make it simple to add similar tooltips to multiple widgets
2019-09-01 15:34:21 -04:00
Imbris
2c84be4306
Convert tooltips to use ImageFrame, add autosizing
2019-09-01 15:34:20 -04:00
Imbris
8a4dd94132
Pixel perfection, vox orientation, image rotation
2019-09-01 15:34:20 -04:00
Imbris
6ba734a944
Add ImageFrame widget
2019-09-01 15:34:19 -04:00
Joshua Barretto
277b4181cc
Merge branch 'pfauenauge/more_sprites' into 'master'
...
More sprites, ui fixes, lianas
See merge request veloren/veloren!472
2019-09-01 19:04:03 +00:00
Monty Marz
8c39a4751b
More sprites, ui fixes, lianas
2019-09-01 19:04:03 +00:00
Joshua Barretto
8d0c91dc94
Merge branch 'zesterer/worldgen' into 'master'
...
Worldgen improvements
See merge request veloren/veloren!457
2019-08-31 21:37:54 +00:00
Joshua Barretto
7f48155de8
Merge branch 'timo-animations' into 'master'
...
Split animations
See merge request veloren/veloren!466
2019-08-31 15:47:16 +00:00