251 Commits

Author SHA1 Message Date
Joshua Barretto
c27120128e Network fix for 32-bit 2019-06-16 22:59:25 +01:00
Joshua Barretto
d87ccb40b5 Ignore ForcedUpdate insertion 2019-06-16 20:53:10 +01:00
timokoesters
1c98fcc445
cargo fmt 2019-06-16 19:59:16 +02:00
timokoesters
f2d5faab8f
Don't sync animations, just sync components used to construct them 2019-06-16 19:59:15 +02:00
jshipsey
c18d7c72f4
lowered roll duration 2019-06-16 19:59:14 +02:00
timokoesters
a08b1b6fd7
Fix glider 2019-06-16 19:59:14 +02:00
timokoesters
c27fd0db82
More input validation 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
timokoesters
c40a44d0e0
Make roll timed 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
Cody
244b27cb29
Removes input sys, moves code to combat and phys 2019-06-16 19:57:03 +02:00
timokoesters
facbb622d6
Improve organization of controls 2019-06-16 19:57:03 +02:00
timokoesters
f5a2dcb98e
Revamp control system 2019-06-16 19:57:03 +02:00
Joshua Barretto
ae528f12e0 Merge branch 'zesterer-worldgen-stuff' into 'master'
Worldgen stuff

See merge request veloren/veloren!217
2019-06-16 10:46:59 +00:00
liids
dcce12e5ce fix formatting 2019-06-15 13:48:14 +02:00
Joshua Barretto
226ac08ee3 Adjusted tree colour variation 2019-06-15 11:36:26 +01:00
liids
c2d0f17f92 Merge all spawn commands into one 2019-06-15 09:56:27 +02:00
Joshua Barretto
7a5a7b102c Added dynamic tree colours 2019-06-13 11:59:05 +01:00
Joshua Barretto
2cb57b9456 Merged stumps, adjusted scale code 2019-06-13 11:59:05 +01:00
Joshua Barretto
4d1d730ebf Fixed usize size issue for 32-bit platforms 2019-06-13 11:59:05 +01:00
Joshua Barretto
a8ee4418b7 Set default case for block type opacity 2019-06-13 11:59:05 +01:00
Imbris
7f8415a8a0 Use Instant and running compensation in clock 2019-06-09 14:14:02 -04: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
d7d51e1810 Made idx_for use idx_for_unchecked internally 2019-06-06 07:42:59 +01:00
Joshua Barretto
ca4a0e7bc1 Added proper VD fog 2019-06-05 20:52:51 +01:00
Joshua Barretto
a49e061c7b Added rocks 2019-06-05 20:52:51 +01:00
Joshua Barretto
130cbca49a fmt 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
1a2de98ab6 Integrate forces *after* velocity is applied 2019-06-04 12:14:10 -06:00
Louis Pearson
b1e502cea4 Normalize move_dir only if the magnitude is greater than one 2019-06-04 10:13:40 -06:00
Louis Pearson
3038dff870 Use constants and normalized move direction 2019-06-04 10:09:34 -06:00
Louis Pearson
bca56fcd53 Add a function for integrating forces 2019-06-04 09:42:31 -06:00
Louis Pearson
409e79870c Adjust gliding speed
Former-commit-id: f2104422d1874e80f792bb97ded19ca976bbd4c1
2019-06-04 07:57:12 -06:00
Louis Pearson
e4ea30e158 Add CollisionShape, move friction calculations to phys
Former-commit-id: 3723a8f74bc2854aaa98357e2d0b51a1668d9030
2019-06-04 07:57:12 -06:00
Louis Pearson
002207001c Remove z < 0 hack
Former-commit-id: e0e4ad6e806189cd67ac626685ce9ed1456222f0
2019-06-04 07:55:49 -06:00
Ahmed Ihsan Tawfeeq
5705c1572c Fixed bug in loading JSON assets 2019-06-04 12:39:46 +00:00
Forest Anderson
7235e5fe7c Merge branch 'randomized-npc-names' into 'master'
Added randomized NPC names veloren/veloren#133

Closes #133

See merge request veloren/veloren!207
2019-06-04 05:23:25 +00:00
scorpion9979
fe18b88cda Cleaned code 2019-06-04 01:10:59 -04:00
scorpion9979
d566fc4f1f Added humanoid NPC type w/ names 2019-06-04 01:10:59 -04:00
scorpion9979
f6f915e441 Implemented asset system for caching json data 2019-06-04 01:10:59 -04:00
scorpion9979
d62f3a292b Cleaned code
Refactored code for readability
2019-06-04 01:10:59 -04:00
Ahmed Ihsan Tawfeeq
2ef2c22ad1 Added randomized NPC names veloren/veloren#133 2019-06-04 01:10:59 -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
Joshua Barretto
3c16c5a3ec Added basic light 2019-06-03 22:50:47 +01:00