Christoph Oelckers
|
c848518746
|
- use actor parameter in all calls to aiGenDudeNewState.
# Conflicts:
# source/games/blood/src/aiunicult.cpp
|
2021-10-12 19:23:22 +02:00 |
|
Christoph Oelckers
|
9de6c7df46
|
- reformatting commit.
# Conflicts:
# source/games/blood/src/ai.cpp
|
2021-10-12 19:23:22 +02:00 |
|
Christoph Oelckers
|
062b3dbf76
|
- route all access to genDudeExtra through the method in DBloodActor
|
2021-10-12 19:23:21 +02:00 |
|
Christoph Oelckers
|
cdacf8e470
|
- fixed badly resolved merge conflict
|
2021-10-12 00:07:24 +02:00 |
|
Christoph Oelckers
|
64b67291bc
|
- properly write out the genPatrolStates in savegames.
|
2021-10-11 23:41:44 +02:00 |
|
Christoph Oelckers
|
f370c0f22f
|
- fixed bad null check in aiProcessDudes.
|
2021-10-11 23:41:04 +02:00 |
|
Christoph Oelckers
|
c6dc564788
|
- fixed bad target check (again.)
|
2021-10-11 23:34:49 +02:00 |
|
Christoph Oelckers
|
ff0c4359e0
|
- deleted unused inlines.
|
2021-10-11 23:03:11 +02:00 |
|
Christoph Oelckers
|
afce1aba88
|
- SW: eliminated the only use of the SPRITE_TAG1 macro.
|
2021-10-11 23:02:54 +02:00 |
|
Hugo Locurcio
|
91ce22931d
|
Add cvars to control automap line alpha and thickness
This can be used to improve automap readability on high-resolution
displays.
|
2021-10-11 22:30:39 +02:00 |
|
Christoph Oelckers
|
83944a7191
|
- fixed uninitialized light index variable for floor sprites.
|
2021-10-11 22:28:26 +02:00 |
|
Christoph Oelckers
|
351dabdb90
|
- actFireMissile.
|
2021-10-10 22:36:12 +02:00 |
|
Christoph Oelckers
|
7eac8b71d5
|
- removed unused constants
|
2021-10-10 11:47:19 +02:00 |
|
Christoph Oelckers
|
2af688dd62
|
- replaced RANDOM_RANGE macro with direct calls to RandomRange
|
2021-10-10 11:47:19 +02:00 |
|
Christoph Oelckers
|
cc912fbf93
|
- removed pointless BOUND_4PIX macro
|
2021-10-10 11:47:19 +02:00 |
|
Christoph Oelckers
|
3220a6d786
|
- some SW cleanup
|
2021-10-10 11:47:19 +02:00 |
|
Christoph Oelckers
|
bbe49eee7c
|
- reformatting commit
|
2021-10-10 11:47:18 +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
|
c485fce958
|
- reformatted the actor and ai sources.
|
2021-10-10 11:47:18 +02:00 |
|
Christoph Oelckers
|
0ee81b2bb8
|
- refactored the remaining pieces in the ai code to use actors.
|
2021-10-10 11:47:18 +02:00 |
|
Christoph Oelckers
|
d4439b879c
|
- Blood: added checks to the SEQ code to handle situation where their attached object has been removed from the game.
|
2021-10-10 11:46:38 +02:00 |
|
Christoph Oelckers
|
62502439d7
|
- eliminated HITINFO.hitsprite.
This was one of the more annoying sprite index variables because it is part of static global data.
|
2021-10-09 23:09:09 +02:00 |
|
Christoph Oelckers
|
9b4ee3dc2c
|
- some remaining sprite[] access in ai.cpp
# Conflicts:
# source/games/blood/src/ai.cpp
|
2021-10-09 23:09:08 +02:00 |
|
Christoph Oelckers
|
f712a674ce
|
- removed the few remaining uses of actDamageSprite_.
|
2021-10-09 23:09:08 +02:00 |
|
Christoph Oelckers
|
3ab636a13a
|
- sfxPlay3DSound calls partially migrated.
|
2021-10-09 23:09:08 +02:00 |
|
Christoph Oelckers
|
741d24b9df
|
- iterators in teslaHit.
|
2021-10-09 23:09:07 +02:00 |
|
Christoph Oelckers
|
ea7ff0b5eb
|
- parameter stuff in a few weapon functions.
|
2021-10-09 23:09:07 +02:00 |
|
Christoph Oelckers
|
e64e359d07
|
- iterators in StompSeqCallback
|
2021-10-09 23:09:07 +02:00 |
|
Christoph Oelckers
|
39b9ddc04c
|
- target stuff in aiInitSprite
|
2021-10-09 23:09:07 +02:00 |
|
Christoph Oelckers
|
b8d55feb1e
|
- actor parameter substitution and a few bad constants.
|
2021-10-09 23:08:44 +02:00 |
|
Christoph Oelckers
|
fbae41ee0a
|
- renamed the sprite variant of aiDamageSprite.
|
2021-10-09 23:08:43 +02:00 |
|
Christoph Oelckers
|
bbe3f333fa
|
- replaced some GetSpriteExtents calls with GetActorExtents.
|
2021-10-09 23:08:43 +02:00 |
|
Christoph Oelckers
|
44b0e59127
|
- aiProcessDudes and aiInitSprite done, completing the main pass over ai.cpp.
|
2021-10-09 23:08:43 +02:00 |
|
Christoph Oelckers
|
29e245dfce
|
- aiProcessDudes, getting rid of the global cumulDamage array and some reformatting
|
2021-10-09 23:04:29 +02:00 |
|
Christoph Oelckers
|
6968a072ae
|
- another formatting-only commit.
# Conflicts:
# source/games/blood/src/ai.cpp
|
2021-10-09 23:04:29 +02:00 |
|
Christoph Oelckers
|
fe92188b0c
|
- removed the dudeIsPlayingSeq variant taking a sprite parameter.
|
2021-10-09 23:03:09 +02:00 |
|
Christoph Oelckers
|
890cc4947b
|
- use actor parameters for aiSetTarget and aiActivateDude in several places.
|
2021-10-09 23:03:09 +02:00 |
|
Christoph Oelckers
|
61d9cd1b17
|
- switched all aiPlay3DSound calls to use actors.
|
2021-10-09 23:02:40 +02:00 |
|
Christoph Oelckers
|
bdba52aede
|
- refactored aiDamageSprite.
|
2021-10-09 23:02:20 +02:00 |
|
Christoph Oelckers
|
10b0bba53e
|
- fixed warnings in Exhumed.
|
2021-10-08 19:24:45 +02:00 |
|
Christoph Oelckers
|
948f194064
|
- fixed warnings in Duke.
|
2021-10-08 19:21:29 +02:00 |
|
Christoph Oelckers
|
8606b2ea5a
|
- fixed warnings in Blood.
|
2021-10-08 19:09:26 +02:00 |
|
Christoph Oelckers
|
39319a9582
|
- fixed warnings in common code.
|
2021-10-08 19:07:56 +02:00 |
|
Christoph Oelckers
|
29769dd673
|
- fixed engine code warnings pointed out by XCode 13.
|
2021-10-08 19:06:41 +02:00 |
|
Christoph Oelckers
|
9b047c771c
|
- reformatting of aiDamageSprite, no logic change here.
|
2021-10-07 22:54:18 +02:00 |
|
Christoph Oelckers
|
c8501f8ea6
|
- refactored aiSetTarget
|
2021-10-07 22:54:18 +02:00 |
|
carnivoroussociety
|
e6e9bac04b
|
Add ifdef'd correct code for DUDEEXTRA struct saving
|
2021-10-07 22:51:43 +02:00 |
|
carnivoroussociety
|
8998d92688
|
Restore original savename variables for DUDEEXTRA struct
|
2021-10-07 22:51:42 +02:00 |
|
carnivoroussociety
|
8dbd0f10d3
|
Refactored DUDEEXTRA struct and correctly init state
# Conflicts:
# source/games/blood/src/aiboneel.cpp
# source/games/blood/src/aicerber.cpp
# source/games/blood/src/aigarg.cpp
# source/games/blood/src/aighost.cpp
# source/games/blood/src/aitchern.cpp
|
2021-10-07 22:51:42 +02:00 |
|
Christoph Oelckers
|
8168c6f85c
|
- use the vel() wrappers in a few more places.
|
2021-10-07 22:48:08 +02:00 |
|