Joshua Barretto
|
b31cca4bb3
|
Added wheat and sprite rendering
|
2019-08-19 21:09:35 +01:00 |
|
Acrimon
|
a41cf1a83d
|
Disabled unsafe using lint level.
|
2019-08-19 14:39:23 +02:00 |
|
Acrimon
|
d0f10115f4
|
Eliminated unsafe.
|
2019-08-19 14:33:31 +02:00 |
|
Monty Marz
|
29f6186139
|
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
|
49426565dc
|
Renamed normal StructureBlock variant
|
2019-08-18 15:33:16 +01:00 |
|
Joshua Barretto
|
e535537106
|
Added default block kind to structure loading
|
2019-08-18 10:33:18 +01:00 |
|
Joshua Barretto
|
825d8bb632
|
Fixed water in caves, made water reflection vary with lighting
|
2019-08-18 10:33:18 +01:00 |
|
Vechro
|
b5b3b980fe
|
Add green sludge special index
|
2019-08-18 10:33:18 +01:00 |
|
Vechro
|
944067fd43
|
Add water special index
|
2019-08-18 10:33:18 +01:00 |
|
Joshua Barretto
|
42237a84e4
|
Added translucent meshing pass, water reflections
|
2019-08-18 10:33:18 +01:00 |
|
jshipsey
|
f14a182734
|
removed wield slowdown by popular request
|
2019-08-18 03:26:52 -04:00 |
|
Piotr Korgól
|
586bf5faff
|
Add adminify command to temporarily give admin perms
|
2019-08-17 23:35:01 +02:00 |
|
Imbris
|
5054f1e87d
|
remove palette dependency
|
2019-08-16 00:01:20 -04:00 |
|
Imbris
|
be0e0e52a8
|
Improve colors
|
2019-08-15 23:59:09 -04:00 |
|
Imbris
|
c09eb77149
|
Add srgb converion in shaders
|
2019-08-15 23:56:14 -04:00 |
|
Imbris
|
43ec7b200b
|
Handle errors in file watching
|
2019-08-15 23:56:13 -04:00 |
|
Imbris
|
cb25c45dec
|
Move shaders, start asset reloading system
|
2019-08-15 23:56:12 -04:00 |
|
Acrimon
|
42e065d425
|
[Common] Switch mutexes and channels.
|
2019-08-16 00:19:54 +02:00 |
|
Piotr Korgól
|
0221de484e
|
Give singleplayer its own server settings
|
2019-08-14 17:51:59 +02:00 |
|
Piotr Korgól
|
8ec0a06bbe
|
Fix spawn command, properly search for admins
|
2019-08-14 17:30:36 +02:00 |
|
Piotr Korgól
|
6882170d6f
|
Add Admins field to the settings file
|
2019-08-14 17:30:36 +02:00 |
|
Piotr Korgól
|
98c0692260
|
Add AdminPerms component, make some commands require it
|
2019-08-14 17:30:36 +02:00 |
|
Acrimon
|
b4a46f3e6e
|
Finished switch to hashbrown.
|
2019-08-11 22:38:28 +02:00 |
|
Joshua Barretto
|
d5aee13c91
|
Merge branch 'zesterer/small-fixes' into 'master'
Added entity event system, fixed fall damage
See merge request veloren/veloren!418
|
2019-08-09 23:56:49 +00:00 |
|
telastrus
|
de2082469d
|
auth done, no popup yet
|
2019-08-08 12:01:15 -04:00 |
|
telastrus
|
6d94d43021
|
still compiles
|
2019-08-07 23:56:02 -04:00 |
|
Joshua Barretto
|
5b62531da3
|
Added /explosion command
|
2019-08-07 18:17:04 +01: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 |
|
timokoesters
|
1227596406
|
Implement specifier syntax and cleanup
|
2019-08-06 08:31:48 +02:00 |
|
Joshua Barretto
|
a324f01a1d
|
Improved orientation slerping
|
2019-08-04 15:51:17 +01:00 |
|
Piotr Korgól
|
d3f2ca69a4
|
Change the version number to 0.3
|
2019-08-04 13:53:59 +02: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 |
|
Joshua Barretto
|
8b9a92b30e
|
Added dungeons
|
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 |
|
Joshua Barretto
|
51fa4f3cfc
|
Merge branch 'animation-tweaks' into 'master'
animation and movement tweaks
See merge request veloren/veloren!389
|
2019-08-03 12:09:38 +00:00 |
|