Skip to content

Commit 595373a

Browse files
committed
update changelog
1 parent d186208 commit 595373a

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

src/content/docs/about/changelog.md

+18-11
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,30 @@ description: Record of all FLowPilot changes per version update.
55

66
### v0.9.3
77

8-
**Upcomming**
9-
10-
_xx/09/2024_
8+
_21/09/2024_
119

10+
**Breaking change:**
11+
> Unimplemented Tick tasks no longer automatically succeed, allowing FlowPilotComponent to continue execution.
12+
> FinishTask has to be called for the task to complete, or implement Tick and return manually.
13+
14+
- Feature: Allows changing ticking group in Project Settings.
15+
- Add: Modal to confirm task deletion
16+
- Add: Automatic Documentation export to FlowPilot.dev
17+
- Add: Flow Pilot asset can be created from the Content Browser via the Gameplay Menu
18+
- Add: New Option to spawn Class at a specific world location/rotation
19+
- Fix: Rare crash when Task was selected without Outer Class.
1220
- Fix: Crash on Demo Map when you don't have a class to spawn, but still play the game. Gracefully Log and Exit instead of crash.
21+
- Fix: Parallel Task was not respecting disabled nodes.
1322
- Update: Set default spawn lifetime to persistent
1423
- Update: Move Defines to FlowPilotGlobals.h
15-
- Add: Automatic Documentation export to FlowPilot.dev
16-
- Fix: Rare crash when Task was selected without Outer Class.
1724
- Update: Remove Root Task and Children from details view. No longer needed as the Tree view works correctly.
18-
- Add: New Option to spawn Class at a specific world location/rotation
19-
- Feature: Allows changing ticking group in Project Settings.
20-
- Fix: Parallel Task was not respecting disabled nodes.
21-
- Updates: Demo Maps and basic TP Character to remove Dependencies.
22-
- Add: Modal to confirm task deletion
25+
- Update: Demo Maps and basic TP Character to remove Dependencies.
2326
- Update: Default Root node is named after data asset now upon creation
24-
- Add: Flow Pilot asset can be created from the Content Browser via the Gameplay Menu
27+
- Update: Change Delegates to dynamic multicast to allow subscribing via BP
28+
- Update: Simplify finishing of ongoing tasks by calling FinishTask.
29+
- Update: Rename UFPTask_FlowActorAsset to UFPTask_SubFlow to make it more akin to a group of FlowTasks. (aka SubTree)
30+
- Update: Remove UFPTaskRunner. Simplified method calls so that most of it is handled via UFPTask_Sequencer. UFPTask_Selector now inherits from UFPTask_Sequencer and swaps Success/Fail behavior
31+
2532

2633

2734
### v0.9.2

0 commit comments

Comments
 (0)