All public logs

Jump to navigation Jump to search

Combined display of all available logs of MiniScript Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 04:24, 11 September 2020 JoeStrout talk contribs created page Http.get (Created page with "In Mini Micro, the http.get function returns the contents of a URL using the HTTP protocol. It supports text, images, sounds, and raw binary data. === Arguments ===...")
  • 03:54, 11 September 2020 JoeStrout talk contribs created page Http (Created page with "In Mini Micro, the <msinline>http</msinline> module is a small collection of functions for interacting with web sites and services using the HTTP protocol. {| class="wiki...")
  • 21:29, 16 August 2020 JoeStrout talk contribs created page File:GfxPrint.png (Demonstration of PixelDisplay.Print, using various colors and fonts.)
  • 21:29, 16 August 2020 JoeStrout talk contribs uploaded File:GfxPrint.png (Demonstration of PixelDisplay.Print, using various colors and fonts.)
  • 18:13, 1 August 2020 JoeStrout talk contribs created page File.loadSound (Created page with "The <c>file.loadSound</c> loads a sound file from disk, returning a Sound object. The file may be in either WAV or OGG format. == Example == <ms>snd = file.loadSoun...")
  • 17:13, 19 June 2020 JoeStrout talk contribs created page Square brackets (Created page with "Square brackets are used in MiniScript to ''index'' into a value — that is, to select just one element out of a collection of elements. They are also used to slice lists an...")
  • 15:32, 3 June 2020 JoeStrout talk contribs created page Outer (Created page with "The '''outer''' intrinsic function gets a reference to the variables of the enclosing scope. In the case of nested functions, it's the variables local to the function in whic...")
  • 15:23, 3 June 2020 JoeStrout talk contribs created page Locals (Created page with "'''locals''' is a reference to the set of local variables. It's a map where each key is an identifier string, and the value is the value of that variable. Because assignment...")
  • 13:44, 3 June 2020 JoeStrout talk contribs created page Globals (Created page with "'''globals''' is a built-in keyword that references variables at the global scope. Any assignment outside of any function creates (or updates) an entry in the '''globals'...")
  • 13:30, 3 June 2020 JoeStrout talk contribs created page Variables (Created page with "A ''variable'' is a word (also called an identifier) associated with a value. Think of variables as little boxes that you can store data in. You create a variable simply by as...")
  • 03:35, 3 June 2020 JoeStrout talk contribs created page How to do many things at once (Created page with "MiniScript can only do one thing at a time, but by switching between many tasks very quickly, it can create the illusion of doing many things at once. (This is in fact how al...")
  • 20:47, 4 May 2020 JoeStrout talk contribs deleted page Sound.nosieWave (Page title is a typo (and the correct page already exists))
  • 15:50, 4 May 2020 JoeStrout talk contribs created page How to do simple physics (Created page with "Games often need simple Newtonian physics to make things move in a believable manner. That basically means, objects have inertia and tend to stay in motion once they're in mo...")
  • 03:35, 1 May 2020 JoeStrout talk contribs moved page Pixeldisplay.print to PixelDisplay.print without leaving a redirect (wrong capitalization)
  • 03:34, 1 May 2020 ZachStrout talk contribs created page Pixeldisplay.print (Created page with "<c>PixelDisplay.print</c> draws some text to the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''str...")
  • 03:29, 1 May 2020 ZachStrout talk contribs created page PixelDisplay.getImage (Created page with "<c>PixelDisplay.getImage</c> returns a portion of the pixel display as an Image. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! M...")
  • 03:27, 1 May 2020 ZachStrout talk contribs created page PixelDisplay.drawImage (Created page with "<c>PixelDisplay.drawImage</c> draws an Image, or a portion of an Image, to the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! D...")
  • 03:19, 1 May 2020 ZachStrout talk contribs created page PixelDisplay.setPixel (Created page with "<c>PixelDisplay.setPixel</c> sets the color of a specific pixel within the display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !...")
  • 02:48, 1 May 2020 ZachStrout talk contribs created page PixelDisplay.pixel (Created page with "<c>PixelDisplay.pixel</c> returns the color of a specific pixel within the display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value...")
  • 02:45, 1 May 2020 ZachStrout talk contribs created page PixelDisplay.fillEllipse (Created page with "<c>PixelDisplay.fillEllipse</c> fills an ellipse defined by an axis-aligned rectangle on the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Ty...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)