Mitchell Richters
|
9bbb54fe2e
|
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
|
2021-12-30 20:30:21 +11:00 |
|
Christoph Oelckers
|
9c60ab791b
|
- implemented all needed font overrides for localization.
|
2021-05-31 21:20:31 +02:00 |
|
Christoph Oelckers
|
8fae793341
|
- defined a new constant, CR_NATIVEPAL, to use the font functions with a predefined palette.
This is mainly for code clarification, the value is the same as CR_UNDEFINED.
|
2021-05-29 11:47:05 +02:00 |
|
Christoph Oelckers
|
0c6e2f0c9e
|
- silenced some warnings.
|
2021-05-22 15:34:04 +02:00 |
|
Christoph Oelckers
|
6ae09f8ec9
|
- ported Doom's type-on text screens as a screen job overlay.
|
2021-05-22 12:08:08 +02:00 |
|
Christoph Oelckers
|
5337513044
|
- ported GZDoom's subtitle drawer to the cutscene framework.
For later use, this isn't used yet.
|
2021-05-22 10:26:53 +02:00 |
|
Christoph Oelckers
|
d2ed4e703d
|
- made Exhumed's text scroller a universal component of the cutscene system, usable by all games.
|
2021-05-22 10:06:15 +02:00 |
|
Christoph Oelckers
|
0d793a59fd
|
- moved the cutscene core to 'engine'.
More adjustments for making this code compatible with GZDoom.
|
2021-05-22 02:15:49 +02:00 |
|