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
|
d44b637f1b
|
- fixed touchplate initialization
This was still using older code - the current native version was also not removed from the spawn function.
|
2022-11-20 08:51:09 +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 |
|
Christoph Oelckers
|
a2683559ce
|
- refactored Duke's cactus.
|
2022-11-15 10:44:06 +01:00 |
|
Christoph Oelckers
|
ad7cf290d2
|
- restricted use of gs.firstdebris to the only place where it is really needed.
Also no script export for this, it is only needed for converting CON parameters to propr indices.
|
2022-11-15 08:28:05 +01:00 |
|
Christoph Oelckers
|
d253468b22
|
- scriptified the scraps.
A Duke-ish mess of epic proportions.
|
2022-11-15 00:06:21 +01:00 |
|
Christoph Oelckers
|
5fea500f92
|
- flammable actors scriptified.
|
2022-11-14 16:31:45 +01:00 |
|
Christoph Oelckers
|
190fd1827e
|
- scriptified Dukes water fountain.
That's this thingy in the first corridor of E2L1.
|
2022-11-14 12:10:13 +01:00 |
|
Christoph Oelckers
|
306db376d9
|
- added script exports for 'spawn' and 'lotsofglass' and made the spawn variant using class names operational.
|
2022-11-14 10:30:59 +01:00 |
|
Christoph Oelckers
|
317968c45a
|
- exported DukeGameInfo.
Only the parts that can be considered stable.
|
2022-11-14 10:25:17 +01:00 |
|
Christoph Oelckers
|
ced22bb0a8
|
- added onUse virtual to DukeActor.
|
2022-11-14 10:22:22 +01:00 |
|
Christoph Oelckers
|
f23ddc28f0
|
- Duke: scriptified the crane
|
2022-11-13 18:55:32 +01:00 |
|
Christoph Oelckers
|
660c546266
|
- actor interface fixes.
|
2022-11-13 18:51:23 +01:00 |
|
Christoph Oelckers
|
e3aa1da175
|
- CallOnanimate
|
2022-11-13 11:50:28 +01:00 |
|
Christoph Oelckers
|
ba016c7c3a
|
- added CallOnHit and named spawn.
|
2022-11-13 10:30:52 +01:00 |
|
Christoph Oelckers
|
48d1367a7e
|
- added some VM exports for DukePlayer
|
2022-11-13 08:59:08 +01:00 |
|
Christoph Oelckers
|
de51b65ead
|
- reimplemented Duke's scripted actor iterators in a more lightweight fashion.
This now works without allocating garbage collected objects.
|
2022-11-13 08:59:07 +01:00 |
|
Christoph Oelckers
|
562c1a18c8
|
- integrate hud_althud into hud_size
This makes it easier to use and avoids rendering a fullscreen hud on a screen size with view border.
|
2022-10-30 16:51:39 +01:00 |
|
Christoph Oelckers
|
95042247cf
|
- implemented alt HUD for RR.
|
2022-10-30 16:51:38 +01:00 |
|
Christoph Oelckers
|
95d10bd73c
|
- Duke: fixed some issues with the pipe bomb’s detonator in the alt HUD.
|
2022-10-30 16:51:38 +01:00 |
|
Christoph Oelckers
|
2c7cf5564f
|
- implemented alt HUD for Duke. (incl. NAM + WW2GI)
|
2022-10-30 16:51:37 +01:00 |
|
Christoph Oelckers
|
ff71ab14ce
|
- added a GZDoom-style alternative HUD.
So far only implemented for Blood.
|
2022-10-30 16:51:37 +01:00 |
|
Christoph Oelckers
|
0eea776065
|
- moved RS_ bits to gamehud.h because that's all that uses these flags.
|
2022-10-30 16:51:09 +01:00 |
|
Christoph Oelckers
|
c511e5dca9
|
- eliminated int_xvel
|
2022-10-22 11:33:16 +02:00 |
|
Christoph Oelckers
|
9325886e35
|
- split use of tempang between real angles and other counters.
|
2022-10-22 11:33:16 +02:00 |
|
Christoph Oelckers
|
b8efc5c563
|
- floatified RR noise code.
|
2022-10-22 09:34:14 +02:00 |
|
Mitchell Richters
|
db5fcde0db
|
- Fix issues with startup on fresh config following CVAR overhaul.
|
2022-10-22 14:42:12 +11:00 |
|
Christoph Oelckers
|
50a9ca49f3
|
- floatified player_struct::hitang
|
2022-10-20 00:33:31 +02:00 |
|
Christoph Oelckers
|
5aa832f536
|
- fixed color of Duke's "ATOMIC" menu sprite.
|
2022-10-18 19:57:41 +02:00 |
|
Christoph Oelckers
|
7a9f89b95d
|
- removed obsolete scripting exports.
|
2022-10-16 10:59:04 +02:00 |
|
Christoph Oelckers
|
b202cf7a12
|
- added option to show the level stats on the automap.
|
2022-10-15 17:14:34 +02:00 |
|
Christoph Oelckers
|
ee41cda31e
|
- Duke: floatified pyoff
|
2022-10-13 22:54:42 +02:00 |
|
Christoph Oelckers
|
e14182be99
|
- reinstated integer MSTime where needed.
|
2022-10-09 13:56:07 +02:00 |
|
Christoph Oelckers
|
6bd854da88
|
- floatified player_struct::truecz/truefz.
|
2022-10-02 20:46:58 +02:00 |
|
Christoph Oelckers
|
7fce0ed7ae
|
- renamed truefz and truecz
|
2022-10-02 20:46:57 +02:00 |
|
Christoph Oelckers
|
793e9b7623
|
- renamed DDukeActor::floorz, ceilingz.
|
2022-10-02 20:46:56 +02:00 |
|
Christoph Oelckers
|
0fd42a50e8
|
-fixed ZScript warnings with comparison signedness.
|
2022-08-03 19:44:37 +02:00 |
|
Christoph Oelckers
|
cac54d42e9
|
- fixed script warnings after updating to version 4.9.0
|
2022-08-03 13:49:17 +02:00 |
|