.. |
amt_matrix.cpp
|
Brought in some of amit's code to study and try out. amt/ has it.
|
2025-01-16 12:50:25 -05:00 |
amt_test.cpp
|
Brought in Amit's latest code and converted it to use either dumb lighting or his new torch lighting, then threw in the FPS counter from last night.
|
2025-01-18 11:10:43 -05:00 |
base.cpp
|
First build that actually works. SDL_main errors before but didn't figure out the cause.
|
2025-01-02 11:47:02 -05:00 |
components.cpp
|
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 |
dbc.cpp
|
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 |
dijkstra.json
|
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 |
dinkyecs.cpp
|
Brought in nuke's idea for json serialize now to use it.
|
2025-02-08 12:04:53 -05:00 |
fsm.cpp
|
Trying out an FSM for controlling the main loop.
|
2025-02-04 00:52:54 -05:00 |
inventory.cpp
|
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 |
levelmanager.cpp
|
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 |
lighting.cpp
|
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 |
map.cpp
|
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 |
matrix.cpp
|
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 |
pathing.cpp
|
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 |
save.cpp
|
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 |
spatialmap.cpp
|
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 |
tilemap.cpp
|
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 |
worldbuilder.cpp
|
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 |