浏览代码

Updated VERSIONS.TXT.

Mark Sibly 7 年之前
父节点
当前提交
63b4917bde
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      VERSIONS.TXT

+ 6 - 0
VERSIONS.TXT

@@ -1,6 +1,12 @@
 
 ***** Monkey-v2018.07 ***** 
 
+Updated android SDK to: Android Studio 3.1.3 ; Android SDK 27 (Oreo 8.1) ; NDK 17.1.4828580 ; Android SDK Tools 26.1.1
+
+Added simple FXAAEffect post effect for simple antialiasing - see modules/mojo3d/tests/effects.monkey2
+
+Updated Visual Studio Community Edition 2017 to 15.7.4
+
 Added simple win32 module and some tests.
 
 Fixed SDL2 issue where SDL_WaitEvent always took a multiple of 10ms to execute. This would have affected code that used purely timer driven update rates without any calls to RequestRender inside OnRender.