Christoph Oelckers
353bb9fa46
- fixed typo in zspecial.acs
...
SVN r2572 (trunk)
2010-08-23 17:35:29 +00:00
Christoph Oelckers
8e31bb9f26
- add Thing_SetConversation to ACS headers.
...
SVN r2570 (trunk)
2010-08-22 20:06:01 +00:00
Christoph Oelckers
23a52f6876
- added PinkSilver's ACS Checksight submission.
...
SVN r2532 (trunk)
2010-08-13 06:31:22 +00:00
Christoph Oelckers
d4b462824e
- sorted zspecials.acs properly so one can find all the specials.
...
- added Polyobj_MoveToSpot action specials. They are functionally identical to Polyobj_MoveTo but get the target coordinate from a map spot instead.
SVN r2503 (trunk)
2010-08-10 19:06:33 +00:00
Christoph Oelckers
4292f91216
- Added GetPolyobjX and GetPolyobjY ACS functions.
...
SVN r2502 (trunk)
2010-08-10 18:30:18 +00:00
Randy Heit
34aaeb388e
- Add Polyobj_Stop, Polyobj_MoveTo, and Polyobj_OR_Moveto to zspecials.acs.
...
SVN r2484 (trunk)
2010-08-01 19:14:47 +00:00
Christoph Oelckers
be191de47f
- added PinkSilver's APROP_MasterTid submission.
...
SVN r2456 (trunk)
2010-07-24 06:38:57 +00:00
Randy Heit
d4d0fb387c
- Also bump ACC version in the Makefile to 150.
...
SVN r2422 (trunk)
2010-07-10 01:00:56 +00:00
Randy Heit
8f5f3b7d85
- Bump ACC version to 1.50.
...
- Finish incomplete commit from last time.
SVN r2421 (trunk)
2010-07-10 00:58:22 +00:00
Randy Heit
e810579a68
- Better error message for trying to cram too many values into an array.
...
- Fixed: Array initialization in ACC was incorrect for partial initializers, especially with higher dimensions.
SVN r2416 (trunk)
2010-07-08 22:08:20 +00:00
Randy Heit
0138415af5
- Add CHANGELEVEL_RESETHEALTH to zdefs.acs.
...
SVN r2378 (trunk)
2010-06-18 03:36:46 +00:00
Christoph Oelckers
e7edb12a36
- new ACC definitions for print features.
...
SVN r2293 (trunk)
2010-04-20 11:00:53 +00:00
Randy Heit
78d4936647
- Bump ACC to 1.49.
...
- Fixed: ACC did not accept '\\' as a valid character escape sequence.
SVN r2159 (trunk)
2010-02-14 02:13:04 +00:00
Christoph Oelckers
b4097c81ec
- fixed: NO_CHANGE was not declared correctly in ACS headers.
...
SVN r2137 (trunk)
2010-01-28 09:23:55 +00:00
Christoph Oelckers
90ad91a5c1
- added PROP_BUDDHA option to SetPlayerProperty.
...
SVN r2127 (trunk)
2010-01-24 08:41:40 +00:00
Christoph Oelckers
911abd1e59
- Added ACS stubs for GZDoom's new SetGlobalFogParameter action special.
...
SVN r2058 (trunk)
2009-12-29 22:53:45 +00:00
Randy Heit
0dcf40afe6
- Fixed: Visual C++ 6.0 does not have _get_pgmptr(). You just access the variable directly with that version.
...
- Silenced some conversion warnings made by VC++ 6.
- Added the current working directory (.) as an automatic include directory, just ahead of
the program directory, for compatibility with older ACCs that had no include path handling.
SVN r2016 (trunk)
2009-12-04 01:15:08 +00:00
Randy Heit
35632f91fe
- Version bump ACC to 1.48.
...
SVN r2015 (trunk)
2009-12-03 23:46:15 +00:00
Randy Heit
e14e81e0ff
- Update zdefs.acs and zspecial.acs.
...
SVN r1940 (trunk)
2009-10-27 02:43:14 +00:00
Randy Heit
f6695b667c
- Update zspecial.acs.
...
SVN r1934 (trunk)
2009-10-25 02:22:49 +00:00
Christoph Oelckers
fd63793e4a
- added ACS CheckActprClass function
...
- fixed: When a blasted actor collided with another one this other actor's
DONTBLAST flag was not checked.
- added a global DamageFactor actor property. All damage this actor takes is multiplied
by this factor in addition to damage type specific damage factors.
SVN r1915 (trunk)
2009-10-15 20:09:22 +00:00
Christoph Oelckers
d4de0095b1
- ACC Aprop_DamageFactor.
...
SVN r1914 (trunk)
2009-10-15 09:21:22 +00:00
Christoph Oelckers
f1e81da304
- ACC definition for Radius_Quake2.
...
SVN r1913 (trunk)
2009-10-15 08:25:34 +00:00
Christoph Oelckers
9fbfe72ba8
- AProp_Notrigger in ACS header.
...
SVN r1906 (trunk)
2009-10-10 12:39:56 +00:00
Christoph Oelckers
cbbc1a0c15
- fixed: ACS's DamageThing declaration had an incorrect argument count.
...
SVN r1892 (trunk)
2009-10-02 09:18:21 +00:00
Christoph Oelckers
4dc798be1e
- New ACS functions for user variables.
...
SVN r1822 (trunk)
2009-09-14 21:29:35 +00:00
Christoph Oelckers
4aed9916b9
ACC header changes for last revision.
...
SVN r1820 (trunk)
2009-09-14 19:44:47 +00:00
Randy Heit
aaaa384e20
- ACC side of the patch.
...
SVN r1811 (trunk)
2009-09-08 03:21:06 +00:00
Christoph Oelckers
fe728d5e2a
- ACC SetActotVelocity
...
SVN r1798 (trunk)
2009-09-06 05:58:28 +00:00
Christoph Oelckers
7fc96c09f0
- added Line_SetBlocking to zspecial.acs
...
SVN r1772 (trunk)
2009-08-25 18:01:17 +00:00
Christoph Oelckers
d23d215986
- Added missing APROP_Species #define for CheckActorProperty submission.
...
SVN r1708 (trunk)
2009-07-05 05:55:14 +00:00
Christoph Oelckers
f50d5945ed
- ACC header changes for CheckActorProperty.
...
SVN r1707 (trunk)
2009-07-05 05:46:34 +00:00
Randy Heit
e403e82025
ACS update:
...
- Add clientside script flag for Skulltag support.
- Change GetActorMomX/Y/Z to GetActorVelX/Y/Z.
SVN r1690 (trunk)
2009-06-30 21:03:21 +00:00
Christoph Oelckers
25f2d5d296
ACC Line_SetTextureScale
...
SVN r1657 (trunk)
2009-06-08 23:47:30 +00:00
Christoph Oelckers
9b5df1ad54
SpawnSpotForced ACC header changes.
...
SVN r1637 (trunk)
2009-06-05 21:41:16 +00:00
Christoph Oelckers
84a86e82a4
- GetArmorType additon in ACC headers.
...
SVN r1635 (trunk)
2009-06-05 20:07:42 +00:00
Christoph Oelckers
a150028aec
- ACC header changes for new functions
...
SVN r1620 (trunk)
2009-05-30 08:57:33 +00:00
Randy Heit
4030849b1e
- Fixed: ACC's EvalFixedConstant() could overflow when adding the fractional part to
...
the integral part of the number.
SVN r1611 (trunk)
2009-05-26 17:36:40 +00:00
Christoph Oelckers
9392539534
- fixed line blocking constants in zdefs.acs.
...
SVN r1591 (trunk)
2009-05-17 08:37:32 +00:00
Christoph Oelckers
fe20818022
- fixed: ACC's TK_SkipPast and TK_SkipTo must check for reaching the end of file.
...
SVN r1586 (trunk)
2009-05-15 21:03:22 +00:00
Christoph Oelckers
02510cb7d9
- Added GetChar definition to ACS headers.
...
SVN r1584 (trunk)
2009-05-15 16:55:05 +00:00
Christoph Oelckers
5d25c06d69
- new ACS functions in zspecial.acs.
...
SVN r1577 (trunk)
2009-05-11 22:12:52 +00:00
Christoph Oelckers
dc777b74f1
- ACC changes for externally definable functions.
...
SVN r1576 (trunk)
2009-05-11 21:07:27 +00:00
Christoph Oelckers
7668d75645
Added AProp_Notarget to ACS headers.
...
SVN r1572 (trunk)
2009-05-09 08:26:37 +00:00
Randy Heit
74d1f238a8
- Removed definitions Gez listed as not actually present in Skulltag.
...
SVN r1553 (trunk)
2009-04-18 02:42:51 +00:00
Randy Heit
5ed47e2aa6
- Updated ACC with current Skulltag definitions. (LSPEC6[DIRECT] has become a more useful
...
GetInvasionWave/GetInvasionState combination, it has a few more line specials, and there
are several more spawntypes added to zdefs.acs.
SVN r1552 (trunk)
2009-04-18 01:44:46 +00:00
Christoph Oelckers
2efb16af47
ACC header additons for Line_SetBlocking.
...
SVN r1441 (trunk)
2009-02-22 15:40:17 +00:00
Randy Heit
e0c76d6e4d
- Fixed: When DeleteNode() deleted a node with two children, it freed the name of the
...
node that was moved into the spot of the deleted node, effectively making the
immediate predecessor or successor of the deleted node inaccessible, since it was left
with freed memory as a name.
SVN r1427 (trunk)
2009-02-19 23:15:11 +00:00
Randy Heit
83b212acbb
- Fixed: ACC must adjust the StatementLevel in ProcessStatement(), not in
...
LeadingCompoundStatement().
SVN r1395 (trunk)
2009-02-04 00:58:14 +00:00
Christoph Oelckers
77c46b29a8
- added APROP_Dropped to zdefs.acs
...
SVN r1375 (trunk)
2009-01-28 08:39:23 +00:00