|
8148aa4092
|
Tweak shape extents and position, and viewshed range, to correctly flag tiles as visible or blocked.
|
2022-08-29 12:24:32 -05:00 |
|
|
5cdcb7a4d4
|
Make collider smaller so it won't block out tiles adjacent to blocked ones.
|
2022-08-04 15:29:50 -05:00 |
|
|
2ff8a858ed
|
Update to Bevy 0.8.
|
2022-08-01 11:38:15 -05:00 |
|
|
da413ef4e4
|
Ensure width/height are positive.
continuous-integration/drone/push Build is passing
|
2022-07-25 14:20:15 -05:00 |
|
|
21f79b0528
|
Remove Map dependency from some visibility systems.
continuous-integration/drone/push Build is passing
|
2022-07-25 13:52:50 -05:00 |
|
|
4e63ad21d1
|
Remove some logging.
continuous-integration/drone/push Build is passing
|
2022-07-25 11:12:39 -05:00 |
|
|
360bf5094b
|
cargo fmt
continuous-integration/drone/push Build is passing
|
2022-07-20 10:18:16 -05:00 |
|
|
d19048c4a8
|
Use AABB intersection rather than point containment.
|
2022-07-20 10:12:14 -05:00 |
|
|
a0ca6a9f55
|
Massive visibility cleanup/optimization.
|
2022-07-20 08:24:38 -05:00 |
|
|
1721dc98f8
|
Refactor helpers for direction and distance, adding some that take colliders into account.
continuous-integration/drone/push Build is failing
|
2022-07-19 11:24:45 -05:00 |
|
|
bff40340a8
|
Upgrade Rapier.
|
2022-07-12 12:43:43 -05:00 |
|
|
a1cfc448db
|
Update viewshed in distinct stage to ensure that data is synced.
continuous-integration/drone/push Build is passing
|
2022-07-11 14:01:25 -05:00 |
|
|
1ff98c9132
|
Make visibility colliders the single source of truth for calculations.
continuous-integration/drone/push Build is passing
|
2022-07-11 10:26:03 -05:00 |
|
|
5db110ccc8
|
Appease Clippy.
|
2022-05-23 11:23:04 -05:00 |
|
|
b3a06abf0f
|
Various visibilityu/exploration tweaks and consistency fixes.
|
2022-05-18 10:28:42 -05:00 |
|
|
615af720cb
|
Major visibility system updates.
continuous-integration/drone/push Build is passing
|
2022-05-17 10:37:46 -05:00 |
|
|
13d1cb0734
|
Get rid of Coordinates .
|
2022-05-10 13:56:49 -05:00 |
|
|
9307852eda
|
Initial port to Bevy 0.7.
|
2022-05-06 11:07:59 -05:00 |
|
|
43137cfb36
|
Theoretically restore old cache hit.
continuous-integration/drone/push Build is passing
|
2022-03-25 12:27:09 -05:00 |
|
|
38564fbebe
|
Remove bad cache hit check.
continuous-integration/drone/push Build is passing
|
2022-03-25 11:22:46 -05:00 |
|
|
bc24308fa1
|
Appease Clippy and fix gnarly visibility error.
continuous-integration/drone/push Build is passing
|
2022-03-25 01:00:30 -05:00 |
|
|
cadaeceba9
|
Improve performance of visibility calculations.
continuous-integration/drone/push Build is failing
|
2022-03-21 19:22:13 -05:00 |
|
|
f16d160994
|
Avoid possible crash.
|
2022-03-17 12:39:35 -05:00 |
|
|
0751cf344d
|
Cache collision data when calculating visibility.
|
2022-03-17 12:15:30 -05:00 |
|
|
92b0a92a70
|
Restore timestep for visibility updates.
|
2022-03-17 11:30:12 -05:00 |
|
|
197080e5fd
|
Trim down on unnecessary visibility updates.
|
2022-03-16 10:50:43 -05:00 |
|
|
24334ba511
|
Update mapgen to custom fork.
|
2022-03-15 10:37:28 -05:00 |
|
|
6d6ff3ae23
|
Since visibility requires physics, use RigidBodyPositionComponent rather than Coordinates for calculations.
|
2022-02-24 11:11:11 -06:00 |
|
|
7786de18e3
|
Lots of visibility refactoring and bugfixes.
|
2022-02-23 20:57:43 -06:00 |
|
|
3cfb638b48
|
Remove calls to \.single.
|
2022-02-01 08:41:27 -06:00 |
|
|
7b1aaf69a2
|
Run visibility systems more often.
|
2022-01-27 08:10:45 -06:00 |
|
|
e4ee87ee27
|
Various crash fixes.
|
2022-01-20 18:06:20 -06:00 |
|
|
c0980f66c1
|
Use new format strings.
|
2022-01-19 16:38:32 -06:00 |
|
|
a214206caf
|
Assorted small changes.
|
2022-01-13 14:43:02 -06:00 |
|
|
ae7a0d13fa
|
Finish port to Bevy 0.6.
|
2022-01-12 11:05:12 -06:00 |
|
|
698f12d9bd
|
WIP: Continue upgrade.
|
2022-01-10 23:05:51 -06:00 |
|
|
356caa09e0
|
WIP: Begin porting to Bevy 0.6.
|
2022-01-10 13:52:27 -06:00 |
|
|
3f8636a639
|
Run visibility systems more often.
|
2021-12-20 08:41:33 -06:00 |
|
|
3b42af12e1
|
Route all visibility updates through a single system.
|
2021-10-12 16:59:59 -05:00 |
|
|
12f36d20e7
|
Visibility performance optimizations.
|
2021-10-01 09:07:29 -05:00 |
|
|
e8caa58b08
|
Optimize visibility.
|
2021-09-28 14:36:21 -05:00 |
|
|
f3df13ec25
|
New visibility system.
|
2021-09-28 12:49:44 -05:00 |
|
|
425c041613
|
Remove VisibleTiles in favor of looking up directly on the viewshed.
|
2021-09-27 13:46:11 -05:00 |
|
|
8224d85b4b
|
Fix more visibility bugs, and make opaque public.
|
2021-09-23 12:58:39 -05:00 |
|
|
52e314ce1c
|
Draw visibility collider lines through coordinate centers to hopefully address seeing through walls.
|
2021-09-22 08:36:38 -05:00 |
|
|
a59f8a22a1
|
Use Visible component with opacity to indicate that something should appear visually.
|
2021-09-22 08:23:01 -05:00 |
|
|
4e9fcef178
|
More collider-based visibility work.
|
2021-09-21 12:58:57 -05:00 |
|
|
42912e59a8
|
Refactor visibility to be collider and event-based.
|
2021-09-21 06:38:51 -05:00 |
|
|
10fc85d384
|
Simplify visibility calculation.
|
2021-09-16 14:27:08 -05:00 |
|
|
f16333d258
|
Fix out-of-bounds error.
|
2021-09-01 11:34:38 -05:00 |
|