Bläddra i källkod

Update text/html files.

Mark Sibly 6 år sedan
förälder
incheckning
f67c66c653
3 ändrade filer med 12 tillägg och 9 borttagningar
  1. 1 1
      ABOUT.HTML
  2. 4 6
      README.TXT
  3. 7 2
      VERSIONS.TXT

+ 1 - 1
ABOUT.HTML

@@ -45,7 +45,7 @@ a:hover{
 
 <body>
 
-<h1>Monkey2 v2018.08</h1>
+<h1>Monkey2 v2018.09</h1>
 
 <h2>Mx2cc v1.1.15</h2>
 

+ 4 - 6
README.TXT

@@ -14,11 +14,11 @@ If you install this to the monkey2 'devtools' directory, the following steps sho
 
 2) Open a command prompt and change to the 'monkey2\scripts' directory.
 
-3) Enter 'rebuildall2go' and hit return. Wait...
+3) Enter 'rebuildall' and hit return. Wait...
 
 4) If all went well, you should end up with a 'Monkey2 (Windows)' exe in the monkey2 directory. Run this to launch the Ted2go IDE.
 
-5) You should now be able to build and run monkey2 apps. There are some samples apps in the monkey2/bananas directory.
+5) You should now be able to build and run monkey2 apps. There are some sample apps in the monkey2/bananas directory.
 
 
 ***** Building monkey2 on MacOS/Linux *****
@@ -27,17 +27,15 @@ If you install this to the monkey2 'devtools' directory, the following steps sho
 
 2) Open a shell and change to the 'monkey2/scripts' directory.
 
-3) Enter './rebuildall2go.sh' and hit return. Wait...
+3) Enter './rebuildall.sh' and hit return. Wait...
 
 4) If all went well, you should end up with a 'Monkey2 (...)' app in the monkey2 directory. Run this to launch the Ted2go IDE.
 
-5) You should now be able to build and run monkey2 apps. There are some samples apps in the monkey2/bananas directory.
+5) You should now be able to build and run monkey2 apps. There are some sample apps in the monkey2/bananas directory.
 
 
 ***** More information *****
 
-Monkey2 patreon page: https://www.patreon.com/monkey2
-
 Monkey2 development blog: http://monkeycoder.co.nz/
 
 Monkey2 itch.io page: https://blitzresearch.itch.io/monkey2

+ 7 - 2
VERSIONS.TXT

@@ -1,11 +1,16 @@
 
+***** Monkey2-v2018.09 *****
+
 Added SpriteMode.Fixed for sprites unaffected by camera.
 
 Fixed entity.Color and Entity.Alpha not affecting sprites.
 
-Experimental fix for Mojave vsync not working. Removed support for Window.SwapAsync as it breaks on macos.
+Fix for Mojave HDMI mode issues.
+
+Fix for Mojave vsync not working. Removed support for Window.SwapAsync as it breaks on macos.
+
+Fix for Mojave not rendering until window moved.
 
-Experimental fix for Mojave not rendering until window moved.
 
 ***** Monkey2-v2018.08 *****