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)
  • 00:07, 4 December 2020 JoeStrout talk contribs created page TileDisplay.scrollX (Initial creation)
  • 00:02, 4 December 2020 JoeStrout talk contribs created page TileDisplay (Initial creation)
  • 23:46, 12 October 2020 JoeStrout talk contribs created page Package (Redirected page to How to package a Mini Micro game) Tag: New redirect
  • 19:32, 12 October 2020 JoeStrout talk contribs created page How To (Redirected page to Category:How To) Tag: New redirect
  • 04:30, 11 September 2020 JoeStrout talk contribs created page Minnie (Created page with "Minnie is the name of the MiniScript mascot. She is a [https://en.wikipedia.org/wiki/Chinchilla chinchilla]. frameless|center Why a chinchilla? From th...")
  • 04:27, 11 September 2020 JoeStrout talk contribs created page File:Minnie.png
  • 04:27, 11 September 2020 JoeStrout talk contribs uploaded File:Minnie.png
  • 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...")
  • 02:42, 1 May 2020 ZachStrout talk contribs created page PixelDisplay.drawEllipse (Created page with "<c>PixelDisplay.drawEllipse</c> draws (outlines) an ellipse defined by an axis-aligned rectangle on the pixel display. === Arguments === {| class="wikitable" |- ! Parame...")
  • 02:36, 1 May 2020 ZachStrout talk contribs created page PixelDisplay.fillRect (Created page with "<c>PixelDisplay.fillRect</c> fills an axis-aligned rectangle on the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !!...")
  • 00:16, 29 April 2020 ZachStrout talk contribs created page PixelDisplay.drawRect (Created page with "<c>Pixeldisplay.drawRect</c> draws (outlines) an axis-aligned rectangle on the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default V...")
  • 00:09, 29 April 2020 ZachStrout talk contribs created page PixelDisplay.fillPoly (Created page with "<c>PixelDisplay.fillPoly</c> fills a polygon on the pixel display. The ''points'' argument can be either a list of maps containing "x" and "y" values, or a list of 2-elem...")
  • 00:06, 29 April 2020 ZachStrout talk contribs created page PixelDisplay.drawPoly (Created page with "<c>PixelDisplay.drawPoly</c> draws (outlines) a polygon on the pixel display. The ''points'' argument can be either a list of maps containing "x" and "y" values, or a list of...")
  • 00:03, 29 April 2020 ZachStrout talk contribs created page PixelDisplay.line (Created page with "<c>PixelDisplay.line</c> draws a line on the pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''x1'' ||...")
  • 23:56, 28 April 2020 ZachStrout talk contribs created page PixelDisplay.clear (Created page with "<c>PixelDisplay.clear</c> clears, resets, and resizes this pixel display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning...")
  • 23:51, 28 April 2020 ZachStrout talk contribs created page PixelDipslay.color (Created page with "<c>PixelDisplay.color</c> is the default color used for drawing. This is used in the various drawing methods (e.g. PixelDisplay.line) if no color argument is given....")
  • 23:50, 28 April 2020 ZachStrout talk contribs created page PixelDisplay.scrollY (Created page with "<c>PixelDisplay.scrollY</c> This is an offset, in screen pixels, which makes the pixel display appear shifted down on screen (or up with negative values). == Example ==...")
  • 23:48, 28 April 2020 ZachStrout talk contribs created page PixelDisplay.scrollX (Created page with "<c>PixelDisplay.scrollX</c> is an offset, in screen pixels, which makes the pixel display appear shifted to the left on screen (or to the right with negative values). == Exam...")
  • 23:47, 28 April 2020 JoeStrout talk contribs moved page PixelDisplay.clear to PixelDisplay.scale without leaving a redirect (wrong title)
  • 23:42, 28 April 2020 ZachStrout talk contribs created page PixelDisplay.clear (Created page with "<c>PixelDisplay.clear</c> is a scaling factor controlling how this pixel display is rendered on screen. The default value of 1 means that one pixel in the display draws as 1...")
  • 23:40, 28 April 2020 ZachStrout talk contribs created page PixelDisplay.height (Created page with "<c>PixelDisplay.height</c> is the number of pixel rows in the display. This is a read-only value; to change the width and height of the display, use [[PixelDisplay.clear]...")
  • 23:37, 28 April 2020 ZachStrout talk contribs created page PixelDisplay.width (Created page with "<c>PixelDisplay.width</c> is the number of pixel columns in the display. === Usage Notes === This is a read-only value; to change the width and height of the display, use P...")
  • 16:51, 28 April 2020 SpatialPlays talk contribs created page User:SpatialPlays (Created user page)
  • 06:09, 28 April 2020 SpatialPlays talk contribs created page NoteFreq (Adds noteFreq and entire frequency note table in the standard MIDI range. (Please don't ask how long this took...))
  • 04:47, 28 April 2020 SpatialPlays talk contribs created page Sound.fadeOut (Adds Sound.fadeOut, examples of usage, as well as links to other relevant pages.)
  • 04:28, 28 April 2020 SpatialPlays talk contribs created page Sound.fadeIn (Created page with "<c>Sound.fadeIn</c> controls how much to fade a sound in from silence in seconds. == Examples == This script creates a sort of comedic sliding up sound that fades in for...")
  • 03:58, 28 April 2020 SpatialPlays talk contribs created page Sound.envelope (Added Sound.evelope and example script (without using init))
  • 23:21, 27 April 2020 SpatialPlays talk contribs created page Sound.duration (Created Sound.duration, and included a function on how to convert musical notation into time for musicians.)
  • 22:52, 27 April 2020 JoeStrout talk contribs created page PixelDisplay (Created page with "The <c>PixelDisplay</c> class in Mini Micro is a display type that represents a rectangular pixel buffer, with methods to efficiently draw lines, shapes, images, and text....")
  • 21:55, 27 April 2020 SpatialPlays talk contribs created page Sound.freq (Created Sound.freq, including working examples and references to relevant functions)
  • 21:16, 27 April 2020 User account SpatialPlays talk contribs was created
  • 20:09, 27 April 2020 JoeStrout talk contribs created page Import (Created page with "<c>import</c> is a Mini Micro function that loads a MiniScript file from the current directory, '''/sys/lib''', '''/usr/lib''', or some path defined in env.importPaths...")
  • 16:41, 27 April 2020 JoeStrout talk contribs created page TextDisplay (Created page with "The <c>TextDisplay</c> class in Mini Micro is a display type that represents a 68-column, 26-row text character display. Each row/column position in this display is calle...")
  • 15:22, 22 April 2020 Hilbert talk contribs created page User:Hilbert (About Hilbert)
  • 12:02, 22 April 2020 Hilbert talk contribs blocked BrooksWilkin463 talk contribs with an expiration time of indefinite (account creation disabled, cannot edit own talk page) (Spamming links to external sites)
  • 12:01, 22 April 2020 Hilbert talk contribs deleted page User:BrooksWilkin463 (Mass deletion of pages added by BrooksWilkin463)
  • 12:01, 22 April 2020 Hilbert talk contribs deleted page Via4D Situs Kali Togel Aci Terbaik Komisi Terbesar (Mass deletion of pages added by BrooksWilkin463)
  • 06:03, 16 April 2020 BrooksWilkin463 talk contribs created page Via4D Situs Kali Togel Aci Terbaik Komisi Terbesar (Created page with "<br>Via4D Situs Bandar Togel Aci Terbaik Komisi Terbesar – Anda siap ke sini pasti beserta kesulitan bikin menemukan Kali Togel yang Resmi borong juga memiliki penawaran dis...")
  • 06:03, 16 April 2020 BrooksWilkin463 talk contribs created page User:BrooksWilkin463 (Created page with "My name is Brooks and I am studying American Studies and Chemistry at Killara / Australia.<br><br>My webpage: slot online terbaik, [http://via4d.com/ via4d.com],")
  • 06:03, 16 April 2020 User account BrooksWilkin463 talk contribs was created
  • 13:08, 14 April 2020 JoeStrout talk contribs deleted page FuncDef (page was a mistake; no such thing exists)
  • 23:08, 12 April 2020 ZachStrout talk contribs created page Sprite.tint (Created page with "<c>Sprite.tint:</c> Tint color to apply to the sprite image. A tint of <c>color.red</c>, for example, will make white pixels in the sprite image appear red; other colors...")
  • 23:07, 12 April 2020 JoeStrout talk contribs created page /sys (Created page with "<c>"/sys"</c> is the system disk in Mini Micro. It contains files such as the following: * '''data''': a folder of data used by some of the demo programs * '''demo''': a...")
  • 22:04, 12 April 2020 ZachStrout talk contribs created page Sprite.overlaps (Created page with "<c> Sprite.overlaps</c> checks whether this sprite overlaps (touches) another one, by comparing their bounds. === Arguments === {| class="wikitable" |- ! Parameter Name !!...")
  • 22:02, 12 April 2020 ZachStrout talk contribs created page Sprite.contains (Created page with "<c>Sprite.contains</c> returns whether the sprite's world bounds contains the given x,y point (given in world coordinates). === Arguments === {| class="wikitable" |- ! Para...")
  • 21:58, 12 April 2020 ZachStrout talk contribs moved page Sprite.worldbounds to Sprite.worldBounds
  • 21:58, 12 April 2020 ZachStrout talk contribs moved page Sprite.localbounds to Sprite.localBounds
  • 21:55, 12 April 2020 ZachStrout talk contribs created page Sprite.worldbounds (Created page with "<c>Sprite.worldbounds</c> returns the current bounds of the sprite in world coordinates. This is calculated by applying the sprite's current x, y, [...")
  • 21:53, 12 April 2020 ZachStrout talk contribs created page Sprite.localbounds (Created page with "<c>sprite.localBounds</c> assigns a Bounds object to this property to define the sprite bounds in "local" coordinates. That means the bounds the sprite would have if it w...")
  • 21:52, 12 April 2020 ZachStrout talk contribs created page Sprite.rotation (Created page with "<c>Sprite.rotation</c>: Tint color to apply to the sprite image. A tint of <c>color.red</c>, for example, will make white pixels in the sprite image appear red; other col...")
  • 21:49, 12 April 2020 ZachStrout talk contribs created page Sprite.scale (Created page with "<c>Sprite.scale</c> is the scale factor of the sprite. A scale of 1 means that one pixel in the image appears as one pixel on screen. Setting scale=2 makes...")
  • 21:48, 12 April 2020 ZachStrout talk contribs created page Sprite.y (Created page with "<c>Sprite.y</c> is the vertical position of the sprite, in Screen coordinates (adjusted by SpriteDisplay.scrollY. == Example == <ms>sp = new Sprite sp.image = file.l...")
  • 21:45, 12 April 2020 ZachStrout talk contribs created page Sprite.x (Created page with "<c>Sprite.x</c> Horizontal position of the sprite, in Screen coordinates (adjusted by SpriteDisplay.scrollX. == Example == <ms>sp = new Sprite sp.image = file.loadIm...")
  • 21:44, 12 April 2020 ZachStrout talk contribs created page Sprite.image (Created page with "<c>Sprite.image</c>: Image displayed by the sprite. == Example == <ms>sp = new Sprite sp.image = file.loadImage("/sys/pics/Wumpus.png") display(4).sprites.push sp</ms>...")
  • 21:38, 12 April 2020 ZachStrout talk contribs created page SpriteDisplay.sprites (Created page with "<c>SpriteDisplay.sprites</c> is the list that contains all sprites in the display. Sprites are layered according to their order in this list, with sprites[0] at the back, an...")
  • 21:36, 12 April 2020 ZachStrout talk contribs created page SpriteDisplay.clear (Created page with "<c>SpriteDisplay.clear</c> Clears all sprites from the display (resetting .sprites to an empty list). It also resets SpriteDisplay.scrollX|.scroll...")
  • 21:34, 12 April 2020 ZachStrout talk contribs created page SpriteDisplay.scrollY (Created page with "<c>SpriteDisplay.scrollY</c>: Vertical scroll amount subtracted from the position of all sprites on the display. This is the standard way of making it appear that the world i...")
  • 21:32, 12 April 2020 ZachStrout talk contribs created page SpriteDisplay.scrollX (Created page with "<c>SpriteDisplay.scrollX</c>: Horizontal scroll amount subtracted from the position of all sprites on the display. This is the standard way of making it appear that the world...")
  • 19:30, 12 April 2020 JoeStrout talk contribs created page SpriteDisplay (Created page with "The <c>SpriteDisplay</c> class in Mini Micro is a display type that holds and draws Sprites, little images that can be efficiently moved, rotated, and scaled....")
  • 15:12, 10 April 2020 JoeStrout talk contribs created page How to move a sprite with directional inputs (Created page with "Directional (horizontal and vertical) inputs in Mini Micro are best detected using the <c>key.axis</c> method. This will respond to arrow keys, WASD, and any connecte...")
  • 23:10, 6 April 2020 JoeStrout talk contribs created page BootOpts.grfon (Created page with "<c>bootOpts.grfon</c> is a file which Mini Micro looks for upon startup, which controls several options about the appearance and behavior of the machine. You may want to...")
  • 23:01, 6 April 2020 JoeStrout talk contribs created page Game controllers (Created page with "Mini Micro supports up to eight game controllers (gamepads or joysticks) via the key module. The fastest way to identify what a particular button or axis input is cal...")
  • 14:56, 3 April 2020 JoeStrout talk contribs created page Tools (Created page with "This page lists some external tools that work well with MiniScript. See also Open-Source projects. == Source Code Editors == === NotePad++ UDL === https://github.com/S...")
  • 15:37, 2 April 2020 JoeStrout talk contribs created page Sound (Created page with "In Mini Micro, the <msinline>Sound</msinline> class both represents individual audio clips that can be played, and a handful of global sound-related properties and methods...")
  • 15:21, 2 April 2020 JoeStrout talk contribs created page Image (Created page with "In Mini Micro, the <c>Image</c> class represents a picture, i.e. a rectangular array of pixel colors. {| class="wikitable" |- ! Method or Property !! Purpose |- | Image...")
  • 15:09, 2 April 2020 JoeStrout talk contribs created page Image.height (Created page with "<c>Image.height</c> returns the height of the image, in pixels. (Read-only.) == Example == <ms>img = file.loadImage("/sys/pics/Dart.png") print img.height</ms> Categ...")
  • 23:05, 1 April 2020 71.226.33.30 talk created page Sound.loop (Created page with "<c>Sound.loop</c> controls whether a sound will play just once (false) or will repeat indefinitely (true) when played with Sound.play. <ms>s = file.loadSound("/sys/so...")
  • 23:03, 1 April 2020 71.226.33.30 talk created page Sound.mix (Created page with "<c>Sound.mix</c> mixes another synthesized sound into this one, producing a more complex sound. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! De...")
  • 23:00, 1 April 2020 71.226.33.30 talk created page Sound.stop (Created page with "<c>Sound.stop</c> stops this sound if it is currently playing. == Example == <ms>s = file.loadSound("/sys/sounds/bonus.wav") s.loop = true s.play; key.get; s.stop</ms> Ca...")
  • 22:57, 1 April 2020 71.226.33.30 talk created page Sound.play (Created page with "<c>Sound.play</c> plays a sound. Call this on a Sound object initialized either Sound.init, or loaded via file.loadSound. === Arguments === {| class="wikitable" |- ! Param...")
  • 22:48, 1 April 2020 71.226.33.30 talk created page Sound.init (Created page with "<c>Sound.init</c> synthesizes a sound from various parameters, including look-up tables that represent one cycle of the waveform and the volume envelope. === Usage Notes...")
  • 22:45, 1 April 2020 71.226.33.30 talk created page Sound.stopAll (Created page with "<c>Sound.stopAll</c> stops all currently playing sounds. Category:Mini Micro")
  • 22:44, 1 April 2020 71.226.33.30 talk created page Sound.nosieWave (Created page with "<c>Sound.noiseWave</c> returns a collection of random values. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. These will approximate white...")
  • 22:43, 1 April 2020 71.226.33.30 talk created page Sound.noiseWave (Created page with "<c>Sound.noiseWave</c> returns a collection of random values. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This produces a slightly buzz...")
  • 22:42, 1 April 2020 71.226.33.30 talk created page Sound.sawtoothWave (Created page with "<c>Sound.sawtoothWave</c> returns a 128-element list approximating a sawtooth wave. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This pr...")
  • 22:40, 1 April 2020 71.226.33.30 talk created page Sound.triangleWave (Created page with "<c>Sound.triangleWave</c> returns a 128-element list approximating a triangle wave. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This produc...")
  • 22:39, 1 April 2020 71.226.33.30 talk created page Sound.squareWave (Created page with "<c>Sound.squareWave</c> returns a 128-element list approximating a square wave. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This produc...")
  • 22:37, 1 April 2020 71.226.33.30 talk created page Sound.sineWave (Created page with "<c>Sound.sineWave</c> returns a 128-element list approximating a sine wave. === Usage Notes === <c>Sound.sineWave</c> produces a smooth, pure tone. Category:Mini M...")
  • 22:35, 1 April 2020 71.226.33.30 talk created page Image.getImage (Created page with "<c>Image.getImage</c> returns a rectangular portion of the image as a new image. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Mean...")
  • 22:30, 1 April 2020 71.226.33.30 talk created page Image.setPixel (Created page with "<c>Image.setPixel</c> sets the color of a specific pixel in the image. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | '...")
  • 22:29, 1 April 2020 71.226.33.30 talk created page Image.pixel (Created page with "<c>Image.pixel</c> returns the color of a specific pixel in the image. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)