Avi Weinstock
|
15e32e5655
|
Move terrain compression code to common_net and disable redundant LZ4 compression on the terrain stream.
|
2021-04-20 23:24:24 -04:00 |
|
Avi Weinstock
|
6d9de520f3
|
Compress terrain chunks with deflate. Includes a benchmark showing that this makes them around 70% smaller, and is the same speed as LZ4.
|
2021-04-20 23:23:53 -04:00 |
|
Imbris
|
76ff00757f
|
Appease clippy, add CHANGELOG entry
|
2021-04-20 15:29:20 -04:00 |
|
Imbris
|
e17477979f
|
Remove extra chunk cloning and parallelize serialization in the server terrain sys
|
2021-04-20 15:25:05 -04:00 |
|
Imbris
|
e750c9d570
|
Switch agent target search to use a spatial grid, add convience method for querying the aabr of a circle
|
2021-04-20 15:25:04 -04:00 |
|
Imbris
|
a76fdbc325
|
Expose CachedSpatialGrid resource that is updated by the physics system, move BuildAreas into its own module, removed unused ExecMode
|
2021-04-20 15:25:04 -04:00 |
|
Imbris
|
26222a0a2d
|
Rename common-sys to common-systems and rearrange common-state slightly
|
2021-04-20 15:25:04 -04:00 |
|
Ludvig Böklin
|
762c68cfbb
|
Basic fluid dynamics and physical properties for entities
|
2021-04-20 17:38:19 +02:00 |
|
Joshua Barretto
|
bcf9a8089f
|
Merge branch 'better-crafting' into 'master'
Crafting station sprites in towns
See merge request veloren/veloren!2160
|
2021-04-20 15:08:36 +00:00 |
|
Joshua Barretto
|
68004bc39c
|
Made cooking pots glow
|
2021-04-20 15:39:46 +01:00 |
|
Joshua Barretto
|
a19212daf7
|
Fix block-snapping at low framerates
|
2021-04-20 14:59:59 +01:00 |
|
Joshua Barretto
|
9ff7db9b1c
|
Account for FP imprecision in block-hopping
|
2021-04-20 14:54:21 +01:00 |
|
Joshua Barretto
|
36e95e0c03
|
Cleaned up client-side recipe handling
|
2021-04-20 12:33:22 +01:00 |
|
Monty
|
86445af09c
|
change cauldron spawning
cooking pot height
fmt
fmt, changelog
|
2021-04-20 02:48:13 +02:00 |
|
Monty
|
a4d56e7843
|
more sprite stuff and crafting UI update
fix item images
fix CR display
|
2021-04-20 02:46:06 +02:00 |
|
Monty
|
a1fe7c12c3
|
fmt, add sprites
|
2021-04-20 02:46:04 +02:00 |
|
Joshua Barretto
|
5598d07944
|
Added crafting stations
|
2021-04-20 02:45:59 +02:00 |
|
Marcel Märtens
|
7348e399e0
|
only have 1 Fn passed to tick fn
|
2021-04-20 01:49:45 +02:00 |
|
Marcel Märtens
|
485a477503
|
include origin into system name
|
2021-04-20 01:30:27 +02:00 |
|
Marcel Märtens
|
425063e24e
|
remove authc from common::net
|
2021-04-20 01:30:23 +02:00 |
|
Marcel Märtens
|
5862920f32
|
seperate sys/state
|
2021-04-20 01:30:17 +02:00 |
|
Joshua Barretto
|
4ad5257e40
|
Rebalanced mist
|
2021-04-19 22:26:56 +01:00 |
|
Joshua Barretto
|
ed20a66b20
|
Fixed block-snapping
|
2021-04-19 21:46:51 +01:00 |
|
Joshua Barretto
|
b700d9a641
|
Merge branch 'zesterer/econ-tweaks' into 'master'
Limit trading currency to sane amounts
See merge request veloren/veloren!2154
|
2021-04-19 10:46:17 +00:00 |
|
Joshua Barretto
|
324148d9a3
|
Limit trading currency to sane amounts
|
2021-04-19 10:04:28 +01:00 |
|
Sam
|
ce7581037c
|
Overhauled dash melee.
|
2021-04-18 18:36:12 -04:00 |
|
Joshua Barretto
|
cb817c0313
|
Merge branch 'zesterer/econ-tweaks' into 'master'
Rebalanced economy somewhat
See merge request veloren/veloren!2148
|
2021-04-18 21:20:49 +00:00 |
|
Samuel Keiffer
|
60d38cc03b
|
Merge branch 'aweinstock/dodgesplosion' into 'master'
Unlock dodge roll iframes and staff explosion by default.
See merge request veloren/veloren!2146
|
2021-04-18 20:46:15 +00:00 |
|
Avi Weinstock
|
0404250300
|
Unlock dodge roll iframes and staff explosion by default.
|
2021-04-18 16:16:06 -04:00 |
|
Joshua Barretto
|
352fce239e
|
Allow trading items not sold by merchants
|
2021-04-18 20:07:00 +01:00 |
|
Joshua Barretto
|
cac9ac6807
|
Trading stock limits
|
2021-04-18 18:58:26 +01:00 |
|
Samuel Keiffer
|
1892ec571d
|
Merge branch 'sam/permanent-spawn-safezone' into 'master'
Safezone is now permanently in existence at spawn.
See merge request veloren/veloren!2144
|
2021-04-17 23:44:10 +00:00 |
|
Sam
|
416fe5c2af
|
Safezone is now permanently in existence at spawn.
|
2021-04-17 17:33:54 -04:00 |
|
Ben Wallis
|
0e83de205b
|
Changed plugin load errors to debug and reworded plugin init/load error messages
|
2021-04-17 22:04:14 +01:00 |
|
Ben Wallis
|
a4cdb89987
|
Implemented inventory sorting
|
2021-04-17 22:04:08 +01:00 |
|
Avi Weinstock
|
af47c0dc21
|
Added /server_physics admin command.
|
2021-04-17 13:44:22 -04:00 |
|
Samuel Keiffer
|
c962c5f12e
|
Merge branch 'gGmMsS/Burning' into 'master'
Added burning debuff for Staff M2
See merge request veloren/veloren!2134
|
2021-04-15 23:51:33 +00:00 |
|
Imbris
|
85ee4c8cd1
|
Merge branch 'aweinstock/server-authoritative-physics' into 'master'
Aweinstock/server authoritative physics
See merge request veloren/veloren!2126
|
2021-04-15 22:24:00 +00:00 |
|
gGmMsS123
|
d5a887f195
|
m2 staff
|
2021-04-16 00:48:20 +03:00 |
|
gGmMsS123
|
e33961e1fa
|
M2 Staff Final Touch
|
2021-04-16 00:34:24 +03:00 |
|
gGmMsS123
|
0d956610ec
|
Added burning debuff for Staff M2
|
2021-04-15 23:34:28 +03:00 |
|
Avi Weinstock
|
2fb7575d60
|
Address MR 2126 comments.
|
2021-04-15 15:17:39 -04:00 |
|
jshipsey
|
8f20d17c9a
|
attacking movement tweaks
|
2021-04-15 12:13:50 -04:00 |
|
jshipsey
|
896d2a5b63
|
combat tweaks
|
2021-04-15 11:43:52 -04:00 |
|
Avi Weinstock
|
50d0314a75
|
Add a toggle to negotiate the use of server-authoritative physics.
|
2021-04-15 08:50:17 -04:00 |
|
Justin Shipsey
|
f7f2eb4b9b
|
Merge branch 'sam/2h-offhand-anim-fixes' into 'master'
2 Hand Offhand Animation Fixes
See merge request veloren/veloren!2129
|
2021-04-15 01:21:52 +00:00 |
|
Sam
|
c88df846a7
|
Fixes animation parameters so a 2h weapon in the offhand slot doesn't look wonky.
|
2021-04-14 17:38:37 -04:00 |
|
Sam
|
94042bdf79
|
Stats adjusted for 2h. Poise adjusted by handedness.
|
2021-04-14 15:03:37 -04:00 |
|
holychowders
|
568a8d9666
|
Resolve Issue #978 - Extract SkillSet Into Its Own Component
|
2021-04-14 15:35:34 +00:00 |
|
jshipsey
|
161382d06a
|
changelog
|
2021-04-13 20:19:35 -04:00 |
|