Christoph Oelckers
|
7d2404ce76
|
- made sector a TArray.
|
2021-12-25 21:28:49 +01:00 |
|
Christoph Oelckers
|
7daa501a4d
|
- removed all #include "compat.h" except the one in build.h
Still all compiles fine.
|
2021-12-14 12:24:10 +01:00 |
|
Christoph Oelckers
|
57aca0ed07
|
- SW: fixed sector object setup with vator effect.
This used some weird initialization logic that was missed when first modifying this code.
|
2021-12-01 21:00:00 +01:00 |
|
Christoph Oelckers
|
adf3133fdc
|
- use sectnum and wallnum to get an index from pointers instead of subtracting the array base.
|
2021-11-29 00:56:26 +01:00 |
|
Christoph Oelckers
|
c6bd5c04c7
|
- fixed most warnings GCC pointed out in game code.
|
2021-11-29 00:55:29 +01:00 |
|
Christoph Oelckers
|
910a51b290
|
- proper actor handling in all of SOP interpolation
|
2021-11-29 00:55:28 +01:00 |
|
Christoph Oelckers
|
e4e164a07f
|
- use a dedicated type for SOP angle interpolation
This allows reusing the already existing pointer.
|
2021-11-29 00:55:28 +01:00 |
|
Christoph Oelckers
|
e75258f57b
|
- SOP spriteofang
Still needs work
|
2021-11-29 00:55:28 +01:00 |
|
Christoph Oelckers
|
1085b0b7a2
|
- first batch of SW warning fixes.
|
2021-05-12 21:49:34 +02:00 |
|
Christoph Oelckers
|
14971f9569
|
Merge branch 'master' into newrenderer
|
2021-04-22 00:10:37 +02:00 |
|
Christoph Oelckers
|
c49c5fcf1d
|
- SW: serialize SO interpolations as JSON.
|
2021-04-22 00:03:16 +02:00 |
|
Christoph Oelckers
|
bbb53bc717
|
- refactored the main User array into something that's automatically managed.
|
2021-04-22 00:03:14 +02:00 |
|
Christoph Oelckers
|
3a34043267
|
Merge branch 'master' into newrenderer2
|
2021-04-07 15:12:27 +02:00 |
|
Christoph Oelckers
|
4a6a999f89
|
- SW: fixed interpolation for sector object sprites.
When checking for an existing interpolation it needs to check the actual sprite, not just the interpolation type.
|
2021-04-07 15:08:26 +02:00 |
|
Christoph Oelckers
|
f6984314b7
|
- SW: let sector objects properly invalidate the sector they are in.
|
2021-03-30 21:28:27 +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 |
|