Forráskód Böngészése

Updated VERSIONS.TXT.

Mark Sibly 7 éve
szülő
commit
63b4917bde
1 módosított fájl, 6 hozzáadás és 0 törlés
  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.