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
Next revisionBoth sides next revision
new:changelog [2018/02/21 13:52] korshunnew:changelog [2018/02/22 16:44] korshun
Line 1: Line 1:
 ====== Changelog ====== ====== Changelog ======
  
-===== 1.8 (unreleased) ======+===== 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.
 +  * Moved all decorate to ''decorate.acsutils''.
   * ''RotateVector'' no longer multiplies rotation angle by -1.   * ''RotateVector'' no longer multiplies rotation angle by -1.
   * Changed ''RotateVectorSC'' to ''RotateVectorCS'' (different argument order)   * Changed ''RotateVectorSC'' to ''RotateVectorCS'' (different argument order)
   * Added ''byte2ang'' and ''ang2byte''   * Added ''byte2ang'' and ''ang2byte''
 +  * Added ''HudX1'' ''HudX2'' ''HudY1'' ''HudY2'' aliases for [[widescreen]] functions.
  
 ==== Porting guide ==== ==== Porting guide ====
Line 11: Line 23:
   * Change all ''RotateVector(x, y, angle)'' calls to ''RotateVector(x, y, -angle)''   * Change all ''RotateVector(x, y, angle)'' calls to ''RotateVector(x, y, -angle)''
   * Change all ''RotateVectorSC(x, y, s, c)'' calls to ''RotateVectorCS(x, y, c, s)''   * Change all ''RotateVectorSC(x, y, s, c)'' calls to ''RotateVectorCS(x, y, c, s)''
 +  * Delete ''decorate/changeflag.txt'' and copy ''decorate.acsutils'' to your project.
  
 ===== 1.7 ===== ===== 1.7 =====
new/changelog.txt · Last modified: 2018/02/27 22:05 by korshun