-
Posts
24,911 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.10.0] S.A.V.E - automatic backup system - 1.10.0-3173
linuxgurugamer replied to Nereid's topic in KSP1 Mod Releases
@Nereid I just submitted a PR with the changes to support selecting the variable positioning into the config screen -
[1.10.0] S.A.V.E - automatic backup system - 1.10.0-3173
linuxgurugamer replied to Nereid's topic in KSP1 Mod Releases
Ok, I'll merge the code and submit a pr in the next day or so -
[1.9.x, 1.10.x, 1.11.x, 1.12.x] Part Wizard Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Following up on this: I've closed the issue on Github because I was able to do the same test on a KSP 1.9.1 install with the current version, and it worked without any problem. Your report is lacking in almost everything, including a log file, version of KSP, version of the mod, Operating system, etc. If you can replicate it after rebooting your computer, come back and post the information needed, along with a written list of steps need to follow to replicate it. Include all mouse click, what control the mouse was over, etc. -
[1.9.x, 1.10.x, 1.11.x, 1.12.x] Part Wizard Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
report it here, in case it's not a bug, someone else besides myself can help sometimes -
New release, 0.5.12 Removed all old Blizzy code Removed old dead code Fixed saving of window position Fixed open/close of window when entering scene Added option (stock settings) to remember last checklist Added support for the ButtonManager Added SpaceTuxLibrary as a dependency Cleaned up log lines to avoid double printing of the mod name Added check for minimum KIS version
-
HI, I'm working on updating the old L-Tech mod. As part of this, I've asked a couple of modders to make me some new parts for the mod. All parts are covered except for some tanks. The mod currently uses the stock RCStankRadialLong. The mod defines three resources Model Rockets Snacks Clipboards I'm not sure yet if the Snacks will stay the same, due to there being Snacks as Life Support in other mods. Regardless, I'm asking if someone would want to step up and make me the tanks. They could all use the same model, and just change the skin for each type. Thanks
-
[1.10.0] S.A.V.E - automatic backup system - 1.10.0-3173
linuxgurugamer replied to Nereid's topic in KSP1 Mod Releases
I reviewed the code, the only thing not there is the floating window code, and that isn't really important, unless some buttons leak through to the menu screen -
I just merged and released KCT with your PR
- 55 replies
-
- 1
-
- maintenance cost
- reliability
-
(and 2 more)
Tagged with:
-
A.Q.S.S. - AutoQuickSave System [1.8.x, 1.9.x, 1.10.x]
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I'm flattered. Working on the release right now -
Actually, there is a lot more work involved than you might imagine. Besides the coding work, there is UI development, QA of the UI, QA of the window, QA of the data being displayed in the window, etc. Even something as "simple" as Telemachus is not; I did a fairly deep dive into it last night on my coding stream, and there is a LOT more than you might expect. You also have to consider the issue of performance. Even though there are known ways to avoid performance issues, and threads, etc., it takes time to implement and time to test. Time which, especially before the first release, is probably more profitable to invest in the main part of the game itself. At most I would expect them to put in hooks so this can be added later
-
[1.4.*] [2.5.3] (2018-04-06) UbioZur Welding Ltd. Continued
linuxgurugamer replied to girka2k's topic in KSP1 Mod Releases
ToolbarController needs the ClickzthroughBlocker. Make sure you have the correct versions for the game. -
[1.10.0] S.A.V.E - automatic backup system - 1.10.0-3173
linuxgurugamer replied to Nereid's topic in KSP1 Mod Releases
@Nereid I'll probably be getting you a PR in a few days, with any fixes in my local which aren't in the current 1.10 branch. Linuxgurugamer -
This was done once before, by RealGecko. It would be a good thing to look at, I think he got most of the controls. Personally, I'm not a fan of these flat layouts, but I can see why some would. I'm on my phone right now, reply if you want me to point you to his repo
-
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
It's called floating point error, and is so small that it's not worth the effort. I hear what you are saying, but this issue is not a small fix, but rather a much larger issue that actually concerns the whole game Sorry to disappoint, but you are literally the first person who has mentioned this in the entire time that I've been maintaining the mod -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Some people think I worry over minor issues, such as this small update. I do it to eliminate all nullrefs in the log file, which makes it easier for everybody in the long run to actually find real errors: New release 0.1.10.10 Fix nullrefs upong returning to mainmenu by adding check for no game loaded (ie: returning to main menu) in CBTMonitor.Update & CBTMonitor.LateUpdate -
[1.12.x] Smartstage, intelligent VAB reset button
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New releaes, 2.9.14 Updated reflection calls to be correct for either KSP 1.9 or 1.10, a new parameter was added to 1.10 Fixed error in AddSurfaceDragDirection, used when doing advanced calculation. Replaced old GetPrivate ("liftCurves") with direct assignment Fixed error ": Getting control 8's position in a group with only 8 controls when doing repaint" when displaying the graph The Advanced Calculation is rather interesting. I can also safely say that no one is using it, because the bug has existed for several years now, it predates my adoption. I do suggest you take a look at it, and be patient, it can take a little while to update -
Try downloading the release and looking in the zip file
-
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.1.10.9 Fixed Popupshown.cfg from having endless repeats of the popupshown = true appended Fixed error which caused buildings to be non-clickable if clicking on a control in the window closed it (such as an X or a Close button) Made all members of Log class to be internal, to avoid conflicts with KSP_Log