Commit Graph

371 Commits

Author SHA1 Message Date
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
40047010fe Chain dependent systems. 2024-03-14 13:38:39 -05:00
d0c4f5b29b Upgrade to Bevy 0.13. 2024-03-14 13:37:46 -05:00
4e0a36c4a5 Upgrade to Bevy 0.12. 2024-02-09 14:59:16 -06:00
e381109cad Simplify footstep and sound icon systems. 2023-10-16 07:35:08 -05:00
eb8887e1ed Restore original SystemSet configuration. 2023-09-10 09:11:48 -05:00
96b7dcb091 Update to Bevy 0.11. 2023-09-08 16:12:35 -05:00
45ab161f22 Back to my fork.
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 08:43:45 -05:00
5a3ce9b790 Zero out vectors instead of setting to None. 2023-05-09 08:43:31 -05:00
4480b33555 Back to upstream leafwing-input-manager. 2023-04-17 08:12:30 -05:00
e6662f1f33 Eliminate some warnings.
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-15 09:46:34 -05:00
151f482854 Remove logging.
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-10 15:25:00 -05:00