Skip to content

Commit bba8201

Browse files
committed
Updated changelog.
1 parent 916dd87 commit bba8201

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

misc/Changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
Hot Particles
33

4+
v1.8 (2021-02-19)
5+
- Particle systems can now have individual position offsets.
6+
- Fixed particle path previews not using the specified area distribution.
7+
- Templates: Values have been moved to the 'exported' namespace (i.e. particleSystems is now exported.particleSystems). (Values are also available in the old place so existing templates still work.)
8+
- Templates: Added exported.emitterPosition and exported.particleSystems[n].emitterOffset.
9+
- Templates: Deprecated exported.particleSystems[n].offset. (Use exported.particleSystems[n].textureOffset instead.) ('offset' is an alias for 'textureOffset' so existing templates still work.)
10+
- Templates: exported.particleSystems[n].texturePreset is now empty if a custom texture is used.
11+
- The default templates have been updated.
12+
413
v1.7 (2021-01-10)
514
- Project files can be renamed from the tab context menu.
615
- Added menu button for reopening the current project.

misc/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ F Fast-forward particles (hold)
7878
G Slow down particles (hold)
7979

8080
H Show/hide current particle system
81-
P Show/hide particle movement path
81+
P Show/hide particle path preview
8282
F1 Show/hide stats (and toggle Vsync)
8383
F2 Show/hide panel numbers
8484

@@ -321,9 +321,9 @@ Values:
321321
particle systems can have their own custom data too.)
322322

323323
emitterPosition
324-
Table with these numeric fields: x, y. Is also an array. (Note that
325-
particle systems can specify an offset from this position with the
326-
'emitterOffset' field.)
324+
Base position for all emitters. It's a table with these numeric
325+
fields: x, y. Is also an array. (Note that particle systems can
326+
specify an offset from this position with the 'emitterOffset' field.)
327327

328328
particleSystems
329329
Array of tables with these fields:

0 commit comments

Comments
 (0)