| Commit message (Expand) | Author | Age |
... | |
| | * | | | | | | | | save | WBoerenkamps | 2024-12-05 |
| | * | | | | | | | | make format | WBoerenkamps | 2024-12-05 |
| | * | | | | | | | | changed time back to 1 second | WBoerenkamps | 2024-12-05 |
| | * | | | | | | | | added loopTimer to mediator and fixed update loop | WBoerenkamps | 2024-12-05 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | tests | WBoerenkamps | 2024-12-04 |
| | * | | | | | | | | | gameloop tests | WBoerenkamps | 2024-12-04 |
| | * | | | | | | | | | test | WBoerenkamps | 2024-12-04 |
| | * | | | | | | | | | merge 2 gameloop branches | WBoerenkamps | 2024-12-04 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | looptimer no singleton | WBoerenkamps | 2024-12-04 |
| | * | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloop | WBoerenkamps | 2024-12-01 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | removed gameloop example | WBoerenkamps | 2024-11-27 |
| | * | | | | | | | | | | | loopTimer tests | WBoerenkamps | 2024-11-24 |
| | * | | | | | | | | | | | start of tests | WBoerenkamps | 2024-11-24 |
| | * | | | | | | | | | | | Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/gameloop | WBoerenkamps | 2024-11-24 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | fps counter functionality | WBoerenkamps | 2024-11-24 |
| | | | | | | | | | | * | | | make format | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | * | | | include order fixed | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | * | | | make format | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | * | | | forget includes | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | * | | | Merge branch 'master' into niels/UI | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | |\ \ \
| | |_|_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | | |
|
| | | | | | | | | | | * | | | make format | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | * | | | updated the code so that get_events() calculates pixel units to game units | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | * | | | Merge branch 'master' into niels/UI | heavydemon21 | 2024-12-11 |
| | | | | | | | | | | |\ \ \
| | | | | | | | | | | |/ / /
| | | | | | | | | | |/| | | |
|
| | | | | | | | | | | * | | | making rendering fonts and UI | heavydemon21 | 2024-12-09 |
| | | | | | | | | | |/ / /
| | | | | | | | | |/| | | |
|
| | | | | | | | | | | * | | use fixed delta time | JAROWMR | 2024-12-07 |
| | | | | | | | | | | * | | fixed transform | JAROWMR | 2024-12-07 |
| | | | | | | | | | | * | | restored file | JAROWMR | 2024-12-07 |
| | | | | | | | | | | * | | restore file | JAROWMR | 2024-12-07 |
| | | | | | | | | | | * | | improved physics for AI | JAROWMR | 2024-12-07 |
| | | | | | | | | | | * | | pulled AI | JAROWMR | 2024-12-07 |
| | | | | | | | |_|_|/| |
| | | | | | | |/| | | | | |
|
* | | | | | | | | | | | | | enable eventsystem during replay playback | Loek Le Blansch | 2024-12-12 |
* | | | | | | | | | | | | | add script api for replaymanager | Loek Le Blansch | 2024-12-12 |
* | | | | | | | | | | | | | clean up ReplayManager API | Loek Le Blansch | 2024-12-12 |
* | | | | | | | | | | | | | working proof of concept replay system | Loek Le Blansch | 2024-12-11 |
* | | | | | | | | | | | | | split up loopmanager into SystemManager and Engine | Loek Le Blansch | 2024-12-11 |
* | | | | | | | | | | | | | more replay system WIP | Loek Le Blansch | 2024-12-11 |
* | | | | | | | | | | | | | more WIP | Loek Le Blansch | 2024-12-11 |
* | | | | | | | | | | | | | example working again | Loek Le Blansch | 2024-12-11 |
* | | | | | | | | | | | | | merge master | Loek Le Blansch | 2024-12-11 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | `make format` | Loek Le Blansch | 2024-12-11 |
| * | | | | | | | | | | | | fix tests | Loek Le Blansch | 2024-12-11 |
| * | | | | | | | | | | | | removed Texture from profiling | heavydemon21 | 2024-12-11 |
| * | | | | | | | | | | | | implemented feedback on test | heavydemon21 | 2024-12-11 |
| * | | | | | | | | | | | | reverted to master | heavydemon21 | 2024-12-11 |
| * | | | | | | | | | | | | implemented feedback | heavydemon21 | 2024-12-11 |
| * | | | | | | | | | | | | make format | heavydemon21 | 2024-12-11 |
| * | | | | | | | | | | | | adjusted aspect ratio | heavydemon21 | 2024-12-11 |
| * | | | | | | | | | | | | Merge branch 'master' into niels/remove_singleton | heavydemon21 | 2024-12-11 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|/ / /
| | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | Merge pull request #68 from lonkaars/max/AI | Max-001 | 2024-12-11 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | Implemented feedback | max-001 | 2024-12-11 |