ACC 1.58 Released

News about ZDoom, its child ports, or any closely related projects.
[ZDoom Home] [Documentation (Wiki)] [Official News] [Downloads] [Discord]
[🔎 Google This Site]

Moderator: GZDoom Developers

User avatar
Rachael
Posts: 13836
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

ACC 1.58 Released

Post by Rachael »

Minor update. Most notable improvement is the addition of the ternary operator.

Note that the DOS version may not be available in future versions.

The Windows version now requires Windows XP or later. If you need to work with prior versions of Windows, use the DOS version for now.

The toolchains to compile to legacy environments (i.e. XP and earlier) are becoming more difficult to find and use.

Download changelog
  • add ternary operator syntax
  • Fixed bug with address miscalculation in ternary operator when compiling with -h or #nocompact flags
  • Add constants for Line_SetAutomap{Flags,Style}
  • Use proper bit values for AMLF constants
  • added CMake build system
  • removed obsolete build systems files
  • Fixed bug with required optional parameters of MorphActor function
_mental_
 
 
Posts: 3819
Joined: Sun Aug 07, 2011 4:32 am

Re: ACC 1.58 Released

Post by _mental_ »

I uploaded macOS build here.
User avatar
Rachael
Posts: 13836
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: ACC 1.58 Released

Post by Rachael »

Thanks, grabbed it.
Blue Shadow
Posts: 5032
Joined: Sun Nov 14, 2010 12:59 am

Re: ACC 1.58 Released

Post by Blue Shadow »

Thanks for this.
Spoiler: Just an observation
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49188
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: ACC 1.58 Released

Post by Graf Zahl »

That's because the debug symbol table hasn't been stripped. Without that the size would be a quarter of what it is now.
User avatar
Redneckerz
Spotlight Team
Posts: 1096
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: ACC 1.58 Released

Post by Redneckerz »

Possibly useful:
ACS Math is a small library containing math functions, which can be a time saver when implementing ACS. (Github)
ACS Utils is a far bigger library with several utilties for ACC, BCC and GDCC compilers. (Homepage)
User avatar
Rachael
Posts: 13836
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: ACC 1.58 Released

Post by Rachael »

Blue Shadow wrote:Thanks for this.
Spoiler: Just an observation
Graf Zahl wrote:That's because the debug symbol table hasn't been stripped. Without that the size would be a quarter of what it is now.
Ooops.

Stripped it, it should be smaller now.

Return to “ZDoom (and related) News”