|
56dc32cce3
|
Ensure direction is normalized.
|
2025-01-07 20:52:06 -05:00 |
|
|
7470e8fa8d
|
Move to fixed schedule.
|
2025-01-07 20:51:50 -05:00 |
|
|
1fa48f89ab
|
Move map-based pathfinding code to Map .
|
2025-01-07 16:24:58 -05:00 |
|
|
8db8b72824
|
Remove bundles.
|
2025-01-07 12:27:37 -05:00 |
|
|
08c91380ad
|
Various pathfinding/navigation fixes.
|
2025-01-06 20:33:46 -05:00 |
|
|
b524fc39da
|
Fix off-by-1 errors in mapping.
|
2025-01-06 20:33:18 -05:00 |
|
|
ecec85d37c
|
Return 0 opacity if out of range.
|
2025-01-06 20:32:25 -05:00 |
|
|
90351718cc
|
Shuffle marker components out of `map module.
|
2025-01-03 20:13:53 -05:00 |
|
|
c2d6a1f0e8
|
Set gravity to 0.
|
2025-01-03 17:23:26 -05:00 |
|
|
380506b75c
|
Initial port to Bevy 0.15.
|
2025-01-03 14:19:57 -05:00 |
|
|
f6c34057aa
|
Don't update if physics is paused.
|
2025-01-03 11:15:32 -05:00 |
|
|
34613bfe07
|
Fix condition for visibility self-hit.
|
2024-12-10 14:26:59 -06:00 |
|
|
330d915267
|
Get pathfinding working.
|
2024-12-10 13:17:55 -06:00 |
|
|
850c5a5cdd
|
Back to full-size rectangles.
|
2024-12-05 14:25:33 -06:00 |
|
|
0185b9c590
|
Update opacity map when collider AABBs change.
|
2024-12-04 18:28:52 -06:00 |
|
|
56f4b6ce14
|
Remove logging.
|
2024-12-04 18:28:34 -06:00 |
|
|
478644491a
|
Fix typo and shrink colliders to minimize spawning warnings.
|
2024-12-04 17:40:25 -06:00 |
|
|
ed10eabb63
|
Lots of Avian updates and QoL fixes.
|
2024-12-04 16:51:25 -06:00 |
|
|
8dc4de0bd1
|
Begin slimming down PointLike .
|
2024-12-04 12:23:26 -06:00 |
|
|
2379ee6900
|
No need to calculate AABB separately.
|
2024-12-03 21:38:55 -06:00 |
|
|
224a4043e2
|
Appease Clippy.
|
2024-12-03 10:15:11 -06:00 |
|
|
2f85dcda91
|
Merge branch 'main' into avian
|
2024-12-03 10:08:51 -06:00 |
|
|
d268ed2b0c
|
Fix volumetric sound and adapt sound icon code to new bevy_synthizer.
|
2024-12-02 13:30:37 -06:00 |
|
|
8c930c321d
|
Remove unused features.
|
2024-12-01 17:54:55 -06:00 |
|
|
1601354f40
|
Newer, faster visibility.
|
2024-12-01 16:04:12 -06:00 |
|
|
f903801ba8
|
Simplify exploration code.
|
2024-12-01 16:02:14 -06:00 |
|
|
1cfbf7f65b
|
Fix wrong directions.
|
2024-12-01 15:30:08 -06:00 |
|
|
44c40f6473
|
Remove unnecessary sets/speech from navigation controls.
|
2024-12-01 14:12:32 -06:00 |
|
|
827cae1a4b
|
Remove Angle and standardize direction types.
|
2024-10-06 17:17:48 -05:00 |
|
|
0554e2dded
|
Merge branch 'main' into avian
|
2024-10-06 11:35:53 -05:00 |
|
|
7c7504834f
|
WIP: Refactor to Avian.
|
2024-10-06 11:10:46 -05:00 |
|
|
c9c45b2569
|
Remove state configuration from plugins.
|
2024-10-06 10:42:25 -05:00 |
|
|
fb34f6ef12
|
Fix issue with adding icons to despawned entities.
|
2024-09-22 14:46:00 -05:00 |
|
|
015e98d419
|
Refactor visibility to triggers and fix lots of bugs.
|
2024-09-22 14:45:36 -05:00 |
|
|
3ccb3a1d80
|
Lots of visibility fixes.
|
2024-09-01 16:21:26 -05:00 |
|
|
a75068f6a9
|
Simplify types.
|
2024-08-30 15:50:10 -05:00 |
|
|
8eb050d10a
|
Various visibility fixes.
|
2024-08-25 17:59:57 -05:00 |
|
|
2c378d65a2
|
Update leafwing-input-manager and fix various issues.
|
2024-08-25 17:57:52 -05:00 |
|
|
f19beaa73a
|
Dependency/feature updates.
|
2024-08-17 11:53:43 -04:00 |
|
|
65c9c6db46
|
Move noncritical systems to fixed schedules.
|
2024-08-17 11:52:54 -04:00 |
|
|
03d963bed4
|
Fix bunches of bugs and simplify map plugin.
|
2024-08-17 11:51:46 -04:00 |
|
|
0accbb4789
|
Merge branch 'main' into bevy-0.14
|
2024-08-11 09:22:15 -05:00 |
|
|
afca116394
|
Various mapping/collision/visibility tweaks.
|
2024-08-11 09:08:44 -05:00 |
|
|
3d000a4d7f
|
Upgrade to Bevy 0.14.
|
2024-07-07 13:07:28 -05:00 |
|
|
5a746660e1
|
Use latest speech-dispatcher.
|
2024-07-03 09:44:00 -05:00 |
|
|
91166359e2
|
Set rotation directly for now.
|
2024-03-24 16:12:11 -05:00 |
|
|
0a28702b2a
|
Merge branch 'main' into bevy-0.12
|
2024-03-24 12:22:12 -05:00 |
|
|
aeb8039463
|
Switch to action_data_mut_or_default .
|
2024-03-24 12:15:19 -05:00 |
|
|
be8a763443
|
Refactor to commands.entity(...).with_children(...) .
|
2024-03-16 12:13:12 -05:00 |
|
|
764ab980bd
|
Merge branch 'main' into bevy-0.12
|
2024-03-14 13:39:29 -05:00 |
|