Commit Graph

11917 Commits

Author SHA1 Message Date
b8c3d71fbe economy trace defaults to info 2022-05-29 19:08:39 +02:00
47a7943cc2 Merge branch 'upgrade_assets_manager' into 'master'
Upgrade `assets_manager` to `0.8.0` and `image` to `0.24`

See merge request veloren/veloren!3410
2022-05-28 22:41:23 +00:00
9afce36b87 Merge branch 'makselord/bamboo' into 'master'
Makselord/bamboo

See merge request veloren/veloren!3407
2022-05-28 22:34:49 +00:00
69041137a0 reduced bamboo spawn rates 2022-05-28 18:04:06 -04:00
60c2d7d968 updated changelog 2022-05-28 18:02:12 -04:00
6431c5567c Fix clippy error 2022-05-28 23:58:47 +02:00
c92cd26ff1 bamboo collectibles spawn near rivers 2022-05-28 17:56:35 -04:00
f36e74e383 Fix deprecated function use 2022-05-28 23:53:30 +02:00
ca2ef3e813 Add comments 2022-05-28 23:32:16 +02:00
8488c7b25e Upgrade assets_manager to 0.8.0 and image to 0.24
This removes a significant number of duplicated dependencies
2022-05-28 23:18:31 +02:00
d56e0de392 Merge branch 'xvar/fix-charselect-bug' into 'master'
Fixed handling of deleted characters on character select screen

Closes #1560

See merge request veloren/veloren!3408
2022-05-28 18:12:49 +00:00
c001de7409 Fixed pressing enter on character creation screen attempting to log in instead of create the character. Fixed deleting a character with no characters remaining resulting in the deleted character still being selected internally. 2022-05-28 16:28:26 +01:00
ae54307080 Merge branch 'xvar/loot-ownership' into 'master'
Added loot ownership

See merge request veloren/veloren!3388
2022-05-28 12:06:49 +00:00
34f580dfaa Introduced loot ownership rules to combat loot stealing by players
* Added `LootOwner` component used to indicate that an `ItemDrop` entity is owned by another entity
* A loot winner is now calculated after EXP allocation using the EXP per entity for weighted chance distribution
* Used existing Inventory Full overitem text to show "Owned by {player} for {seconds}secs" when a pickup fails due to a loot ownership check
* Updated agent code to take into account loot ownership when searching for `ItemDrop` targets to pick up
* Added `loot` ECS system to clear expired loot ownerships
2022-05-28 12:06:49 +00:00
bba81c65d9 Merge branch 'christof/skiing' into 'master'
Skiing and ice skating

See merge request veloren/veloren!3106
2022-05-27 17:19:52 +00:00
2bf8e1865f Skiing and ice skating 2022-05-27 17:19:52 +00:00
70d82a72ff Merge branch 'Arjen/non-humanoid-pickup-food' into 'master'
Non-humanoid picking up consumables when hungry

See merge request veloren/veloren!3403
2022-05-27 16:57:53 +00:00
3015b4a29d Non-humanoid picking up consumables when hungry 2022-05-27 16:57:53 +00:00
ca1a27bd11 Merge branch 'imbris/update-tracy' into 'master'
Update tracy

See merge request veloren/veloren!3400
2022-05-27 02:50:24 +00:00
5cf899c4fe Plot fixes in client and dynamic name fix in voxygen (tracy update) 2022-05-26 22:19:11 -04:00
8b7f08e8ab Merge branch 'makselord/ingots' into 'master'
fixed silver, gold, copper, tin ingots not showing correctly in crafting

See merge request veloren/veloren!3402
2022-05-26 22:13:33 +00:00
5c8c88b786 fixed silver, gold, copper, tin ingots not showing correctly in crafting 2022-05-26 17:08:39 -04:00
3b6e6be947 Merge branch 'zesterer/fix-climbing' into 'master'
Fixed climbing

See merge request veloren/veloren!3401
2022-05-26 09:34:10 +00:00
4eb781cdf7 Fixed climbing 2022-05-26 10:08:41 +01:00
a366fc4512 Update tracy 2022-05-26 00:04:03 -04:00
fb6a8e0360 Merge branch 'xMAC94x/network_error' into 'master'
Pass network errors through the stack to display them in logs

