Commit graph

6 commits

Author SHA1 Message Date
Nathanael Gentry
bde64478bf MEDIASTATION: JANITORIAL: Fix whitespace 2025-02-22 21:05:25 -05:00
Nathanael Gentry
146d33f2f5 MEDIASTATION: Clean up include statements
These had become seriously unmaintained, with a lot of unnecessary
includes, as well as relying on indirect inclusion for others.
This change generally clarifies the dependencies of each
compilation unit clear while removing unused includes.
2025-01-12 22:28:15 -05:00
Nathanael Gentry
8492662279 MEDIASTATION: Static cast enum values printed as integers 2025-01-04 18:15:58 -05:00
Nathanael Gentry
21a9c4e91e MEDIASTATION: Convert enum classes to pure enums
This is much simpler and also addresses the recent GCC format compiler warnings.
2025-01-04 18:15:58 -05:00
D G Turner
87976acad5 MEDIASTATION: Fix Various GCC Compiler Warnings 2025-01-01 20:31:58 +00:00
Nathanael Gentry
74aab598c0 MEDIASTATION: Add initial engine prototype that can play a couple opening movies.
This engine is very incomplete, as rendering and sound playback are not handled well at all yet. However, most of the data structures in this engine are handled.
2025-01-01 12:15:42 -05:00