cd9e5bb9c9
Nerf glider AR
2024-02-08 16:25:40 +02:00
9ac75cb7d1
Extract wind simulation to its own function
2024-02-08 16:25:40 +02:00
aa97bd6bf6
Clean up systems/phys code
2024-02-08 16:25:40 +02:00
1dee12af85
Improve airflow particles
2024-02-08 16:25:39 +02:00
16c41109d3
Add Air Velocity to debug info
2024-02-08 16:25:39 +02:00
52328b89d2
rebase
2024-02-08 16:25:39 +02:00
283b404724
Working wind/lift particles
...
+ clippy fixes
2024-02-08 16:25:39 +02:00
2add795109
change ridge lift to just angles, other tweaks
2024-02-08 16:25:39 +02:00
04805167ff
undo linker
2024-02-08 16:25:39 +02:00
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