Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0428b11
Updated to align with the SW 1.1.1 template. This necessitated change…
Apr 15, 2023
4f3c4b0
Updated for v 0.5.0
Apr 15, 2023
7d77e6c
Removed deprecated LazyOrbitBuild folder. Releases now go intot he Re…
Apr 15, 2023
a8090b4
Update README.md
schlosrat Apr 15, 2023
252c992
Fixed version check
Apr 20, 2023
14538ff
Fixed post build event to also copy the swinfo.json file to the games…
Apr 20, 2023
0c3445b
Merge branch 'master' of https://github.com/schlosrat/LazyOrbit
Apr 20, 2023
c621f5b
Capitalized Schlosrat
Apr 21, 2023
650c6ef
Fixed stupid json
Apr 23, 2023
014a271
Updated for SpaceWarp 1.3.0
schlosrat Jun 23, 2023
db64038
Took over mod. Updated to SW 1.3.0
schlosrat Jun 23, 2023
1242a93
Added batch scripts for release
schlosrat Jun 23, 2023
323d2e3
Reverted ModId to LazyOrbit so that it will properly update any old i…
schlosrat Jun 23, 2023
eed48ee
Moved project files to the project dir
schlosrat Jun 23, 2023
52a3221
Renamed the release folder to be the same as the original
schlosrat Jun 23, 2023
a88bdff
Fixed solution file for new project folder name
schlosrat Jun 23, 2023
f6fc0d1
Added debug logging to the batch files
schlosrat Jun 23, 2023
122f436
Updated gitignore in prep to switch to UITK
schlosrat Jun 23, 2023
17c04bd
Updated for version 0.5.2
schlosrat Jun 26, 2023
ee522d3
Fixed bug in getting the filtered list of vessels
schlosrat Jun 26, 2023
ec29095
Update README.md
schlosrat Jun 26, 2023
1b41a5d
Update README.md
schlosrat Jun 26, 2023
7665c33
Corrected version_check string
schlosrat Jul 5, 2023
eb167e9
Merge branch 'master' of https://github.com/schlosrat/LazyOrbit
schlosrat Jul 5, 2023
b884bc2
Updated to version 0.5.3
schlosrat Jul 5, 2023
d2c9aed
Update README.md
schlosrat Jul 5, 2023
2e2e9b3
Added user configurable hot key settings. Gave GUI a default starting…
schlosrat Jul 6, 2023
4b17a7f
Merge branch 'master' of https://github.com/schlosrat/LazyOrbit
schlosrat Jul 6, 2023
6416085
Update swinfo.json
schlosrat Feb 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
347 changes: 275 additions & 72 deletions .gitignore

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions LazyOrbit.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyOrbit", "LazyOrbit\LazyOrbit.csproj", "{C0BDE81C-46FF-40A1-B3A1-07E40830115C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyOrbit", "LazyOrbitProject\LazyOrbit.csproj", "{C0BDE81C-46FF-40A1-B3A1-07E40830115C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -19,7 +19,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1928799A-1D41-4C13-995B-265DF15A63C9}
EndGlobalSection
EndGlobal
Loading