From f3c165d2abcf3b58dca1535884115d9e9c20dcc6 Mon Sep 17 00:00:00 2001 From: Dave Evans Date: Wed, 18 Feb 2015 13:10:29 +0000 Subject: [PATCH] [RELEASE] v0.164.0 --- CHANGES.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4a5de966827..d8585ec0cad 100644 --- a/CHANGES.md +++ b/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. diff --git a/VERSION b/VERSION index 407480ba4aa..a6746cb8d09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.164.0-dev +0.164.0