forked from SirDiazo/AGExt
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathChangeLog.txt
More file actions
95 lines (71 loc) · 2.38 KB
/
ChangeLog.txt
File metadata and controls
95 lines (71 loc) · 2.38 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
ChangeLog
2.4.1.4
Updated version file to use github for new version info
Updated Readme
2.4.1.3
Updated initialization of the EditShow variable from true to false
Added check for exit window being displayed, if so, doesn't show the agext window
2.4.1.2
Added new dependency on SpacetuxLibrary
Removed local SpaceTuxUtility class
Replaced local logging class with KSP_Log from SpaceTuxLibrary
Fixed small memory leak by not removing a callback from a game event
2.4.1.1
Fixed missing button texture in editor
Added Settings page to make the OverrideCareer option available without editing a file
2.4.1
Changed "print" to "Log.Info", which will eliminate logging those lines in release version
Added AssemblyFileVersion
Updated version file for 1.12
2.4.0.1
Fixed nullref on an edge case:
* Have the action editor open before going on EVA.
* Left click on EVA Kerbal to select in editor (blue cross)
* Board vessel
* Exception spam
2.4.0
Updated for KSP 1.8
2.3.5
Added InstallChecker.cs
Updated AssemblyVersion.tt
2.3.4.1
fixed missing kOSVoidAction
2.3.4
Fixed panel selection for KSP 1.7, now required to wait until panel is displayed, the internal flags in KSP are now being set slightly differently
2.3.3.7
Version bump for 1.5 rebuild
2.3.3.6
Updated to registering with Toolbar Controller
Removed Blizzy option from settings
Updated version file for all 1.4 versions
2.3.3.5
Revert last change of the MM code
2.3.3.4
Commented out MM code which was adding depreciated ModuleAGX to all parts
Commented out unused variables
2.3.3.3
Added German Translation
2.3.3.2
Fixed missing localization function for Group2 in Flight
2.3.3.1
Fixed localization typo for Group2 in Editor
2.3.3
Updated for 1.4.1
Added support for the Toolbar Controller
Added simple settings page to toggle use of the Blizzy toolbar
Added additional button to settings window to toggle Blizzy toolbar
2.3.2.3
Thanks to forum user @Arivald Ha'gel for the following:
Invalid conversion from uint to int fixed
Added support for the Click Through Blocker. ClickThroughBlocker is now a requirement
2.3.2.2
Fixed localization strings in the editor
2.3.2.1
Moved Localization folder into AGExt (was being missed by Jenkins)
2.3.2
Added Log module
Changed all Debug.Log to Log.Info
2.3.1
Simplification and optimization of Flight.CheckActionsActiveActualCode
2.3.0
Adoption by Linuxgurugamer