Commit Graph

15121 Commits

Author SHA1 Message Date
laundmo
283b404724 Working wind/lift particles
+ clippy fixes
2024-02-08 16:25:39 +02:00
laundmo
2add795109 change ridge lift to just angles, other tweaks 2024-02-08 16:25:39 +02:00
laundmo
04805167ff undo linker 2024-02-08 16:25:39 +02:00
laundmo
6e5bd89818 Add near_water boolean to TerrainChunkMeta
+ lots of smaller tweaks and changes
+ tuning to make more fun (its a bit strong though)
2024-02-08 16:25:39 +02:00
laundmo
2ae7c68dde move sun/moon direction to common 2024-02-08 16:25:39 +02:00
laundmo
4e37430189 draw debug vectors, and toggle them in egui 2024-02-08 16:25:39 +02:00
laundmo
fbd2a09c66 massively improve ridge lift calculation 2024-02-08 16:25:39 +02:00
laundmo
432be97a97 copy interpolation function to terrain 2024-02-08 16:25:39 +02:00
laundmo
91c718b931 easier chunk normal using double cross product 2024-02-08 16:25:39 +02:00
laundmo
59bf62a453 Add approximate chunk terrain normals into sim 2024-02-08 16:25:38 +02:00
laundmo
4c97f3f624 use formula for time of day dependency of thermals 2024-02-08 16:25:38 +02:00
laundmo
761953513b Initial work for gliding lift, updraft, thermals 2024-02-08 16:25:38 +02:00
Marcel
3ac2729b99 Merge branch 'isse/event-systems' into 'master'
Seperate events to seperate event busses and use systems to handle them

See merge request veloren/veloren!4189
2024-02-08 09:13:33 +00:00
Illia Denysenko
ac921c563d Merge branch 'crit-chance-removal' into 'master'
Removed crit_chance stat from two item .ron files

See merge request veloren/veloren!4307
2024-02-07 19:13:27 +00:00
maxicarlos08
ba0fc08f8d Merge branch 'dequbed/srv-lookup' into 'master'
Add SRV lookup functionality to voxygen

See merge request veloren/veloren!4310
2024-02-07 14:17:37 +00:00
Nadja von Reitzenstein Čerpnjak
2d2ffa2b10 Add SRV lookup functionality to voxygen
This will make voxygen issue a SRV lookup when connecting to a host, allowing server owners to configure non-standard ports for servers and host servers using vanity domains easily. It additionally allows servers to be hosted on both QUIC and TCP at the same time, with the client connecting to the preferred protocol automatically, but gracefully falling back if a connection is not possible.
2024-02-07 14:28:37 +01:00
Isse
857d924979 add missing event handlers, use common_ecs::System 2024-02-07 12:21:04 +01:00
Isse
e94c21daa6 try to optimize a bit 2024-02-07 11:00:18 +01:00
Marcel Märtens
7f01928aae fix event_emitters test 2024-02-07 10:51:39 +01:00
Isse
8a9fdd1805 add todo comment 2024-02-07 10:46:39 +01:00
Isse
b891bb038a create event dispatcher at start 2024-02-07 10:38:37 +01:00
Isse
63a7ecd5d7 clippy fixes 2024-02-07 10:38:37 +01:00
Isse
d75889ed75 don't insert event busses on client 2024-02-07 10:38:37 +01:00
Isse
e651b9b2ac initial setup and convert entity_manipulation 2024-02-07 10:38:37 +01:00
Marcel
d3a97ba34c Merge branch 'xMAC94x/deps' into 'master'
xmac94x/deps

See merge request veloren/veloren!4311
2024-02-07 09:18:36 +00:00
Maxicarlos08
88feb4cc60
removed unused fields from item assets 2024-02-06 22:05:08 +01:00
Maxicarlos08
0933499a3d
add deny_unknown_fields to item related structs 2024-02-06 21:57:04 +01:00
unknown
c3942b5f1f
Removed crit_chance stat from two item .ron files 2024-02-06 21:47:41 +01:00
Marcel Märtens
b0bef3ebbf update few dependencies 2024-02-06 19:11:10 +01:00
Marcel Märtens
be6a99acb4 replace tui with ratatui 2024-02-06 19:11:10 +01:00
Marcel
9af1c4c310 Merge branch 'xMAC94x/update' into 'master'
run cargo update

See merge request veloren/veloren!4308
2024-02-06 18:08:26 +00:00
Illia Denysenko
fea7ed1d63 Merge branch 'juliancoffee/be_npc' into 'master'
/be_npc && /alignment commands

See merge request veloren/veloren!4300
2024-02-06 17:46:36 +00:00
juliancoffee
bfff41dc97 Rever alignment and group manipulation 2024-02-06 15:58:40 +02:00
Illia Denysenko
425684908b Merge branch 'juliancoffee/fix-chat' into 'master'
Fix /tell messages

See merge request veloren/veloren!4309
2024-02-06 13:45:53 +00:00
juliancoffee
4067cd783a Clean up presence/persistence logic for /into_npc 2024-02-06 15:43:46 +02:00
juliancoffee
dab058740b Give /dropall to mods again 2024-02-06 15:43:46 +02:00
juliancoffee
d6a17366f1 fmt 2024-02-06 15:43:46 +02:00
juliancoffee
33f0c55510 Restrict permission requirements
- Fix typo when /alignment was available to Moderator
- Remove non-moderation commands from Moderator
2024-02-06 15:43:45 +02:00
juliancoffee
0caa54bf5b Convert into Possessor for /into_npc 2024-02-06 15:43:45 +02:00
juliancoffee
7e2f219de1 Rename /be_npc to /into_npc 2024-02-06 15:43:45 +02:00
juliancoffee
70b5c2927d Add /alignment command 2024-02-06 15:43:45 +02:00
juliancoffee
8889407660 Add /be_npc command 2024-02-06 15:43:45 +02:00
Illia Denysenko
9b6c678473 Merge branch 'master' into 'master'
Add hints on how to use animal materials to craft weapons

See merge request veloren/veloren!4306
2024-02-06 13:02:48 +00:00
juliancoffee
895d0e604e Fix /tell messages 2024-02-06 14:44:52 +02:00
Marcel Märtens
c69224171b run cargo update 2024-02-06 12:45:32 +01:00
Marcel
56f8587ce1 Merge branch 'xMAC94x/update_toolchain' into 'master'
update toolchain to `nightly-2024-01-17`

See merge request veloren/veloren!4257
2024-02-06 09:48:04 +00:00
Marcel Märtens
7c998823e2 update tag 2024-02-06 10:05:27 +01:00
Illia Denysenko
7f83b432c9 Merge branch 'juliancoffee/itemtooltip-fix' into 'master'
Widen Item Tooltip

Closes #1925

See merge request veloren/veloren!4305
2024-02-05 19:43:35 +00:00
Marcel Märtens
6ebbb89d4d update toolchain to nightly-2024-01-17 2024-02-05 19:51:50 +01:00
Illia Denysenko
6743386c4e Merge branch 'weblate-translation' into 'master'
Translated using Weblate

See merge request veloren/veloren!4279
2024-02-05 13:59:08 +00:00