Releases: Korshun/acsutils
Releases · Korshun/acsutils
ACSUtils 1.1.2
This is a bugfix release.
http://acsutils.strangled.net/doku.php?id=changelog#section112
ACSUtils 1.1.1
This is a release that overcomes the 256 functions per compiled file limitation.
- Added
#nocompact
to fix ZDoom crashes when there are more than 256 functions in a compiled file. - Fixed BCC compatibility.
ACSUtils 1.1
- Error handler is now a function, not a script.
- Made public constants use
#libdefine
instead of#define
, making them usable in map scripts. - Added
GiveMaxInventory
,GiveMaxActorInventory
,TakeAllInventory
,TakeAllActorInventory
. - Added
IntDiv
- Added
lang
- Fixed
ceil
andiceil
incorrectly adding 1 to already round numbers (ceil(1.0) == 2.0
) - Optimized
SetInventory
andSetActorInventory
for multiplayer.
ACSUtils 1.0 beta 2
- Removed debug message from hudlib
ACSUTILS_ERROR_HANDLER
can now be set to 0 to suppress errors
ACSUtils 1.0 beta
ACSUtils 1.0 beta