crabman
d58f7f0931
address review comments
2024-03-06 20:44:06 +01:00
crabman
51152f47fa
**tamed** cultist darkhounds
2024-03-06 20:24:03 +01:00
crabman
504e45ebdb
allow entity -> chunk anchor chains
2024-03-06 20:24:03 +01:00
crabman
40fed95760
allow pet definitions in entity configurations
2024-03-06 20:24:03 +01:00
Illia Denysenko
285791817d
Merge branch 'walpo/update-en-translation' into 'master'
...
Update English translation
See merge request veloren/veloren!4350
2024-03-06 18:36:08 +00:00
Javier Pérez
30d924274c
Update English translation
2024-03-06 18:36:07 +00:00
Illia Denysenko
8fcdff8304
Merge branch 'weblate-translation' into 'master'
...
Update translation files (Weblate)
See merge request veloren/veloren!4366
2024-03-06 14:42:58 +00:00
Otto Richter
48da79f6a4
Update translation files (Weblate)
2024-03-06 14:42:58 +00:00
Illia Denysenko
840e95f21c
Merge branch 'juliancoffee/glider-ability' into 'master'
...
Vroom Glider
See merge request veloren/veloren!4282
2024-03-06 13:13:49 +00:00
Imbris
61a374c23f
Merge branch 'imbris/char-load-log' into 'master'
...
Logging to identify issue with character list not loading
See merge request veloren/veloren!4368
2024-03-06 02:50:59 +00:00
Imbris
301fc15b47
Logging to identify issue where the server gets in a state where the character list doesn't load for new clients
2024-03-05 21:05:04 -05:00
juliancoffee
8e34300830
Clean-up glider boosting logic
2024-03-06 03:11:07 +02:00
juliancoffee
d5226eadca
Nerf debug glider upward boost
2024-03-06 03:11:07 +02:00
juliancoffee
9b1d074b27
Make all_available_abilities charstate-independent
...
+ Fix wrong index bug with Auxiliary abilities
2024-03-06 03:11:07 +02:00
Illia Denysenko
4e4c35f936
Merge branch 'juliancoffee/broom-tweak-v2' into 'master'
...
Made broom even better
See merge request veloren/veloren!4365
2024-03-06 01:07:25 +00:00
juliancoffee
79c2deb38c
Made broom even better
...
+ Proper particle positioning
+ Set ori from velocity
2024-03-06 01:24:57 +02:00
crabman
a49c5edde8
Merge branch 'crabman/item-merging' into 'master'
...
Dynamic item merging
See merge request veloren/veloren!4126
2024-03-05 22:41:47 +00:00
Illia Denysenko
2b570c4161
Merge branch 'crabman/inline-loot-table' into 'master'
...
add InlineLootTable to LootSpec
See merge request veloren/veloren!4363
2024-03-05 22:37:02 +00:00
crabman
feecd6ea2b
Dynamic merging of dropped items
2024-03-05 20:59:32 +00:00
juliancoffee
06caf1fd31
Make WeaponAux always available
2024-03-05 18:30:49 +02:00
crabman
78f08dae9f
Merge branch 'crabman/mio-update' into 'master'
...
upgrade to mio 0.8.11 to fix RUSTSEC-2024-0019
See merge request veloren/veloren!4364
2024-03-05 16:28:42 +00:00
juliancoffee
1e6c35dab7
Make GliderAux(_) always available
2024-03-05 17:42:05 +02:00
crabman
82052f4517
add InlineLootTable to LootSpec
2024-03-05 15:36:29 +00:00
crabman
b8e95a7968
upgrade to mio 0.8.11 to fix RUSTSEC-2024-0019
2024-03-05 15:28:46 +00:00
crabman
69ade26498
Merge branch 'crabman/beam-tgt-dist-fix' into 'master'
...
Use correct target distance for ray cast in beam system
See merge request veloren/veloren!4361
2024-03-04 18:21:12 +00:00
crabman
eae7f06165
Use correct target distance for ray cast in beam system
2024-03-04 17:32:23 +00:00
flo
2d658e67d4
Merge branch 'cursekeeper_tweaks' into 'master'
...
cursekeeper_tweaks
See merge request veloren/veloren!4356
2024-03-03 17:50:46 +00:00
flo
327c195374
cursekeeper_tweaks
2024-03-03 17:50:46 +00:00
juliancoffee
18a26731d3
Add glider aux abilities
2024-03-03 17:56:09 +02:00
juliancoffee
3ad227545a
Remove char_state from active_auxiliary_key
2024-03-03 17:56:09 +02:00
juliancoffee
4dcf6215d2
Route character state to Diary UI
2024-03-03 17:56:09 +02:00
juliancoffee
3283eb6916
Vroom Glider
...
- GlideBoost ability
- Vroom Glider item
- Made possible to attach ability_spec to gliders
- Activate glider ability while Glide/GlideWield
TODO:
- make it visible in voxygen
2024-03-03 17:56:09 +02:00
Illia Denysenko
7016ebfff3
Merge branch 'juliancoffee/broom_particles' into 'master'
...
Better Admin Broom look & feel
See merge request veloren/veloren!4358
2024-03-03 15:51:28 +00:00
juliancoffee
a2119e3d00
Better Admin Broom look & feel
...
+ Own animation
+ Add look_dir orientation
+ Boost particles only stay for 0.25 secs
+ Boost particles use ParticleMode::PortalFizz
2024-03-03 17:09:55 +02:00
Illia Denysenko
ef5a9663ba
Merge branch 'juliancoffee/gliding-travelers' into 'master'
...
Better Gliding for NPCs
See merge request veloren/veloren!4348
2024-03-02 23:27:16 +00:00
juliancoffee
3eee002fa3
Made behaviour during GlideWield more clean
2024-03-02 22:51:47 +02:00
Illia Denysenko
998561f9b2
Merge branch 'fvasco-command-transform-invalid-presence' into 'master'
...
Italian translation
See merge request veloren/veloren!4352
2024-03-02 14:04:56 +00:00
Francesco Vasco
c6ae981d2b
Italian translation
2024-03-02 10:59:00 +01:00
juliancoffee
29ca171256
Spread out /make_npc starting velocities
2024-03-01 21:59:08 +02:00
juliancoffee
60d47326bd
Implement reliable gliding AI
...
- Wield glider when falling, but do nothing else
- Safe auto glide when in gliding state
- Agent unwield glider if on ground
2024-03-01 21:59:08 +02:00
juliancoffee
e861aae836
Add gliders to travelers
2024-03-01 21:28:09 +02:00
Illia Denysenko
958cf048f4
Merge branch 'juliancoffee/gliding-wind-fix' into 'master'
...
Fix client-side gliding
See merge request veloren/veloren!4349
2024-03-01 19:26:25 +00:00
juliancoffee
f9e8276a94
Add a note about setting local wind client-side
2024-03-01 19:36:23 +02:00
juliancoffee
67a4d30f81
Fix ridge lift
...
- Fix formula for steepness
- Reduce ridge lift coefficient to 1.0 (from 2.0 previously)
2024-03-01 19:19:19 +02:00
juliancoffee
a06e79b089
Fix client-side wind simulation
...
- Apply local wind on the client WeatherGrid
- Set air_vel to zero if not simulating
2024-03-01 19:19:19 +02:00
Imbris
5c517e88c9
Merge branch 'synis/chat-tweaks' into 'master'
...
Synis/chat tweaks
See merge request veloren/veloren!4289
2024-03-01 16:42:10 +00:00
Syniis
392599e586
Addressed review comments and added persistence
2024-03-01 04:10:38 +01:00
Syniis
0a38c68337
Changelog entry
2024-03-01 04:10:36 +01:00
Syniis
c3e533d7f1
Cleaner logic, fixed bug preventing chat from being scrolled
2024-03-01 04:09:59 +01:00
Syniis
4caebcf4a3
Revert some changes and fix scrolling bug
2024-03-01 04:09:59 +01:00