Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
226 changes: 207 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,177 @@
# Windows image file caches
Thumbs.db
ehthumbs.db
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# Folder config file
Desktop.ini
# User-specific files
*.suo
*.user
*.sln.docstates

# Recycle Bin used on file shares
$RECYCLE.BIN/
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
x64/
build/
bld/
[Bb]in/
[Oo]bj/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# Windows shortcuts
*.lnk
#NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding addin-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

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

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml

# 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/
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
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 ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# =========================
# Operating System Files
Expand All @@ -28,20 +184,52 @@ $RECYCLE.BIN/
.AppleDouble
.LSOverride

# Icon must ends with two \r.
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
# Files that might appear on external disk
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# 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
29 changes: 29 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
ChangeLog

1.0.13
Updated version file to use github for new version info
Fixed potential ArgumentNullException

1.0.11.2
Thanks to github user @HansAcker for this:
Isolate SE's AudioSource objects from vessel.gameObject. Fixes the repeating decoupler sound where KSP would overwrite one of our AudioSources.

1.0.11.1
Added AssemblyFileVersion
Updated version file for 1.12

1.0.11
Moved settings from cfg file to settings page

1.0.10
Updated for KSP 1.8

1.0.9.1
Fixed Installchecker string

1.0.9
Adoption by LinuxGuruGamer
Added InstallChecker
Added AssemblyVersion.tt
Added check for multiple SHIPEFFECTS_SETTINGS nodes

Binary file not shown.
19 changes: 0 additions & 19 deletions GameData/ShipEffectsContinued/ShipEffects.cfg

This file was deleted.

23 changes: 22 additions & 1 deletion GameData/ShipEffectsContinued/ShipEffectsContinued.version
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
{"NAME":"Ship Effects Continued","URL":"http://ksp-avc.cybutek.net/version.php?id=480","DOWNLOAD":"https://github.com/Galileo88/ShipEffectsContinued/releases","CHANGE_LOG_URL":"https://raw.githubusercontent.com/Galileo88/ShipEffectsContinued/master/ReadMe.txt","VERSION":{"MAJOR":1,"MINOR":0,"PATCH":8,"BUILD":4},"KSP_VERSION":{"MAJOR":1,"MINOR":4,"PATCH":2},"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":2,"PATCH":2},"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":4,"PATCH":2}}
{
"NAME": "Ship Effects Continued",
"URL": "http://ksp-avc.cybutek.net/version.php?id=480",
"DOWNLOAD": "https://github.com/linuxgurugamer/ShipEffectsContinued/releases",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/linuxgurugamer/ShipEffectsContinued/master/ReadMe.txt",
"VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 11,
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
}
}
Loading