Christoph Oelckers
|
411c814dc3
|
- vis.cpp
|
2021-11-29 00:55:37 +01:00 |
|
Christoph Oelckers
|
02bdba71fc
|
- spike.cpp.
|
2021-11-29 00:55:37 +01:00 |
|
Christoph Oelckers
|
e32a1af7b2
|
- lots of PlaySound calls migrated to actors.
|
2021-11-29 00:55:36 +01:00 |
|
Christoph Oelckers
|
1388794032
|
- first half of rotator.cpp.
|
2021-11-29 00:55:34 +01:00 |
|
Christoph Oelckers
|
da683ddf7a
|
- ripper2.cpp
|
2021-11-29 00:55:33 +01:00 |
|
Christoph Oelckers
|
82b4385ede
|
- ripper.cpp
|
2021-11-29 00:55:32 +01:00 |
|
Christoph Oelckers
|
0e629eb322
|
- sop.match_event_sprite
|
2021-11-29 00:55:32 +01:00 |
|
Christoph Oelckers
|
74fce3bf58
|
- sector object sprite list
|
2021-11-29 00:55:31 +01:00 |
|
Christoph Oelckers
|
c6bd5c04c7
|
- fixed most warnings GCC pointed out in game code.
|
2021-11-29 00:55:29 +01:00 |
|
Christoph Oelckers
|
1152ec0b54
|
- use actor pointers in animation system.
|
2021-11-29 00:55:28 +01:00 |
|
Christoph Oelckers
|
826b514571
|
- removed a few pointless or unused macros.
|
2021-11-29 00:55:27 +01:00 |
|
Christoph Oelckers
|
ba4b5bbbcb
|
- PLAYER::Killer
|
2021-11-29 00:55:27 +01:00 |
|
Christoph Oelckers
|
7d7000f6ab
|
- FindNearSprite + PLAYER::remote_sprite.
|
2021-11-29 00:55:26 +01:00 |
|
Christoph Oelckers
|
0e37e0904e
|
- sop::sp_child.
|
2021-11-29 00:55:26 +01:00 |
|
Christoph Oelckers
|
02671dbe2f
|
- PlayerUnderSprite.
|
2021-11-29 00:55:25 +01:00 |
|
Christoph Oelckers
|
8780be4ee4
|
- WpnGoal + sprite_num.
|
2021-11-29 00:55:24 +01:00 |
|
Christoph Oelckers
|
8336f689dd
|
- DoPickTarget.
|
2021-11-29 00:55:24 +01:00 |
|
Christoph Oelckers
|
e7dcd279af
|
- PickJumpMaxSpeed.
|
2021-11-29 00:55:22 +01:00 |
|
Christoph Oelckers
|
7012a77685
|
- InitShell / SpawnShell
|
2021-11-29 00:55:21 +01:00 |
|
Christoph Oelckers
|
aef68363b4
|
- FlagOwner refactoring.
Only those parts which use it as a sprite index, seveal actors recycle it as a general purpose variable.
|
2021-11-29 00:55:21 +01:00 |
|
Christoph Oelckers
|
5efb63b780
|
- InitCaltrops + InitPhosphorus
|
2021-11-29 00:55:21 +01:00 |
|
Christoph Oelckers
|
e3e9e4030e
|
- splash functions.
|
2021-11-29 00:55:19 +01:00 |
|
Christoph Oelckers
|
cf8aaf7ff2
|
- JS_ProcessEchoSpot + UnlockKeyLock
|
2021-11-29 00:55:19 +01:00 |
|
Christoph Oelckers
|
ef23f69072
|
- EnemyDefaults.
|
2021-11-29 00:55:16 +01:00 |
|
Christoph Oelckers
|
f5c7ccd6af
|
- bunny.cpp
|
2021-11-29 00:55:16 +01:00 |
|
Christoph Oelckers
|
4231119717
|
- owner stuff
|
2021-11-29 00:55:15 +01:00 |
|
Christoph Oelckers
|
13f0b08aeb
|
- AutoBreakWall and SpawnShrap cleanup.
|
2021-11-29 00:55:14 +01:00 |
|
Christoph Oelckers
|
d63ac59fa0
|
- FindBreakSpriteMatch
|
2021-11-29 00:55:14 +01:00 |
|
Christoph Oelckers
|
6a4049e33c
|
- SetupSpriteForBreak, extra sprite flags as enum
|
2021-11-29 00:55:14 +01:00 |
|
Christoph Oelckers
|
de12433809
|
- USER::Attach and SetAttach.
|
2021-11-29 00:55:13 +01:00 |
|
Christoph Oelckers
|
a48b45143e
|
- ActorFindTrack
|
2021-11-29 00:55:13 +01:00 |
|
Christoph Oelckers
|
c15da92544
|
- add a Collision member to USER.
|
2021-11-29 00:55:12 +01:00 |
|
Christoph Oelckers
|
d5f1ec9ad7
|
- wrapped all assignments to USER::ret.
To allow more complex operations like filling a Collision struct and changing the calling code piece by piece.
|
2021-11-29 00:55:12 +01:00 |
|
Christoph Oelckers
|
c88524884c
|
- made USER::flame an actor pointer.
|
2021-11-29 00:55:11 +01:00 |
|
Christoph Oelckers
|
0de816d308
|
- replaced tgt_sp wrapper.
|
2021-11-29 00:55:11 +01:00 |
|
Christoph Oelckers
|
84b83ad9b8
|
- replaced hi_sp with an actor pointer.
|
2021-11-29 00:55:10 +01:00 |
|
Christoph Oelckers
|
c0c27dfd1a
|
- replaced lo_sp with an actor pointer, both in USER and PLAYER.
|
2021-11-29 00:55:10 +01:00 |
|
Christoph Oelckers
|
06b4e8cf08
|
- cleanup.
|
2021-11-29 00:55:10 +01:00 |
|
Christoph Oelckers
|
02031c77d0
|
- first large batch of NewStateGroup calls.
|
2021-11-29 00:55:09 +01:00 |
|
Christoph Oelckers
|
d98fe4af73
|
- renamed NewStateGroup.
As refactoring aid.
|
2021-11-29 00:55:09 +01:00 |
|
Christoph Oelckers
|
400f822df3
|
- SpawnShrap callers
Function itself still needs work.
|
2021-11-29 00:55:08 +01:00 |
|
Christoph Oelckers
|
49d43727ba
|
- SpawnBlood.
|
2021-11-29 00:55:07 +01:00 |
|
Christoph Oelckers
|
771b4bcf43
|
- renamed ChangeState to ChangeSpriteState.
|
2021-11-29 00:55:07 +01:00 |
|
Christoph Oelckers
|
9602ee6c39
|
- most of change_sprite_stat.
|
2021-11-29 00:55:07 +01:00 |
|
Christoph Oelckers
|
7fc9ad1edb
|
- Coolie ghost function interface.
|
2021-11-29 00:55:06 +01:00 |
|
Christoph Oelckers
|
119d4393db
|
- Initial SetOwner WIP.
|
2021-11-29 00:55:06 +01:00 |
|
Christoph Oelckers
|
34d0c12b60
|
- removed all references to tgt_sp from ai.cpp, plus a few others found with search&replace.
|
2021-11-29 00:55:06 +01:00 |
|
Christoph Oelckers
|
602048b41d
|
- more simple tgt_sp replacements.
|
2021-11-29 00:55:05 +01:00 |
|
Christoph Oelckers
|
697d4f2253
|
- replaced USER::tgt_sp with an actor pointer.
Most access is still through a wrapper.
|
2021-11-29 00:55:04 +01:00 |
|
Christoph Oelckers
|
2a897c0582
|
- SW hit code abstraction.
|
2021-11-29 00:55:03 +01:00 |
|