Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed the aspect ratio and removed the ratio from sprite and give it to ↵ | heavydemon21 | 9 days |
| | | | | texture. however the problem still lies with if animator is given the aspect ratio is then off | ||
* | made sdlcontext not a singleton anymore | heavydemon21 | 10 days |
| | |||
* | removed singleton from SDLContext, problem now is cannot call ↵ | heavydemon21 | 10 days |
| | | | | functionalities in the constructor sprite and animator and texture because it can only be filled at rendersystem call | ||
* | implemented feedback | heavydemon21 | 12 days |
| | |||
* | Merge branch 'master' into decoupling | heavydemon21 | 13 days |
|\ | |||
| * | implemented feedback removed get_width and height --> get_size for both ↵ | heavydemon21 | 2024-12-03 |
| | | | | | | | | texture and sdlcontext | ||
* | | implemented feedback, cameraValues need better name? | heavydemon21 | 2024-12-04 |
| | | |||
* | | making struct constructors | heavydemon21 | 2024-12-02 |
| | | |||
* | | improved animator | heavydemon21 | 2024-11-30 |
| | | |||
* | | working floating point black bars | heavydemon21 | 2024-11-29 |
|/ | |||
* | implemented loek feedback | heavydemon21 | 2024-11-28 |
| | |||
* | adjusted texture and sprite to hold a texture, instead of reference | heavydemon21 | 2024-11-28 |
| | |||
* | implemented feedback. biggest changes are teh camera_ref removed | heavydemon21 | 2024-11-27 |
| | |||
* | removed shared_ptr from sprite | heavydemon21 | 2024-11-27 |
| | |||
* | implemented feedback, removed width so that user only can set height. | heavydemon21 | 2024-11-27 |
| | |||
* | implemented feedback on PR40 and made camera sizes ivec2 | heavydemon21 | 2024-11-27 |
| | |||
* | make format | heavydemon21 | 2024-11-22 |
| | |||
* | working scaling image with scaling world to screen | heavydemon21 | 2024-11-22 |
| | |||
* | merge `master` into `loek/cleanup` | Loek Le Blansch | 2024-11-15 |
|\ | |||
| * | wrap lines at column 95 instead of 80 | Loek Le Blansch | 2024-11-15 |
| | | |||
| * | `make format` | Loek Le Blansch | 2024-11-12 |
| | | |||
* | | update logging to use C++20 format and classes | Loek Le Blansch | 2024-11-13 |
| | | |||
* | | merge `master` into `loek/cleanup` | Loek Le Blansch | 2024-11-12 |
|\| | |||
| * | nitpicks (merge #27) | Loek Le Blansch | 2024-11-08 |
| | | |||
| * | fixed include code-style | heavydemon21 | 2024-11-08 |
| | | |||
| * | fixed the includes and const settings | heavydemon21 | 2024-11-08 |
| | | |||
| * | code style | heavydemon21 | 2024-11-08 |
| | | |||
* | | update clang-format and run `make format` over my (loek)s files | Loek Le Blansch | 2024-11-07 |
|/ | |||
* | merge #25 + nitpicking | Loek Le Blansch | 2024-11-07 |
| | |||
* | add game_object_id_t type | Loek Le Blansch | 2024-11-07 |
| | |||
* | `make format` | Loek Le Blansch | 2024-11-05 |
| | |||
* | remove util and api namespaces | Loek Le Blansch | 2024-11-05 |
| | |||
* | more nitpicking | Loek Le Blansch | 2024-10-23 |
| | |||
* | `clang-format` | Loek Le Blansch | 2024-10-23 |
| | |||
* | rendering and assetmanager | heavydemon21 | 2024-10-23 |
| | |||
* | rendering and asset_manager poc | heavydemon21 | 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 |