Skip to content

Commit ed20252

Browse files
committed
Updated release notes
1 parent ec1b62b commit ed20252

File tree

8 files changed

+29
-10
lines changed

8 files changed

+29
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.16.0

Entitas/Entitas/entitas_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.16.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The optional Unity module integrates Entitas nicely into Unity and provides powe
5959

6060
![Entitas.Unity-MenuItems](Readme/Images/Entitas.Unity-MenuItems.png)
6161
![Entitas.Unity.VisualDebugging-Entity](Readme/Images/Entitas.Unity.VisualDebugging-Entity.png)
62+
![Entitas.Unity.VisualDebugging-Systems](Readme/Images/Entitas.Unity.VisualDebugging-DebugSystems.png)
6263

6364

6465
# Entitas deep dive

RELEASE_NOTES.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.16.0
2+
3+
#### Breaking changes
4+
- Moved system getters in Systems to DebugSystems
5+
6+
##### Entitas.Unity.CodeGenerator
7+
- Generated ComponentIds use array instead of dictionary for component name lookup
8+
9+
##### Entitas.Unity.VisualDebugging
10+
- Added "Step manually" to DebugSystems
11+
- Added activate / deactivate systems at runtime
12+
- Displaying Systems.totalSystemsCount in SystemsDebugEditor
13+
- Added SystemsMonitor visual graph
14+
15+
![Entitas.Unity.VisualDebugging-Debugsystems](https://cloud.githubusercontent.com/assets/233700/8241713/3bf5e3ce-160b-11e5-8876-497bb09c04b1.png)
16+
- Removed override DebugSystems.DestroyAllEntities()
17+
18+
119
# 0.15.0
220

321
##### Entitas
@@ -41,7 +59,7 @@ pool.CreateEntity()
4159
##### Entitas.Unity.VisualDebugging
4260
- Added DebugSystems
4361

44-
![visualdebug-systems](https://cloud.githubusercontent.com/assets/233700/7938066/ebe8b4b6-0943-11e5-9cec-ce694d624aca.png)
62+
![Entitas.Unity.VisualDebugging-Systems](https://cloud.githubusercontent.com/assets/233700/7938066/ebe8b4b6-0943-11e5-9cec-ce694d624aca.png)
4563
- Added HashSetTypeDrawer
4664

4765

@@ -73,11 +91,11 @@ pool.CreateEntity()
7391
- Added IDefaultInstanceCreator implementations for array, dictionary and string
7492
- Added support to insert and remove elements from lists, arrays and dictionaries
7593

76-
![entitas-itypedrawer](https://cloud.githubusercontent.com/assets/233700/7339538/226d8028-ec72-11e4-8971-53029fb20da8.png)
94+
![Entitas.Unity.VisualDebugging-ITypeDrawer](https://cloud.githubusercontent.com/assets/233700/7339538/226d8028-ec72-11e4-8971-53029fb20da8.png)
7795
- Added name property to DebugPool
7896
- Added VisualDebuggingConfig and VisualDebuggingPreferencesDrawer
7997

80-
![entitas-preferences](https://cloud.githubusercontent.com/assets/233700/7339599/ef454f34-ec74-11e4-9775-963f477bfb16.png)
98+
![Entitas.Unity.VisualDebugging-Preferences](https://cloud.githubusercontent.com/assets/233700/7339599/ef454f34-ec74-11e4-9775-963f477bfb16.png)
8199
- EntityDebugEditor can generate IDefaultInstanceCreator and ITypeDrawer implementations for unsupported types
82100
- Fixed: handling null values
83101
- Renamed ICustomTypeDrawer to ITypeDrawer
@@ -110,7 +128,7 @@ pool.CreateEntity()
110128
- set generated folder path
111129
- define multiple pools
112130

113-
![entitas-preferences](https://cloud.githubusercontent.com/assets/233700/7296726/8d74bb5a-e9c2-11e4-8324-10a0db7191ff.png)
131+
![Entitas.Unity.CodeGenerator-Preferences](https://cloud.githubusercontent.com/assets/233700/7296726/8d74bb5a-e9c2-11e4-8324-10a0db7191ff.png)
114132
- Added PoolAttributeGenerator
115133
- Generated Matcher is now prefixed based on PoolAttribute (e.g. UIMatcher)
116134
- Generating ToString() for matchers to print component name instead of index
@@ -145,10 +163,10 @@ pool.CreateEntity()
145163
- Added component folding and pooled entities count
146164
- Added groups to PoolDebugEditor
147165

148-
![visualdebugging-groups](https://cloud.githubusercontent.com/assets/233700/6547980/e342b3fe-c5e9-11e4-8caa-77662a14679b.png)
166+
![Entitas.Unity.VisualDebugging-Groups](https://cloud.githubusercontent.com/assets/233700/6547980/e342b3fe-c5e9-11e4-8caa-77662a14679b.png)
149167
- Added support for IList
150168

151-
![visualdebugging-ilist](https://cloud.githubusercontent.com/assets/233700/6547984/eecc3e3e-c5e9-11e4-98bb-700a84047abe.png)
169+
![Entitas.Unity.VisualDebugging-IList](https://cloud.githubusercontent.com/assets/233700/6547984/eecc3e3e-c5e9-11e4-98bb-700a84047abe.png)
152170
- UI improvements
153171

154172
##### Code Generator
Loading

bin/Entitas.zip

1.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)