Skip to content

Commit

Permalink
first v3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
meirumeiru committed Mar 31, 2018
1 parent 5267dc1 commit c91b521
Show file tree
Hide file tree
Showing 838 changed files with 71,654 additions and 46,717 deletions.
17 changes: 0 additions & 17 deletions .gitattributes

This file was deleted.

74 changes: 11 additions & 63 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,65 +1,13 @@
# 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

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

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

.DS_Store
.AppleDouble
.LSOverride

# 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
*.dll
IRSequencer/IRSequencer/bin/Debug/IRSequencer.pdb
IRSequencer/IRSequencer/obj/Debug/IRSequencer.csproj.FileListAbsolute.txt
IRSequencer/IRSequencer/obj/Debug/IRSequencer.csprojResolveAssemblyReference.cache
*.pdb

*.userprefs

*.mdb

IRSequencer/IRSequencer/obj/Debug/IRSequencer.csproj.FilesWrittenAbsolute.txt
IRSequencer/IRSequencer.v12.suo
IRSequencer/IRSequencer.v12.suo
*.suo
IRSequencer/IRSequencer.v12.suo
*.cache
IRSequencer/IRSequencer/obj/Release/IRSequencer.csproj.FileListAbsolute.txt
*.vspscc
*.vssscc
*.scc
*.suo
*.user

build_release_122.bat
build_release_131.bat
build_release_141.bat
/_release/

IRSequencer/IRSequencer/obj/Release/IRSequencer.csproj.FilesWrittenAbsolute.txt
*.cache
IRSequencer/.vs/IRSequencer/IRSequencer.scgdat
/IRSequencer/IRSequencer/bin/
/IRSequencer/IRSequencer/obj/
14 changes: 0 additions & 14 deletions IRSequencer.version

This file was deleted.

Binary file removed IRSequencer/.vs/IRSequencer/IRSequencer.scgdat
Binary file not shown.
28 changes: 21 additions & 7 deletions IRSequencer/IRSequencer.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IRSequencer", "IRSequencer\IRSequencer.csproj", "{0EB66193-D77E-4A51-BAA2-67F641217963}"
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IRSequencer 1.3.1", "IRSequencer\IRSequencer 1.3.1.csproj", "{0EB66193-D77E-4A51-BAA2-67F641217963}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IRSequencer 1.4.1", "IRSequencer\IRSequencer 1.4.1.csproj", "{60D7BCB5-DDCC-4B3D-880D-B0BC05CD41EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IRSequencer 1.2.2", "IRSequencer\IRSequencer 1.2.2.csproj", "{DD6BFA2B-1B38-4E0B-A503-6656B2DDD3E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -19,6 +21,21 @@ Global
{0EB66193-D77E-4A51-BAA2-67F641217963}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB66193-D77E-4A51-BAA2-67F641217963}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB66193-D77E-4A51-BAA2-67F641217963}.Release|x86.ActiveCfg = Release|Any CPU
{60D7BCB5-DDCC-4B3D-880D-B0BC05CD41EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60D7BCB5-DDCC-4B3D-880D-B0BC05CD41EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60D7BCB5-DDCC-4B3D-880D-B0BC05CD41EA}.Debug|x86.ActiveCfg = Debug|Any CPU
{60D7BCB5-DDCC-4B3D-880D-B0BC05CD41EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60D7BCB5-DDCC-4B3D-880D-B0BC05CD41EA}.Release|Any CPU.Build.0 = Release|Any CPU
{60D7BCB5-DDCC-4B3D-880D-B0BC05CD41EA}.Release|x86.ActiveCfg = Release|Any CPU
{DD6BFA2B-1B38-4E0B-A503-6656B2DDD3E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD6BFA2B-1B38-4E0B-A503-6656B2DDD3E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD6BFA2B-1B38-4E0B-A503-6656B2DDD3E3}.Debug|x86.ActiveCfg = Debug|Any CPU
{DD6BFA2B-1B38-4E0B-A503-6656B2DDD3E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD6BFA2B-1B38-4E0B-A503-6656B2DDD3E3}.Release|Any CPU.Build.0 = Release|Any CPU
{DD6BFA2B-1B38-4E0B-A503-6656B2DDD3E3}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
Expand Down Expand Up @@ -218,7 +235,4 @@ Global
$32.IncludeInstanceMembers = True
$32.IncludeStaticEntities = True
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file removed IRSequencer/IRSequencer.v12.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/API/ActionGroupsExtendedAPI.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Reflection;

