forked from KSP-RSP/AnyRes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangelog.txt
170 lines (129 loc) · 5.25 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
ChangeLog
2.0.12
Updated presets to have consistant names re. windowed and Fullscreen
2.0.11
Reverted all changes back to version 2.0.9.1. This removes all changes from KerbalOne
The following change was inspired by the mod Resolution Keeper, published by Spacedock user Bion:
Added check to verify that the resolution hadn't changed outside of the game, and reset it if it has
Updated version file to use github for new version info
Added additional resolution saves
2.0.10
Thanks to github user @KerballOne for this:
Added Features UI Scale setting and set per SCENE
It can now automatically switch resolution and UI scale based on scene. Each setting config now includes
a "scale" attribute in addition to name, height, width and fullscreen.
All it needs is a config file (auto created on first run) with the scene name (e.g. 'EDITOR',
'FLIGHT', etc.).
The UI Window updates after each action and allows to save by preset or SCENE. So saving and/or apply new presets is easier.
The following change was inspired by the mod Resolution Keeper, published by Spacedock user Bion:
Added check to verify that the resolution hadn't changed outside of the game, and reset it if it has
Updated URL to get info from Github rather than ksp.spacetux.net
Improved kerballone PR by changing UI scale from a number to a slider
Added App Scale slider
2.0.9.1
Fixed error induced by previous fix, where the screen was being reset upon reentering after changing screen, due to a variable not being set properly.
2.0.9
Fixed performance issue when window was left open
2.0.8
Added new option to save game window position (currently only 1 position saved)
Added option to settings page to enable/disable the buttons for saving the game window
Cleaned up some code, replacing some GUILayout.BeginHorizontal/EndHorizontal with using new HorizontalLayout, same for some vertical
2.0.7.4
Thanks to @yalov for these changes:
Remove duplicate configs, add 1600x1000
Changed the 1080p full screen option, since it duplicated the other 1920x1080
2.0.7.3
Restored functionality on all screens
Removed check for "/" to open window
Broke main class into it's own file
2.0.7.2
Added AssemblyfileVersion
Updated version file for 1.12
2.0.7.1
Fixed not saving new res when new res was set from values
2.0.7
Added code to set res to last set resolution at every scene change
Added code to set resoltuion when application gains focus, usually after alt-tabbing away and then back
2.0.6
Fixed log prefix
Added code to reset screen res at main menu, first time. This will fix the issues with KSP sometimes forgetting the last set resolution when exiting the game
2.0.5
Changed active scene to only be in the Space Center
2.0.4
Added Close button
Updated pre/post build steps
2.0.3.3
Really did the MiniAVC update
2.0.3.2
Updated MiniAVC.dll to 1.4.0.2 to fix a nasty CTD
2.0.3.1
Updated MiniAVC.dll to 1.4.0
2.0.3
Added InstallChecker
Rebuild for 1.8
2.0.2.8
Version bump for 1.7.2
Fixed the AssemblyVersion.tt with correct info
2.0.2.6
Version bump for 1.5 rebuild
2.0.2.5
Updated version info
2.0.2.4
Updated to use new ToolbarControl registration
Removed Blizzy from settings page
2.0.2.3
Updated .version file
Rebuilt for bad CKAN download
2.0.2
Updated for 1.4.1
2.0.1
Added "X" to close the window
Added support for ClickThroughBlocker (now a dependency)
2.0.0.3
Added missing toolbar buttons
Fixed issue where multiple duplicate buttons were added in the Editor
2.0.0.2
Disabled the window from appearing on the main Settings page
2.0.0.1
Fixed nullref which occurred before getting to the SpaceCenter
Added logging class
Added new setting: UseKSPSkin, in the settings page
Deleted some commented-out code
2.0.0
Adoption by Linuxgurugamer
Rewrote all windows to make it a much simpler interface
Removed the confusing presets windows
Created Changelog file
Added support for ToolbarController, for Blizzy toolbar support
Added settings page for Toolbar control
Added Toggle on window for toolbar control
1.4.1
Removed 'reload scene' option which caused the game to crash in some instances.
1.4.0
Recompiled to 1.2
Bug fixes
Enhanced performance
1.3.2
I did basically nothing with this, so I'm giving credit where credit is due. Linuxgurugamer put his time into making this happen. Note: this is an official release of his unofficial build, so it's the exact same thing as what he released.
Fixed NullReferenceExceptions
Changed window positions (opening on top of each other)
Closing the main window will now close the child windows
1.3.1
So, because we have 1.2 removing all foreach statements and linq usage, I decided to do the same. No more foreach loops inside OnGUI().
1.3.0
Added the ability to create and load presets (#3)
Attempted to fix NullReferenceExceptions
Minor bug fixes, added some logging
1.2.1
Fixed permanent yaw problem (issue #4)
Please note: the key has been rebound to alt + /
1.2.0
Updated to KSP 1.1
1.1
Fix toolbar button
Fix UI issues by allowing reloading of scenes
1.0
The first ever release includes the following:
Change your screen resolution on the fly in any scene in KSP without having to edit config files
This also means any resolution possible as long as it's a positive number
Choose between fullscreen or windowed.