Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Sep 10, 2019
1 parent b3f1e18 commit 15ad69a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
## 1.6.0 (March XX, 2019)
## 1.7.0 (September 9, 2019)

2D:
* DomKit v2 support (direct h2d.Object.dom property with -lib domkit)
* added h2d.Scene.scaleMode (Pavel Alexandrov)
* added hxd.App.setCurrent to switch current App
* fixed JS fullscreen support

3D:
* HMDv3 - more compact animation data
* reference counting on h3d.prim.Primitive (Pavel Alexandrov)
* PCF shadows
* completed support for DXT textures
* changed pass sorting API

Other:
* compatibility with Haxe 4.0-RC4+
* fixed GL with unused inputs (was causing some issue with recent Chrome)
* faster serializer for hxsl data
* added HXSL texelFetch (Pavel Alexandrov)
* improved shader cache file, support mesh batch
* move prefabs handling from Heaps to Hide
* added resource baking capabilities
* ... and many many other fixes

## 1.6.0 (March 9, 2019)

2D:
* added DomKit support
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url" : "http://heaps.io",
"license" : "BSD",
"description" : "The GPU Game Framework",
"version" : "1.6.1",
"version" : "1.7.0",
"releasenote" : "",
"contributors" : ["ncannasse"],
"dependencies" : { "format" : "" }
Expand Down

0 comments on commit 15ad69a

Please sign in to comment.