Skip to content
Success

Changes

Summary

  1. gitignore. (commit: 8759e2b) (details)
  2. ignore gitignore. (commit: cc70c51) (details)
  3. First attempt at buoyancy and weight, better collision. (commit: 132cdcc) (details)
  4. foo (commit: 0206b16) (details)
  5. Good progress. Ditch the damping and whatever was offsetting the (commit: 3821349) (details)
  6. Remove trace. (commit: de8e27c) (details)
  7. More advanced Pifometry. (commit: e7d4158) (details)
  8. Let the user use his pifomètre. (commit: 3b385ed) (details)
  9. Sticky particles. (commit: 585d9a4) (details)
  10. Changed defaults for compatibility, implemented logarithmic growth. (commit: f94b3ef) (details)
  11. Second attempt at fixing dotted smoke............ (commit: fcd7b1e) (details)
  12. argument range safety officer. (commit: 130e56f) (details)
  13. don't collide on creation. (commit: 1bef74c) (details)
  14. Fixed the dotted smoke problem. (commit: 2190308) (details)
  15. No silent policement here. (commit: 6c1b093) (details)
  16. Les poules du PersistentKSPParticleEmitter persistent. (commit: 8b53dce) (details)
  17. Renamed the files too. (commit: 60962d0) (details)
  18. peristance? (commit: 4d2218c) (details)
  19. Fix #6. (commit: 858dbb4) (details)
  20. "And then we'll document the code." (commit: 151de57) (details)
  21. More comments. (commit: f626a8e) (details)
  22. More accurate comment. (commit: 46a8515) (details)
  23. Always emit ourselves on FixedUpdate, nudging only if fixedEmissions; (commit: ef550df) (details)
  24. Always emit ourselves on FixedUpdate, nudging only if fixedEmissions; (commit: 6f28093) (details)
  25. Clearer comments. (commit: 5c40282) (details)
  26. More comment wrapping, I forgot to save... (commit: 0bb616e) (details)
  27. Actually apply the offset... :-p (commit: 813c23f) (details)
  28. ? (commit: ec8852f) (details)
  29. Units. (commit: 9aa522d) (details)
  30. Shorten the identifier and make it meaningful, a.k.a. typo. (commit: 1bf2cb4) (details)
  31. Messy WIP commit (commit: 93f77a3) (details)
  32. Reverted the code to use an Enum. (commit: 0d9313a) (details)
  33. The halfway there commit (commit: 4999a9b) (details)
  34. An other WIP messy commit (commit: 561ad7d) (details)
  35. Last commit before reformat (commit: 4a3c3aa) (details)
  36. More mess. (commit: 76b0823) (details)
  37. Trying to fix Serialize for MultiInputCurve. (commit: 11632e6) (details)
  38. an other test for serialisation (commit: e40e686) (details)
  39. Nearly There - Used a trick for serialization and it works (commit: be49dad) (details)
  40. UI and Config done (commit: 0dba6bc) (details)
  41. Change the License (commit: 69160be) (details)
The file was added.gitignore
The file was removed.gitignore
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 132cdcc97628f9231be22d37b25a37d762c17f42 by egg.robin.leroy+git
First attempt at buoyancy and weight, better collision.
(commit: 132cdcc)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 382134932627b643f37307a138c9c372ff7f3a8a by egg.robin.leroy+git
Good progress. Ditch the damping and whatever was offsetting the direction, but this is on the Unity side.
(commit: 3821349)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit f94b3ef056a79b5198cf5888b15c42cc6903cf41 by egg.robin.leroy+git
Changed defaults for compatibility, implemented logarithmic growth.
(commit: f94b3ef)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit fcd7b1ee7610227bf99101b31c4310176c7166be by egg.robin.leroy+git
Second attempt at fixing dotted smoke............
(commit: fcd7b1e)
The file was modified PersistantKSPParticleEmitter.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 8b53dce9a07c53bbd98475e7344c2adc13811d06 by egg.robin.leroy+git
Les poules du PersistentKSPParticleEmitter persistent.
(commit: 8b53dce)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified PersistantEmitterManager.cs (diff)
The file was modified PersistantKSPParticleEmitter.cs (diff)
The file was removedPersistantKSPParticleEmitter.cs
The file was removedPersistantEmitterManager.cs
The file was addedPersistentKSPParticleEmitter.cs
The file was addedPersistentEmitterManager.cs
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 151de57751efd9197a824d7e84320639006440e4 by egg.robin.leroy+git
"And then we'll document the code."
(commit: 151de57)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit ef550df4e8151ae5d010d00992342e3108ca2363 by egg.robin.leroy+git
Always emit ourselves on FixedUpdate, nudging only if fixedEmissions; Implement #5.
(commit: ef550df)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 6f28093f3baff0a42d19fbe0237bd39346f03991 by egg.robin.leroy+git
Always emit ourselves on FixedUpdate, nudging only if fixedEmissions; Implement #5.
(commit: 6f28093)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 0bb616e4cd12c0f6f5415771b935ba4115c2ad27 by egg.robin.leroy+git
More comment wrapping, I forgot to save...
(commit: 0bb616e)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 1bf2cb4d25590889ca6a0da7899f4a17dcfe949b by egg.robin.leroy+git
Shorten the identifier and make it meaningful, a.k.a. typo.
(commit: 1bf2cb4)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was addedMultiInputCurve.cs
The file was modified PersistentEmitterManager.cs (diff)
The file was modified PersistentKSPParticleEmitter.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 0d9313a83bf246323fb3e453aac84478ca7bfeb3 by sarbian
Reverted the code to use an Enum.
Not sure if it's such a good idea since I am now stuck with a fixed number of inputs
(commit: 0d9313a)
The file was modified MultiInputCurve.cs (diff)
The file was modified PersistentEmitterManager.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified MultiInputCurve.cs (diff)
The file was modified PersistentKSPParticleEmitter.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified MultiInputCurve.cs (diff)
Commit 4a3c3aa18219cc683d6be6948d0b02f2fa6b32b7 by sarbian
Last commit before reformat
(commit: 4a3c3aa)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 76b082392349d5ce7de51d556ca18e39eedb5d4c by sarbian
More mess.
Does not work ATM since the curve content is somehow gone once we load the craft
(commit: 76b0823)
The file was modified MultiInputCurve.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
Commit 11632e66cd82c1560bdd7c854312b6a7157e0397 by sarbian
Trying to fix Serialize for MultiInputCurve.
(commit: 11632e6)
The file was modified MultiInputCurve.cs (diff)
Commit e40e686a6866a7fbb245f2daedd0bdfad0a81ca5 by sarbian
an other test for serialisation
(commit: e40e686)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified MultiInputCurve.cs (diff)
Commit be49dad4508328a9e505d8f01f35779cba72144e by sarbian
Nearly There - Used a trick for serialization and it works
(commit: be49dad)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was addedSmokeScreenUtil.cs
The file was addedSmokeScreenConfig.cs
The file was modified MultiInputCurve.cs (diff)
The file was addedSmokeScreenUI.cs
The file was addedToolbarWrapper.cs
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified SmokeScreenUI.cs (diff)
The file was modified SmokeScreenUtil.cs (diff)
The file was modified SmokeScreenConfig.cs (diff)
The file was modified MultiInputCurve.cs (diff)
The file was modified SmokeScreenUtil.cs (diff)
The file was modified SmokeScreenConfig.cs (diff)
The file was modified ModelMultiParticlePersistFX.cs (diff)
The file was modified PersistentKSPParticleEmitter.cs (diff)
The file was modified SmokeScreenUI.cs (diff)
The file was modified MultiInputCurve.cs (diff)