forked from algernon-A/AdvancedBuildingLevelControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
82 lines (48 loc) · 2.28 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Version 0.9.2 -
- Ensure availability of MoveIt integration library
Version 0.9.1 -
- Specialized industry is now exempt from spawning level control
Version 0.9 -
- Add Move It integration
Version 0.8 -
- Add button to clear all building settings in selected district
- Add Harmony Prefix to PrivateBuildingAI.BuildingUpdated to catch any attempted upgrades to invalid building levels
- Add option to check all map buildings on load and fix any illegal levels
- Add tooltips to ABLC panels
- Update UI
Version 0.7.1 -
- Use game's PrivateBuildingAI.BuildingUpgraded method instead of custom method where possible
Version 0.7 -
- Add 'no abandonment' options
- Update translation framework
- Update bundled CitiesHarmony to 2.0 with Harmony 2.0.4
Version 0.6 -
- Panel button is now disabled (with explanatory tooltip) for buildings with only one level (e.g. specialized commercial or IT office)
- Add LockBuildingLevel method for other mods to use
- Add Harmony error and mod conflict notifications
- Overhaul logging
Version 0.5.1 -
- Level control panel no longer shows for buildings with only one level (e.g. specialized commercial or IT office)
Version 0.5 -
- Add building panel open and close buttons
- Add option for ABLC panel to open to the right of parent panel
- Add toggle for building panel initial visibility state
Version 0.4 -
- Add random spawn level option
Version 0.3 -
- Remove the 'control levels' checkbox; replace with dynamic level control
- Add proper 'Force Level Up' (not just politely suggesting that the game might possibly consider levelling up at some point, maybe?)
- Observe 'make historical' setting for both upgrading and downgrading
- Can now downgrade below prefab minimum level
- Upgrading/downgrading above/below set max/min levels now updates that max/min accordingly
- Disable (not hide) building action buttons when the action can't be triggered
- Building panel now automatically updates when action is completed
- Don't try to upgrade when there's no valid upgrade target
- Update translation framework
Version 0.2 -
- Add building downgrade ability
- Add mod options panel with manual translation selection option
- Add zh translation by M.S.Referee
- Add ru translation by vitalii201
- Add null check in OnBuildingReleased()
- Standardise exception logging