Christoph Oelckers
|
1561616498
|
- pass colormap to MakeGoodRemap as parameter.
Removes a Doom dependency and avoids double reading of the COLORMAP lump.
|
2023-01-15 08:34:32 +01:00 |
|
Christoph Oelckers
|
4614ce41cd
|
- allow passing a remap table to BestColor.
|
2021-08-21 10:55:21 +02:00 |
|
Christoph Oelckers
|
109069f718
|
- removed the unused palette parameter from the V_GetColor family of functions.
|
2021-08-14 09:57:23 +02:00 |
|
Christoph Oelckers
|
ae09ca7a48
|
- moved EColorManipulation into the backend.
|
2021-03-13 12:21:07 +01:00 |
|
Christoph Oelckers
|
c563f4993f
|
- took the sky cap color getter out of the texture system.
# Conflicts:
# src/common/textures/textures.h
|
2020-04-19 10:57:52 +02:00 |
|
Christoph Oelckers
|
f8e9cb8fbc
|
- major dependency reduction of the texture system.
|
2020-04-11 20:20:37 +02:00 |
|
Christoph Oelckers
|
ac610d87e5
|
- merged FPalette and PaletteContainer.
|
2020-04-11 20:19:53 +02:00 |
|
Christoph Oelckers
|
7243495b16
|
- moved special color maps to utilities.
The default tables are needed by the texture compositor which should be universal, so this needs to be, too.
|
2020-04-11 20:19:52 +02:00 |
|
Christoph Oelckers
|
e425615770
|
- moved the V_GetColor family of functions to the global palette utilities.
|
2020-04-11 14:00:22 +02:00 |
|
Christoph Oelckers
|
05239c63f9
|
- moved some palette related code into the 'common' folder.
|
2020-04-11 14:00:22 +02:00 |
|
Christoph Oelckers
|
76352dd9b3
|
- moved the last remaining utilities.
|
2020-04-11 14:00:14 +02:00 |
|