Mitchell Richters
|
24fbaa527c
|
- Blood: Re-time weapon and scene QAV code based on reworked timer and QAV struct code.
|
2021-08-18 20:00:44 +10:00 |
|
Christoph Oelckers
|
fc11f9327a
|
- refactored actDamageSprite
|
2021-05-10 20:13:28 +02:00 |
|
Christoph Oelckers
|
965939957e
|
- split up actKillSprite into several smaller functions.
The biggest problem in here was tracking the lifetime of local variables.
|
2021-05-10 20:13:28 +02:00 |
|
Christoph Oelckers
|
eaf5e1fba5
|
- Cutscene support in Blood.
Intro tested, rest to do.
|
2021-04-30 20:08:34 +02:00 |
|
Christoph Oelckers
|
ada28d8d04
|
- Blood: replaced 'unsigned char' with 'uint8_t' and 'signed char' with 'int8_t'.
Preparation for getting rid of all those excessively used plain chars which are a menace to code stability.
|
2021-04-17 10:14:03 +02:00 |
|
Christoph Oelckers
|
fc11f537f7
|
- project cleanup
* moved all games into the 'games' folder.
* fixed project to include all sources and move them to the proper folders.
|
2021-01-10 20:31:32 +01:00 |
|