Skip to content

Commit

Permalink
Update text/html files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Sibly committed Dec 15, 2018
1 parent b676d0b commit f67c66c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ABOUT.HTML
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ a:hover{

<body>

<h1>Monkey2 v2018.08</h1>
<h1>Monkey2 v2018.09</h1>

<h2>Mx2cc v1.1.15</h2>

Expand Down
10 changes: 4 additions & 6 deletions README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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 *****
Expand All @@ -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
Expand Down
9 changes: 7 additions & 2 deletions VERSIONS.TXT
Original file line number Diff line number Diff line change
@@ -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 *****

Expand Down

0 comments on commit f67c66c

Please sign in to comment.