This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
new:changelog [2018/02/19 20:58] – korshun | new:changelog [2018/02/27 20: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 ===== | ===== 1.6.2 ===== | ||
Line 90: | Line 146: | ||
* '' | * '' | ||
* Added new constants: | * Added new constants: | ||
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
- | * [[constants: | + | * '' |
| | ||
==== Porting guide ==== | ==== Porting guide ==== |