| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Background collision | Flenk008 | 2023-03-13 |
| | | | | | Added background collision for player and other entities. Added gravity and jump functionailty | ||
| * | Merge branch 'lonkaars:dev' into dev | Flenk008 | 2023-03-11 |
| |\ | |||
| | * | makefile engine | NielsCoding | 2023-03-11 |
| | | | |||
| | * | moved files | NielsCoding | 2023-03-11 |
| | | | |||
| * | | Fixed movement | Flenk008 | 2023-03-11 |
| |/ | | | | Adjusted movement speed otherwise wouldnt show any movement. Also changed input testing lines so it does work | ||
| * | Delete settings.json | UnavailableDev | 2023-03-10 |
| | | |||
| * | Delete c_cpp_properties.json | UnavailableDev | 2023-03-10 |
| | | |||
| * | ppusim read sprites from file and put into vram | UnavailableDev | 2023-03-10 |
| | | |||
| * | fixed code styles | UnavailableDev | 2023-03-10 |
| | | |||
| * | merge | UnavailableDev | 2023-03-10 |
| |\ | |||
| | * | `clang-format` | lonkaars | 2023-03-10 |
| | | | |||
| | * | add input emulation to test collision | lonkaars | 2023-03-10 |
| | | | |||
| | * | initial merge of #26 | lonkaars | 2023-03-10 |
| | | | |||
| * | | Merge branch 'game-engine' of https://github.com/UnavailableDev/avans-arcade ↵ | UnavailableDev | 2023-03-10 |
| |\| | | | | | | | into game-engine | ||
| | * | added define for fixed point maths | UnavailableDev | 2023-03-10 |
| | | | |||
| | * | code | UnavailableDev | 2023-03-10 |
| | | | |||
| * | | nope | UnavailableDev | 2023-03-10 |
| | | | |||
| * | | spelling correction | UnavailableDev | 2023-03-08 |
| |/ | |||
| * | Merge pull request #22 from UnavailableDev/engine | UnavailableDev | 2023-03-08 |
| |\ | | | | | Engine | ||
| | * | more todo's | UnavailableDev | 2023-03-08 |
| | | | |||
| | * | some func defenitions for game-engine and foundation | UnavailableDev | 2023-03-07 |
| | | | |||
| * | | fix windows build system and add vscode configuration files | lonkaars | 2023-03-08 |
| |/ | |||
| * | fix compiler warnings from `hh_ppu_vram_valid_address`0.1.0 | lonkaars | 2023-02-25 |
| | | |||
| * | fix src readme | lonkaars | 2023-02-25 |
| | | |||
| * | add developer documentation to ppusim/ppu interface | lonkaars | 2023-02-25 |
| | | |||
| * | limit thread count to core count | lonkaars | 2023-02-25 |
| | | |||
| * | update/fix build config for windows | lonkaars | 2023-02-25 |
| | | |||
| * | optimize ppusim with threads | lonkaars | 2023-02-25 |
| | | |||
| * | ppusim done | lonkaars | 2023-02-25 |
| | | |||
| * | background sprites working in ppusim | lonkaars | 2023-02-24 |
| | | |||
| * | WIP ppusim | lonkaars | 2023-02-24 |
| | | |||
| * | c interface semi-done | lonkaars | 2023-02-24 |
| | | |||
| * | ppusim refactor | lonkaars | 2023-02-24 |
| | | |||
| * | mv sdl2 demo to src/ppusim folder | lonkaars | 2023-02-24 |
| | | |||
| * | desktop compilation options in makefile | lonkaars | 2023-02-24 |
| | | |||
| * | rename and move files | lonkaars | 2023-02-24 |