Christoph Oelckers
|
97b4116f28
|
- run list API
|
2021-10-28 14:23:15 +02:00 |
|
Christoph Oelckers
|
9cfd682c9e
|
- eliminated Player::nSprite.
|
2021-10-28 13:54:09 +02:00 |
|
Christoph Oelckers
|
be19dbb2ce
|
- nDoppleSprite
|
2021-10-28 09:47:29 +02:00 |
|
Christoph Oelckers
|
e6c7e5bc18
|
- radial stuff.
|
2021-10-28 08:32:08 +02:00 |
|
Christoph Oelckers
|
d3e55739c7
|
- energy blocks.
|
2021-10-27 23:02:56 +02:00 |
|
Christoph Oelckers
|
51202cba78
|
- nFinaleSpr.
|
2021-10-27 20:58:13 +02:00 |
|
Christoph Oelckers
|
11912486de
|
- moved all loose player related arrays into the Player struct.
|
2021-10-27 20:56:42 +02:00 |
|
Christoph Oelckers
|
14ccb74aac
|
- for radial damage the 'other' actor is always undefined.
|
2021-10-27 16:12:56 +02:00 |
|
Christoph Oelckers
|
2a28908b1a
|
- pass radial damage inflictor through event struct
|
2021-10-27 00:30:57 +02:00 |
|
Christoph Oelckers
|
5d7d4ce496
|
- fixed radial damage for actors.
|
2021-10-22 23:57:46 +02:00 |
|
Christoph Oelckers
|
491c27caa6
|
- fixed runlist handling for actor targets.
|
2021-10-22 22:04:04 +02:00 |
|
Christoph Oelckers
|
5a9978a27b
|
- extended the run list to handle actor targets.
Also renamed fields to be more descriptive.
|
2021-10-17 16:22:25 +02:00 |
|
Christoph Oelckers
|
ce78b23fb6
|
- converted FuncAnim into a class
|
2021-10-15 21:06:53 +02:00 |
|
Christoph Oelckers
|
d130a43aa0
|
- preparations for cleaning up Exhumed's event dispatcher.
|
2021-10-15 18:51:22 +02:00 |
|
Christoph Oelckers
|
b725adc426
|
- Exhumed: split up the message word for event messages.
|
2021-10-15 18:49:35 +02:00 |
|
Christoph Oelckers
|
2ee7be0382
|
- Exhumed: split up the value parameter of the run list.
|
2021-10-15 18:37:39 +02:00 |
|
Christoph Oelckers
|
6f8a5ee2d2
|
- Exhumed: replaced a large amount of sprite array accesses with pointers.
No logic changes, this is mainly search & replace.
|
2021-10-10 11:47:18 +02:00 |
|
Christoph Oelckers
|
9991e6665c
|
- Exhumed: Avoid masking sound flags into the sprite index.
This put a hard 4096 sprites limit into the engine. It's also a blocker for refactoring.
|
2021-09-12 18:27:30 +02:00 |
|
Christoph Oelckers
|
df742d25db
|
- Exhumed: Replace asserts for range checks with if's.
Asserts are mere debugging aids, the code was still trashing valid date in release builds.
|
2021-03-09 20:02:08 +01: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 |
|