aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing [..]/drivers in DRIVERS_DIR definitionHEADmasterJoseph Hunkeler2022-10-251-1/+1
|
* Introduce warnings and lower the cmake version requirementsJoseph Hunkeler2022-10-251-2/+9
|
* Break project up into separate filesJoseph Hunkeler2022-10-254-320/+395
|
* Fixups:Joseph Hunkeler2022-10-241-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 READMEJoseph Hunkeler2022-10-231-3/+31
|
* Add drivers to help outputJoseph Hunkeler2022-10-231-1/+1
|
* FixupsJoseph Hunkeler2022-10-231-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 Hunkeler2022-10-233-47/+53
| | | | | * Add data indent * Unindent data
* Add driver: none (no art)Joseph Hunkeler2022-10-231-0/+17
|
* Add driver: DOOM GuyJoseph Hunkeler2022-10-231-0/+39
|
* Move drivers_alloc_default to define DRIVERS_ALLOC_DEFAULTJoseph Hunkeler2022-10-221-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 configsJoseph Hunkeler2022-10-216-50/+386
|
* Remove drivers-as-headersJoseph Hunkeler2022-10-213-105/+0
|
* Initial commitJoseph Hunkeler2022-10-208-0/+484