Age | Commit message (Expand) | Author |
---|---|---|
2024-04-05 | Replaced Mouse dragging start+pos combo with a Rect | Aki |
2024-04-05 | Extracted chunk of user interaction to own Controller | Aki |
2023-02-14 | Replaced Context+Battle combo with State and arbitrary Systems | Aki |
2023-02-11 | Added ConstContext for drawing systems | Aki |
2023-02-11 | Clock now tracks seconds since creation | Aki |
2023-02-11 | Added Context to streamline system update call interface | Aki |
2023-02-10 | Created scaled Clock for consistent access to update times | Aki |
2023-02-04 | Full grid is now drawn | Aki |
2023-02-04 | Fixed scaling order when transforming screen to world | Aki |
2023-02-03 | Extracted from/to camera viewport transformations to camera itself | Aki |
2023-02-03 | Created engine module right now containing only Point | Aki |