Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Oct 25, 2018
1 parent 24b5392 commit ddc9cd1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.5.0 (October 25, 2018)

* haxe 4 preview5+ support
* h2d.Sprite becomes h2d.Object, and some other renaming
* hxd.Stage becomes hxd.Window
* improved JS audio (Pavel Alexandrov)
* added wireframe support to h3d Material (Pavel Alexandrov)
* changes in hxd.Timer : hxd.App.update dt is now in seconds
* h2d.Video JS support (Pavel Alexandrov)
* h2d.Particles "isRelative" support (Pavel Alexandrov)
* hxd.BitmapData drawLine implementation (TheTrueCalgari)
* and many other fixes

## 1.4.0 (October 1, 2018)

* haxe 4 preview5+ support
Expand All @@ -12,6 +25,17 @@
* added 32 bit indexes support
* added binary FBX support (Pavel Alexandrov)
* added instanced drawing support
* and many other fixes
## 1.3.0 (July 31, 2018)

* WebGL 2 support
* Added full PBR support
* Per Light shadows
* Faster Blur
* Added Prefabs for HIDE
* Added TGA support
* Maya FBX fixes
* ... and much more !

## previous versions

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.4.0",
"version" : "1.5.0",
"releasenote" : "",
"contributors" : ["ncannasse"],
"dependencies" : { "format" : "" }
Expand Down

0 comments on commit ddc9cd1

Please sign in to comment.