namespace IRSequencer.API
namespace IRSequencer_v3.API
{
public class ActionGroupsExtendedAPI
{
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/API/IRWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Reflection;

// TODO: Change this namespace to something specific to your plugin here.
namespace IRSequencer.API
namespace IRSequencer_v3.API
{
public class IRWrapper
{
Expand Down
4 changes: 2 additions & 2 deletions IRSequencer/IRSequencer/Core/BasicCommand.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using IRSequencer.API;
using IRSequencer_v3.API;

namespace IRSequencer.Core
namespace IRSequencer_v3.Core
{
public class BasicCommand
{
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Core/Sequence.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;

namespace IRSequencer.Core
namespace IRSequencer_v3.Core
{
/// <summary>
/// Implements a Sequence of BasicCommands.
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Core/SequencerState.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;

namespace IRSequencer.Core
namespace IRSequencer_v3.Core
{
/// <summary>
/// Implements State as in Finite State Machine for Sequencer.
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Gui/BasicTooltip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System;
using KSP.UI;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{
public class BasicTooltip : MonoBehaviour, IPointerEnterHandler, IPointerExitHandler
{
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Gui/CanvasGroupFader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
All credit on this one goes to CYBUTEK
*/
namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{
using System;
using System.Collections;
Expand Down
4 changes: 2 additions & 2 deletions IRSequencer/IRSequencer/Gui/CommandDragHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using UnityEngine.UI;
using System;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{

public class CommandDragHandler : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler
Expand All @@ -15,7 +15,7 @@ public class CommandDragHandler : MonoBehaviour, IBeginDragHandler, IDragHandler
public Transform dropZone;
public bool createCopy = false;

public IRSequencer.Core.BasicCommand linkedCommand;
public IRSequencer_v3.Core.BasicCommand linkedCommand;

protected Vector2 startingPosition;
protected int startingSiblingIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Gui/CommandDropHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UnityEngine.UI;
using UnityEngine.EventSystems;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{
/// <summary>
/// Handles the IR logic of group drop
Expand Down
6 changes: 3 additions & 3 deletions IRSequencer/IRSequencer/Gui/EditorLocker.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.EventSystems;
using IRSequencer;
using IRSequencer.API;
using IRSequencer_v3;
using IRSequencer_v3.API;
using System;


namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{
public class EditorLocker : MonoBehaviour, IPointerEnterHandler, IPointerExitHandler
{
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Gui/HoldButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine.UI;
using UnityEngine.EventSystems;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{
public class HoldButton : MonoBehaviour, IPointerDownHandler, IPointerUpHandler
{
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Gui/PanelDragger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using KSP.UI.Screens;
using KSP.UI;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{

public class PanelDragger : MonoBehaviour, IPointerDownHandler, IDragHandler
Expand Down
2 changes: 1 addition & 1 deletion IRSequencer/IRSequencer/Gui/PanelResizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine.UI;
using UnityEngine.EventSystems;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{
public class PanelResizer : MonoBehaviour, IPointerDownHandler, IDragHandler
{
Expand Down
5 changes: 2 additions & 3 deletions IRSequencer/IRSequencer/Gui/SequenceDragHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
using UnityEngine.UI;
using System;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{

public class SequenceDragHandler : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler
{
public Canvas mainCanvas;
Expand All @@ -16,7 +15,7 @@ public class SequenceDragHandler : MonoBehaviour, IBeginDragHandler, IDragHandle
public Transform dropZone;
public bool createCopy = false;

public IRSequencer.Core.Sequence linkedSequence;
public IRSequencer_v3.Core.Sequence linkedSequence;

protected Vector2 startingPosition;
protected Image draggedItemBG;
Expand Down
4 changes: 2 additions & 2 deletions IRSequencer/IRSequencer/Gui/SequenceDropHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
using System.Collections;
using UnityEngine.EventSystems;

namespace IRSequencer.Gui
namespace IRSequencer_v3.Gui
{
/// <summary>
/// Handles the IR logic of group drop
/// </summary>
public class SequenceDropHandler : MonoBehaviour, IDropHandler
{
public IRSequencer.Core.SequencerState linkedState;
public IRSequencer_v3.Core.SequencerState linkedState;

public void OnDrop(PointerEventData eventData)
{
Expand Down
Loading

0 comments on commit c91b521

Please sign in to comment.