Mark Sibly před 8 roky
rodič
revize
a15f264643
2 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. 1 0
      .gitignore
  2. 13 0
      VERSIONS.TXT

+ 1 - 0
.gitignore

@@ -41,6 +41,7 @@ __NEWPAGES__/
 /modules/pyro-framework
 /modules/pyro-gui
 /modules/pyro-scenegraph
+/modules/pyro-tiled
 /modules/gles30
 /modules/timelinefx
 /modules/admob

+ 13 - 0
VERSIONS.TXT

@@ -1,4 +1,17 @@
 
+***** Monkey2 v1.1.08 *****
+
+Language additions: objects can now by cast to/from void ptr using the Cast operator.
+
+Language additions: Elvis operator '&Else' and safe member access '?.'.
+
+Structs now reflected.
+
+Mojo3d anisotropic texture filtering enabled, see anisotropic test.
+
+Mojo3d Scene.EnvColor added.
+
+
 ***** Monkey2 v1.1.07 *****
 
 Android min-sdk now 14 for android projects.