Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | made sdlcontext not a singleton anymore | heavydemon21 | 11 days |
| | |||
* | removed singleton from SDLContext, problem now is cannot call ↵ | heavydemon21 | 11 days |
| | | | | functionalities in the constructor sprite and animator and texture because it can only be filled at rendersystem call | ||
* | implemented feedback removed get_width and height --> get_size for both ↵ | heavydemon21 | 2024-12-03 |
| | | | | texture and sdlcontext | ||
* | make format | heavydemon21 | 2024-11-28 |
| | |||
* | adjusted texture and sprite to hold a texture, instead of reference | heavydemon21 | 2024-11-28 |
| | |||
* | fix RenderSystem unit test path resolution + reset Config before each testloek/hotfix | Loek Le Blansch | 2024-11-22 |
| | |||
* | wrap lines at column 95 instead of 80 | Loek Le Blansch | 2024-11-15 |
| | |||
* | nitpicks (merge #27) | Loek Le Blansch | 2024-11-08 |
| | |||
* | fixed all the RAII | heavydemon21 | 2024-11-08 |
| | |||
* | Made it RAII | heavydemon21 | 2024-11-08 |
| | |||
* | updated to satisfy the code review | heavydemon21 | 2024-11-08 |
| | |||
* | code style | heavydemon21 | 2024-11-08 |
| | |||
* | remove util and api namespaces | Loek Le Blansch | 2024-11-05 |
| | |||
* | add PR #9 comments as code comments | Loek Le Blansch | 2024-10-24 |
| | |||
* | rename SdlContext -> SDLContext | Loek Le Blansch | 2024-10-23 |
| | |||
* | more nitpicking | Loek Le Blansch | 2024-10-23 |
| | |||
* | `clang-format` | Loek Le Blansch | 2024-10-23 |
| | |||
* | fixed everything and can now work with new compiler, example rendering and ↵ | heavydemon21 | 2024-10-22 |
| | | | | made it work with component manager | ||
* | merged further and changed to standard | heavydemon21 | 2024-10-22 |