rheit
5bf0629f2e
Merge pull request #37 from vanillajonathan/patch-1
...
Create readme.md
2016-01-27 12:07:06 -06: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
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
Edoardo Prezioso
925b279bcd
- Fixed the 'division by zero' crash in the constant expression parsing.
2015-09-05 23:05:46 +02:00
coelckers
68cc72352b
Merge pull request #24 from Blue-Shadow/master
...
Bumped Warp's arguments number to account for 'heightoffset'.
2015-08-28 21:28:26 +02:00
Blue-Shadow
5c9dc989c5
Bumped Warp's arguments number to account for 'heightoffset'.
2015-08-28 20:34:38 +03:00
coelckers
19995bb5a0
Merge pull request #22 from DaZombieKiller/consistency
...
Changed Warp to the ZDoom range
2015-07-31 15:42:30 +02:00
Benjamin Moir
04bbf15b28
Changed Warp to the ZDoom range
2015-07-31 22:26:33 +09:30
coelckers
faf5701147
Merge pull request #21 from DaZombieKiller/acswarp
...
Added Warp and its flags
2015-07-31 08:35:40 +02:00
Benjamin Moir
63fa201967
Added Warp and its flags
2015-07-30 16:56:21 +09:30
coelckers
bac5e6eb8d
Merge pull request #20 from Blue-Shadow/lineattack_flag
...
Added FHF_NOIMPACTDECAL flag to zdefs.acs
2015-05-02 08:43:06 +02:00
Blue-Shadow
10e1e1c957
Added FHF_NOIMPACTDECAL flag to zdefs.acs
2015-05-02 08:48:36 +03:00
Braden Obrzut
a4326c85a3
- Fixed: Local array initializers didn't work for multi-dimensional arrays.
2015-03-26 18:10:56 -04:00
Braden Obrzut
918a247c0d
- Assign the fileDepth of a constant earlier to avoid uninitialized value when evaluating constant.
2015-03-26 17:20:34 -04:00
Christoph Oelckers
7a07de833a
Merge branch 'master' of https://github.com/Blue-Shadow/acc
2015-03-12 09:29:37 +01:00
Christoph Oelckers
822dc0b495
Merge branch 'master' of https://github.com/rheit/acc
2015-03-12 09:28:29 +01:00
Blue-Shadow
5441e38b91
Added constants for sound channels 5-7
2015-03-11 07:23:59 +03:00
Braden Obrzut
883fcf50b1
- Fixed: ZDaemon's special numbers were wrong.
2015-03-02 15:25:50 -05:00