Christoph Oelckers
|
71ab8c0b10
|
- fixed compilation.
|
2020-05-24 16:56:16 +02:00 |
|
Christoph Oelckers
|
6276001a7c
|
- cleanup
|
2020-05-24 16:42:36 +02:00 |
|
Christoph Oelckers
|
b971bc2717
|
- avoid using global palette settings when drawing 2D content with a custom palette.
Instead pass the palette info with the render call to avoid stale global state.
|
2020-05-23 22:43:01 +02:00 |
|
Christoph Oelckers
|
fda4293013
|
- draw the movie franes outside of the tile system to reduce the palette maintenance.
The movie code has always been the part causing the most issues because it alters the palettes - the rest treats them as static data.
|
2020-04-13 23:58:45 +02:00 |
|
Christoph Oelckers
|
e2f5e8fe34
|
- renamed 'common' to 'core'.
We'll need 'common' for something else.
|
2020-04-12 08:30:36 +02:00 |
|