Skip to content

Commit ecbe898

Browse files
committed
Initial commit
0 parents  commit ecbe898

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1009
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app

Changelog.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Version History
2+
===============
3+
4+
UPDATED (2017-09-28), v1.3.0.0
5+
- Recompiled with KSP 1.3 binaries
6+
7+
UPDATED (2016-07-05), v1.1.0.0
8+
- Removed duplicate button which appeared on monoprop tanks (MM cfg tweak)
9+
- Recompiled with KSP 1.1.3 binaries.
10+
11+
UPDATED (2016-5-30), v 1.0.0.8.
12+
- Recompile with 1.1.2. Tweak to MM cfg file. For tanks with multiple resources, one will be emptied per click, LiquidFuel always last.
13+
14+
RELEASE (2016-4-29), v 1.0.0.6
Binary file not shown.
22.3 KB
Loading
22.2 KB
Loading
12.8 KB
Loading
10.4 KB
Loading
Binary file not shown.
Loading

0 commit comments

Comments
 (0)