This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
new:changelog [2018/02/27 21:21] korshun |
new:changelog [2018/02/27 22:05] (current) korshun |
||
---|---|---|---|
Line 5: | Line 5: | ||
* Removed all uses of local arrays as they are not supported in Zandronum 3.0. | * Removed all uses of local arrays as they are not supported in Zandronum 3.0. | ||
* Added ''getNumDigits''. | * Added ''getNumDigits''. | ||
- | * Fixed broken ''bitlog2'' returning 0 for numbers greater than 15. | + | * Removed broken ''bitlog2'' that returned 0 for numbers greater than 15. |
+ | * Added ''flag2index'' as a replacement for ''bitlog2''. | ||
* Added ''GetActorVelocityXY'' alias for ''GetActorXYVelocity''. | * Added ''GetActorVelocityXY'' alias for ''GetActorXYVelocity''. | ||
* Added ''HudSetAlign*'' aliases for ''HudSetAlignment*''. | * Added ''HudSetAlign*'' aliases for ''HudSetAlignment*''. | ||
Line 11: | Line 12: | ||
==== Porting guide ==== | ==== Porting guide ==== | ||
- | Check that ''bitlog2'' fix doesn't affect your code. | + | Replace uses of ''bitlog2'' with ''flag2index''. |
===== 1.8.1 ===== | ===== 1.8.1 ===== |