ncannasse 7 lat temu
rodzic
commit
b642caf5ee
2 zmienionych plików z 19 dodań i 1 usunięć
  1. 18 0
      CHANGELOG.md
  2. 1 1
      haxelib.json

+ 18 - 0
CHANGELOG.md

@@ -0,0 +1,18 @@
+## 1.4.0 (October 1, 2018)
+
+* haxe 4 preview5+ support
+* added h2d.filter.Outline (Leo Bergman)
+* added h2d.Graphics.drawEllipse (Josu Iga)
+* added JS custom cursors + hl/js animated cursors support (Pavel Alexandrov)
+* JS sound quality fixes (Pavel Alexandrov)
+* renamed h2d.Sprite to h2d.Object and some other API changes
+* added HtmlText textAlign support (Pascal Peridont)
+* added spot lights and shadows (pbr only)
+* added point lights shadows
+* added 32 bit indexes support
+* added binary FBX support (Pavel Alexandrov)
+* added instanced drawing support
+
+## previous versions
+
+* everything else

+ 1 - 1
haxelib.json

@@ -3,7 +3,7 @@
 	"url" : "http://heaps.io",
 	"url" : "http://heaps.io",
 	"license" : "BSD",
 	"license" : "BSD",
     "description" : "The GPU Game Framework",
     "description" : "The GPU Game Framework",
-    "version" : "1.3.0",
+    "version" : "1.4.0",
 	"releasenote" : "",
 	"releasenote" : "",
 	"contributors" : ["ncannasse"],
 	"contributors" : ["ncannasse"],
 	"dependencies" : { "format" : "" }
 	"dependencies" : { "format" : "" }