ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
new:changelog [2018/02/22 16:35] korshunnew:changelog [2018/02/27 21:21] korshun
Line 1: Line 1:
 ====== Changelog ====== ====== Changelog ======
  
-===== 1.8 (unreleased) ======+===== 1.8.2 ===== 
 + 
 +  * Removed all uses of local arrays as they are not supported in Zandronum 3.0. 
 +  * Added ''getNumDigits''
 +  * Fixed broken ''bitlog2'' returning 0 for numbers greater than 15. 
 +  * Added ''GetActorVelocityXY'' alias for ''GetActorXYVelocity''
 +  * Added ''HudSetAlign*'' aliases for ''HudSetAlignment*''
 + 
 +==== Porting guide ==== 
 + 
 +Check that ''bitlog2'' fix doesn't affect your code. 
 + 
 + 
 +===== 1.8.1 ===== 
 + 
 +Fixed ''AngleDiff'' outputting wrong results for some angles. 
 + 
 +==== Porting guide ==== 
 + 
 +No changes needed. 
 + 
 + 
 +===== 1.8 ======
   * Added [[array|array sorting and shuffling]]   * Added [[array|array sorting and shuffling]]
   * Added [[sync|server-to-client variable synchronization]] functions.   * Added [[sync|server-to-client variable synchronization]] functions.
new/changelog.txt · Last modified: 2018/02/27 22:05 by korshun