Christoph Oelckers
|
d73c7aa543
|
- short review and disasm variable renaming
(down to 200 shorts)
|
2021-12-25 21:28:52 +01:00 |
|
Christoph Oelckers
|
01abe7b2ac
|
- addressed most unused/uninitialized variable warnings from MSVC.
|
2021-11-29 00:55:30 +01:00 |
|
Christoph Oelckers
|
366df9d4b6
|
- Exhumed: use the sprite's sector() member where possible.
|
2021-11-09 00:26:46 +01:00 |
|
Christoph Oelckers
|
7a65cc46d0
|
- moved AI wrappers out of the main sources.
This is mainly to reduce commit noise for what follows. These functions will soon be deleted.
|
2021-10-28 18:39:49 +02:00 |
|
Christoph Oelckers
|
fa657e23a3
|
- bullet.cpp, enemy pointer.
|
2021-10-25 23:07:42 +02:00 |
|
Christoph Oelckers
|
5d0ee1478c
|
- fixed bad pointer comparison.
MSVC did not catch this, only GCC 11 and Clang errored out on this one. :(
|
2021-10-24 08:21:54 +02:00 |
|
Christoph Oelckers
|
cd97fdaa30
|
- refactor the mummy to use actors.
|
2021-10-23 20:49:03 +02:00 |
|
Christoph Oelckers
|
fab0fff1fe
|
- access LionList through a pointer.
|
2021-10-23 20:06:48 +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
|
3bda4d5b07
|
- converted FuncMummy into a class
|
2021-10-15 22:02:06 +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
|
10b0bba53e
|
- fixed warnings in Exhumed.
|
2021-10-08 19:24:45 +02:00 |
|
Christoph Oelckers
|
d31fe01b6d
|
- skill stuff for Exhumed.
Just for fun. ;)
|
2021-02-27 14:08: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 |
|