Imbris
6e3c070116
Replace stamina -> energy
in english localization strings
2021-07-31 01:35:28 -04:00
Imbris
22b77a7a04
Replace stamina -> energy
in code, i18n keys, and asset names
2021-07-31 01:34:40 -04:00
Marcel
f56ff6f61c
Merge branch 'snowram/retry-release-ci' into 'master'
...
Retry release jobs on failure
See merge request veloren/veloren!2702
2021-07-31 03:02:59 +00:00
Imbris
d3c8dc268e
Merge branch 'mohs/refactoring_character_behavior' into 'master'
...
reducing complexity of character_behavior's run method by extracting logical pieces.
See merge request veloren/veloren!2697
2021-07-31 02:47:55 +00:00
Snowram
49461554e5
Retry release jobs on failure
2021-07-31 00:09:54 +02:00
Thomas Kosel
04efa90fcf
improving code quality by removing superfluous &
2021-07-30 10:12:20 +02:00
Imbris
ecf9153dff
Merge branch 'imbris/admin-cmd' into 'master'
...
Make admin adding/removing command arguments positional again
See merge request veloren/veloren!2700
2021-07-30 06:05:29 +00:00
Imbris
9d761d5096
Make admin add/remove command arguments positional again
2021-07-30 01:25:38 -04:00
Monty Marz
7b4c9bc2bb
Merge branch 'pfau/dualwield_starters' into 'master'
...
Remove sceptre, add swords
See merge request veloren/veloren!2692
2021-07-29 22:38:36 +00:00
Monty Marz
2466cad155
Remove sceptre, add swords
2021-07-29 22:38:35 +00:00
Thomas Kosel
354fa7d00b
changing <Sys> to Self to be a little more speaking and less riddles.
2021-07-29 23:14:46 +02:00
Marcel
cc337af764
Merge branch 'dystopia/translation_database' into 'master'
...
redo i18n git analysis completly and introduce a way to export csv data
See merge request veloren/veloren!2689
2021-07-29 21:04:18 +00:00
Thomas Kosel
8cd690f644
renaming methods to match the names of the methods called within
2021-07-29 22:55:58 +02:00
Thomas Kosel
c51e9a6880
moving CharacterState interpreting methods to character_state.rs
2021-07-29 22:38:20 +02:00
Marcel Märtens
91a5e18fb2
mark missing files as untranslated
2021-07-29 22:18:47 +02:00
Marcel Märtens
cfe3a027be
remove some reexports
2021-07-29 22:18:34 +02:00
Imbris
c504cc09c6
Merge branch 'mix-mountable-pets' into 'master'
...
Prevented mountable pets
See merge request veloren/veloren!2698
2021-07-29 19:41:09 +00:00
Joshua Barretto
a27ea9aab1
Prevented mountable pets
2021-07-29 19:04:07 +00:00
Marcel Märtens
8c5d0665ae
extract path logic
2021-07-29 20:15:23 +02:00
Marcel Märtens
2a314c3cab
redo i18n git analysis completly and introduce a way to export csv data
...
also improve the performance by caching git_graph_descendant
2021-07-29 20:15:14 +02:00
Marcel Märtens
a142d59637
experiment with a git cache
2021-07-29 20:12:30 +02:00
Dr. Dystopia
c797fc29f7
base framework to print csv
2021-07-29 20:12:18 +02:00
Marcel Märtens
f939c5bb2f
add a argument for i18n to enable csv generation
2021-07-29 20:12:13 +02:00
Imbris
83b61447aa
Merge branch 'capucho/shadow-uniformity' into 'master'
...
Fix non uniform control flow in shader
See merge request veloren/veloren!2696
2021-07-29 18:10:01 +00:00
Thomas Kosel
b6320a5cdc
reducing complexity of character_behavior's run method by extracting logical pieces.
2021-07-29 20:09:31 +02:00
Imbris
14d9d72b5c
Merge branch 'imbris/1002-fix' into 'master'
...
Add comment to physics and replace magic number in climbing boost with a named...
Closes #1002
See merge request veloren/veloren!2694
2021-07-29 17:46:14 +00:00
João Capucho
4bcda1c395
Fix non uniform control flow in shader
2021-07-29 18:05:27 +01:00
Imbris
fe77c6c76d
Merge branch 'juliancoffee/hud_refactor' into 'master'
...
Skillbar hud refactoring (+ shortened key names)
See merge request veloren/veloren!2663
2021-07-29 16:08:56 +00:00
juliancoffee
f8f873df3f
Improve ability descriptions
2021-07-29 18:27:18 +03:00
Imbris
f0a5f0890e
Add comment to physics and replace magic number in climbing boost with a named constant, fixes #1002
2021-07-29 03:11:44 -04:00
Marcel
9b30bb9e7d
Merge branch 'juliancoffee/entity_refactor' into 'master'
...
Improve terms of EntityConfig and LoadoutBuilder
See merge request veloren/veloren!2688
2021-07-28 23:19:04 +00:00
Ben Wallis
c93dfc943a
Merge branch 'xvar/gotta-catch-em-all' into 'master'
...
Pet persistence
See merge request veloren/veloren!2668
2021-07-28 22:36:42 +00:00
Ben Wallis
f4b3d463c8
* Pets are now saved on logout and spawned with the player on login
...
* Pets now teleport to their owner when they are too far away from them
* Limited the animals that can be tamed to `QuadrupedLow` and `QuadrupedSmall` to prevent players taming overly powerful creatures before the pet feature is further developed
* Added `Pet` component used to store pet information about an entity - currently only used to store the pet's database ID
* Added `pet` database table which stores a pet's `body_id` and `name`, alongside the `character_id` that it belongs to
* Replaced `HomeChunk` component with more flexible `Anchor` component which supports anchoring entities to other entities as well as chunks.
2021-07-28 22:36:41 +00:00
Ben Wallis
2d878f2a6c
Merge branch 'sql_tweaks' into 'master'
...
Combine multiple inventory loading queries into single reccursive query
See merge request veloren/veloren!2680
2021-07-28 21:11:57 +00:00
Tavo Annus
709ca85db4
Combine multiple inventory loading queries into single reccursive query
2021-07-28 21:11:57 +00:00
Imbris
3896be8902
Merge branch 'mohs/918_remove_restrict_mut' into 'master'
...
Mohs/918 remove restrict mut
See merge request veloren/veloren!2690
2021-07-28 20:06:42 +00:00
Thomas Kosel
4e174c0b17
#918 reverting wrongly merged inventory related changes.
2021-07-28 21:13:09 +02:00
juliancoffee
4065f01797
Added comments on PositionSpecifier usage
2021-07-28 20:03:23 +03:00
juliancoffee
9c7f96b6c1
Improve terms of EntityConfig and LoadoutBuilder
...
* rename LoadoutBuilder::new to LoadoutBuilder::empty
* remove LoadoutBuilder::default as Default makes no sense here
* move comments from template.ron to EntityConfig struct
* add FIXME comments to split EntityConfig into EntityBase and
EntityExtension
2021-07-28 19:19:10 +03:00
Marcel
1116363aec
Merge branch 'fungoid/add_fr_translation_for_gameinput.greet' into 'master'
...
Added fr translation for gameinput.greet
See merge request veloren/veloren!2685
2021-07-28 15:52:16 +00:00
Forest Anderson
c5f4f4eb0c
Merge branch 'aweinstock/site2-prim-bounds' into 'master'
...
Avoid duplicate work across chunks when blitting site2 primitives.
See merge request veloren/veloren!2687
2021-07-28 14:42:40 +00:00
juliancoffee
d06fe4517e
Split Skillbar::update to separate stages
2021-07-28 10:33:51 +03:00
juliancoffee
e19e524f3a
display_shortened for keys
2021-07-28 10:33:51 +03:00
juliancoffee
afbe7e77e6
Update skillbar ability text
2021-07-28 10:33:51 +03:00
juliancoffee
3487a1ae8d
Deduplicate bar text
2021-07-28 10:33:51 +03:00
juliancoffee
226be88e80
Prettify skillbar code
2021-07-28 10:33:50 +03:00
juliancoffee
2a8d88ed28
Deduplicate skillbar slots
2021-07-28 10:33:50 +03:00
Avi Weinstock
eac1d9c760
Avoid duplicate work across chunks when blitting site2 primitives.
2021-07-27 19:12:51 -04:00
Marcel
cd7d154128
Merge branch 'xMAC94x/map_fix' into 'master'
...
fixed map to zoom and drag correctly, fixed #1111
Closes #1111
See merge request veloren/veloren!2659
2021-07-27 22:16:22 +00:00
Thomas Kosel
554edde64d
#918 remove usages of .restrict_mut() from character_behavior.rs
2021-07-27 23:34:16 +02:00