Skip to content

Commit

Permalink
[RELEASE] v0.164.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daredevildave committed Feb 18, 2015
1 parent 279c8ba commit f3c165d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,5 +1,14 @@
# PlayCanvas Engine Changes

### v0.164.0
* Added Entity#addComponent and Entity#removeComponent
* Deprecated ComponentSystem#addComponent and ComponentSystem#removeComponent
* Removed pc.ApplicationContext, replaced with pc.Application everywhere
* Added relevant properties from pc.ApplicationContext to pc.Application, `root`, `systems`, `loader`, `assets`, etc.
* [FIX] worldToScreen
* [FIX] Camera's no longer effected by entity's scale
* [FIX] Fixed height map on Intel GPU

### v0.163.5
* [FIX] Cubemap and cubemap filtering related fixes.
* [FIX] Changing collision component properties now works without disable/re-enabling component.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.164.0-dev
0.164.0

0 comments on commit f3c165d

Please sign in to comment.