game-wip-dontplay/src
crumblingstatue 0b491a91c5 Evaluate side effects outside of log macro
Otherwise, they will not be evaluated if the logger isn't init correctly
2023-04-14 16:16:59 +02:00
..
tiles Implement platforms 2023-04-08 19:21:07 +02:00
world Factor out ExistenceBitset, remove unneeded resize of region data vector 2023-04-14 12:41:03 +02:00
app.rs Add arg parsing, support multiple worlds 2023-04-12 22:18:52 +02:00
bitmanip.rs Clippy shenanigans 2023-04-14 11:48:19 +02:00
debug.rs Move the player inside World 2023-04-08 22:10:10 +02:00
game.rs Use a constant seed for worldgen for debugging purposes 2023-04-14 13:05:51 +02:00
graphics.rs Make light offset of tiles variable 2023-04-08 16:14:59 +02:00
input.rs Make light offset of tiles variable 2023-04-08 16:14:59 +02:00
main.rs Add arg parsing, support multiple worlds 2023-04-12 22:18:52 +02:00
math.rs Shorten the name of various scalar types 2023-04-08 22:12:05 +02:00
player.rs Evaluate side effects outside of log macro 2023-04-14 16:16:59 +02:00
res.rs Improve lighting a bit 2023-04-07 23:05:24 +02:00
stringfmt.rs Add torches 2023-04-08 01:26:44 +02:00
tiles.rs Evaluate side effects outside of log macro 2023-04-14 16:16:59 +02:00
world.rs Evaluate side effects outside of log macro 2023-04-14 16:16:59 +02:00
worldgen.rs Use a constant seed for worldgen for debugging purposes 2023-04-14 13:05:51 +02:00