This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
new:changelog [2018/02/17 14:41] – [1.4] korshun | new:changelog [2018/02/27 22:05] (current) – korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Changelog ====== | ====== Changelog ====== | ||
+ | |||
+ | ===== 1.8.2 ===== | ||
+ | |||
+ | * Removed all uses of local arrays as they are not supported in Zandronum 3.0. | ||
+ | * Added '' | ||
+ | * Removed broken '' | ||
+ | * Added '' | ||
+ | * Added '' | ||
+ | * Added '' | ||
+ | |||
+ | ==== Porting guide ==== | ||
+ | |||
+ | Replace uses of '' | ||
+ | |||
+ | ===== 1.8.1 ===== | ||
+ | |||
+ | Fixed '' | ||
+ | |||
+ | ==== Porting guide ==== | ||
+ | |||
+ | No changes needed. | ||
+ | |||
+ | |||
+ | ===== 1.8 ====== | ||
+ | * Added [[array|array sorting and shuffling]] | ||
+ | * Added [[sync|server-to-client variable synchronization]] functions. | ||
+ | * Moved all decorate to '' | ||
+ | * '' | ||
+ | * Changed '' | ||
+ | * Added '' | ||
+ | * Added '' | ||
+ | |||
+ | ==== Porting guide ==== | ||
+ | |||
+ | * Change all '' | ||
+ | * Change all '' | ||
+ | * Delete '' | ||
+ | |||
+ | ===== 1.7 ===== | ||
+ | |||
+ | * **Changed '' | ||
+ | * Fixed '' | ||
+ | * Renamed [[HUD Library]] TextOrigin property to Alignment. | ||
+ | * Added '' | ||
+ | * Added '' | ||
+ | * Added '' | ||
+ | * Added '' | ||
+ | * Removed '' | ||
+ | * [[error|Errors]] are logged to serverside console even when '' | ||
+ | |||
+ | ==== Porting guide ==== | ||
+ | |||
+ | - Replace '' | ||
+ | - Replace '' | ||
+ | - If you store '' | ||
+ | |||
+ | |||
+ | ===== 1.6.2 ===== | ||
+ | |||
+ | This is a hotfix release to fix broken 3D HudMessages in [[HUD Library]]. | ||
+ | |||
+ | ==== Porting guide ==== | ||
+ | |||
+ | No changes needed. | ||
===== 1.6.1 ===== | ===== 1.6.1 ===== | ||
Line 23: | Line 87: | ||
* **[[Actor properties|Added wrapper functions for all actor properties]]** | * **[[Actor properties|Added wrapper functions for all actor properties]]** | ||
* All variables and constants not meant to be used by ACSUtils users are now prefixed to avoid namespace pollution. | * All variables and constants not meant to be used by ACSUtils users are now prefixed to avoid namespace pollution. | ||
- | * Fixed [[functions: | + | * Fixed '' |
- | * Fixed [[functions: | + | * Fixed '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Rewritten [[number parsing]]. | * Rewritten [[number parsing]]. | ||
* Added new functions: | * Added new functions: | ||
* Input: | * Input: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Bit operations: | * Bit operations: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Math: | * Math: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Random: | * Random: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Strings: | * Strings: | ||
- | * [[functions: | + | * '' |
* **Case-insensitive versions of all string functions** | * **Case-insensitive versions of all string functions** | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Player: | * Player: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Dead spectator support: | * Dead spectator support: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Teams: | * Teams: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* ZDoom: | * ZDoom: | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
* Added new constants: | * Added new constants: | ||
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
| | ||
==== Porting guide ==== | ==== Porting guide ==== | ||
Line 111: | Line 175: | ||
^ Original name ^ New name ^ | ^ Original name ^ New name ^ | ||
- | | GetActorCurrentSpeed | [[functions: | + | | GetActorCurrentSpeed | '' |
- | | GetActorCurrentSpeed2D | [[functions: | + | | GetActorCurrentSpeed2D | '' |
- | | StrTimes | [[functions: | + | | StrTimes | '' |
- | | StrMidRange | [[functions: | + | | StrMidRange | '' |
- | | HasRoom | [[functions: | + | | HasRoom | '' |
- | | StatusBarShown | [[functions: | + | | StatusBarShown | '' |
- | | TakeAllInventory | [[functions: | + | | TakeAllInventory | '' |
- | | TakeAllActorInventory | [[functions: | + | | TakeAllActorInventory | '' |
4. Replace all uses of SwapActivator and RestoreActivator with ACS_NamedExecuteWithResult. | 4. Replace all uses of SwapActivator and RestoreActivator with ACS_NamedExecuteWithResult. | ||
Line 129: | Line 193: | ||
This is a bugfix release. It now uses the MIT license. | This is a bugfix release. It now uses the MIT license. | ||
- | * Fixed [[functions: | + | * Fixed '' |
- | * Fixed an off-by-one error in [[functions: | + | * Fixed an off-by-one error in '' |
* Fixed some constants not using ''# | * Fixed some constants not using ''# | ||
* Fixed additive blending not working in [[HUD Library]] when alpha is set to 1.0. | * Fixed additive blending not working in [[HUD Library]] when alpha is set to 1.0. | ||
- | * [[functions: | + | * '' |
- | * [[functions: | + | * '' |
==== Porting guide ==== | ==== Porting guide ==== |