Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
fce9661
Fixed harmless but annoying nullref when entering the editor and
linuxgurugamer Apr 15, 2019
e846cb6
kraken location off by 8 degrees
SumGuyTwitches Oct 30, 2019
f0ee37c
Use dateTimeFormatter for time period lengths
taniwha May 11, 2020
4cc41e3
Merge branch 'master' of git://github.com/jrossignol/WaypointManager …
linuxgurugamer Jun 9, 2020
bc3e743
Merge branch 'jrossignol-master'
linuxgurugamer Jun 9, 2020
af12d67
Merge pull request #2 from taniwha/daylength-fix
linuxgurugamer Jun 9, 2020
bb4704e
Merge pull request #3 from SumGuyTwitches/patch-1
linuxgurugamer Jun 9, 2020
7a8198c
Patch from github user @SumGuyTwitches:
linuxgurugamer Jun 10, 2020
8e8b0a0
Adoption by LinuxGuruGamer
linuxgurugamer Jun 19, 2020
4b09f65
Removed bad file
linuxgurugamer Jun 19, 2020
f9995b6
Added custom landing site configs, make active using PatchManager and…
linuxgurugamer Jun 20, 2020
d1bd382
Added toolbarcontroller & Clickthroughblocker support
linuxgurugamer Jun 23, 2020
29b4d95
Added page to select import of custom waypoints
linuxgurugamer Jun 25, 2020
8408213
Fixed references
linuxgurugamer Jun 25, 2020
9ee92d0
Fixed version file
linuxgurugamer Jul 3, 2020
4336836
Another error in version file, was https instead of http
linuxgurugamer Jul 10, 2020
a7bf1d8
Updated coordinates & altitude for the Armstrong Memorial
linuxgurugamer Jul 12, 2020
496b510
Removed extra .version file
linuxgurugamer Jul 12, 2020
1a7f0ba
Fixed modname on the toolbar button
linuxgurugamer Feb 22, 2021
5d4f127
disable the unfinished stock edit code
linuxgurugamer Feb 22, 2021
7e592c6
Added new dependency, SpacetuxLibrary
linuxgurugamer Jun 27, 2021
a00aee2
Fixed loading of contract icons (a very old, unreported bug)
linuxgurugamer Jun 29, 2021
9e3a420
Fixed loading of contract icons
linuxgurugamer Jun 30, 2021
a54607d
Updated changelog
linuxgurugamer Jun 30, 2021
3580555
Added AssemblyFileVersion
linuxgurugamer Oct 17, 2021
1ccd04b
Updated KSPAssembly
linuxgurugamer Oct 17, 2021
457decf
Fixed memory leak caused by the WaypointManagerGameEvents being unlo…
linuxgurugamer Sep 3, 2022
fa1e003
Fixed path for loading files (broken by new launcher)
linuxgurugamer Dec 7, 2022
99d6aab
Added ability to drag the onscreen live display of status to anywher…
linuxgurugamer Mar 6, 2024
d62dbfc
Fixed setting window not displaying (unintended sideeffect of the pr…
linuxgurugamer Mar 8, 2024
c5ed609
version file
linuxgurugamer Mar 8, 2024
8c34630
Fixed Next flight without changing any settings, grey background is …
linuxgurugamer Mar 8, 2024
8d768a1
Thanks to github user @eminterrupted for finding this bug:
linuxgurugamer Feb 9, 2025
5acaf23
Updated text in Settings window re. dragging the Nav Window
linuxgurugamer Feb 9, 2025
5172f99
misc, nothing major
linuxgurugamer Mar 2, 2025
07d3f9d
Added option to display Waypoint Coordinates, based on code from git…
linuxgurugamer Mar 2, 2025
27762ce
Update CustomWaypointGUI.cs
Clayell Mar 8, 2025
4f1ed82
Merge pull request #15 from Clayell/master
linuxgurugamer Mar 12, 2025
32190a8
Thanks to github user @Clayell for this:
linuxgurugamer Mar 17, 2025
2a3ed49
Updated fix to not show invalid waypoints on the Sun
linuxgurugamer Mar 19, 2025
16c8c63
Update WaypointData.cs
Clayell Mar 19, 2025
4a2d32a
cnt is not actually used
Clayell Mar 19, 2025
dc8a6dd
hide toolbar button in mainmenu
Clayell Mar 19, 2025
27cfc91
Merge pull request #16 from Clayell/master
linuxgurugamer Mar 20, 2025
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
97 changes: 73 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# Vim swap files
.*.swp

# User-specific files
*.suo
*.user
Expand All @@ -13,17 +10,12 @@
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/

# Roslyn cache directories
*.ide/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
Expand Down Expand Up @@ -99,6 +91,7 @@ _TeamCity*
*.dotCover

# NCrunch
*.ncrunch*
_NCrunch_*
.*crunch*.local.xml

Expand Down Expand Up @@ -128,19 +121,15 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config

# NuGet Packages Directory
packages/
## TODO: If the tool you use requires repositories.config uncomment the next line
#!packages/repositories.config

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
!packages/build/

# Windows Azure Build Output
csx/
Expand All @@ -165,9 +154,8 @@ node_modules/
# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
Expand All @@ -184,3 +172,64 @@ UpgradeLog*.htm

# Microsoft Fakes
FakesAssemblies/

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Icon must ends with two \r.
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk



# Windows
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

#
# Vim files
#
*~
*.swp
*.dll
*.pdb
.vs
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\WaypointManager.sln",
"PreviewInSolutionExplorer": false
}
Loading