See merge request veloren/veloren!3385
2022-05-25 22:12:42 +00:00
5c2eda64da Merge branch 'christof/MR3316_reworked' into 'master'
MR3316 "Draft: Updated translations" without the directory movement and squashed

See merge request veloren/veloren!3391
2022-05-24 22:10:22 +00:00
2e6e864672 fix missing comma at line ends 2022-05-24 23:31:20 +02:00
b9c324a183 Merge branch 'tame_and_mount_special_casing' into 'master'
Special case taming and mounting.

See merge request veloren/veloren!3354
2022-05-24 02:09:45 +00:00
N A
d84a26dfd8 Special case taming and mounting. 2022-05-24 02:09:45 +00:00
1b5c4b0749 Merge branch 'Corvella/bow_zoom_toggle' into 'master'
Add a setting to toggle zooming in when charging bow

See merge request veloren/veloren!3396
2022-05-23 23:09:47 +00:00
a9622fe28e Add a setting to toggle zooming in when charging bow 2022-05-23 23:09:47 +00:00
d50b960592 Merge branch 'Corvella/hitboxes' into 'master'
Hitbox improvements

See merge request veloren/veloren!3395
2022-05-23 09:18:11 +00:00
42af9b8e15 Hitbox improvements 2022-05-23 09:18:10 +00:00
fc735f509e fix a unrelated clippy issue that came up suddenly 2022-05-23 09:20:54 +02:00
e194a2e334 export unterlying errors via network crate, to generate more detailed logs 2022-05-23 02:00:56 +02:00
8e0295ff47 Merge branch 'dawn-vs-dusk' into 'master'
Split sky shader's twilight into dawn and dusk

See merge request veloren/veloren!3390
2022-05-22 21:55:52 +00:00
5ac9c720a1 MR3316 "Draft: Updated translations" without the directory movement and squashed:
Renewed Polish translations
Added spaces and change sequences so code fits to English version
2022-05-22 23:01:40 +02:00
e1bd2c1f0c Merge branch 'zesterer-master-patch-64170' into 'master'
Fixed frozen character when wall-run into water horizontally

See merge request veloren/veloren!3389
2022-05-22 18:59:29 +00:00
fe11d6d5bc Split sky shader's twilight into dawn and dusk
Instead of having the same color profiles for the sky's color, light,
and halo, we now have the ability to define different values for dawn
and dusk.

The dusk values were unchanged and the dawn values are similar, but with
less red. These should probably be tweaked a bit more.
2022-05-22 19:54:44 +01:00
d18483756b Fixed frozen character when wall-run into water horizontally 2022-05-22 19:37:52 +01:00
34c12092cc Merge branch 'Samuellm93-master-patch-97383' into 'master'
Update common.ron pt_BR. Added some variables and edited a few.

See merge request veloren/veloren!3387
2022-05-22 13:11:57 +00:00
4327c083a8 Merge branch 'Eurydia/added-th_TH' into 'master'
Add Thai translation

See merge request veloren/veloren!3386
2022-05-22 10:06:37 +00:00
88eaef3145 Add Thai translation 2022-05-22 10:06:36 +00:00
75d109ef6e Update common.ron pt_BR. Added some variables and edited a few. 2022-05-21 00:11:04 +00:00
813a493f9a Merge branch 'Chaseowski/Balance' into 'master'
Multiple Balance Tweaks & Miscellaneous Changes

See merge request veloren/veloren!3372
2022-05-19 22:46:31 +00:00
7dcee3eb23 Multiple Balance Tweaks & Miscellaneous Changes 2022-05-19 22:46:31 +00:00
dc9fe8932b Merge branch 'NPC_item_pickup' into 'master'
NPC itemdrop picking up

See merge request veloren/veloren!3308
2022-05-19 22:06:44 +00:00
N A
1f82dab948 NPC itemdrop picking up 2022-05-19 22:06:44 +00:00
faa4c85cbb Merge branch 'modular-fixes' into 'master'
Tweaks for this week

See merge request veloren/veloren!3383
2022-05-19 19:35:32 +00:00