fcb7011cde
sprites on volumes
2023-05-09 19:43:09 +02:00
458acce5ac
set vel to zero when sprite mounted
2023-05-09 19:43:09 +02:00
6ddfd631d6
don't sit through walls
2023-05-09 19:43:09 +02:00
2928eb8d15
sit on sprites
2023-05-09 19:43:08 +02:00
1cc221f653
Merge branch 'zesterer/rtsim-tweaks' into 'master'
...
Started adding wandering rtsim monsters
See merge request veloren/veloren!3908
2023-05-09 14:51:15 +00:00
377787e3c8
avoid:
...
```
PHI nodes not grouped at top of basic block!
%246 = phi <4 x float> [ <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, %114 ], [ %241, <badref> ], !dbg !961029
label %243
in function _ZN14veloren_common4comp9inventory4item7modular11ModularBase4kind17h0950571ff74739d8E
LLVM ERROR: Broken function found, compilation aborted!
```
2023-05-08 18:58:54 +02:00
95bca5418a
update toolchain to nightly-2023-04-20
2023-05-08 18:58:54 +02:00
faff715c4f
Simultaneous melee hits now show separately in SCT
2023-05-07 20:43:52 -04:00
a38f336c9e
Added dual wielding sword contextual abilities.
2023-05-07 20:43:51 -04:00
0ecf4fbe87
Dual wielding weapons of the same kind added as a context
2023-05-07 20:43:51 -04:00
9cedf854de
Abilities can now be activated from multiple contexts
2023-05-07 20:43:50 -04:00
6a8f10bf41
fix master fmt
2023-05-05 18:26:14 +02:00
cd7d889c13
get rid of oldtime in chrono
2023-05-05 18:25:49 +02:00
eed613a50f
change other value parsers
2023-05-05 15:05:57 +02:00
223ae7ee98
Merge branch 'xMAC94x/update_deps' into 'master'
...
update further dependencies
See merge request veloren/veloren!3913
2023-05-05 08:42:43 +00:00
d90ea8c1da
get rid of structop and update clippy in common test, now only criterion is left with version 2
2023-05-05 09:46:46 +02:00
b6d8182382
Merge branch 'zesterer/item-merging' into 'master'
...
Zesterer/item merging
See merge request veloren/veloren!3912
2023-05-05 00:03:22 +00:00
8d9625d6ee
Addressed comments
2023-05-04 23:18:40 +01:00
ee971e4056
Added item merging
2023-05-04 22:12:25 +01:00
27620e665b
we need a new version of refinery that needs a new version of rusqlite, so update both
2023-05-04 20:53:00 +02:00
ce4beff7fe
Merge branch 'xMAC94x/update_deps' into 'master'
...
update veloren deps
See merge request veloren/veloren!3911
2023-05-04 18:28:59 +00:00
60dbcf86f9
Merge branch 'imbris/server-start-faster' into 'master'
...
Improve server startup times, in particular, finding paths between sites.
See merge request veloren/veloren!3888
2023-05-04 18:06:38 +00:00
a5b1e41d8b
Make NPC interaction go via rtsim
2023-05-04 11:23:46 +01:00
054f4f9453
update veloren deps
2023-05-04 11:58:43 +02:00
2ff0118df0
More rtsim monsters
2023-05-04 10:13:02 +01:00
0f92f38967
Started adding wandering rtsim monsters
2023-05-01 18:29:32 +01:00
29f0f0d83f
Rename cheapest_score for clarity and add documentation to fields of NodeEntry
2023-04-24 22:43:40 -04:00
ab4076518f
Add multiloot
2023-04-23 19:17:39 +00:00
cd02b3a172
Apply TODO from !3883 and refactor to avoid collect in Inventory::damage_items, also reduce to iterating over the hashmap once when culling the recently unequipped items list
2023-04-22 11:37:52 -04:00
d18100c87a
Add a max cost parameter to the astar algorithm so that it will terminate as exausted if this limit is reached. This is used to optimize site pathfinding by exiting early from finding a novel path if we know it won't be used.
2023-04-21 23:16:24 -04:00
ed94c1c1b6
Fix existing bug with all site route costs be computed as 0
2023-04-20 22:22:21 -04:00
c82e6cfc77
Cleanup, fmt, appease clippy
2023-04-20 21:53:59 -04:00
c6f5e8dac2
Add more profiling spans to Server startup related things in order to
...
visualize where time is being spent. Make `Lod::from_world` use the same
rayon pool as other things during the server startup. Move parallel
iteration up out of structure_gen.par_iter in order to slightly optimize
Lod::from_world (saves a few hundred milliseconds on my machine)
2023-04-20 21:53:59 -04:00
92a42ced18
Apply experimental astar2 changes to the original impl
2023-04-20 21:53:59 -04:00
d1ca47da41
Remove astar node clustering related code
2023-04-20 21:53:59 -04:00
81885fe8e5
Additional optimizations (such as avoiding calling find_path when we know we won't use the result or that it will fail), cleanup of excess notes and commented code, probably other misc optimizations
2023-04-20 21:53:59 -04:00
1f5ebbd100
mess (server startup time related experimentation, in particular with
...
pathfinding between sites)
2023-04-20 21:53:59 -04:00
4f991190d3
Removed 3rd to_owned call
2023-04-19 18:43:43 -04:00
e819cd2309
Updated hashbrown, removed some to_owned calls in handling recently unequipped items
2023-04-19 18:43:40 -04:00
63bf8f3ac7
Responded to review comments and fixed tests
2023-04-19 18:34:17 -04:00
7fdfc0e71b
Addressed review
2023-04-19 18:34:17 -04:00
c1a64e1d69
Recently unequipped items are now tracked and durability loss on death is applied to them
2023-04-19 18:34:16 -04:00
f525be9b3b
Update tracy-client
to 0.15.2
, also use tracy_client through the
...
re-export of `profiling` to make keeping the versions in-sync much less
tedious (and have `cargo update` not break this).
2023-04-18 21:28:15 -04:00
9d503d1e1f
Debug items no longer have durability
2023-04-14 18:25:24 -04:00
553aa690b4
Added repair equipment command
2023-04-14 18:09:23 -04:00
3548b464da
orient airships correctly on load
2023-04-14 11:25:59 +02:00
2208a3037e
improve flying goto
2023-04-14 11:23:17 +02:00
d1f6e6bef6
somewhat fix airships
2023-04-14 11:22:10 +02:00
504ea158d2
Merge branch 'zesterer/towns' into 'master'
...
Improvements to towns and NPCs
See merge request veloren/veloren!3867
2023-04-13 21:03:02 +00:00
a835ce7e26
Better starting site choices
2023-04-13 18:32:21 +01:00