Mark Sibly 7 vuotta sitten
vanhempi
commit
1a44256376
2 muutettua tiedostoa jossa 33 lisäystä ja 20 poistoa
  1. 28 15
      ABOUT.HTML
  2. 5 5
      VERSIONS.TXT

+ 28 - 15
ABOUT.HTML

@@ -45,10 +45,11 @@ a:hover{
 
 <body>
 
-<h1>Monkey2 v2018.05</h1>
+<h1>Monkey2 v2018.06</h1>
 
-<h2>Mx2cc v1.1.13</h2>
-<h2>Ted2go v2.10</h2>
+<h2>Mx2cc v1.1.14</h2>
+
+<h2>Ted2go v2.11</h2>
 
 <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
 
@@ -65,15 +66,16 @@ a:hover{
 <div class="awesome">
 David Maziarka,
 Rene Damm,
+Nil,
 abakobo,
 James Boyd,
 Pharmhaus,
 Peter Rigby,
-Tony Smits,
 kmac,
+Cole Chapman,
+Thomas Finnerup,
 Alan Haugen,
 Kraut Apps,
-C.E.,
 Turgut Temucin,
 Boz,
 Mat Bowen,
@@ -83,37 +85,45 @@ Jonathan Pittock,
 Lee Wade,
 Amon,
 Anatol Bogun,
-Nil,
 Erik Thon,
+Eric Stout,
+C.E.,
+Mark,
+Jules Duquette,
+Rajasekaran Senthil Kumaran,
 Alan Purdom,
 Evgeniy Goroshkin,
-Ozed,
 Christian Leth Jeppesen,
 Jon Decker,
 Jean-Marc "JIHEM" QUÉRÉ,
 Leo Santos,
 Roger Lockerbie,
 Philippe Back,
-Matthew,
 Jesse M Perez,
 Hotcakes,
-neuro,
 Paul Apgar,
 Kirsty,
+Antony Wells,
 Pierrou,
 Felipe Alfonso,
 Alan Broad,
-Darryl,
-Rajasekaran Senthil Kumaran,
-Jules Duquette,
+Adam,
+Abe Noll,
+aleana,
+Matthew,
+Sean,
 Jean-Luc Addams,
 Russell Palmer,
 Aroldo Carvalho,
 Arthur,
 Daniele Prandini,
+Anthony Diamond,
+Mario Givency,
+Jimmy Söderman Sers,
+Adam Myatt,
+Mark Cooper,
 James Freeman,
 Jochen,
-Adam,
 Aaron Woodard,
 Afan Olovcic,
 MyQly,
@@ -125,16 +135,19 @@ Richard Keam,
 RenK,
 Hezkore,
 Bill Murray,
-Mark,
 Richard Betson,
 Danilo,
 Robinson Taylor,
-Difference,
+Diffrenzy,
 Catalin Lucaciu,
 Lars Kristian Gretnes,
 Second Gear Games,
 Ole Jostein Røtne,
+alban read,
+Mark Mcvittie,
 York Burkhardt,
+Chris B,
+Lee Murphy,
 Carl Read
 </div>
 

+ 5 - 5
VERSIONS.TXT

@@ -1,11 +1,11 @@
 
-***** Monkey-v2018.06 *****
+***** Monkey-v2018.06 Mx2cc-v1.1.14 Ted2go-v2.11 *****
 
-Added WeakRef class. Must be constructed with an Object, and has a single Target property that returns Null if object has been GC'd. Really needs this for arrays too I guess.
+Added WeakRef class. Must be constructed with an Object and has a single Target property that returns Null if object has been GC'd.
 
-Added Stream.SharedPath property for obtaining a path to an open stream.
+Added Stream.SharedPath property for obtaining a path to an already open stream.
 
-Changed to stb-image for hdr support.
+Changed to stb-image for hdr support so hdr images can now be loaded from any stream.
 
 Added Cancel() method to HttpRequest.
 
@@ -19,7 +19,7 @@ Fixed deprecated warnings in android project template.
 
 Updated android SDK to: Android Studio 3.1.2 ; Android SDK 27 (Oreo 8.1) ; NDK 16.1.4479499 ; Android SDK Tools 26.1.1
 
-Point/spot light now render quads.
+Point/spot light now render bounding quads instead of fullscreen quads.
 
 ***** Monkey-v2018.05 Mx2cc-v1.1.13 Ted2go-2.10 *****