Joshua Barretto
|
c8a2e4722c
|
Fixed chonk memory usage bug, added block manipulation
|
2019-07-01 14:36:45 +01:00 |
|
timokoesters
|
14400f6380
|
Remove Actor and use Body instead
|
2019-06-30 18:57:24 +02:00 |
|
timokoesters
|
d235374d8e
|
Fix npc and death bug
|
2019-06-29 22:43:44 +02:00 |
|
timokoesters
|
fe6f627d42
|
Clean up ecs actor body components
|
2019-06-29 01:49:33 +02:00 |
|
Monty Marz
|
cef52a0440
|
Char fixes
|
2019-06-28 14:45:02 +00:00 |
|
Justin Shipsey
|
4ac7307f8f
|
minor main menu changes
made the settings button's text grey and removed hover/press image as long as it's not functional
changed server list placement and spacing
|
2019-06-28 08:24:13 +00:00 |
|
Joshua Barretto
|
d4beeacc88
|
Interp fix
|
2019-06-26 21:57:39 +01:00 |
|
Joshua Barretto
|
cfe7b0d8b6
|
Attempted voxygen interpolation dt fix
|
2019-06-26 21:57:39 +01:00 |
|
Joshua Barretto
|
bf5b1cb4ad
|
Calculate delta time properly, fix low fps collision issues by decreasing max dt
|
2019-06-26 19:14:12 +01:00 |
|
Joshua Barretto
|
6c83edfc27
|
Don't fetch dt in figure.rs
|
2019-06-26 11:55:31 +01:00 |
|
Joshua Barretto
|
7b7d843d0f
|
Comments and fmt
|
2019-06-26 11:53:43 +01:00 |
|
Joshua Barretto
|
4a340f69b5
|
Camera clipping and block-hop fix
|
2019-06-26 11:53:43 +01:00 |
|
Joshua Barretto
|
692fa3f28d
|
Above-ground spawn point, better figure dt scaling
|
2019-06-26 11:53:43 +01:00 |
|
Joshua Barretto
|
d2b8f592df
|
Fixed dt figure interpolation scaling
|
2019-06-26 11:53:43 +01:00 |
|
Joshua Barretto
|
c2c5b9f5e7
|
Better camera interpolation
|
2019-06-26 11:53:43 +01:00 |
|
Joshua Barretto
|
af432ec510
|
Calculate delta time properly, fix low fps collision issues by decreasing max dt
|
2019-06-26 11:53:43 +01:00 |
|
Joshua Barretto
|
2c24ba7776
|
Fixed block-hopping, block-snapping, added interpolation to figures
|
2019-06-26 11:52:36 +01:00 |
|
Joshua Barretto
|
285cf2f973
|
Added proper 3D collisions
|
2019-06-26 11:52:36 +01:00 |
|
timokoesters
|
7fc53db328
|
Fix fps dependent animation interpolation by using dt
|
2019-06-25 21:43:45 +02:00 |
|
Imbris
|
16e5b6bafd
|
circular view distance
|
2019-06-23 15:49:15 -04:00 |
|
jshipsey
|
ecf0d9647c
|
added roll physics, improved anims for roll, glide, run, attached hands to torso
|
2019-06-16 19:59:12 +02:00 |
|
timokoesters
|
7deb3da1af
|
Add pub use phys:: and remove most pub mod s
|
2019-06-16 19:59:12 +02:00 |
|
jshipsey
|
4de5489367
|
groundwork for role, crun, cidle
|
2019-06-16 19:57:04 +02:00 |
|
Joshua Barretto
|
a9d30bbfb6
|
Adjusted tree colour variation
|
2019-06-15 11:36:26 +01:00 |
|
Joshua Barretto
|
8071670a37
|
More trees, adjusted camera tilt
|
2019-06-13 11:59:05 +01:00 |
|
Joshua Barretto
|
38c836d6c5
|
Simpler cliffs, camera tilt
|
2019-06-13 11:59:05 +01:00 |
|
Joshua Barretto
|
581c4d0e3b
|
Fixed frustum culling efficiency bug
|
2019-06-13 11:59:05 +01:00 |
|
timokoesters
|
2ca0c62654
|
Cleanup
|
2019-06-10 22:44:03 +02:00 |
|
Cody
|
14ac5babd4
|
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
|
427339cc9a
|
Smoothed fog VD opening
|
2019-06-06 11:09:25 +01:00 |
|
Joshua Barretto
|
8da46b48ac
|
Added frustum culling for chunks
|
2019-06-06 10:04:37 +01:00 |
|
Joshua Barretto
|
66cd8de0e1
|
Only draw chunks outside of fog boundary, reduce fog strength
|
2019-06-06 08:13:58 +01:00 |
|
Joshua Barretto
|
eb2d1f3278
|
Comment cleanup
|
2019-06-06 06:46:02 +01:00 |
|
Joshua Barretto
|
d663da27b5
|
Made character the centre of the fog
|
2019-06-05 20:52:51 +01:00 |
|
Joshua Barretto
|
76dca0b0cf
|
Added dynamic fog growth
|
2019-06-05 20:52:51 +01:00 |
|
Joshua Barretto
|
9da2d82197
|
Added proper VD fog
|
2019-06-05 20:52:51 +01:00 |
|
Joshua Barretto
|
cd630b0816
|
Reduced threadpool threads to keep render thread smooth
|
2019-06-05 20:52:51 +01:00 |
|
Joshua Barretto
|
9a8552d5fb
|
Added rocks
|
2019-06-05 20:52:51 +01:00 |
|
Joshua Barretto
|
92f2d36b0c
|
Optimised sub-terrain chonk storage, fixed hash chunk bug, altered terrain base
|
2019-06-05 20:52:51 +01:00 |
|
Cody
|
75ca605f5d
|
Changes the physics misnomer Direction to Orientation and adjusts some ECS read_storage names.
|
2019-05-31 16:36:24 -04:00 |
|
Cody
|
b05eb2b861
|
Changes asset filenames for consistencies.
|
2019-05-31 16:36:24 -04:00 |
|
Cody
|
6c76667356
|
Addresses more naming schemes and typos.
|
2019-05-31 16:36:24 -04:00 |
|
Cody
|
a258be7aac
|
Fixes some typos, comment inconsistencies, and incorrect naming conventions.
|
2019-05-31 16:36:16 -04:00 |
|
Imbris
|
e3e8afd99b
|
Stop drawing entities outside the vd
Former-commit-id: 34878fb66ec22ac77a7400724b80ad7f8321f4cf
|
2019-05-28 20:47:01 -04:00 |
|
Marcel
|
b5b61462ee
|
Merge branch 'event-chat-messages' into 'master'
Event chat messages
See merge request veloren/veloren!188
Former-commit-id: 5701dd41f52f76ee5733a3580da9fab59dc539e7
|
2019-05-28 10:45:24 +00:00 |
|
jshipsey
|
5f22c4e26f
|
swing animation
Former-commit-id: 19e2c32aa36e3890e35df87f01bb0aec4cc8cf9c
|
2019-05-27 18:54:09 -04:00 |
|
timokoesters
|
2008400169
|
Implement killer name in chat
Former-commit-id: 5aa87529179a684d5675c33e4001806aa2040802
|
2019-05-27 21:47:19 +02:00 |
|
timokoesters
|
a6439984be
|
Add connect, disconnect and kill messages
Former-commit-id: c25f6fb0b594e5d61a965447359536ca17173aa7
|
2019-05-27 19:45:43 +02:00 |
|
timokoesters
|
a7faa82aad
|
Fix invisibility
Former-commit-id: daeed655d2af1d990eee5d03df22b8a9bcbdf011
|
2019-05-26 18:01:55 +02:00 |
|
timokoesters
|
4ebf2e13a5
|
Fix wolf red and dead velocity
Former-commit-id: 2d59c545d3a101e630f56cc0c96d8579508dd99d
|
2019-05-26 17:34:00 +02:00 |
|