Skip to content

Commit

Permalink
Lets go to the future
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Dec 18, 2016
1 parent 38151f1 commit fab7c91
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion KM_LaunchEffect_SmkS.cs
@@ -1,6 +1,6 @@

/*
* Copyright (c) 2014, Sébastien GAGGINI AKA Sarbian, France
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Original work by dtobi, used with his permission
Expand Down
2 changes: 1 addition & 1 deletion ModelMultiParticlePersistFX.cs
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Sébastien GAGGINI AKA Sarbian, France
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion MultiInputCurve.cs
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Sébastien GAGGINI AKA Sarbian, France
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
25 changes: 22 additions & 3 deletions PersistentEmitterManager.cs
@@ -1,8 +1,27 @@
/*
* Author: Sébastien GAGGINI AKA Sarbian, France
* License: Attribution 4.0 International (CC BY 4.0): http://creativecommons.org/licenses/by/4.0/
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Thanks to Nothke for all the feature ideas, testing and feedback
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

Expand Down
4 changes: 2 additions & 2 deletions PersistentKSPParticleEmitter.cs
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Sébastien GAGGINI AKA Sarbian, France
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -198,7 +198,7 @@ public void EmitterOnUpdate(Vector3 emitterWorldVelocity)
pe.EmitParticle();
}
}

// This line (and the one that does the oposite at the end) is actally the slowest part of the whole function
Particle[] particles = pe.pe.particles;

Expand Down
2 changes: 1 addition & 1 deletion SmokeScreenConfig.cs
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Sébastien GAGGINI AKA Sarbian, France
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion SmokeScreenUI.cs
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Sébastien GAGGINI AKA Sarbian, France
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion SmokeScreenUtil.cs
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Sébastien GAGGINI AKA Sarbian, France
* Copyright (c) 2017, Sébastien GAGGINI AKA Sarbian, France
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down

0 comments on commit fab7c91

Please sign in to comment.