|
62ed38c952
|
Minor argument cleanup.
|
2021-07-29 19:37:02 -05:00 |
|
|
5664f9e646
|
Remove printlns.
|
2021-07-28 09:39:10 -05:00 |
|
|
7fe808b2a1
|
Tweak sync queries to include positions for which rigid body/collider positions aren't automatically synced by Rapier.
|
2021-07-28 09:36:50 -05:00 |
|
|
7f61eb3a90
|
Even more cleanup.
|
2021-07-27 20:29:08 -05:00 |
|
|
d28dd051e4
|
More cleanup.
|
2021-07-27 20:17:36 -05:00 |
|
|
ae46114f6d
|
Simplify calculation query.
|
2021-07-27 20:12:36 -05:00 |
|
|
a4f0fa8aa4
|
Round 2: Refactor to futures, attaching tasks as components.
|
2021-07-27 17:10:13 -05:00 |
|
|
1eb5351a9c
|
Round 1 of pathfinding optimizations.
|
2021-07-27 11:17:06 -05:00 |
|
|
5dbc6510bc
|
Add degrees getter for cardinal directions.
|
2021-07-26 16:07:34 -05:00 |
|
|
42513e7912
|
Store cardinal direction on player.
|
2021-07-26 15:50:25 -05:00 |
|
|
12b7ecd2ea
|
If an entity has coordinates and a collider hits a space that isn't equal to the coordinates, mark it as visible.
Yes this is an ugly hack, but it works for now.
|
2021-07-21 15:27:38 -05:00 |
|
|
fee446cb7d
|
Pathfinding optimizations.
|
2021-07-21 15:20:02 -05:00 |
|
|
e6af8f7618
|
More optimizations to coordinate/position sync.
|
2021-07-20 11:36:09 -05:00 |
|
|
2abeb3b08c
|
Don't sync transforms with a ColliderPosition, and also don't sync if they're already equal.
|
2021-07-20 10:53:44 -05:00 |
|
|
a591326734
|
More robust area descriptions.
|
2021-07-19 12:16:47 -05:00 |
|
|
9a2495d9de
|
Rename AreaTag to Area.
|
2021-07-19 11:30:27 -05:00 |
|
|
fedd8b69e0
|
Return to official upstream.
|
2021-07-19 09:05:22 -05:00 |
|
|
48e6b9ff61
|
Minimize number of colliders by tracing walls.
|
2021-07-14 16:06:26 -05:00 |
|
|
3de4b69030
|
Allow collider/portal spawning to be run separately.
|
2021-07-14 12:52:03 -05:00 |
|
|
e705451020
|
Use main repository for now.
|
2021-07-14 10:10:56 -05:00 |
|
|
fc9e561be7
|
Appease Clippy.
|
2021-07-13 12:26:51 -05:00 |
|
|
1391856478
|
Bump mapgen.
|
2021-07-13 12:22:50 -05:00 |
|
|
4749a09c5b
|
Compute AABB on area addition.
|
2021-06-30 11:16:57 -05:00 |
|
|
1da536d274
|
Order systems such that portal and collider-spawning are ordered.
|
2021-06-30 09:53:11 -05:00 |
|
|
52ba77be46
|
Remove old area system.
|
2021-06-30 09:43:26 -05:00 |
|
|
5ff4a92c44
|
Migrate area description logger to new areas.
|
2021-06-29 10:36:59 -05:00 |
|
|
80f163f65f
|
Move new area initialization to existing collider initialization system.
|
2021-06-29 10:31:18 -05:00 |
|
|
0b37adb797
|
Add new area system.
|
2021-06-29 09:29:49 -05:00 |
|
|
0700c3d30c
|
Remove in favor of stopping physics processing.
|
2021-06-28 12:26:30 -05:00 |
|
|
a5fdea3292
|
Pathfinding takes physics into account.
|
2021-06-28 10:04:53 -05:00 |
|
|
64499a6278
|
Broaden circumstances in which paths are calculated.
|
2021-06-16 13:35:32 -05:00 |
|
|
822e60e722
|
Fix visibility logging.
|
2021-06-16 13:09:21 -05:00 |
|
|
98bca77f66
|
More tweaks to pathfinding and visibility.
|
2021-06-16 11:28:06 -05:00 |
|
|
2e805b3b8b
|
Use physics for pathfinding.
|
2021-06-15 17:48:49 -05:00 |
|
|
7545dd6bd3
|
Switch to fork until issue is fixed.
|
2021-06-15 13:37:41 -05:00 |
|
|
16eac466a4
|
Parameterize Rapier user data.
|
2021-06-10 19:15:50 -05:00 |
|
|
06d47a0a60
|
Try to lock angular velocity when not rotating.
|
2021-06-10 11:16:39 -05:00 |
|
|
a461b0907f
|
Update shape size/position for calculating visibility.
|
2021-06-10 09:31:48 -05:00 |
|
|
24db52abd9
|
Refine visibility algorithm.
|
2021-06-09 17:42:04 -05:00 |
|
|
3994c1c744
|
Avoid unnecessary coordinate changes.
|
2021-06-09 17:24:56 -05:00 |
|
|
2635dcbb9c
|
Use mapgen::Map directly.
|
2021-06-09 14:53:48 -05:00 |
|
|
173630edab
|
Refactor visibility to use physics system.
|
2021-06-09 14:13:09 -05:00 |
|
|
eefd3a2209
|
Add possibly useful conversions.
|
2021-06-08 10:10:59 -05:00 |
|
|
08e6c4779a
|
Use colliders for portals, and other cleanup.
|
2021-06-07 12:43:20 -05:00 |
|
|
c85fdb67c9
|
Add BlocksVisibility to visibility-blocking colliders.
|
2021-06-04 07:58:38 -05:00 |
|
|
f01b0856f4
|
Move collider add code into MapPlugin .
|
2021-06-04 07:39:53 -05:00 |
|
|
72c647385a
|
Fix collider cube sizes, and more aggressively clear velocity.
|
2021-06-04 07:34:58 -05:00 |
|
|
ee751fbb74
|
Enable some features.
|
2021-06-03 11:50:56 -05:00 |
|
|
99b6da1953
|
Basic rotation works.
|
2021-06-03 09:04:48 -05:00 |
|
|
ac728cc864
|
Re-export Rapier.
|
2021-06-02 19:41:06 -05:00 |
|