Christoph Oelckers
|
e5dd4a8638
|
- made the scripted version of Blood's status bar functional.
|
2021-05-12 21:50:02 +02:00 |
|
Christoph Oelckers
|
778378fd5c
|
- scriptified version of Blood's status bar compiles.
Not tested yet.
|
2021-05-12 21:50:02 +02:00 |
|
Christoph Oelckers
|
1798380f23
|
- adapted map transition in Duke/RR.
There's still some issues which will be taken care of by adding map flags.
|
2021-05-02 10:35:43 +02:00 |
|
Christoph Oelckers
|
825963661b
|
- migrated volumes to the new storage.
|
2021-05-02 00:35:56 +02:00 |
|
Christoph Oelckers
|
4069a5096a
|
- scriptified Exhumed's 2D content (minus the programmatic textures.)
|
2021-04-30 20:08:36 +02:00 |
|
Christoph Oelckers
|
6d743ce921
|
- most of the summary screen is working
|
2021-04-30 20:08:33 +02:00 |
|
Christoph Oelckers
|
af8d06994a
|
- implemented the scripting interface layer.
|
2021-04-30 20:08:32 +02:00 |
|
Christoph Oelckers
|
021f1b7832
|
- make SummaryInfo a struct instead of passing a list of values to the script classes.
|
2021-04-30 20:08:32 +02:00 |
|
Christoph Oelckers
|
21aa5c9234
|
- added game flags for all supported add-ons.
|
2021-04-30 20:08:31 +02:00 |
|
Christoph Oelckers
|
4ff2010bd1
|
- moved the entire screen job management to the script side.
This isn't hooked up yet and lots of code is commented out, the games won't start with this commit.
|
2021-04-30 20:08:30 +02:00 |
|
Christoph Oelckers
|
c07fcbee08
|
- migrated level summary screen.
|
2021-04-30 20:08:24 +02:00 |
|
Christoph Oelckers
|
4636a52699
|
- MP summary screen ported.
|
2021-04-30 20:08:24 +02:00 |
|
Christoph Oelckers
|
7fbe153ae7
|
- more Duke screen porting.
|
2021-04-30 20:08:24 +02:00 |
|
Christoph Oelckers
|
e75f0c17e4
|
- ported the TitleScreen class.
|
2021-04-30 20:08:23 +02:00 |
|
Christoph Oelckers
|
7a482c6284
|
- make DHUDFont an object.
|
2020-10-31 13:20:54 +01:00 |
|
Christoph Oelckers
|
7de6528a1f
|
- the status bars work as objects.
# Conflicts:
# source/common/menu/menudef.cpp
|
2020-10-31 13:20:54 +01:00 |
|
Christoph Oelckers
|
56eae0b42d
|
- got the basics working for Exhumed's main menu.
|
2020-10-08 00:21:07 +02:00 |
|
Christoph Oelckers
|
5726b693bd
|
- added back the menu transition, although it cannot be used yet, and all game specific menu CCMDs.
|
2020-10-07 01:12:57 +02:00 |
|
Christoph Oelckers
|
0968a9d97e
|
- renamed the Customizer to 'Delegate' because this works very much like a delegate in Objective-C.
- route menu sound calls through the delegate to better deal with differences between games.
|
2020-10-07 01:00:43 +02:00 |
|
Christoph Oelckers
|
603c3b50ec
|
- reimplemented Blood's menu items.
|
2020-10-07 00:50:26 +02:00 |
|
Christoph Oelckers
|
bec1f67178
|
- implemented the menu caption for Duke et.al.
|
2020-10-06 20:49:55 +02:00 |
|
Christoph Oelckers
|
d22bdf9dc7
|
- use an alias for the menu bar texture in Blood.
Direct tile access has been disabled for now, hopefully this can be buried deep in the engine for all eternity.
|
2020-10-06 20:05:51 +02:00 |
|
Christoph Oelckers
|
1e131eda9e
|
- implemented Blood's menu caption
|
2020-10-06 00:34:35 +02:00 |
|