Christoph Oelckers
|
2c2b871083
|
- fixed texture validation checks.
|
2020-06-17 12:26:02 +02:00 |
|
Christoph Oelckers
|
193b940eef
|
- palette code cleanup.
|
2020-05-27 22:19:02 +02:00 |
|
Christoph Oelckers
|
ae6403a205
|
- added a level of abstraction to the lookup table code to ease later refactoring.
|
2020-05-23 22:43:05 +02:00 |
|
Christoph Oelckers
|
4d1d90d712
|
- use a global constant for the transparent palette index instead of hardcoding it to the 255 literal everywhere.
- added the needed glue to allow palettecontainer.cpp to compile.
|
2020-04-12 08:30:43 +02:00 |
|
Christoph Oelckers
|
66ecb05eb8
|
- use Printf as the only command to print to the console.
All uses of OSD_Printf, initprintf etc. have been renamed.
|
2020-04-12 08:30:38 +02:00 |
|
Christoph Oelckers
|
3f69044770
|
- removed all references to sdlayer.cpp as all that was left in there was only needed for software rendering.
- removed now unused a-c.cpp.
|
2020-03-29 15:22:07 +02:00 |
|
Christoph Oelckers
|
73a4e0d1fe
|
- made Blood's FullMap flag global and removed the hacks to show the full automap.
Also refactor show2dsector into a bit array to get rid of the bit shifting code at play here.
|
2020-03-07 19:30:18 +01:00 |
|
Christoph Oelckers
|
6656547908
|
- fixed some warnings in Deer Huntin' code
|
2020-03-02 15:41:30 +01:00 |
|
Christoph Oelckers
|
9d934d22b2
|
- silence MSVC warnings.
|
2020-02-27 19:50:29 +01:00 |
|
nukeykt
|
bb3009c8a7
|
Rednukem: dh wip
# Conflicts:
# source/rr/src/rrdh.h
|
2020-02-27 19:44:24 +01:00 |
|
nukeykt
|
882b061ee1
|
Rednukem: add dh specific code
# Conflicts:
# source/rr/src/rrdh.cpp
# source/rr/src/rrdh.h
|
2020-02-27 19:44:00 +01:00 |
|
nukeykt
|
8c37e94061
|
Rednukem: dh player code
# Conflicts:
# source/rr/src/rrdh.h
|
2020-02-27 19:36:15 +01:00 |
|
Christoph Oelckers
|
dbf446ee6c
|
- ported the menu changes of the last commit.
|
2020-02-27 19:26:30 +01:00 |
|
nukeykt
|
95cc4a8aab
|
Rednukem: dh menu
# Conflicts:
# source/rr/src/menus.cpp
# source/rr/src/rrdh.h
|
2020-02-27 18:28:14 +01:00 |
|
Christoph Oelckers
|
1eb00949e3
|
- manually added the RRDH menu stuff.
|
2020-02-26 20:31:49 +01:00 |
|
nukeykt
|
16052577a4
|
Rednukem: dh wip
# Conflicts:
# source/rr/src/game.cpp
# source/rr/src/menus.cpp
|
2020-02-26 20:31:49 +01:00 |
|
nukeykt
|
ac2a17f5ea
|
Rednukem: dh wip
# Conflicts:
# GNUmakefile
# platform/Windows/rednukem.vcxproj
# platform/Windows/rednukem.vcxproj.filters
# source/rr/src/common_game.h
# source/rr/src/screens.cpp
|
2020-02-26 20:31:48 +01:00 |
|