timokoesters
|
a7747fe965
|
Simplify code
|
2019-08-26 13:12:45 +02:00 |
|
timokoesters
|
b89bfcbfc1
|
Remove unnecessary map
|
2019-08-26 13:12:44 +02:00 |
|
timokoesters
|
08fa6a3414
|
Prevent problems with no vel while rolling in the future
|
2019-08-26 13:12:44 +02:00 |
|
timokoesters
|
c278ac9927
|
Add todo making glide an ability/item
|
2019-08-26 13:12:44 +02:00 |
|
timokoesters
|
98f8196a16
|
Put combat related values into constants
|
2019-08-26 13:12:43 +02:00 |
|
timokoesters
|
05f2f168fd
|
Make falldamage local, don't use force update for local, cleanup
|
2019-08-26 13:12:43 +02:00 |
|
timokoesters
|
eb34e5bb27
|
fmt
|
2019-08-26 13:12:43 +02:00 |
|
timokoesters
|
b96557d012
|
Fix roll from cliff bug
|
2019-08-26 13:12:42 +02:00 |
|
timokoesters
|
a715a84ea7
|
Implement unstoppable rolling
|
2019-08-26 13:12:42 +02:00 |
|
timokoesters
|
01410569a4
|
Use look_dir when blocking
|
2019-08-26 13:12:41 +02:00 |
|
Songtronix
|
814e858720
|
Split Events in ServerEvent and LocalEvent
|
2019-08-26 13:12:41 +02:00 |
|
timokoesters
|
75368dbac1
|
Remove dbg
|
2019-08-26 13:12:40 +02:00 |
|
timokoesters
|
62745c4cad
|
Only use look_dir for ori when wielded or attacking
|
2019-08-26 13:12:40 +02:00 |
|
timokoesters
|
295969517c
|
Improve combat range
|
2019-08-26 13:12:40 +02:00 |
|
timokoesters
|
b826edf6e8
|
Make aiming 2D
|
2019-08-26 13:12:39 +02:00 |
|
timokoesters
|
0912de2a26
|
Make aiming more precise
|
2019-08-26 13:12:38 +02:00 |
|
timokoesters
|
e90f95bc75
|
Look in the direction of the camera
|
2019-08-26 13:12:38 +02:00 |
|
jshipsey
|
39bd888a7c
|
idle block animation
|
2019-08-26 13:12:38 +02:00 |
|
timokoesters
|
e7c61c30cc
|
Block when pressing right click while looking at the attacker
|
2019-08-26 13:12:37 +02:00 |
|
timokoesters
|
b748c1a6e5
|
Make gliding the error animation
|
2019-08-26 13:12:37 +02:00 |
|
timokoesters
|
0bb70d8182
|
Fix water
|
2019-08-26 13:12:36 +02:00 |
|
timokoesters
|
5ab03abbdd
|
Remove animation warnings
|
2019-08-26 13:12:36 +02:00 |
|
timokoesters
|
799c73d43a
|
Fix characterstate in movement.rs, not phys.rs
|
2019-08-26 13:12:35 +02:00 |
|
timokoesters
|
808467c616
|
Reset controller after each tick
|
2019-08-26 13:12:35 +02:00 |
|
timokoesters
|
4d6a32e00f
|
Allow non player entites to be removed again
|
2019-08-26 13:12:35 +02:00 |
|
timokoesters
|
90c81b4759
|
Reset controller after each tick
|
2019-08-26 13:12:34 +02:00 |
|
timokoesters
|
5d5ccd7b99
|
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 |
|
Vechro
|
c6b2303890
|
Fix wielding jump issue
|
2019-08-21 20:34:21 +03:00 |
|
Vechro
|
c40e15f070
|
Fix velocity when stuck
|
2019-08-21 20:17:19 +03:00 |
|
Joshua Barretto
|
825d8bb632
|
Fixed water in caves, made water reflection vary with lighting
|
2019-08-18 10:33:18 +01:00 |
|
jshipsey
|
f14a182734
|
removed wield slowdown by popular request
|
2019-08-18 03:26:52 -04:00 |
|
Joshua Barretto
|
192f5d355f
|
Switched to EventBus system
|
2019-08-07 16:39:16 +01:00 |
|
Joshua Barretto
|
98a913195b
|
Added entity event system, fixed fall damage
|
2019-08-07 10:50:49 +01:00 |
|
telastrus
|
e4f2c73b85
|
undo unnecessary pub mod
fixed comments
fixed other comment
|
2019-08-06 22:46:25 -04:00 |
|
telastrus
|
0eafd42c0f
|
fall damage + velocity debug
|
2019-08-06 17:51:13 -04:00 |
|
Joshua Barretto
|
73a44d0fb1
|
Collision fixes, better camera in build mode
|
2019-08-06 16:00:14 +01:00 |
|
Joshua Barretto
|
a324f01a1d
|
Improved orientation slerping
|
2019-08-04 15:51:17 +01:00 |
|
Joshua Barretto
|
c7d2fbc20e
|
Made humanoids glide when chasing
|
2019-08-04 09:21:29 +01:00 |
|
Joshua Barretto
|
ee0eb8d53c
|
Better enemy AI targetting and combat
|
2019-08-04 08:58:41 +01:00 |
|
Joshua Barretto
|
f08d8bb00a
|
Better movement lerping
|
2019-08-03 22:15:23 +01:00 |
|
Monty Marz
|
d180c47edc
|
Pfau/combat
|
2019-08-03 21:11:57 +00:00 |
|
Joshua Barretto
|
c9f1a793db
|
Merge branch 'timo-kill-xp' into 'master'
Give xp depending on max hp and lvl of entity killed
See merge request veloren/veloren!400
|
2019-08-03 20:57:06 +00:00 |
|
timokoesters
|
7365dbe9e6
|
Give xp depending on max hp and lvl of entity killed
|
2019-08-03 21:30:01 +02:00 |
|
timokoesters
|
6b69b24185
|
Make ori more precise
|
2019-08-03 20:41:55 +02:00 |
|
Joshua Barretto
|
5fc6ab2126
|
Better enemy attack rate
|
2019-08-03 19:40:20 +01:00 |
|
timokoesters
|
91b8b69186
|
Use slerp for ori
|
2019-08-03 20:33:31 +02:00 |
|
Joshua Barretto
|
c33892e8af
|
Made entity collisions z-dependent
|
2019-08-03 19:09:01 +01:00 |
|
Joshua Barretto
|
71bf09d3b7
|
Better orientation in the air
|
2019-08-03 18:30:48 +01:00 |
|
Joshua Barretto
|
e52250a193
|
Made orientation change with move_dir, added a small amount of knockback
|
2019-08-03 18:24:07 +01:00 |
|
Joshua Barretto
|
5e3e87f9c5
|
Made enemies sometimes roll
|
2019-08-03 13:31:40 +01:00 |
|