Forest Anderson
|
76e19be799
|
Fix rustc warning
|
2019-07-07 04:37:22 +00:00 |
|
Forest Anderson
|
c9c66574e8
|
Force CI to block on rustc warnings
|
2019-07-07 03:24:22 +00:00 |
|
Joshua Barretto
|
4a54224af1
|
fmt
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
1776ddbe91
|
Added block picking
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
9918a33c26
|
Made mesh scheduling fairer
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
d0dd6d5945
|
fmt
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
e9537d0d32
|
Improved remeshing performance
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
377ab0f0c2
|
Made shadows darker
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
796258d33f
|
Throttled mesh scheduling to improve remesh performance
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
77c2977c44
|
Reenabled towns, lighter days
|
2019-07-06 20:00:17 +01:00 |
|
Joshua Barretto
|
d5c084a6b4
|
Added mesh worker queue limit to prevent throttling of meshing queue
|
2019-07-06 20:00:17 +01:00 |
|
timokoesters
|
b7c4f2dbce
|
Implement chat command key
|
2019-07-05 18:21:11 +02:00 |
|
timokoesters
|
7efe540b7a
|
Fix attacking bug
|
2019-07-04 20:14:14 +02:00 |
|
Piotr Korgól
|
5b97a62545
|
Resolve discussion
|
2019-07-04 19:33:59 +02:00 |
|
Piotr Korgól
|
973d582479
|
Fix not being able to respawn in build mode
|
2019-07-04 19:25:09 +02:00 |
|
jshipsey
|
a9511ec44b
|
clearing animation warnings
|
2019-07-04 10:58:59 -04:00 |
|
Songtronix
|
581e576572
|
comment out unused structs/functions in voxygen/audio
|
2019-07-04 14:27:28 +00:00 |
|
timokoesters
|
fdcbf163c8
|
Fix warnings all around voxygen
|
2019-07-04 14:08:01 +02:00 |
|
timokoesters
|
a6ab37f29f
|
Clean up ui
|
2019-07-04 13:24:44 +02:00 |
|
Piotr Korgól
|
e04a12af9a
|
Remove printlns
|
2019-07-03 22:38:28 +02:00 |
|
Piotr Korgól
|
0532341254
|
Small cleanup to block placing and breaking
|
2019-07-03 22:28:13 +02:00 |
|
Piotr Korgól
|
24dd56b215
|
Add block breaking
|
2019-07-03 21:56:54 +02:00 |
|
timokoesters
|
53ef8643c6
|
Fix building
|
2019-07-03 21:28:07 +02:00 |
|
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 |
|