This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| new:changelog [2018/02/21 12:18] – korshun | new:changelog [2018/02/27 20:05] (current) – 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 '' | ||
| + | * 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 [[array|array sorting and shuffling]] | ||
| + | * Added [[sync|server-to-client variable synchronization]] functions. | ||
| + | * Moved all decorate to '' | ||
| * '' | * '' | ||
| * Changed '' | * Changed '' | ||
| Line 12: | Line 36: | ||
| * Change all '' | * Change all '' | ||
| * Change all '' | * Change all '' | ||
| + | * Delete '' | ||
| ===== 1.7 ===== | ===== 1.7 ===== | ||