summaryrefslogtreecommitdiff
path: root/rustfmt.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-11graphics: refactor input key typeFreya Murphy2-46/+90
2025-11-11fix render camera positioning, other minor changesFreya Murphy1-9/+11
2025-11-11graphics: zoom out mapFreya Murphy1-2/+2
2025-11-11add x11 featureFreya Murphy3-2/+3
2025-11-11engrishFreya Murphy1-5/+5
2025-11-11u16 not u64Freya Murphy1-2/+2
2025-11-11Checkpoint docs completealf93101-5/+15
2025-11-10i forgor to fmtFreya Murphy1-12/+9
2025-11-10graphics: add feature to include assets statically in the binaryFreya Murphy3-6/+29
2025-11-10use fmt fns directly when possibleFreya Murphy3-10/+11
2025-11-10add more to checkpoint docFreya Murphy1-0/+1
2025-11-10Added a bit more to checkpoint docRyan Symons1-11/+1
2025-11-10Enemy now follows a moving player, updated checkpoint doc a bitRyan Symons2-28/+58
2025-11-10update checkpoint docFreya Murphy1-22/+38
2025-11-10minimize dependencies & featuresFreya Murphy5-195/+49
2025-11-10Checkpoint writeup startedalf93102-31/+80
2025-11-10more unused featuresFreya Murphy1-2/+0
2025-11-10graphics: have raylib enable default features on windowsFreya Murphy2-1/+6
2025-11-10Added player movement check for walkab;e tilesYusuf Elsharawy1-1/+7
2025-11-10Fixed `Game` methods' returnsYusuf Elsharawy1-4/+2
2025-11-10Refactored some code, implemented player movementYusuf Elsharawy6-68/+329
2025-11-10graphics: decouple sdl & waylandFreya Murphy4-7/+18
2025-11-10dungeon: new_unchecked should be unsafeFreya Murphy2-39/+19
2025-11-10graphics: have some window arguments passed in through cmd args, fix camera posFreya Murphy6-52/+307
2025-11-10update raylib to 5.6-devFreya Murphy5-41/+83
2025-11-10graphics: fix atlas rendering offset bug, and make minimap scalable past 48pxFreya Murphy1-81/+89
2025-11-10main: hallway color changealf93101-1/+1
2025-11-10main: Slight merge conflict with Air resolvedalf93101-2/+3
2025-11-10Added many auto-gen test cases for maze connectivityalf93102-30/+120
2025-11-09oopsFreya Murphy1-1/+1
2025-11-09dungeon: always use seeded rand, other minor refactoringFreya Murphy4-68/+111
2025-11-09dungeon: fix astar neighbor generationFreya Murphy1-2/+6
2025-11-09dungeon_generation: added Hallway vs Room tilesalf93104-49/+65
2025-11-09dungeon_generation: added stair generation and fixed room center vs rabdom po...alf93102-11/+44
2025-11-09dungeon_generation: variables changed from usize to u16 for pos compatabilityalf93102-70/+57
2025-11-09graphics: refactor string formatting to use single common scratch bufferFreya Murphy1-42/+29
2025-11-09minor changesFreya Murphy3-5/+5
2025-11-09graphics: remove unused varsFreya Murphy1-22/+3
2025-11-08graphics: have window default to minimum sizeFreya Murphy3-5/+17
2025-11-08graphics: set minimum window sizeFreya Murphy1-0/+3
2025-11-08graphics: update ui paddingFreya Murphy1-2/+2
2025-11-08graphics: refactor renderer to hardcode resolution (360p)Freya Murphy3-202/+249
2025-11-08dungeon: fix pos idx overflowFreya Murphy1-3/+2
2025-11-08dungeon: refactor astar to not be genericFreya Murphy7-258/+64
2025-11-08graphics: refactor debug uiFreya Murphy6-28/+123
2025-11-08assets: extend fontFreya Murphy1-0/+0
2025-11-07graphics: refactor text rendering codeFreya Murphy1-40/+45
2025-11-07optimize assetsFreya Murphy4-0/+0
2025-11-07graphics: convert font to bitmap textureFreya Murphy3-31/+27
2025-11-07Moved Enemy logic to Entity Struct, fixed enemy drift while movingRyan Symons5-237/+189