Updated ZDoom ACC to the latest dev build (reported by printz)

This commit is contained in:
ZZYZX 2018-04-10 21:07:55 +03:00
parent 5344700f77
commit 0a5a2e81e0
5 changed files with 15 additions and 3 deletions

Binary file not shown.

View file

@ -193,6 +193,10 @@
#define CR_DARKGRAY 20
#define CR_DARKGREY 20
#define CR_CYAN 21
#define CR_ICE 22
#define CR_FIRE 23
#define CR_SAPPHIRE 24
#define CR_TEAL 25
// HUD message types --------------------------------------------------------

View file

@ -263,10 +263,16 @@ special
270:Stairs_BuildDownDoom(5),
271:Stairs_BuildUpDoomSync(4),
272:Stairs_BuildDownDoomSync(4),
// New additions can go avove 255 now.
273:Stairs_BuildUpDoomCrush(5),
274:Door_AnimatedClose(2),
275:Floor_Stop(1),
276:Ceiling_Stop(1),
277:Sector_SetFloorGlow(5),
278:Sector_SetCeilingGlow(5),
279:Floor_MoveToValueAndCrush(4, 5),
280:Ceiling_MoveToValueAndCrush(4, 5),
// new to Eternity
// 300:Portal_Define(5),
@ -415,11 +421,13 @@ special
-208:Round(1),
-209:Ceil(1),
-210:ScriptCall(2, 100), // ACS does not know varargs so use something large as maximum.
-211:StartSlideshow(1),
// Eternity's
-300:GetLineX(3),
-301:GetLineY(3),
-302:SetAirFriction(1),
// GZDoom OpenGL
-400:SetSectorGlow(6),

View file

@ -30,6 +30,6 @@ using CodeImp.DoomBuilder;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.0.3009")]
[assembly: AssemblyVersion("2.3.0.3011")]
[assembly: NeutralResourcesLanguageAttribute("en")]
[assembly: AssemblyHash("88d98ac")]
[assembly: AssemblyHash("5344700")]

View file

@ -29,5 +29,5 @@ using System.Resources;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.0.3009")]
[assembly: AssemblyVersion("2.3.0.3011")]
[assembly: NeutralResourcesLanguageAttribute("en")]