Age | Commit message (Expand) | Author |
2025-02-22 | WIP: replacing freetype with stb_truetype | talha |
2025-02-13 | Refactored GameState, level loading: | talha |
2025-02-12 | Fixed camera jerk | talha |
2025-02-12 | Improved level design tooling, Added ui camera | talha |
2025-02-11 | added debug draw lines for easier level designing | talha |
2025-02-11 | Added line renderering | talha |
2025-02-10 | updated rect calculations, separated renderer logic: | talha |
2025-02-10 | V1 of updating how entity position is treated: | talha |
2025-02-10 | Updated Rect members: | talha |
2025-02-10 | removed redundant fields from Rect | talha |
2025-02-10 | updated level loading logic | talha |
2025-02-10 | improved gravity flipping block | talha |
2025-02-09 | Added camera_panning, vec2 divide overload, Fixed MIN | talha |
2025-02-09 | Improved level file format, camera follow when moving: | talha |
2025-02-08 | Updated gameplay, level_format, level_loading: | talha |
2025-02-03 | Added basic audio playback | talha |
2025-02-03 | Added miniaudio | talha |
2025-02-01 | updated todo | talha |
2025-01-31 | Updated level format and level loading: | talha |
2025-01-28 | Updated level_handling: | talha |
2025-01-26 | Fixed typo in word | talha |
2025-01-25 | Added goal rendering and checking | talha |
2025-01-25 | Updated air movement: | talha |
2025-01-25 | Updated todo file | talha |
2025-01-25 | Updated level file format, Updated player movement: | talha |
2025-01-25 | added asan, level editing, improved movement. | talha |
2025-01-16 | Added level loading from file | talha |
2025-01-15 | Added IVec, setting up level editing | talha |
2025-01-15 | Updated timer, removed benchmark code | talha |
2024-12-14 | Reworked batch renderer, Updated math.h | talha |
2024-12-11 | Added batch rendering (however basic it might be) | talha |
2024-11-05 | Disabled all row major operations, added col major multiplication | talha |
2024-10-31 | Added ColumnMajor matrix multiplication. | talha |
2024-10-26 | Simplified Vec2 operator overloads | talha |
2024-10-26 | Moved from using percentages to scaled pixel position for levels | talha |
2024-10-25 | Setup a basic camera mover | talha |
2024-10-25 | Added horizontal camera movement, some operator overloading | talha |
2024-10-22 | Disabled the funky camera movement poc for now | talha |
2024-10-22 | Fixed an very weird and rare bug with renderer | talha |
2024-10-20 | Removed alot of unused variables and codepaths | talha |
2024-10-20 | Refactored code, fixed motion when collidex true: | talha |
2024-10-20 | Added RGB as a Vec3 alias type | talha |
2024-10-20 | Framerate capping now works: | talha |
2024-10-19 | Motion+Collision now work: | talha |
2024-10-08 | Saving draft, added collision detection so far | talha |