Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing [..]/drivers in DRIVERS_DIR definitionHEADmaster | Joseph Hunkeler | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Introduce warnings and lower the cmake version requirements | Joseph Hunkeler | 2022-10-25 | 1 | -2/+9 |
| | |||||
* | Break project up into separate files | Joseph Hunkeler | 2022-10-25 | 4 | -320/+395 |
| | |||||
* | Fixups: | Joseph Hunkeler | 2022-10-24 | 1 | -11/+28 |
| | | | | | | * Fix invalid free() of driver_dir * get_longest() is no longer chewing through 8 * 4096 bytes of memory * Add a few guards after memory allocation(s) | ||||
* | Update README | Joseph Hunkeler | 2022-10-23 | 1 | -3/+31 |
| | |||||
* | Add drivers to help output | Joseph Hunkeler | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | Fixups | Joseph Hunkeler | 2022-10-23 | 1 | -40/+100 |
| | | | | | | | | * Fix indentation * Draw art outside of the driver * Move globals up to the top * Fix buffer overflow(s) * Free driver memory | ||||
* | Update drivers: | Joseph Hunkeler | 2022-10-23 | 3 | -47/+53 |
| | | | | | * Add data indent * Unindent data | ||||
* | Add driver: none (no art) | Joseph Hunkeler | 2022-10-23 | 1 | -0/+17 |
| | |||||
* | Add driver: DOOM Guy | Joseph Hunkeler | 2022-10-23 | 1 | -0/+39 |
| | |||||
* | Move drivers_alloc_default to define DRIVERS_ALLOC_DEFAULT | Joseph Hunkeler | 2022-10-22 | 1 | -8/+7 |
| | | | | | * gcc 4.8.5 complained about assigning an initializer to a constant * Change driver parser so it seeks back to the beginning of the data section | ||||
* | Implement art drivers as configs | Joseph Hunkeler | 2022-10-21 | 6 | -50/+386 |
| | |||||
* | Remove drivers-as-headers | Joseph Hunkeler | 2022-10-21 | 3 | -105/+0 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2022-10-20 | 8 | -0/+484 |