Commit graph

401 commits

Author SHA1 Message Date
Christoph Oelckers
9c3896d579 Merge branch 'QuakeEx' of https://github.com/MajorCooke/acc
# Conflicts:
#	zspecial.acs
2016-03-23 14:09:45 +01:00
coelckers
71e79258dc Merge pull request #45 from m-x-d/region_fix
Fixed: #region blocks should not increase outertokencount (otherwise …
2016-02-15 16:06:39 +01:00
MaxED
b59cc47e53 Fixed: #region blocks should not increase outertokencount (otherwise #library inside a #region will generate the ERR_LIBRARY_NOT_FIRST error). 2016-02-15 15:56:25 +03: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
Randy Heit
177f5e12e2 ACC version 1.55 2016-02-05 18:42:28 -06:00
coelckers
6bb023d058 Merge pull request #44 from m-x-d/standardized-error-reports
Changed several Err_Exit calls to behave the same way all the other E…
2016-02-02 12:44:26 +01:00
coelckers
9061995f00 Merge pull request #43 from m-x-d/region-handling
Added #region / #endregion handling.
2016-02-02 12:42:38 +01:00
MaxED
8b958ecbae Changed several Err_Exit calls to behave the same way all the other Err_Exit calls do. 2016-02-02 14:29:32 +03:00
MaxED
4c10065b3b Added #region / #endregion handling. 2016-02-02 14:20:55 +03:00
Christoph Oelckers
0f40a7aebe - fixed: outertokencount must be reset after an #import directive, so that the position check for the inner #library finds the correct value. 2016-01-29 09:59:12 +01:00
Christoph Oelckers
9649b1fa55 - new specials. 2016-01-29 09:21:57 +01:00
Randy Heit
76b8552d4d Enforce #library must be the first thing in an ACS file if it's used 2016-01-28 19:38:56 -06:00
rheit
5bf0629f2e Merge pull request #37 from vanillajonathan/patch-1
Create readme.md
2016-01-27 12:07:06 -06: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
coelckers
bd0ed01ee7 Merge pull request #42 from ioan-chera/osx-compile
Fixed so compilation works on Mac
2016-01-23 16:34:38 +01:00
Ioan Chera
15a0960c83 Fixed so compilation works on Mac, which doesn't recognize the "unix" keyword, though to be fair it's not even set in the Makefile. 2016-01-23 14:12:36 +02:00
coelckers
abdc086666 Merge pull request #40 from Blue-Shadow/sector_flag_const
Added a constant for SECF_HAZARD sector flag
2016-01-23 09:12:15 +01:00
Blue-Shadow
874475ad77 Added a constant for SECF_HAZARD sector flag 2016-01-23 01:50:33 +03:00
coelckers
a5ced164dc Merge pull request #39 from MajorCooke/SpawnParticle2
Complimenting the reorganization of SpawnParticle.
2016-01-22 09:36:11 +01:00
MajorCooke
23ee00f093 Complimenting the reorganization of SpawnParticle. 2016-01-21 20:02:17 -06:00
Christoph Oelckers
d5442ef4e6 Merge branch 'master' of https://github.com/rheit/acc 2016-01-21 17:09:32 +01:00
Christoph Oelckers
3fa41c5dd6 - SpawnParticle added. 2016-01-21 17:09:16 +01:00
Jonathan
37e0268ae3 Create readme.md 2016-01-18 10:47:58 +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
rhinoduck
701c391c3f Fix for function return value speculation
- a speculated function is now marked as returning a value if it is called as such at any point before its definition
- no unwarranted errors about missing return values are raised for speculated functions anymore
2016-01-08 16:36:34 -06: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
coelckers
d4645e29a0 Merge pull request #35 from DaZombieKiller/master
GLOOME port, pufftid parameter for LineAttack
2016-01-05 09:59:16 +01:00
Benjamin Moir
b182661809 GLOOME port, pufftid parameter for LineAttack 2016-01-05 01:53:46 +10:00
Christoph Oelckers
e1aba8d2b1 Merge branch 'master' of https://github.com/rheit/acc 2016-01-03 11:31:08 +01:00
Christoph Oelckers
32ba4036d2 - added BLOCKF_SOUND definition. 2016-01-03 11:30:49 +01:00
coelckers
37ad8f31b0 Merge pull request #34 from Blue-Shadow/getmaxinv
Added GetMaxInventory ACS function
2015-12-22 22:29:34 +01: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
Christoph Oelckers
4138c32df0 Merge branch 'master' of https://github.com/rheit/acc
Conflicts:
	zdefs.acs
2015-11-30 09:23:34 +01:00
Christoph Oelckers
56e60bf55b - added a magic value to set the ice translation through Thing_SetTranslation 2015-11-29 12:29:32 +01:00
coelckers
bb971d39f2 Merge pull request #31 from j-palomo/pickactorflags
Added PICKAF_FORCETID and PICKAF_RETURNTID flags to PickActor.
2015-11-22 16:04:23 +01:00
John Palomo Jr
b90863890f Added PICKAF_FORCETID and PICKAF_RETURNTID flags to PickActor. 2015-11-21 05:59:17 -05:00
coelckers
f92fbb96fa Merge pull request #30 from MajorCooke/WarpUpdate4
Warp ACS updates.
2015-10-29 08:15:39 +01:00
MajorCooke
f7bf293ce5 ... 2015-10-26 19:17:52 -05:00
MajorCooke
bdfdf2c811 Part 2. And done. 2015-10-26 12:20:47 -05:00
MajorCooke
8a91200b55 Part 1... 2015-10-26 12:19:51 -05:00
coelckers
3071c321fa Merge pull request #29 from rhinoduck/recursive_calls
Fix wrong function index on some recursive calls
2015-10-10 21:03:09 +02:00
rhinoduck
ae6b71612e Fix wrong function index on some recursive calls
- problem: function index for recursive calls does not get updated in
  cases when the definition of the function comes before its use
- solution: treat the function as predefined until we process the whole
  of its body so that a ref gets added if a recusive call is encountered
2015-10-10 17:40:52 +02:00
MajorCooke
6735fd46f1 HighPoint update 2015-10-05 22:21:29 -05:00
coelckers
ae5f03691a Merge pull request #26 from edward-san/div_by_zero
- Fixed the 'division by zero' crash in the constant expression parsing.
2015-09-05 23:20:04 +02:00