Sam
|
41effe61d0
|
Being knocked out of item use or sprite interact states forces a poise state.
|
2021-10-29 19:24:40 -04:00 |
|
Sam
|
aad2384622
|
Addressed review, changelog.
|
2021-10-29 17:57:00 -04:00 |
|
Sam
|
696da74c94
|
Fixed falloff calculations
|
2021-10-29 17:37:05 -04:00 |
|
Sam
|
2b447852fd
|
Added min fall off to explosions.
|
2021-10-29 17:37:02 -04:00 |
|
Monty Marz
|
727295aec1
|
text and alignment WIP
|
2021-10-27 17:02:35 -04:00 |
|
Sam
|
e28ca15059
|
Salvaging now requires a salvaging station.
|
2021-10-27 17:02:33 -04:00 |
|
Sam
|
356057afc4
|
Added comments in areas that were lacking.
|
2021-10-27 17:02:31 -04:00 |
|
Sam
|
794b072d3e
|
Simple recipes now take a vec of slots to look in for the ingredients.
|
2021-10-27 17:02:30 -04:00 |
|
Sam
|
ed5cf8ebf9
|
Backend stuff for salvaging.
|
2021-10-27 17:02:29 -04:00 |
|
Kemper
|
b0b90744cf
|
Add a range limit to trading
Prevents initiating trades with client-side ghosts.
|
2021-10-25 00:47:45 +00:00 |
|
Q-I-U
|
64209967aa
|
Prevent lantern from turning off on death
|
2021-10-24 20:45:57 +02:00 |
|
Bryant Deters
|
b2bd43f4d3
|
Sneak with weapons drawn
|
2021-10-18 14:53:55 -05:00 |
|
Joshua Barretto
|
4be50b8c56
|
Merge branch 'ubruntu/group-loot-notifications' into 'master'
Groups can see what each member picks up
See merge request veloren/veloren!2906
|
2021-10-09 10:50:02 +00:00 |
|
ubruntu
|
5fbc0d3a06
|
Groups can see what each member picks up
|
2021-10-09 10:50:01 +00:00 |
|
Imbris
|
8987389e8a
|
Submit chunk requests to the generator within the terrain system right before receiving new chunks, so that duplicate work is not done for chunks that just finished but were not yet added to the terrain.
|
2021-10-08 16:17:31 -04:00 |
|
Imbris
|
396604f6d8
|
Merge branch 'ubruntu/trade-fix-part3' into 'master'
Trade fix (with hashmap awareness)
See merge request veloren/veloren!2877
|
2021-10-01 21:17:19 +00:00 |
|
ubruntu
|
ddd98de72f
|
Trade fix (with hashmap awareness)
|
2021-10-01 21:17:19 +00:00 |
|
juliancoffee
|
68aba856ec
|
Cleaning
|
2021-09-27 23:21:57 +03:00 |
|
juliancoffee
|
7291d32209
|
Make ItemDrop component with Item again
|
2021-09-27 20:36:18 +03:00 |
|
Sam
|
56b17e7141
|
Format fixes.
|
2021-09-27 15:09:22 +03:00 |
|
juliancoffee
|
2475b97918
|
Move loot tables to entity configs
|
2021-09-27 15:09:22 +03:00 |
|
Sam
|
09dd9b4813
|
Changed ItemDrop to use LootSpec
|
2021-09-27 15:09:22 +03:00 |
|
Samuel Keiffer
|
ea2fa5f110
|
Merge branch 'sam/cr-weights' into 'master'
Changed weights of cr calculation and exp from cr formula.
See merge request veloren/veloren!2875
|
2021-09-26 18:21:56 +00:00 |
|
Sam
|
aa7c183862
|
Condense assignment of variables
|
2021-09-26 13:51:27 -04:00 |
|
Sam
|
c62162c2d3
|
Changed weights of cr calculation and exp from cr formula.
|
2021-09-25 21:52:20 -04:00 |
|
Sam
|
942376f88c
|
Made poise a float at interface of module.
|
2021-09-25 14:07:47 -04:00 |
|
Sam
|
0e5e2b46f2
|
Changed energy to internally use an integer with a high resolution, and externally to use a float.
|
2021-09-23 14:11:09 -04:00 |
|
Joshua Barretto
|
4e61e5a04f
|
Revert "Merge branch 'ubruntu/trade-fix-part3' into 'master'"
This reverts merge request !2866
|
2021-09-22 11:45:54 +00:00 |
|
Samuel Keiffer
|
0b477ec9af
|
Merge branch 'snowram/projectile-offsets' into 'master'
Set projectile offsets in states instead of globally
See merge request veloren/veloren!2855
|
2021-09-22 01:55:39 +00:00 |
|
ubruntu
|
33526afe5a
|
Trade Fix III: Revolutions
|
2021-09-21 23:16:00 +00:00 |
|
Snowram
|
9c2ce83430
|
Set projectile offsets in states instead of globally
|
2021-09-22 01:07:09 +02:00 |
|
juliancoffee
|
6e2f9be13f
|
Allow aiming bombs
|
2021-09-20 22:29:25 +03:00 |
|
juliancoffee
|
c069a3523d
|
Fix beam offsets
- Introduce notion of min and max radius for Body instead of old
`radius()` function (which is renamed to `max_radius()`).
|
2021-09-17 13:28:34 +03:00 |
|
ubruntu
|
56f26dc3a8
|
Another trade fix
|
2021-09-16 22:06:30 +00:00 |
|
Sam
|
99981338bb
|
Fixed exp fix mistake and fixed lava, campfire, and bomb damage.
|
2021-09-15 08:32:44 -04:00 |
|
Sam
|
c4c4318ac0
|
Fixed fall damage and sceptre regen.
|
2021-09-14 06:53:01 -04:00 |
|
ubruntu
|
8eb61192fd
|
Fix trade/merchant bugs
|
2021-09-14 07:31:06 +00:00 |
|
Samuel Keiffer
|
73d3d3e4bb
|
Merge branch 'sam/health-float' into 'master'
Turned Health into a Float
See merge request veloren/veloren!2824
|
2021-09-13 15:23:18 +00:00 |
|
Sam
|
85f4e66337
|
Addressed MR 2824 comments
|
2021-09-10 15:20:14 -04:00 |
|
Monty Marz
|
1d94adc2e1
|
0.11 Background images and more
|
2021-09-10 08:34:01 +00:00 |
|
Sam
|
42012fddcb
|
Overhauled health component, making it a float to outer interfaces.
|
2021-09-09 00:10:17 -04:00 |
|
Joshua Barretto
|
896d9299e5
|
Merge branch 'ubruntu/fix-dungeon-loot-fallback' into 'master'
fix BipedSmall NPCs using fallback loot table
See merge request veloren/veloren!2809
|
2021-09-04 18:53:55 +00:00 |
|
Bryant Deters
|
f8c54cbd05
|
added a bipedsmall variant to loot fallback
|
2021-09-04 12:11:09 -05:00 |
|
juliancoffee
|
43d40c4efc
|
Workaround of bug with global Player component
* Set default value of battle_mode and last_battlemode_change explicitly
if isn't found in battlemode_buffer
|
2021-09-04 02:29:02 +03:00 |
|
juliancoffee
|
1baa9e9879
|
Add in-memory persistence for battlemode changes
|
2021-09-04 01:41:48 +03:00 |
|
juliancoffee
|
3fd573f1ec
|
Allow changing battle_mode only in towns
|
2021-09-03 17:28:34 +03:00 |
|
juliancoffee
|
338e81de10
|
Deduplicate pvp-checks
|
2021-09-03 17:28:34 +03:00 |
|
juliancoffee
|
6b0d016418
|
Don't forget about pets in PvP checks
|
2021-09-03 17:28:34 +03:00 |
|
Marcel
|
970d57f905
|
Merge branch 'juliancoffee/skill_boost_rework' into 'master'
ECS & Diary info synchronization
See merge request veloren/veloren!2771
|
2021-09-02 16:04:23 +00:00 |
|
ubruntu
|
bbc366e1b3
|
NPCs can drop nothing
|
2021-09-01 23:17:36 +00:00 |
|