Acrimon
|
9ddacc5b82
|
Fixed some misses.
|
2019-07-12 20:51:22 +02:00 |
|
Joshua Barretto
|
cba9b9151b
|
Added fruit trees
|
2019-07-09 17:08:43 +01:00 |
|
Joshua Barretto
|
c818afb9dc
|
Fix for clipping
|
2019-07-09 15:07:53 +01:00 |
|
Joshua Barretto
|
5163f45e8a
|
Fixed block snapping at lower framerates
|
2019-07-09 14:04:30 +01:00 |
|
Joshua Barretto
|
ebb2fc2f17
|
Added 'perfect' collisions
|
2019-07-09 13:37:51 +01:00 |
|
Joshua Barretto
|
a3d2b8a65f
|
Fixed jittering collision bug
|
2019-07-09 11:51:00 +01:00 |
|
Joshua Barretto
|
8b3e92576f
|
Fixed acacia colours
|
2019-07-08 20:28:48 +01:00 |
|
Joshua Barretto
|
5b4e95bb86
|
Improved worldgen performance with more precise z bound checks
|
2019-07-08 15:51:38 +01:00 |
|
Justin Shipsey
|
3e327e6e49
|
Holding weapon while running/jumping/standing
|
2019-07-06 19:00:05 +00:00 |
|
Piotr Korgól
|
e04a12af9a
|
Remove printlns
|
2019-07-03 22:38:28 +02:00 |
|
timokoesters
|
53ef8643c6
|
Fix building
|
2019-07-03 21:28:07 +02:00 |
|
Piotr Korgól
|
4ea4a1eee8
|
Sync CanBuild component, fix /build messages
|
2019-07-03 21:28:07 +02:00 |
|
Piotr Korgól
|
55c95cc0ed
|
Add CanBuild component, Block placing client messages and build mode command
|
2019-07-03 21:28:07 +02: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
|
42962cc9d7
|
Fix common::asset doc test
|
2019-07-03 05:17:46 -04:00 |
|
Imbris
|
f370dd58c2
|
Pass BufReader to Asset::load()
|
2019-07-03 05:02:01 -04:00 |
|
Songtronix
|
47805ecfbc
|
clean warnings from voxygen/hud
|
2019-07-02 21:25:07 +00:00 |
|
timokoesters
|
35b6aec861
|
Fix warnings and clippy recommendations in common
|
2019-07-02 15:48:25 +02:00 |
|
Joshua Barretto
|
f13c55688b
|
Fixed relative path of current_dir
|
2019-07-02 13:52:51 +01:00 |
|
Joshua Barretto
|
bf2b072e73
|
Revamped asset directory search system
|
2019-07-02 13:52:51 +01: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
|
333f7bd4c1
|
Add mpmc support to audio-base.
|
2019-07-02 11:29:00 +08:00 |
|
Piotr Korgól
|
aec44c4fa6
|
Add /health command
|
2019-07-01 20:07:30 +00: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
|
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
|
a68ae62f3b
|
combat run/jump/idle animation states
|
2019-06-30 18:53:44 -04:00 |
|
Joshua Barretto
|
88a94b6501
|
Merge branch 'zesterer/small-fixes' into 'master'
More small fixes
See merge request veloren/veloren!271
|
2019-06-30 22:52:21 +00:00 |
|
Joshua Barretto
|
ff565823ef
|
fmt
|
2019-06-30 23:46:55 +01:00 |
|
Joshua Barretto
|
4ba7793f5f
|
Fixed minor physics bugs
|
2019-06-30 23:46:46 +01:00 |
|
timokoesters
|
dc357f424f
|
Fix death
|
2019-06-30 22:29:00 +02:00 |
|
Joshua Barretto
|
0fa2883039
|
Prevent movement in unloaded chunks
|
2019-06-30 19:54:13 +01:00 |
|
Joshua Barretto
|
1ff665b11f
|
Prevented stalling when jumping before a block-hopping
|
2019-06-30 19:54:13 +01:00 |
|
timokoesters
|
2154472bd6
|
Fix controls
|
2019-06-30 19:48:38 +02:00 |
|
timokoesters
|
4b839d80a1
|
Remove Actor and use Body instead
|
2019-06-30 18:57:24 +02:00 |
|
Joshua Barretto
|
8deaf7dedf
|
fmt
|
2019-06-29 22:47:24 +01: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
|
47b163a4c9
|
Make agents use controller correctly
|
2019-06-29 22:51:22 +02:00 |
|
timokoesters
|
5bdea1558a
|
Fix npc and death bug
|
2019-06-29 22:43:44 +02:00 |
|
timokoesters
|
2fad72fbb8
|
magnitude_squared everywhere, actionstate everywhere, constant for moving
|
2019-06-29 22:11:21 +02:00 |
|
timokoesters
|
4764cf5a7a
|
Animation fixes
|
2019-06-29 21:01:27 +02:00 |
|
timokoesters
|
a21578c14a
|
Fix invisible characters
|
2019-06-29 20:24:07 +02:00 |
|
timokoesters
|
c8fadc38f8
|
Fix double roll bug
|
2019-06-29 19:49:51 +02:00 |
|
Joshua Barretto
|
5698fd5234
|
fmt
|
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
|
cb1ed1b928
|
Prevented block-hopping when not on ground
|
2019-06-29 16:48:43 +01:00 |
|
timokoesters
|
f93eaa7dbb
|
Remove animation syncing (does not fix any known bug)
|
2019-06-29 17:09:38 +02:00 |
|