summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2025-02-22WIP: replacing freetype with stb_truetypetalha
2025-02-13Refactored GameState, level loading:talha
2025-02-12Fixed camera jerktalha
2025-02-12Improved level design tooling, Added ui cameratalha
2025-02-11added debug draw lines for easier level designingtalha
2025-02-11Added line rendereringtalha
2025-02-10updated rect calculations, separated renderer logic:talha
2025-02-10V1 of updating how entity position is treated:talha
2025-02-10Updated Rect members:talha
2025-02-10removed redundant fields from Recttalha
2025-02-10updated level loading logictalha
2025-02-10improved gravity flipping blocktalha
2025-02-09Added camera_panning, vec2 divide overload, Fixed MINtalha
2025-02-09Improved level file format, camera follow when moving:talha
2025-02-08Updated gameplay, level_format, level_loading:talha
2025-02-03Added basic audio playbacktalha
2025-02-03Added miniaudiotalha
2025-02-01updated todotalha
2025-01-31Updated level format and level loading:talha
2025-01-28Updated level_handling:talha
2025-01-26Fixed typo in wordtalha
2025-01-25Added goal rendering and checkingtalha
2025-01-25Updated air movement:talha
2025-01-25Updated todo filetalha
2025-01-25Updated level file format, Updated player movement:talha
2025-01-25added asan, level editing, improved movement.talha
2025-01-16Added level loading from filetalha
2025-01-15Added IVec, setting up level editingtalha
2025-01-15Updated timer, removed benchmark codetalha
2024-12-14Reworked batch renderer, Updated math.htalha
2024-12-11Added batch rendering (however basic it might be)talha
2024-11-05Disabled all row major operations, added col major multiplicationtalha
2024-10-31Added ColumnMajor matrix multiplication.talha
2024-10-26Simplified Vec2 operator overloadstalha
2024-10-26Moved from using percentages to scaled pixel position for levelstalha
2024-10-25Setup a basic camera movertalha
2024-10-25Added horizontal camera movement, some operator overloadingtalha
2024-10-22Disabled the funky camera movement poc for nowtalha
2024-10-22Fixed an very weird and rare bug with renderertalha
2024-10-20Removed alot of unused variables and codepathstalha
2024-10-20Refactored code, fixed motion when collidex true:talha
2024-10-20Added RGB as a Vec3 alias typetalha
2024-10-20Framerate capping now works:talha
2024-10-19Motion+Collision now work:talha
2024-10-08Saving draft, added collision detection so fartalha