summaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2025-11-07remove unused assetsFreya Murphy3-188/+0
2025-11-07graphics: fix minimap offset bugFreya Murphy1-2/+2
2025-11-07graphics: switch font to NES (copyright?!), also fix crash when screen super ↵Freya Murphy3-6/+14
duper small
2025-11-07dungeon: fix placeholder zombie from spawning in wallsFreya Murphy2-6/+22
2025-11-07graphics: add direction based entity renderingFreya Murphy4-23/+54
2025-11-07Basic enemy pathfinding/ai addedRyan Symons7-12/+493
2025-11-07graphics: add a custom fontFreya Murphy3-18/+213
2025-11-07graphics: have tilemap cached with a render textureFreya Murphy1-79/+56
2025-11-07update texturesFreya Murphy4-0/+0
2025-11-07graphics: properly center camera with new ui bar addedFreya Murphy1-1/+1
2025-11-07graphics: refactor to get rid of casting hell, use u16 when possibleFreya Murphy2-142/+178
2025-11-07graphics: new UI!Freya Murphy2-104/+276
2025-11-07graphics: update get_key_pressed to use try_borrow_mut instead of borrow_mutFreya Murphy1-1/+6
2025-11-07graphics: update some doc stringsFreya Murphy1-4/+12
2025-11-06fix clippy and tests (why am i the one doing this)Freya Murphy2-14/+26
2025-11-06graphics: refactor rendererFreya Murphy5-438/+353
2025-11-06Light bsp refactoringalf93104-10/+28
2025-11-05Moved most of the movement stuff to entity.Ryan Symons3-58/+41
2025-11-04Added enemy code structure and test movementRyan Symons6-3/+139
2025-10-31Add SDL feature flag (fixes wayland issues)Freya Murphy3-16/+30
2025-10-31dungeon: remove unused rand_chachaFreya Murphy3-3/+0
2025-10-31graphics: add health/inventory ui renderingFreya Murphy8-15/+162