Commit Graph

15668 Commits

Author SHA1 Message Date
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
2ae7c68dde move sun/moon direction to common 2024-02-08 16:25:39 +02:00
4e37430189 draw debug vectors, and toggle them in egui 2024-02-08 16:25:39 +02:00
fbd2a09c66 massively improve ridge lift calculation 2024-02-08 16:25:39 +02:00
432be97a97 copy interpolation function to terrain 2024-02-08 16:25:39 +02:00
91c718b931 easier chunk normal using double cross product 2024-02-08 16:25:39 +02:00
59bf62a453 Add approximate chunk terrain normals into sim 2024-02-08 16:25:38 +02:00
4c97f3f624 use formula for time of day dependency of thermals 2024-02-08 16:25:38 +02:00
761953513b Initial work for gliding lift, updraft, thermals 2024-02-08 16:25:38 +02:00
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
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
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
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
857d924979 add missing event handlers, use common_ecs::System 2024-02-07 12:21:04 +01:00
e94c21daa6 try to optimize a bit 2024-02-07 11:00:18 +01:00
7f01928aae fix event_emitters test 2024-02-07 10:51:39 +01:00
8a9fdd1805 add todo comment 2024-02-07 10:46:39 +01:00
b891bb038a create event dispatcher at start 2024-02-07 10:38:37 +01:00
63a7ecd5d7 clippy fixes 2024-02-07 10:38:37 +01:00
d75889ed75 don't insert event busses on client 2024-02-07 10:38:37 +01:00
e651b9b2ac initial setup and convert entity_manipulation 2024-02-07 10:38:37 +01:00
d3a97ba34c Merge branch 'xMAC94x/deps' into 'master'
xmac94x/deps

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

See merge request veloren/veloren!4308
2024-02-06 18:08:26 +00:00
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
bfff41dc97 Rever alignment and group manipulation 2024-02-06 15:58:40 +02:00
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
4067cd783a Clean up presence/persistence logic for /into_npc 2024-02-06 15:43:46 +02:00
dab058740b Give /dropall to mods again 2024-02-06 15:43:46 +02:00
d6a17366f1 fmt 2024-02-06 15:43:46 +02:00
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
0caa54bf5b Convert into Possessor for /into_npc 2024-02-06 15:43:45 +02:00
7e2f219de1 Rename /be_npc to /into_npc 2024-02-06 15:43:45 +02:00
70b5c2927d Add /alignment command 2024-02-06 15:43:45 +02:00
8889407660 Add /be_npc command 2024-02-06 15:43:45 +02:00
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
895d0e604e Fix /tell messages 2024-02-06 14:44:52 +02:00
c69224171b run cargo update 2024-02-06 12:45:32 +01:00
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
7c998823e2 update tag 2024-02-06 10:05:27 +01:00
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
6ebbb89d4d update toolchain to nightly-2024-01-17 2024-02-05 19:51:50 +01:00
6743386c4e Merge branch 'weblate-translation' into 'master'
Translated using Weblate

See merge request veloren/veloren!4279
2024-02-05 13:59:08 +00:00
330e5ee3b0 Translated using Weblate 2024-02-05 13:59:08 +00:00
86ce5960a7 Add hints on how to use animal materials to craft weapons 2024-02-04 17:54:00 -08:00
c8fa6f8b74 Widen Item Tooltip 2024-02-05 00:40:27 +02:00