Mitchell Richters
|
c100e25578
|
- get Duke3D classic HUD pixel-perfect.
|
2020-07-26 07:53:14 +02:00 |
|
Christoph Oelckers
|
6df64f4ee3
|
- fixed RR status bar layout.
|
2020-07-25 16:43:03 +02:00 |
|
Christoph Oelckers
|
f7070f1e49
|
- fixed font alignment on the second fullscreen HUD variant.
|
2020-07-25 16:00:34 +02:00 |
|
Christoph Oelckers
|
654391a278
|
- fixed layout for classic Duke fullscreen HUD.
|
2020-07-25 15:41:11 +02:00 |
|
Christoph Oelckers
|
f9d48e1f68
|
- removed all the intermediate variables for the status bar size.
hud_size now gets used directly by the status bar code.
|
2020-07-25 13:26:56 +02:00 |
|
Christoph Oelckers
|
7eb158bf72
|
- properly tabified everything.
|
2020-07-20 23:21:27 +02:00 |
|
Christoph Oelckers
|
319e2e2745
|
- minor cleanup
|
2020-07-07 23:01:34 +02:00 |
|
Christoph Oelckers
|
b6f410923e
|
- restored most of the original user_defs.
Most of the added EDuke things were gone anyway.
|
2020-07-07 00:16:54 +02:00 |
|
Christoph Oelckers
|
e8ebeefaad
|
- started consolidating the struct types.h
|
2020-07-06 23:24:35 +02:00 |
|
Christoph Oelckers
|
1644c1d33a
|
- cleanup continues.
|
2020-07-06 23:02:41 +02:00 |
|
Christoph Oelckers
|
e272245537
|
- fixing some HUD stuff.
|
2020-07-06 15:48:51 +02:00 |
|
Christoph Oelckers
|
736a52f7b2
|
- startrts and domovethings.
|
2020-07-06 03:00:52 +02:00 |
|
Christoph Oelckers
|
c6b619214f
|
- cleanup of viewborder code.
The view border will now only be rendered in one place - inside displayrooms. None of the 2D content still depends on what it is set to.
|
2020-07-06 00:15:22 +02:00 |
|
Christoph Oelckers
|
d13b2dc130
|
- got rid of the dynamic tilemap.
Most tile access is in game specific code, the remaining code only accesses 51 tiles
|
2020-07-03 23:56:14 +02:00 |
|
Christoph Oelckers
|
4fbd476b17
|
- refactored all text output to use DrawText.
No more screentext mess.
|
2020-07-03 10:53:35 +02:00 |
|
Christoph Oelckers
|
d2595582d4
|
- fixed coordinates.
|
2020-07-03 00:32:10 +02:00 |
|
Christoph Oelckers
|
e833360b65
|
- ported the level stats display to be game independent.
|
2020-07-02 23:56:22 +02:00 |
|
Christoph Oelckers
|
17c9513c98
|
- statusbar code cleanup.
- removed adult_lockout option because it is just a stupid relic from the 90's without any purpose. Were people even using this anymore?
|
2020-07-02 20:17:29 +02:00 |
|