a8b267387c
Intermediate state that seems to crash rustc, even after running cargo clean
.
2021-05-12 21:40:27 -04:00
b36b3152fe
Improve the efficiency of the voxel minimap by only updating it when crossing a chunk boundary or changing z-level. Allows making the 9 chunks nearest to the player fancier by compositing multiple z levels.
2021-05-11 17:43:45 -04:00
3abcdbf109
Make all the offsets for voxel minimap work properly for arbitrary sizes, and fix the memory leak.
2021-05-11 01:08:03 -04:00
d1d7147aa6
Add a minimap overlay based on voxel data.
2021-05-10 23:09:14 -04:00
81bba1393a
Merge branch 'sam/clay-golem' into 'master'
...
Clay Golem Rework
See merge request veloren/veloren!2264
2021-05-11 01:36:13 +00:00
edc9c37482
Merge branch 'xMAC94x/remove-sponsorship' into 'master'
...
DO no longer sponsors us in 2021
See merge request veloren/veloren!2290
2021-05-11 01:19:05 +00:00
7acd953923
Changed particles to a switch statement.
2021-05-10 19:58:32 -05:00
cd5096fe73
Changelog
2021-05-10 18:57:33 -05:00
7f6c6c5603
Fixed offsets for laser and rocket attacks of clay golem.
2021-05-10 18:54:04 -05:00
770d07ac90
anims
2021-05-10 18:54:03 -05:00
0d53e790fd
Made golem laser spawn based off of orientation rather than look_dir. Additional balance tweaks.
2021-05-10 18:54:00 -05:00
fca56be4c0
Balance tweaks
2021-05-10 18:53:52 -05:00
d14fd59711
Increased exp of clay golems.
2021-05-10 18:53:51 -05:00
a497ac0353
Added kit for testing.
2021-05-10 18:53:50 -05:00
9bbdc26089
Added haniwa sentries to level 3 dungeons.
2021-05-10 18:53:50 -05:00
58e5b1fdf5
AI tweaks.
2021-05-10 18:53:49 -05:00
4e5a456b18
Balance tweaks.
2021-05-10 18:53:49 -05:00
47a2bf7de8
Adds haniwa sentry object
2021-05-10 18:53:48 -05:00
c67c56d194
Dungeon placement. Tweaks to melee.
2021-05-10 18:53:47 -05:00
9f8aeb91c0
Added armor, more ai tweaks.
2021-05-10 18:53:46 -05:00
1c8db241e2
Golem AI
2021-05-10 18:53:43 -05:00
5fa4358e74
Clay golem attacks done.
2021-05-10 18:53:01 -05:00
217462805d
Merge branch 'juliancoffee/improve_i18n_check' into 'master'
...
Refactor i18n analysis code and improve UX of testing binary
See merge request veloren/veloren!2289
2021-05-10 22:13:01 +00:00
f626d27955
Refactor i18n analysis code and improve UX of testing binary
2021-05-10 22:13:00 +00:00
b4de3fcda1
DO no longer sponsors us in 2021
2021-05-10 23:29:13 +02:00
43593bc4c9
Merge branch 'pfau/fix-1h-axes' into 'master'
...
Fix 1h-axes
See merge request veloren/veloren!2287
2021-05-10 20:44:10 +00:00
fab3794bf3
Fix 1h-axes
2021-05-10 20:44:09 +00:00
47e21ae226
Merge branch 'zesterer/small-fixes' into 'master'
...
Prevented low FPS from limiting chunk loading performance
See merge request veloren/veloren!2286
2021-05-10 14:05:07 +00:00
1478daecbc
Prevented low FPS from limiting chunk loading performance
2021-05-10 14:23:37 +01:00
0cf0f59fa7
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
e7587c4d9d
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
a86c3af42b
Merge branch 'aweinstock/mindflayerfixes-202105' into 'master'
...
Mindflayer AI improvments
See merge request veloren/veloren!2285
2021-05-10 02:54:21 +00:00
6c9a2663ba
Merge branch 'aws107/roll-to-remove-burning' into 'master'
...
Implement #1105 : Rolling removes burning debuff
Closes #1105
See merge request veloren/veloren!2271
2021-05-10 02:40:08 +00:00
abcb6f34a3
Remove the dependency of the new mindflayer AI on action_state.timer
.
2021-05-09 21:16:57 -04:00
c1fc375543
Merge branch 'juliancoffee/downgrage_git2' into 'master'
...
Downgrade git2 to compile on windows
See merge request veloren/veloren!2284
2021-05-09 23:14:45 +00:00
1ae105125d
Change agent's condition
field back to a bool (from bitflags) and add a separate int_counter
field.
2021-05-09 18:09:53 -04:00
1dfcdce1c0
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
93b3d12478
remove ssh feature from git2
2021-05-10 00:49:45 +03:00
9168ddac75
Merge branch 'juliancoffee/miniboss_quick_fix' into 'master'
...
Miniboss Loot quickfix
See merge request veloren/veloren!2279
2021-05-09 21:29:35 +00:00
cb2412148b
Miniboss Loot quickfix
2021-05-09 21:29:35 +00:00
5e598964b1
Downgrade git2 to compile on windows
2021-05-10 00:09:33 +03:00
7ee2d9dfa3
Merge branch 'juliancoffee/improve_spawn_cmd_ux' into 'master'
...
improve /spawn cmd UX
See merge request veloren/veloren!2283
2021-05-09 20:22:29 +00:00
2881034426
update CHANGELOG
2021-05-09 20:43:13 +03:00
d3be89f5eb
Add species to /spawn auto-complete
2021-05-09 20:43:13 +03:00
587b48871d
Merge branch 'juliancoffee/decouple_localization_checks' into 'master'
...
Extract voxygen/src/i18n.rs to crate
See merge request veloren/veloren!2244
2021-05-09 16:47:25 +00:00
3d011098b8
style convention
2021-05-09 19:05:01 +03:00
2035c041f9
add authors
2021-05-09 13:12:26 +03:00
359a46d6f2
Fix tests
...
1) Use more correct way to look for `assets` dir
2) Rename veloren_common::assets to veloren_common_assets in doc-tests
2021-05-09 13:12:26 +03:00
9af0b6dd12
Search for assets in workspace root
2021-05-09 13:12:26 +03:00
279d57658d
Fix paths and adding tests
2021-05-09 13:12:26 +03:00