Christoph Oelckers
|
e14182be99
|
- reinstated integer MSTime where needed.
|
2022-10-09 13:56:07 +02:00 |
|
Christoph Oelckers
|
cac54d42e9
|
- fixed script warnings after updating to version 4.9.0
|
2022-08-03 13:49:17 +02:00 |
|
Mitchell Richters
|
9bbb54fe2e
|
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
|
2021-12-30 20:30:21 +11:00 |
|
Christoph Oelckers
|
9c60ab791b
|
- implemented all needed font overrides for localization.
|
2021-05-31 21:20:31 +02:00 |
|
Christoph Oelckers
|
8fae793341
|
- defined a new constant, CR_NATIVEPAL, to use the font functions with a predefined palette.
This is mainly for code clarification, the value is the same as CR_UNDEFINED.
|
2021-05-29 11:47:05 +02:00 |
|
Christoph Oelckers
|
eaf5e1fba5
|
- Cutscene support in Blood.
Intro tested, rest to do.
|
2021-04-30 20:08:34 +02:00 |
|
Christoph Oelckers
|
7fbe153ae7
|
- more Duke screen porting.
|
2021-04-30 20:08:24 +02:00 |
|
Christoph Oelckers
|
20db6b0c78
|
- added protection against oversized menu caption bars.
SWC20 is a mod that contains a caption that is larger then the entire screen and was pushing the actual menu content out of it.
Fixes #239
|
2021-02-02 23:49:04 +01:00 |
|
Christoph Oelckers
|
a10aacea3a
|
- added the QAV drawer page.
|
2020-10-09 00:50:21 +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
|
a7035a932f
|
- added a DrawSelector hook to the customizer.
|
2020-10-07 00:03:05 +02:00 |
|
Christoph Oelckers
|
06b00887f5
|
- added a menu control for Blood's dripping blood.
|
2020-10-06 23:49:34 +02:00 |
|
Christoph Oelckers
|
17a68bc60a
|
- SW's caption done, too.
In this case the font is squashed to be more narrow because otherwise many texts would not fit anymore.
|
2020-10-06 22:01:20 +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 |
|
Christoph Oelckers
|
3dbb8cbb11
|
- safety commit
|
2020-10-05 21:47:53 +02:00 |
|