|
7585c8dcc1
|
Migrate EntityConfig for Loadout update
|
2022-01-28 00:02:34 +02:00 |
|
|
fbe07f016a
|
Loadout Update. EntityInfo part
EntityConfig changes:
+ Add LoadoutKind instead of Hands + Meta::LoadoutAsset.
+ Allows for random loadout asset and inventory.
```
pub enum LoadoutAsset {
Loadout(String),
Choice(Vec<(f32, String)>),
}
pub enum LoadoutKind {
FromBody,
Asset(LoadoutAsset),
Hands(Hands),
Extended {
hands: Hands,
base_asset: LoadoutAsset,
inventory: Vec<(u32, String)>,
},
}
```
EntityInfo:
Remove
- pub main_tool: Option<Item>,
- pub second_tool: Option<Item>,
- pub loadout_asset: Option<String>,
Add
+ pub inventory: Vec<(u32, Item)>,
+ pub loadout: Option<LoadoutBuilder>,
|
2022-01-28 00:02:34 +02:00 |
|
|
765311add0
|
Add entity config migration tool
|
2022-01-28 00:02:34 +02:00 |
|
|
6f743b22ae
|
Merge branch 'fix_SeaCroc_npc_name' into 'master'
fix_SeaCroc_npc_name
See merge request veloren/veloren!3155
|
2022-01-27 18:33:47 +00:00 |
|
|
548591b561
|
Merge branch 'more_biome_namegen_bricks' into 'master'
more biome namegen bricks
See merge request veloren/veloren!3148
|
2022-01-27 12:02:31 +00:00 |
|
|
d2e84fb936
|
- use common fn generate_from_parts to generate biome-names
- arrays for bricks instead of vecs
|
2022-01-27 12:29:34 +01:00 |
|
|
52c4c170fc
|
- use common fn generate_from_parts to generate biome-names
- arrays for bricks instead of vecs
|
2022-01-27 12:25:17 +01:00 |
|
|
2fe8cb965d
|
change SeaCrocodile spawn
|
2022-01-27 11:34:59 +01:00 |
|
|
25543b45c5
|
Merge branch 'zesterer/tiny-fixes' into 'master'
Remove colour banding
See merge request veloren/veloren!3153
|
2022-01-27 01:03:56 +00:00 |
|
|
39863e8727
|
Remove colour banding
|
2022-01-27 00:29:03 +00:00 |
|
|
d89edc9357
|
Merge branch 'tygyh/Extract-controller-functions' into 'master'
Tygyh/extract controller functions
See merge request veloren/veloren!3151
|
2022-01-26 22:36:36 +00:00 |
|
|
e675b20451
|
Merge branch 'infrandomness/thread_local_vuln' into 'master'
Fix RUSTSEC-2022-0006
See merge request veloren/veloren!3152
|
2022-01-26 21:47:07 +00:00 |
|
|
1a1acfae2c
|
Fix RUSTSEC-2022-0006
|
2022-01-26 22:08:38 +01:00 |
|
|
fe8eee837c
|
Merge branch 'tygyh/Extract-controller-functions' of https://gitlab.com/veloren/dev/veloren into tygyh/Extract-controller-functions
|
2022-01-26 21:26:39 +01:00 |
|
|
b0d6a68e8c
|
Create 'push_initiate_invite' function
|
2022-01-26 21:23:37 +01:00 |
|
|
027154a5be
|
Create 'push_invite_response' function
|
2022-01-26 21:16:29 +01:00 |
|
|
0516526985
|
Create 'push_utterance' function
|
2022-01-26 21:12:19 +01:00 |
|
|
765e858c19
|
Create 'push_cancel_input' function
|
2022-01-26 21:07:36 +01:00 |
|
|
a1a9c0f4f2
|
Create 'push_cancel_input' function
|
2022-01-26 20:15:40 +01:00 |
|
|
b2b208687c
|
Create 'push_basic_input' function
|
2022-01-26 20:09:59 +01:00 |
|
|
bc0a8c7704
|
Create 'push_action' function
|
2022-01-26 19:52:19 +01:00 |
|
|
f47184df85
|
Use 'push_event' function in more places
|
2022-01-26 19:40:18 +01:00 |
|
|
728488502e
|
Merge branch 'juliancoffee/start_2021' into 'master'
Migrate Veloren to 2021 edition
See merge request veloren/veloren!3149
|
2022-01-26 15:56:29 +00:00 |
|
|
fba89517de
|
Move Veloren to 2021 edition
|
2022-01-26 16:46:40 +02:00 |
|
|
4fe5fdad4a
|
Move world to 2021 edition
|
2022-01-26 16:03:27 +02:00 |
|
|
87ea7a906a
|
more biome namegen bricks
|
2022-01-26 14:58:48 +01:00 |
|
|
e3927ed3f6
|
Move server to 2021 edition
|
2022-01-26 15:57:50 +02:00 |
|
|
6a0458ddf1
|
Move voxygen to 2021 edition
|
2022-01-26 15:47:39 +02:00 |
|
|
25b04e6ee7
|
Move common to 2021 edition
|
2022-01-26 15:17:01 +02:00 |
|
|
9edd526279
|
Move voxygen-i18n to 2021 edition
|
2022-01-26 15:13:05 +02:00 |
|
|
ebe95ebe33
|
Move common-assets to 2021 edition
|
2022-01-26 15:09:00 +02:00 |
|
|
9d7370ab57
|
Merge branch 'infrandomness/site2/name_sites' into 'master'
Give names to site2 sites
See merge request veloren/veloren!3145
|
2022-01-26 11:42:35 +00:00 |
|
|
52c92ba0d4
|
Give names to site2 sites
|
2022-01-26 11:42:35 +00:00 |
|
|
0ebff57a59
|
Merge branch 'Martin/remove-server-from-list' into 'master'
Feature: Delete button in the servers menu
See merge request veloren/veloren!3144
|
2022-01-26 10:20:15 +00:00 |
|
|
ca7b048184
|
Merge branch 'SeaCrocodile' into 'master'
Sea crocodile
See merge request veloren/veloren!3146
|
2022-01-26 01:26:38 +00:00 |
|
|
ac42b184f5
|
Merge branch 'sam/possess-fix' into 'master'
Fix possession for animation work purposes.
See merge request veloren/veloren!3142
|
2022-01-25 18:03:40 +00:00 |
|
|
700f709664
|
added delete button in the settings window which deletes a server from the list
|
2022-01-25 19:48:58 +02:00 |
|
|
a86ed49293
|
added message and event for deleting a server from the list
|
2022-01-25 19:48:19 +02:00 |
|
|
e6bef416b4
|
Fix possession for animation work purposes.
|
2022-01-25 12:29:05 -05:00 |
|
|
3bee4ef0d1
|
Merge branch 'zesterer/worldgen' into 'master'
Fixed site2 economies
See merge request veloren/veloren!3141
|
2022-01-25 17:02:47 +00:00 |
|
|
59ac3b1d4f
|
Fixed site2 economies
|
2022-01-25 16:31:12 +00:00 |
|
|
4803891a29
|
Merge branch 'james/no-cliff-diving-allowed' into 'master'
Prohibit accidental cliff diving by NPCs
See merge request veloren/veloren!3139
|
2022-01-25 16:25:40 +00:00 |
|
|
2671f824d0
|
Prohibit accidental cliff diving by NPCs
|
2022-01-25 16:25:40 +00:00 |
|
|
432d78a232
|
Merge branch 'imbris/screenshot-format' into 'master'
Support multiple texture formats for screenshots
See merge request veloren/veloren!3134
|
2022-01-25 14:45:54 +00:00 |
|
|
f9ce85164f
|
Merge branch 'imbris/fix-egui-mouse-capture' into 'master'
Fix egui capturing mouse when hidden.
See merge request veloren/veloren!3140
|
2022-01-25 14:41:50 +00:00 |
|
|
ea6f09ec88
|
change SeaCrocodile spawn
|
2022-01-25 10:27:25 +01:00 |
|
|
2bada7f02a
|
Don't send egui events when it is hidden and as a result these events are also never captured by egui. This fixes issues with the mouse clicks being captured if the mouse was hovered over the egui UI when it was toggled off.
|
2022-01-25 01:23:46 -05:00 |
|
|
c320604a36
|
Support multiple texture formats for screenshots
|
2022-01-25 00:36:08 -05:00 |
|
|
54d5a06a0d
|
Merge branch 'unvariant/lantern_bug' into 'master'
Fixes #1406 - Lantern light does not change when dragging it from inventory
Closes #1406
See merge request veloren/veloren!3107
|
2022-01-25 02:59:29 +00:00 |
|
|
ae7859269d
|
Merge branch 'DaforLynx/new-biomes-music' into 'master'
Add "new" biomes to soundtrack listing
See merge request veloren/veloren!3138
|
2022-01-24 21:01:11 +00:00 |
|