You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uJAPIFiles/Changelogs/UjAPI v1.1.34.338
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,9 @@
28
28
11. Added internal lock for SetUnitControlCount whenever a value is set to less than 0 to default to 0. Any value below 0 breaks internal counters.
29
29
12. Fixed Item Name/Description changes not working in CInfoPanelItemDetail tab.
30
30
13. Fixed internal CItem/CItemEx GetOrderType handling, __thiscall was used whereas __cdecl was expected. (Yes, some class member functions use __cdecl...)
31
+
14. Fixed Doom and similar abilities not stopping item useage via its hotkeys.
32
+
Note: on patches other than 1.26a this was also causing fatal error in unit selection with items that had ANcl in their abilities.
33
+
15. Fixed incorrect handling of Fortified armour damage, no damage reduction was applied on buildings that finished their construction.
34
+
Note: only constructing buildings are supposed to take 100% damage.
35
+
16. Fixed incorrect offsets for widget enumeration for patches 1.24e/1.27a/1.27b/1.28f.
36
+
Note: EnumDestructablesInRange seemed to be affected and was causing a crash.
0 commit comments