Commit graph

127 commits

Author SHA1 Message Date
Christoph Oelckers
174e7349b3 - SetTranslation function. 2016-10-02 13:48:53 +02:00
Christoph Oelckers
dc8436fc5e Merge branch 'setactorflag' of https://github.com/yqco/acc
# Conflicts:
#	zspecial.acs
2016-09-07 20:41:27 +02:00
arookas
70575393e4 Renamed Thing_Damage3 to DamageActor 2016-09-02 23:03:45 -04:00
arookas
5d10e85605 Added Thing_Damage3 function 2016-08-31 21:58:34 -04:00
yqco
ccdeaa2b49 Add SetActorFlag
int SetActorFlag(int tid, str flagname, bool value);

- Mimics DECORATE's A_ChangeFlag
- Returns number of actors affected (number of things with the flag)
- Affects activator if TID is 0
2016-08-28 16:05:29 -06:00
Christoph Oelckers
2c3a499c67 - added CheckClass definition. 2016-08-28 16:13:13 +02:00
yqco
4c6e8d2f99 Add CheckActorState
bool CheckActorState(int tid, str statename, bool exact = false);

- Same parameter order as SetActorState
- Returns true if actor has the state; else returns false
2016-08-22 01:23:54 -06:00
Christoph Oelckers
d458065899 - new parameters from Eternity for 2 specials. 2016-08-09 16:08:58 +02:00
Christoph Oelckers
020573c9a0 - consider Eternity's 'gap' parameter to several specials. 2016-08-03 12:55:48 +02:00
coelckers
95888b3cb9 Merge pull request #48 from MajorCooke/QuakeRoll
[ACC] QuakeEx Roll Inclusion
2016-07-26 08:26:23 +02:00
MajorCooke
5a55620a1a Adds support for particle parameter expansion. 2016-06-10 22:11:50 -05:00
Benjamin Moir
bef4622839 CheckProximity ACC changes 2016-05-10 15:16:00 +10:00
MajorCooke
8579c97b59 QuakeEx Roll Inclusion 2016-04-25 10:09:04 -05:00
Christoph Oelckers
c698192c2d SetMusicVolume function. 2016-04-17 10:55:24 +02:00
Christoph Oelckers
9c3896d579 Merge branch 'QuakeEx' of https://github.com/MajorCooke/acc
# Conflicts:
#	zspecial.acs
2016-03-23 14:09:45 +01:00
Christoph Oelckers
61db6c3fd2 - added Line_SetPortalTarget. 2016-02-07 00:35:03 +01:00
Christoph Oelckers
28aeaf0c11 Merge branch 'newspecials' 2016-02-06 01:46:52 +01:00
Christoph Oelckers
9649b1fa55 - new specials. 2016-01-29 09:21:57 +01:00
Christoph Oelckers
ab65e882d0 - added new PCodes to handle action specials > 255.
- added some new specials and parameters from EE.
2016-01-25 13:06:36 +01:00
MajorCooke
23ee00f093 Complimenting the reorganization of SpawnParticle. 2016-01-21 20:02:17 -06:00
Christoph Oelckers
3fa41c5dd6 - SpawnParticle added. 2016-01-21 17:09:16 +01:00
Christoph Oelckers
9fb4d74b82 - ACC sector terrain setter function. 2016-01-09 12:16:16 +01:00
Christoph Oelckers
7b90d74bc5 - ACC update for Sector_Changeflags's damage properties. 2016-01-09 12:11:45 +01:00
Christoph Oelckers
70fe03f7d4 - this needs one more parameter to cover all functionality. 2016-01-05 23:21:37 +01:00
Christoph Oelckers
b9cfd5d277 Merge branch 'master' of https://github.com/rheit/acc 2016-01-05 16:37:37 +01:00
Christoph Oelckers
bc3c22d1aa - sector damage related changes to ACS headers. 2016-01-05 16:37:16 +01:00
Benjamin Moir
b182661809 GLOOME port, pufftid parameter for LineAttack 2016-01-05 01:53:46 +10:00
Blue-Shadow
29a59b39f5 Added GetMaxInventory ACS function 2015-12-22 19:01:35 +03:00
Braden Obrzut
8cfdf80cf9 - Removed GetAspectRatio. 2015-12-07 01:46:19 -05:00
Christoph Oelckers
7fb1901ef3 - added GetAspectRatio and 6th parameter for SetHUDClipRect. 2015-12-06 09:57:57 +01:00
MajorCooke
8a91200b55 Part 1... 2015-10-26 12:19:51 -05:00
MajorCooke
6735fd46f1 HighPoint update 2015-10-05 22:21:29 -05:00
MajorCooke
bf1f719d52 Updated QuakeEx for falloff parameter. 2015-09-03 16:04:11 -05:00
Blue-Shadow
5c9dc989c5 Bumped Warp's arguments number to account for 'heightoffset'. 2015-08-28 20:34:38 +03:00
Benjamin Moir
04bbf15b28 Changed Warp to the ZDoom range 2015-07-31 22:26:33 +09:30
Benjamin Moir
63fa201967 Added Warp and its flags 2015-07-30 16:56:21 +09:30
Christoph Oelckers
822dc0b495 Merge branch 'master' of https://github.com/rheit/acc 2015-03-12 09:28:29 +01:00
Braden Obrzut
883fcf50b1 - Fixed: ZDaemon's special numbers were wrong. 2015-03-02 15:25:50 -05:00
MajorCooke
beef32bc35 Added QuakeEx. 2015-03-02 10:03:33 -06:00
nashmuhandes
c1426df0a6 Added SetActorRoll, ChangeActorRoll and GetActorRoll ACS functions. 2015-01-05 22:49:36 +08:00
MajorCooke
f7527b65e5 - SetActorTeleFog and SwapActorTeleFog for ACS. 2014-12-18 09:39:52 -06:00
John Palomo Jr
989b332595 Added forceTID parameter for PickActor. 2014-10-19 20:55:32 -04:00
Benjamin Berkels
e306dd8ca3 added definitions necessary for Zandronum 1.3 2014-10-11 16:34:24 -04:00
Christoph Oelckers
e33fc50340 Merge branch 'canraise' of https://github.com/GitExl/acc
Conflicts:
	zspecial.acs
2014-09-29 00:51:14 +02:00
fdari
54925aed4b IsPointerEqual(int aaptr1, int aaptr2, int tid1 = 0, int tid2 = 0) 2014-09-28 12:04:22 +02:00
GitExl
fb3767eee7 Add CanRaiseActor ACS function. 2014-09-23 12:11:01 +02:00
GitExl
4b3c23f645 Add PickActor function 2014-09-21 16:42:46 +02:00
Christoph Oelckers
49d5cadf5f Merge branch 'master' of https://github.com/MajorCooke/acc 2014-09-20 08:30:29 +02:00
MajorCooke
179bab2916 - Include with DropInventory with Blue Shadow's patch. 2014-09-19 19:57:02 -05:00
Christoph Oelckers
bae4cac3dd Ceiling_CrushAndRaiseSilentDist 2014-08-21 12:27:40 +02:00