summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2023-06-22implemented matrix stacksrealtradam
2023-06-18implement drawing rotated spritesrealtradam
2023-06-16create interface for adding custom vertices and indicesrealtradam
2023-06-16implement scissor. begin implementing vertex adding functionrealtradam
2023-06-16added function to check if a scene is activerealtradam
2023-06-16switch SDL_Init to use SDL_InitSubSystem and move to where relevantrealtradam
2023-06-16matrix math wrapper as well as various refactors for consistant and cleaner coderealtradam
2023-06-13finish implementing letterbox functionalityrealtradam
2023-06-13fix renamerealtradam
2023-06-11partial working mouse with letterboxingrealtradam
2023-06-07add letterboxing matrixrealtradam
2023-06-06allow for setting initial size of collision vectorsrealtradam
2023-06-06complete most of the rewrite to avoid exposed pointersrealtradam
2023-06-05begin rewrite to avoid exposed pointersrealtradam
2023-06-04.realtradam
2023-06-04refactor to have graphics and windowing seperategfx-rewriterealtradam
2023-06-02resizeable desktop windowrealtradam
2023-05-30make frametime constant on web platform + other stuffrealtradam
2023-05-28null check when deleting collision itemarngo
2023-05-27add collision intersection function from raylibarngo
2023-05-27fix missing semicolonrealtradam
2023-05-27fix macrorealtradam
2023-05-27remove incompatible function calls for emscriptenrealtradam
2023-05-26fix collision detecting items against themselvesarngo
2023-05-26.realtradam
2023-05-26implemented 2d collision systemArnold
2023-05-15extra flagsrealtradam
2023-05-12finish initial audio systemrealtradam
2023-05-11implemented some more audio functionsrealtradam
2023-05-09audio progressrealtradam
2023-05-03fix cmake build files for both linux and webrealtradam
2023-05-02added sample audio systemrealtradam
2023-04-25finish switching to c99realtradam
2023-04-25added controller buttons to input systemrealtradam
2023-04-25added initial controller implementation for input systemrealtradam
2023-04-24add void* to callbacksrealtradam
2023-04-24added unbounded ranges for the input systemrealtradam
2023-04-24added positional inputs to input systemrealtradam
2023-04-24remove reference to header that doesnt existrealtradam
2023-04-24rework input system. first proper interationrealtradam
2023-04-14split off logging into seperate filesrealtradam
2023-04-13foundation of input system and initial implementationrealtradam
2023-04-12remove string wrapper, use STC directly insteadrealtradam
2023-04-10switch over to using transient buffersrealtradam
2023-03-26hmmrealtradam
2023-03-26added loading images as well as loding texturesrealtradam
2023-03-25progress on getting textures workingrealtradam
2023-03-24texture rendering prototyperealtradam
2023-03-12cleanup and fix logging and frame timingrealtradam
2023-03-11implemented working frame limitingrealtradam