621 Commits

Author SHA1 Message Date
jshipsey
b9663916fa
run tweaks 2019-06-16 19:59:15 +02:00
jshipsey
741f7008ed
changed hand motion on run animation 2019-06-16 19:59:15 +02:00
jshipsey
c18d7c72f4
lowered roll duration 2019-06-16 19:59:14 +02:00
jshipsey
fd8d506084
adjusted v-tilt, roll speed, run animation tempo 2019-06-16 19:59:13 +02:00
jshipsey
6ff81e37f4
slight roll tweak, altered speeds in physics 2019-06-16 19:59:13 +02:00
jshipsey
9bbbc3253a
added roll physics, improved anims for roll, glide, run, attached hands to torso 2019-06-16 19:59:12 +02:00
timokoesters
80e95e2e6c
Add pub use phys:: and remove most pub mods 2019-06-16 19:59:12 +02:00
timokoesters
d8510274be
Remove crun and cidle components and inputs 2019-06-16 19:57:04 +02:00
timokoesters
a46fcdf1ec
Fixes for .maybe() and animation 2019-06-16 19:57:04 +02:00
jshipsey
13ee9b52fc
groundwork for role, crun, cidle 2019-06-16 19:57:04 +02:00
timokoesters
f5a2dcb98e
Revamp control system 2019-06-16 19:57:03 +02:00
Joshua Barretto
5e22185884 Added clouds 2019-06-15 18:23:01 +01:00
Joshua Barretto
42e9144eca Stopped printing chunk location every frame 2019-06-15 13:44:50 +01:00
Joshua Barretto
226ac08ee3 Adjusted tree colour variation 2019-06-15 11:36:26 +01:00
Joshua Barretto
2cb57b9456 Merged stumps, adjusted scale code 2019-06-13 11:59:05 +01:00
Joshua Barretto
00e970bbeb Tweaked lighting and AO 2019-06-13 11:59:05 +01:00
Joshua Barretto
777e3242fd Bluer snow, altered rock colour 2019-06-13 11:59:05 +01:00
Joshua Barretto
f7572723a1 More trees, adjusted camera tilt 2019-06-13 11:59:05 +01:00
Joshua Barretto
dea90646e9 Simpler cliffs, camera tilt 2019-06-13 11:59:05 +01:00
Joshua Barretto
41b02e6a43 Fixed frustum culling efficiency bug 2019-06-13 11:59:05 +01:00
jshipsey
44481cf0b7 cleared out unused animation variables 2019-06-13 00:14:06 -04:00
Marcel
6a4fe52a85 Merge branch 'midge/mouse-sensitivity' into 'master'
Better Settings

Closes #142 and #132

See merge request veloren/veloren!216
2019-06-12 13:12:46 +00:00
Timo Koesters
f263984b54 Merge branch 'timo-cleanup' into 'master'
Cleanup

See merge request veloren/veloren!226
2019-06-11 07:00:46 +00:00
timokoesters
bcb7bae955
Cleanup 2019-06-10 22:44:03 +02:00
Songtronix
80df81e4cb Replace texture2D with texture to fix MacOS crash 2019-06-09 20:20:29 +02:00
Cody
ab39e00d8c
Enhances deserialization so settings which are missing are added with default values. 2019-06-08 19:35:23 -04:00
Cody
6b3786234b
Amends the suggested 1 FPS option to 15 to prevent accidental session crashes. 2019-06-08 12:23:58 -04:00
Cody
c2dbc88bdc
Changes the fallback slider value to a safe one. 2019-06-08 12:23:58 -04:00
Cody
50a0ce4314
Allows selection of an unstable 1 FPS option. 2019-06-08 12:23:58 -04:00
Cody
b6f048f843
Adds an FPS setting and slider. 2019-06-08 12:23:58 -04:00
Monty Marz
f5928dd7cc
Configurable max fps 2019-06-08 12:23:57 -04:00
Cody
ea544d4746
Changes setting type to u32, enforces live in-game updates to setting. 2019-06-08 12:23:57 -04:00
Cody
e7eb31908b
Adds mouse sensitivity sliders that update settings file. 2019-06-08 12:23:45 -04:00
timokoesters
f1b9b1215c
Ungrab mouse when closing settings with X 2019-06-07 22:23:06 +02:00
Cody
68d3642b3a Removes most unused imports; changes some unused variables to underscores or provides a leading underscore; removes some unnecessary variables and mutable declarations; and performs other miscellaneous warning fixes. 2019-06-06 14:48:41 +00:00
Joshua Barretto
ff5a6b9bcb Lighting fix 2019-06-06 12:25:06 +01:00
Joshua Barretto
1e0f90058b Smoothed fog VD opening 2019-06-06 11:09:25 +01:00
Joshua Barretto
1feff6c5aa Added frustum culling for chunks 2019-06-06 10:04:37 +01:00
Joshua Barretto
77a3b47bda Only draw chunks outside of fog boundary, reduce fog strength 2019-06-06 08:13:58 +01:00
Joshua Barretto
5a3a88553a Comment cleanup 2019-06-06 06:46:02 +01:00
Joshua Barretto
851b60db25 Changed debug flag in client 2019-06-05 20:52:51 +01:00
Joshua Barretto
8602f2dd0b Made character the centre of the fog 2019-06-05 20:52:51 +01:00
Joshua Barretto
fa66095742 Added dynamic fog growth 2019-06-05 20:52:51 +01:00
Joshua Barretto
ca4a0e7bc1 Added proper VD fog 2019-06-05 20:52:51 +01:00
Joshua Barretto
672275633c Reduced threadpool threads to keep render thread smooth 2019-06-05 20:52:51 +01:00
Joshua Barretto
a49e061c7b Added rocks 2019-06-05 20:52:51 +01:00
Joshua Barretto
db5524a21a Deferred normal unpacking to the terrain fragment shader 2019-06-05 20:52:51 +01:00
Joshua Barretto
f3464b36b9 Optimised sub-terrain chonk storage, fixed hash chunk bug, altered terrain base 2019-06-05 20:52:51 +01:00
Louis Pearson
f06fd808ba Update cpal 2019-06-05 13:17:19 -04:00
Joshua Barretto
f473c13d03 Merge branch 'voxel-shadows' into 'master'
Shadows, deserts, snow, caves

See merge request veloren/veloren!198
2019-06-03 22:13:10 +00:00