.. |
assets
|
feat(log): add date to log file
|
2019-11-22 19:12:58 +01:00 |
comp
|
Fixed pathfinding limit bug, improvements to idle AI
|
2020-01-26 12:52:32 +00:00 |
figure
|
Assets update, aesthetics, minor fixes
|
2019-10-04 18:27:12 +00:00 |
msg
|
Cargo fmt most things (except erosion.rs).
|
2020-01-23 18:18:12 +01:00 |
net
|
Fixes to enable loading (relatively) large maps.
|
2020-01-23 18:18:16 +01:00 |
sync
|
Various tweaks: moved radius determination to function on , comments, simplified server Destroy event code, debug assert modified components aren't removed in change tracking, etc
|
2019-12-20 22:51:35 -05:00 |
sys
|
Improved pet aggression system, made waypoints rarer
|
2020-01-26 12:52:32 +00:00 |
terrain
|
new mobs
|
2020-01-26 00:22:48 +00:00 |
util
|
Branch on lower color values for more accurate speedy color conversion, add simple color conversion benchmarks
|
2020-01-13 23:39:22 -05:00 |
volumes
|
Fixed pathfinding limit bug, improvements to idle AI
|
2020-01-26 12:52:32 +00:00 |
astar.rs
|
Fixed pathfinding limit bug, improvements to idle AI
|
2020-01-26 12:52:32 +00:00 |
clock.rs
|
Fix warnings and clippy recommendations in common
|
2019-07-02 15:48:25 +02:00 |
effect.rs
|
refactor: create_projectile doesn't take a light
|
2019-10-17 20:59:36 +00:00 |
event.rs
|
Better neutral AI, initial waypoint objects
|
2020-01-26 12:52:28 +00:00 |
generation.rs
|
Better neutral AI, initial waypoint objects
|
2020-01-26 12:52:28 +00:00 |
hierarchical.rs
|
Added test world, friendly NPC pathfinding
|
2020-01-26 12:52:07 +00:00 |
lib.rs
|
Added pauseable pathfinding, improved Chaser heuristics, etc.
|
2020-01-26 12:52:07 +00:00 |
npc.rs
|
new mobs
|
2020-01-26 00:22:48 +00:00 |
path.rs
|
Fixed pathfinding limit bug, improvements to idle AI
|
2020-01-26 12:52:32 +00:00 |
ray.rs
|
common: Rework volume API
|
2019-09-06 15:43:31 +02:00 |
region.rs
|
Improvement: Replace all '..=b' with '..b + 1'
|
2020-01-12 15:46:53 +01:00 |
state.rs
|
Better neutral AI, initial waypoint objects
|
2020-01-26 12:52:28 +00:00 |
vol.rs
|
Bugfix: DefaultPosIterator now starts at lower_bound
|
2019-09-11 01:48:28 +02:00 |