Joshua Barretto
4f9863e388
Prevented low FPS from limiting chunk loading performance
2021-05-10 14:23:37 +01:00
Joshua Yanovski
2015f34985
Merge branch 'sharp/modtools' into 'master'
...
Added non-admin moderators and timed bans.
See merge request veloren/veloren!2276
2021-05-10 04:54:06 +00:00
Joshua Yanovski
3f8d2f95be
Added non-admin moderators and timed bans.
...
The security model has been updated to reflect this change (for example,
moderators cannot revert a ban by an administrator). Ban history is
also now recorded in the ban file, and much more information about the
ban is stored (whitelists and administrators also have extra
information).
To support the new information without losing important information,
this commit also introduces a new migration path for editable settings
(both from legacy to the new format, and between versions). Examples
of how to do this correctly, and migrate to new versions of a settings
file, are in the settings/ subdirectory.
As part of this effort, editable settings have been revamped to
guarantee atomic saves (due to the increased amount of information in
each file), some latent bugs in networking were fixed, and server-cli
has been updated to go through StructOpt for both calls through TUI
and argv, greatly simplifying parsing logic.
2021-05-09 21:19:16 -07:00
Samuel Keiffer
f0cc0b57ed
Merge branch 'aweinstock/mindflayerfixes-202105' into 'master'
...
Mindflayer AI improvments
See merge request veloren/veloren!2285
2021-05-10 02:54:21 +00:00
Avi Weinstock
7103467d1a
Add a purple fireball to mindflayer and have it shoot it a few times before teleporting, and fix mindflayer AI's husk summons.
2021-05-09 18:09:31 -04:00
juliancoffee
d2cba0f4e5
remove ssh feature from git2
2021-05-10 00:49:45 +03:00
juliancoffee
6cfd9c24b3
Downgrade git2 to compile on windows
2021-05-10 00:09:33 +03:00
juliancoffee
7bec0bc529
add authors
2021-05-09 13:12:26 +03:00
juliancoffee
ce68d0268e
Fix paths and adding tests
2021-05-09 13:12:26 +03:00
juliancoffee
04de189427
rename i18n/src/i18n.rs to i18n/src/data.rs
2021-05-09 13:12:26 +03:00
juliancoffee
5bd4dcc167
Extract common/src/assets.rs to own crate
...
This gives us ability to use assets-related code in i18n without
depending on whole veloren-common
2021-05-09 13:12:26 +03:00
juliancoffee
45af1a8446
Make fields more private
2021-05-09 13:12:26 +03:00
juliancoffee
79ab181125
remove unneeded imports
2021-05-09 13:12:26 +03:00
juliancoffee
696136fffc
Use hashbrown
2021-05-09 13:12:26 +03:00
juliancoffee
53314e8961
Remove unused dependencies
2021-05-09 13:12:26 +03:00
juliancoffee
333754b2e6
Extract voxygen/src/i18n.rs into own crate
...
- New crate (i18n), currently under voxygen directory
- Updated CI to run localization test from i18n, not from voxygen
2021-05-09 13:12:26 +03:00
juliancoffee
b4bd196837
use hashbrown instead of std::collections
2021-05-09 13:12:26 +03:00
juliancoffee
1ab817b4ba
Update instuction for using binary
2021-05-09 13:12:26 +03:00
juliancoffee
2d9f4d4a95
Add comments
2021-05-09 13:12:25 +03:00
juliancoffee
684f7f6e0a
Integrate verification from i18n_check
2021-05-09 13:12:25 +03:00
juliancoffee
0611b166ed
Integrate changes and improving code style
...
- Integrate voxygen/i18n-check to voxygnen/src/i18n.rs
- Make `cargo clippy` happy
2021-05-09 13:12:25 +03:00
juliancoffee
6bc6f6bbba
Extract localization test to binary
...
- Implement `--all` option
- Implement `--lang <code>` option
- Implement `--verify` command
2021-05-09 13:12:25 +03:00
Monty Marz
e5613603e4
Merge branch 'aweinstock/small-fixes' into 'master'
...
Distinguish NAMETAG_MERCHANT_RANGE from NAMETAG_GROUP_RANGE.
See merge request veloren/veloren!2277
2021-05-09 09:58:44 +00:00
Monty Marz
0aa2c129b8
Better inactive/active audio slider logic
2021-05-09 09:51:41 +00:00
Avi Weinstock
1580fbe339
Distinguish NAMETAG_MERCHANT_RANGE from NAMETAG_GROUP_RANGE.
2021-05-08 17:49:51 -04:00
Avi Weinstock
8dc20d0dd5
Add red-orange pulsing "Nothing!" to the second phase of an a 0-quantity trade, and improve the distance merchants are visible at.
2021-05-07 15:24:55 -04:00
Avi Weinstock
ff83cf752b
Add DamageKind
, and make piercing damage partially ignore damage resistence.
...
- Tweak bow/staff M1 stats.
2021-05-06 17:39:06 -04:00
Marcel Märtens
af7091182e
use a constant for recommended_threads
2021-05-05 14:35:06 +02:00
Marcel Märtens
87cf347377
limit tokio threads to 1/4 of num_cpus
...
make sure that rayon has at least 2 threads even on 1cpu systems to increase stability
2021-05-04 21:06:11 +02:00
Marcel Märtens
9fefdcbbca
rayon::join creates a global threadpool, which is only used in /world
...
instead just use the same threadpool for everything
helps with debugging problems with GDB
using threadpool.install() to also be used when `into_par_iter()` is called
2021-05-04 21:06:07 +02:00
Sam
ccb5a80a88
Removed useless clippy allow, added todo.
2021-05-04 11:27:17 -04:00
Sam
344e8c8a67
Made buff commands exhaustive
2021-05-04 09:54:28 -04:00
Sam
f6b364c644
Buff icons
2021-05-04 08:45:14 -04:00
Sam
74a68e24d5
Added sfx. Addressed comments.
2021-05-04 08:45:12 -04:00
Sam
f491854699
Added kit for testing tier 4 dungeons.
2021-05-04 08:45:11 -04:00
Sam
bb98b021da
Particles for frenzy buff and ground cleave.
2021-05-04 08:45:10 -04:00
jshipsey
8860e60415
anims
2021-05-04 08:45:08 -04:00
Sam
2e97fad3d8
Added frenzy ability to minotaur.
...
Added self-buff character state.
Added frenzied buff kind.
Added better comments on each buff kind.
2021-05-04 08:45:07 -04:00
Sam
c79c929e9f
Crippling strike now functional. Crippled debuff added.
2021-05-04 08:45:05 -04:00
Illia Denysenko
652171b146
Add possibility to translate buff outcomes
2021-05-03 23:02:59 +00:00
Samuel Keiffer
a0899db36a
Merge branch 'slipped/oritweak' into 'master'
...
ori tweaks, animal adjusts
See merge request veloren/veloren!2234
2021-05-03 18:49:22 +00:00
Samuel Keiffer
7b82e9b1f4
Merge branch 'sam/ability-sets' into 'master'
...
Allow Specification of Custom Ability Sets per Weapon
See merge request veloren/veloren!2231
2021-05-03 17:50:11 +00:00
Avi Weinstock
bb7dbe245d
Make terrain compression a checkbox instead of a bandwidth (throughput?) heuristic.
2021-05-03 00:09:44 -04:00
James Melkonian
6956d364d1
Add map markers for lakes and mountains
2021-05-03 02:00:23 +00:00
jshipsey
f6043b7e53
ori addition to combomelee
2021-05-01 12:29:28 -04:00
Joshua Barretto
b471128ce5
Added map marker
2021-05-01 16:26:13 +00:00
Sam
c5ce67f36c
Made naming of fields more explicit.
2021-05-01 09:25:56 -04:00
Sam
3c3977d6a6
Formatting stuffs.
2021-05-01 09:25:53 -04:00
Sam
40d00f46cb
Removed clone in animations. Added GATs to animations to do so.
2021-05-01 09:25:53 -04:00
Sam
25c78dc660
Removed all unique and simple tool kinds.
2021-05-01 09:25:51 -04:00