460 Commits

Author SHA1 Message Date
timokoesters
f709a75619
Make aiming 2D 2019-08-26 13:12:39 +02:00
timokoesters
694070363a
Make aiming more precise 2019-08-26 13:12:38 +02:00
timokoesters
660f31ef48
Look in the direction of the camera 2019-08-26 13:12:38 +02:00
jshipsey
f7c43b56de
idle block animation 2019-08-26 13:12:38 +02:00
timokoesters
2dfe94bf0b
Block when pressing right click while looking at the attacker 2019-08-26 13:12:37 +02:00
timokoesters
83526eec30
Remove unnecessary components 2019-08-26 13:12:37 +02:00
timokoesters
d0f3ecf6ca
Make gliding the error animation 2019-08-26 13:12:37 +02:00
timokoesters
2f043f8404
Fix water 2019-08-26 13:12:36 +02:00
timokoesters
0f5bd4f9de
Remove animation warnings 2019-08-26 13:12:36 +02:00
timokoesters
a7a8037a43
Fix characterstate in movement.rs, not phys.rs 2019-08-26 13:12:35 +02:00
timokoesters
4773950ca0
Reset controller after each tick 2019-08-26 13:12:35 +02:00
timokoesters
36c88e0b91
Allow non player entites to be removed again 2019-08-26 13:12:35 +02:00
timokoesters
139628257a
Reset controller after each tick 2019-08-26 13:12:34 +02:00
timokoesters
019ce11d5d
Move from state components to single CharaterState struct
This makes split animations easy and improves overall code quality
2019-08-26 13:12:34 +02:00
Christian Authmann
77b8744649 Build script: check if git-lfs works 2019-08-22 19:18:47 +02:00
Joshua Barretto
85b3b849bb Merge branch 'zesterer/instancing' into 'master'
Instancing (block sprites)

See merge request veloren/veloren!450
2019-08-22 11:10:57 +00:00
Vechro
83c4232279 Fix wielding jump issue 2019-08-21 20:34:21 +03:00
Monty Marz
01eb26206f Pfauenauge/plants grass 2019-08-21 17:22:05 +00:00
Vechro
3ec1c7e738 Fix velocity when stuck 2019-08-21 20:17:19 +03:00
Joshua Barretto
baf42f2203 Added multiple sprite block kind support 2019-08-20 00:31:11 +01:00
Joshua Barretto
9b647993f0 Added wheat and sprite rendering 2019-08-19 21:09:35 +01:00
Acrimon
724d6dffb4 Disabled unsafe using lint level. 2019-08-19 14:39:23 +02:00
Acrimon
c6020257f1 Eliminated unsafe. 2019-08-19 14:33:31 +02:00
Monty Marz
01143930db hotbar changes
completely switched to. vox files

easier to see design

gradient and numbers on the health/mana bar
2019-08-18 18:07:21 +00:00
Joshua Barretto
da91572a37 Renamed normal StructureBlock variant 2019-08-18 15:33:16 +01:00
Joshua Barretto
90630a4edc Added default block kind to structure loading 2019-08-18 10:33:18 +01:00
Joshua Barretto
e02a2142cf Fixed water in caves, made water reflection vary with lighting 2019-08-18 10:33:18 +01:00
Vechro
24ad51a6fb Add green sludge special index 2019-08-18 10:33:18 +01:00
Vechro
3817db94cc Add water special index 2019-08-18 10:33:18 +01:00
Joshua Barretto
c1f269930a Added translucent meshing pass, water reflections 2019-08-18 10:33:18 +01:00
jshipsey
c57b0c6038 removed wield slowdown by popular request 2019-08-18 03:26:52 -04:00
Piotr Korgól
84ad0a1a86 Add adminify command to temporarily give admin perms 2019-08-17 23:35:01 +02:00
Imbris
685a31a747 remove palette dependency 2019-08-16 00:01:20 -04:00
Imbris
ec28d628bd Improve colors 2019-08-15 23:59:09 -04:00
Imbris
3988daed39 Add srgb converion in shaders 2019-08-15 23:56:14 -04:00
Imbris
d71cc31e29 Handle errors in file watching 2019-08-15 23:56:13 -04:00
Imbris
35d490bc1e Move shaders, start asset reloading system 2019-08-15 23:56:12 -04:00
Acrimon
7453e7f288 [Common] Switch mutexes and channels. 2019-08-16 00:19:54 +02:00
Piotr Korgól
28c47663d0 Give singleplayer its own server settings 2019-08-14 17:51:59 +02:00
Piotr Korgól
e07762d134 Fix spawn command, properly search for admins 2019-08-14 17:30:36 +02:00
Piotr Korgól
1f5817a80b Add Admins field to the settings file 2019-08-14 17:30:36 +02:00
Piotr Korgól
7fa5403aeb Add AdminPerms component, make some commands require it 2019-08-14 17:30:36 +02:00
Acrimon
7c8487ed76 Finished switch to hashbrown. 2019-08-11 22:38:28 +02:00
Joshua Barretto
e49de7f63b Merge branch 'zesterer/small-fixes' into 'master'
Added entity event system, fixed fall damage

See merge request veloren/veloren!418
2019-08-09 23:56:49 +00:00
telastrus
12a3258ee2 auth done, no popup yet 2019-08-08 12:01:15 -04:00
telastrus
608deba238 still compiles 2019-08-07 23:56:02 -04:00
Joshua Barretto
345a5a9513 Added /explosion command 2019-08-07 18:17:04 +01:00
Joshua Barretto
f14c787c85 Switched to EventBus system 2019-08-07 16:39:16 +01:00
Joshua Barretto
d58274b928 Added entity event system, fixed fall damage 2019-08-07 10:50:49 +01:00
telastrus
b05f99d809 undo unnecessary pub mod
fixed comments

fixed other comment
2019-08-06 22:46:25 -04:00