906 Commits

Author SHA1 Message Date
Joshua Barretto
baf42f2203 Added multiple sprite block kind support 2019-08-20 00:31:11 +01:00
Joshua Barretto
7e5222e75b Sprite distance fading, grass 2019-08-19 22:54:16 +01:00
Joshua Barretto
9b647993f0 Added wheat and sprite rendering 2019-08-19 21:09:35 +01:00
Joshua Barretto
333c824402 Added Instances construct 2019-08-19 18:23:47 +01:00
Joshua Barretto
898579f693 Added sprite pipeline 2019-08-19 18:01:23 +01:00
Acrimon
724d6dffb4 Disabled unsafe using lint level. 2019-08-19 14:39:23 +02:00
Monty Marz
31bd17c810 Fix low fps 2019-08-19 08:03:19 +00: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
02a01fd959 More interesting waves 2019-08-18 10:33:18 +01:00
Joshua Barretto
56bfefa477 Better reflections and water fog 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
Joshua Barretto
072d14045f Better fluid meshing, disabled fluid backface culling and depth buffer writing 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
Luc Fauvel
faa3664559 Copying terrain pipeline and shaders for fluids 2019-08-18 10:33:18 +01:00
jshipsey
7fed6586c4 added shoulder movement and fixed placement 2019-08-18 02:35:27 -04:00
Imbris
0d6e1999ff Merge branch 'imbris/srgb' into 'master'
Handle srgb values more accurately, Load shaders at runtime + hotloading

Closes #79

See merge request veloren/veloren!412
2019-08-16 22:44:14 +00:00
Joshua Barretto
bf27fa724a Merge branch 'scott-c/cull-entities-outside-viewport' into 'master'
Scott c/cull entities outside viewport

Closes #207

See merge request veloren/veloren!442
2019-08-16 16:47:02 +00:00
scott-c
cf8f2e1abc cargo fmt 2019-08-17 00:11:06 +08:00
scott-c
06a912c2e5 unwrap_or instead of map_or 2019-08-17 00:08:09 +08:00
scott-c
287cf5cb77 use entity scale as hitbox for frustrum culling 2019-08-16 23:39:07 +08:00
scott-c
27824c636e Replace view distance culling with frustum culling 2019-08-16 21:45:10 +08:00
Imbris
bdbe967a88 Fix typo, move shaders back out of subfolders 2019-08-15 23:59:10 -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
35d490bc1e Move shaders, start asset reloading system 2019-08-15 23:56:12 -04:00
Acrimon
dc1e4d1ae8 [Voxygen] Switch mutexes to parking_lot and channels to crossbeam. 2019-08-16 00:07:09 +02:00
Piotr Korgól
28c47663d0 Give singleplayer its own server settings 2019-08-14 17:51:59 +02:00
Geno
e8342cd4a3 added first person switch 2019-08-13 17:54:13 +00:00
Acrimon
7c8487ed76 Finished switch to hashbrown. 2019-08-11 22:38:28 +02:00
Acrimon
058ecb8ada Use hashbrown in voxygen instead of a billion different shitty maps. 2019-08-11 21:52:23 +02:00
Joshua Barretto
66db9a6f09 Merge branch 'telastrus/auth' into 'master'
Server-side authentication

See merge request veloren/veloren!419
2019-08-09 01:37:44 +00:00
telastrus
35c89a5aaf fixed the silent kick, made it actually proper 2019-08-08 17:58:36 -04:00
telastrus
62df0d3503 actually removed printlns 2019-08-08 12:09:14 -04:00
telastrus
7e4e132307 ran cargo fmt 2019-08-08 12:05:38 -04:00
telastrus
12a3258ee2 auth done, no popup yet 2019-08-08 12:01:15 -04:00
telastrus
2f7648b9a6 90% there 2019-08-08 11:23:58 -04:00
telastrus
25726babac velocity fix 2019-08-08 10:42:23 -04:00
telastrus
608deba238 still compiles 2019-08-07 23:56:02 -04:00
telastrus
74b42160ee laying the groundwork 2019-08-07 15:42:44 -04:00
Monty Marz
2101f27ffb Part 1 of implementing the social window 2019-08-07 13:14:26 +00:00
telastrus
b05f99d809 undo unnecessary pub mod
fixed comments

fixed other comment
2019-08-06 22:46:25 -04:00
telastrus
687a042cfa fall damage + velocity debug 2019-08-06 17:51:13 -04:00
Joshua Barretto
c8ce4459e8 Collision fixes, better camera in build mode 2019-08-06 16:00:14 +01:00
Marcel
17aae64bf5 Merge branch 'timo-cleanup' into 'master'
Implement specifier syntax and cleanup

See merge request veloren/veloren!413
2019-08-06 06:52:24 +00:00
timokoesters
a6691a3f58 Implement specifier syntax and cleanup 2019-08-06 08:31:48 +02:00
telastrus
423d990132 reverted some unnecessary changes
corrected typo

ran cargo fmt
2019-08-05 19:41:31 -04:00
telastrus
fe06ae6510 Added adjustable FOV slider 2019-08-05 12:37:52 -04:00
Joshua Barretto
a82ae863f3 Improved orientation slerping 2019-08-04 15:51:17 +01:00
Joshua Barretto
da7c3020a2 Stopped stars appearing in the day 2019-08-04 15:30:45 +01:00
Piotr Korgól
9637bb89aa Change the version number to 0.3 2019-08-04 13:53:59 +02:00