707 Commits

Author SHA1 Message Date
Piotr Korgól
7f73ad759f Handle block placing. 2019-07-03 21:28:07 +02:00
Piotr Korgól
1cb9a3985b Fix comment 2019-07-03 21:28:07 +02:00
Piotr Korgól
8f66a735dc Add crosshair 2019-07-03 21:28:07 +02:00
Louis Pearson
2516ad11ad Add field to turn off audio in settings 2019-07-03 13:13:38 -06:00
Sheldon Knuth
9efd15c242 fix the missing set_playing(true) in AudioPlayer::load() to prevent infinity thread loop & adopt std::sync::{Mutex, Condvar} for accurate thread blocking. 2019-07-03 17:23:24 +00:00
Imbris
f370dd58c2 Pass BufReader to Asset::load() 2019-07-03 05:02:01 -04:00
Imbris
a5144d3313 Remove warnings 2019-07-02 23:09:37 -04:00
Imbris
89436c95d2 Add glyph cache resizing, move when resize occurs 2019-07-02 22:31:20 -04:00
Imbris
ce45a90362 Smaller graphics cache that removes unused items 2019-07-02 21:21:36 -04:00
Songtronix
0f1739e35b clean voxygen rs files 2019-07-02 21:29:38 +00:00
Songtronix
47805ecfbc clean warnings from voxygen/hud 2019-07-02 21:25:07 +00:00
Sheldon Knuth
5871c49338 Loading no-audio mode from the game start without rodio crate initialisation completely 2019-07-02 18:35:40 +00:00
timokoesters
35b6aec861
Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
Joshua Barretto
b357f85279 Revamped asset loading system 2019-07-02 14:15:53 +01:00
Sheldon Knuth
f66ff1c9a2 Revamping the audio system for Voxygen from #163 2019-07-02 13:52:51 +01:00
Sheldon Knuth
e78328f5cc Removed send_msg in Action::Load(path) => ... due to non-existed receiver. 2019-07-02 20:04:24 +08:00
Sheldon Knuth
2c28d0fb29 hotfix on assets_folder issue by increasing the depth to 3. 2019-07-02 19:43:38 +08:00
Sheldon Knuth
6d36616d81 add no-audio feature while constructing AudioFrontend with no_audio(). 2019-07-02 11:45:28 +08:00
Sheldon Knuth
068c8ab469 fix audio thread by removing PopError but use customised block function instead. 2019-07-02 11:29:00 +08:00
Sheldon Knuth
333f7bd4c1 Add mpmc support to audio-base. 2019-07-02 11:29:00 +08:00
Joshua Barretto
3d2a6632ef Merge branch 'zesterer/small-fixes' into 'master'
Fixed chonk memory usage bug, added block manipulation

See merge request veloren/veloren!278
2019-07-01 15:22:04 +00:00
Joshua Barretto
62ffdc7c17 fmt 2019-07-01 14:38:45 +01:00
Joshua Barretto
7b8544c786 Fixed remesh data race 2019-07-01 14:38:38 +01:00
Joshua Barretto
60a615f257 Removed debug printing 2019-07-01 14:37:32 +01:00
Joshua Barretto
116206527e Fixed chonk memory usage bug, added block manipulation 2019-07-01 14:36:45 +01:00
jshipsey
c990e4281c glider animation fix 2019-06-30 18:53:45 -04:00
jshipsey
0f6b5a99ab rebase 2019-06-30 18:53:45 -04:00
jshipsey
cd96c51d00 head position fixes 2019-06-30 18:53:45 -04:00
jshipsey
a68ae62f3b combat run/jump/idle animation states 2019-06-30 18:53:44 -04:00
timokoesters
dc357f424f
Fix death 2019-06-30 22:29:00 +02:00
Joshua Barretto
bf1624608a Merge branch 'issue_109' into 'master'
Configured GameInput::Glide to be managed like the rest of events that stop on key release

See merge request veloren/veloren!274
2019-06-30 18:52:19 +00:00
J. R. Vidal F
b8495be66f Configured GameInput::Glide to be managed like the rest of events that stop on key release 2019-06-30 20:44:52 +02:00
Timo Koesters
2747c90560 Merge branch 'timo-actor-body' into 'master'
Remove Actor and use Body instead

See merge request veloren/veloren!270
2019-06-30 17:55:23 +00:00
timokoesters
4b839d80a1
Remove Actor and use Body instead 2019-06-30 18:57:24 +02:00
J. R. Vidal F
1feda8297f Fixed Issue #109 and some related problems that took place while holding shortcut keys 2019-06-30 06:20:50 +02:00
Joshua Barretto
669d7c4a97 Block-hopping fix, better dusk shaders 2019-06-29 22:47:24 +01:00
Joshua Barretto
23f96fc074 Merge branch 'timo-rolling-fix' into 'master'
Rolling bugs + NPC bugs + "Impossible" bug

See merge request veloren/veloren!265
2019-06-29 21:47:05 +00:00
timokoesters
5bdea1558a
Fix npc and death bug 2019-06-29 22:43:44 +02:00
Joshua Barretto
5698fd5234 fmt 2019-06-29 16:48:43 +01:00
Joshua Barretto
3831a69d2a Made days less blue and nights less light 2019-06-29 16:48:43 +01:00
Joshua Barretto
a20a9aa241 Added light tinting based on time of day 2019-06-29 16:48:43 +01:00
Joshua Barretto
e47168bcb0 Prevented invalid username usage 2019-06-29 16:48:43 +01:00
Joshua Barretto
afda2cd687 Prevented UI resets when toggling HUD 2019-06-29 16:48:43 +01:00
Joshua Barretto
77d9d82384 Fixed day horizon bug 2019-06-29 16:48:43 +01:00
timokoesters
631768dc8e
Show cursor when unfocussing the window 2019-06-29 03:43:35 +02:00
timokoesters
7381c6ed91
Clean up ecs actor body components 2019-06-29 01:49:33 +02:00
Mckol
53c7534ddc Added error logging 2019-06-28 20:22:43 +02:00
Mckol
be94c59e69 Added catching audio panics
You can still make it panic by poisoning some variable if you try to change the audio device in settings after launch`
2019-06-28 20:22:43 +02:00
Monty Marz
5affd33b89 Char fixes 2019-06-28 14:45:02 +00:00
Songtronix
0f98660c23 add git commit hash to debug window 2019-06-28 12:08:12 +00:00