Zed A. Shaw
|
fd53f92fe6
|
Prep for fixing the spatialmap to allow for entities without collision to still be in the space.
|
2025-07-29 02:13:29 -04:00 |
|
Zed A. Shaw
|
5179709e3c
|
Performance check showed that I was checking every sprite even if they're way far away so now just do ones near-ish.
|
2025-02-25 00:56:54 -05:00 |
|
Zed A. Shaw
|
d0badedbd9
|
More cleanup of the raycaster, finally removed the window as a dependency but I went against making it an sf::Drawable since that had a lot of code quality problems.
|
2025-02-04 22:52:04 -05:00 |
|
Zed A. Shaw
|
cbf0955786
|
Raycaster now controls the sprite locations with SpatialMap rather than the old way. Quick hack job in main.cpp that shows how they can move too.
|
2025-02-01 14:39:08 -05:00 |
|
Zed A. Shaw
|
2daa1c9bd5
|
Brought over a bunch of code from the roguelike and now will use it to generate a random map.
|
2025-01-30 11:38:57 -05:00 |
|