Christoph Oelckers
|
6fb263d61b
|
- converted the two last non-CON-based active items - RRRA's empty bike and boat.
|
2022-12-11 19:43:54 +01:00 |
|
Christoph Oelckers
|
74368381a9
|
- did a bit of actor class consolidation by using explicit sprite assignments through 'spawnclasses'.
|
2022-12-11 19:43:54 +01:00 |
|
Christoph Oelckers
|
bdc474d04f
|
- scriptified all remaining Duke actors with specific init code and no CON part.
|
2022-12-11 19:43:53 +01:00 |
|
Christoph Oelckers
|
c9628db264
|
- scriptified the toilet.
|
2022-12-11 19:43:53 +01:00 |
|
Christoph Oelckers
|
066c4c88b2
|
- scriptified the two final special stat items from RRRA.
|
2022-12-11 19:43:52 +01:00 |
|
Christoph Oelckers
|
7cbc713b4e
|
- scriptified stat121 special effect.
|
2022-12-11 19:43:52 +01:00 |
|
Christoph Oelckers
|
dc06a93a4f
|
- scriptified RR's UFO teleporter.
|
2022-12-11 19:43:52 +01:00 |
|
Christoph Oelckers
|
5a155730b4
|
- scriptified RR's bowling stuff.
|
2022-12-11 19:43:52 +01:00 |
|
Christoph Oelckers
|
9ad8f67ce9
|
- added isEffector inline and exported NATURALLIGHTNING which got a bit in the way.
|
2022-12-11 19:43:52 +01:00 |
|
Christoph Oelckers
|
be6ead173a
|
- scriptified several smaller actors
|
2022-12-11 19:43:51 +01:00 |
|
Christoph Oelckers
|
0dc526899b
|
- scriptified FrameEffect
|
2022-12-11 19:43:51 +01:00 |
|
Christoph Oelckers
|
44d4e7a20a
|
- scriptified the mortar projectiles.
This was split off heavyhbomb for clarity and to avoid interference with the pickup code.
|
2022-12-11 19:43:51 +01:00 |
|
Christoph Oelckers
|
0bc9023e17
|
- scriptified the pipe bomb and RR's dynamite, which is mostly the same thing.
The mortars were split off because they made the code too convoluted.
|
2022-12-11 19:43:51 +01:00 |
|
Christoph Oelckers
|
ff6a9b89ac
|
- scriptified the green slimer.
|
2022-12-11 19:43:51 +01:00 |
|
Christoph Oelckers
|
bc34746227
|
- scriptified transport vehicles.
|
2022-12-11 19:43:50 +01:00 |
|
Christoph Oelckers
|
f1d6e0e6bb
|
- scriptified Duke's shooting gallery targets.
|
2022-12-11 19:43:50 +01:00 |
|
Christoph Oelckers
|
4397e65443
|
- cleaned up the generic destructible code and used it for several more things.
|
2022-12-11 19:43:50 +01:00 |
|
Christoph Oelckers
|
f89ccec829
|
- scriptified Duke's reactor.
|
2022-12-11 19:43:50 +01:00 |
|
Christoph Oelckers
|
d946ebb74d
|
- added Projectile base class.
Not hooked up yet, this only defines the framework for what comes.
|
2022-12-11 19:43:48 +01:00 |
|
Christoph Oelckers
|
15fb7dab35
|
- virtualized the 'shoot' interface and scriptified the bloodsplats to test it.
This calls virtual functions on the actor defaults now to allow writing specific shoot functions for subclasses.
|
2022-12-11 19:43:48 +01:00 |
|
Christoph Oelckers
|
8a921c98bd
|
- scriptified ooz.
|
2022-12-11 19:43:47 +01:00 |
|
Christoph Oelckers
|
9d1384449c
|
- scriptified the Recon.
|
2022-12-11 19:43:47 +01:00 |
|
Christoph Oelckers
|
7db953e0ea
|
- scriptified the force sphere.
Doesn't seem to be used anywhere, though...
|
2022-12-11 19:43:47 +01:00 |
|
Christoph Oelckers
|
6d9a8bfaa5
|
- scriptified the pool balls.
|
2022-12-11 19:43:47 +01:00 |
|
Christoph Oelckers
|
f138798e26
|
- scriptified the rat.
|
2022-12-11 19:43:46 +01:00 |
|
Christoph Oelckers
|
99413651b3
|
- scriptified the respawn marker.
|
2022-12-11 19:43:46 +01:00 |
|
Christoph Oelckers
|
a6a4e628df
|
- scriptified RRRA's gambling machines.
These were fallout from the generic destructibles because the code to destroy them was removed along with that.
|
2022-12-11 19:43:46 +01:00 |
|
Christoph Oelckers
|
1d52963d4b
|
- converted all simple destructible sprites.
Ironically the first item I used for testing needed a dedicated class, so here's that, too...
|
2022-12-11 19:43:46 +01:00 |
|
Christoph Oelckers
|
9e29c3970d
|
- generic destructibles
|
2022-12-11 19:43:45 +01:00 |
|
Christoph Oelckers
|
3ac8bd02f5
|
- scriptified the jibs
|
2022-12-11 18:46:40 +01:00 |
|
Christoph Oelckers
|
1ac4aee0c1
|
- RR cactus stuff
|
2022-12-11 18:41:50 +01:00 |
|
Christoph Oelckers
|
c48dfc082f
|
- scriptified RR's lumber blade.
|
2022-12-11 18:41:50 +01:00 |
|
Christoph Oelckers
|
76fabcd1c7
|
- chickenplant scriptified.
|
2022-12-11 18:41:50 +01:00 |
|
Christoph Oelckers
|
1061e3e2ca
|
- backend update from GZDoom.
|
2022-12-04 16:51:44 +01:00 |
|
Christoph Oelckers
|
a76d166966
|
- scriptified tongue actor.
This seems to be develpment garbage. No proper sprites exist for this.
|
2022-11-20 20:40:46 +01:00 |
|
Christoph Oelckers
|
cb005062cd
|
- scriptified activators and locators.
|
2022-11-20 12:43:24 +01:00 |
|
Christoph Oelckers
|
9fa2fb75cf
|
- scriptified the respawn controller.
This also handles one special RRRA controller which was just easier to scriptify right away than temporarily work around it.
|
2022-11-20 11:58:19 +01:00 |
|
Christoph Oelckers
|
f515939fde
|
- scriptified the sound controller.
|
2022-11-20 08:46:49 +01:00 |
|
Christoph Oelckers
|
714a2ef70e
|
- scriptified canwithsomething, the last internal STAT_STANDABLE item.
|
2022-11-19 19:01:17 +01:00 |
|
Christoph Oelckers
|
dee33ba4dd
|
- scriptified viewscreen and camera.
|
2022-11-19 17:35:04 +01:00 |
|
Christoph Oelckers
|
046ba1ae0c
|
- scriptified touchplate
|
2022-11-19 15:40:35 +01:00 |
|
Christoph Oelckers
|
63a8c3148c
|
- scriptified doorshock
|
2022-11-19 15:40:21 +01:00 |
|
Christoph Oelckers
|
15cd80cad3
|
- scriptified the waterdrip
|
2022-11-19 15:40:09 +01:00 |
|
Christoph Oelckers
|
11acb92553
|
- scriptified the bolts.
|
2022-11-19 12:54:50 +01:00 |
|
Christoph Oelckers
|
676ca73983
|
- scriptified the trash actor.
|
2022-11-19 12:54:15 +01:00 |
|
Christoph Oelckers
|
5ae7011e41
|
- converted the masterswitch.
|
2022-11-19 11:24:39 +01:00 |
|
Christoph Oelckers
|
b106fb693a
|
- scriptified OozFilter + Seenine
Also fixing the default handling for onHit.
|
2022-11-17 21:46:24 +01:00 |
|
Christoph Oelckers
|
26ba1f601e
|
- scriptified the fire extinguisher.
|
2022-11-17 20:19:22 +01:00 |
|
Christoph Oelckers
|
f9826241ef
|
- scriptied the cracks.
|
2022-11-17 20:18:46 +01:00 |
|
Christoph Oelckers
|
8ce358fc24
|
- scriptified the trip bombs.
|
2022-11-17 18:38:25 +01:00 |
|