Releases: ZDoom/acc
Releases · ZDoom/acc
1.60
What's Changed
- Added APROP_WaterDepth. by @inkoalawetrust in #94
- Updated PROP_* flag definitions. by @inkoalawetrust in #93
- Updated earthquake ACS definitions. by @inkoalawetrust in #95
- Add the no-autosave flag for ChangeLevel by @nashmuhandes in #96
- Add missing Zandronum functions. by @DongVGH in #97
New Contributors
- @DongVGH made their first contribution in #97
Full Changelog: 1.59...1.60
ACC 1.59
This version is mostly to update the included *.acs files with the newest GZDoom 4.9.0 features.
It also (should) compile a static binary for Linux/MinGW too.
ACC 1.58
- 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