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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 21:37, 8 July 2021 JoeStrout talk contribs created page Category:Demos (Created page with "Pages in this category describe ''demos'', or demonstration programs. Most of these are on the Mini Micro system disk in the <c>/sys/demo</c> directory.")
- 21:33, 8 July 2021 JoeStrout talk contribs created page File:Demo-angles.png (Screen shot of /sys/demo/angles.ms)
- 21:33, 8 July 2021 JoeStrout talk contribs uploaded File:Demo-angles.png (Screen shot of /sys/demo/angles.ms)
- 21:31, 8 July 2021 JoeStrout talk contribs created page /sys/demo/angles (Created page with "The program on the system disk at <c>/sys/demo/angles.ms</c> illustrates how to work with degrees and radians. The user may click anywhere on the right half of the screen to...")
- 21:28, 8 July 2021 JoeStrout talk contribs created page Bounds.rotation (Created page with "<c>Bounds.rotation</c> defines the rotation of a bounding box, in degrees counter-clockwise. See also: Sprite.rotation, /sys/demo/angles Category:Mini Micro")
- 21:27, 8 July 2021 JoeStrout talk contribs created page Bounds.height (Created page with "<c>Bounds.height</c> represents the height of a bounding box. For an unrotated bounds, this is the vertical extent. See also: Bounds.x, Bounds.y, [[Bounds.width]...")
- 21:26, 8 July 2021 JoeStrout talk contribs created page Bounds.width (Created page with "<c>Bounds.width</c> represents the width of a bounding box. For an unrotated bounds, this is the horizontal extent. See also: Bounds.x, Bounds.y, Bounds.height...")
- 21:26, 8 July 2021 JoeStrout talk contribs created page Bounds.y (Created page with "<c>Bounds.y</c> is the vertical center of the bounds. See also: Bounds.x, Bounds.width, Bounds.height Category:Mini Micro")
- 21:25, 8 July 2021 JoeStrout talk contribs created page Bounds.x (Created page with "<c>Bounds.x</c> is the horizontal center of the bounds. See also: Bounds.y, Bounds.width, Bounds.height Category:Mini Micro")
- 16:56, 8 July 2021 JoeStrout talk contribs created page Bounds.corners (Created page with "<c>Bounds.corners</c> returns the four corners of the bounds as a list of <c>[x, y]</c> pairs. === Usage Notes === The result of this call may be passed directly to Pi...")
- 16:30, 8 July 2021 JoeStrout talk contribs created page Bounds.contains (Created page with "<c>Bounds.contains</c> returns true (1) if the given coordinates are within the bounds, and false (0) if they are outside the bounds. === Arguments === {| class=...")
- 09:22, 8 July 2021 Shellrider talk contribs created page Sound.play. (Initial write up of page, includes link to MiniMicro-CheatSheet)
- 08:49, 8 July 2021 Shellrider talk contribs created page TileDisplay.cellTint (Initial write up of page.)
- 08:37, 8 July 2021 Shellrider talk contribs created page TileDisplay.cellSize (Initial write up of page analogous to TileDisplay.tileSetTileSize)
- 08:18, 8 July 2021 User account Shellrider talk contribs was created
- 23:30, 7 July 2021 JoeStrout talk contribs created page TileDisplay.tileSetTileSize (Created page with "The <c>TileDisplay.tileSetTileSize</c> property defines the size of the tiles in a tile set used by a tile display. The value may be either: * a s...")
- 23:25, 7 July 2021 JoeStrout talk contribs created page TileDisplay.tileSet (Created page with "The <c>TileDisplay.tileSet</c> property defines the set of images which appear on a tile display. This should be an Image composed of a rectangular grid of smaller im...")
- 21:16, 7 July 2021 JoeStrout talk contribs created page TileDisplay.setCellTint (Created page with "<c>TileDisplay.setCellTint</c> sets the color tint applied at a given row and column of a tile display. See also: TileDisplay.setCell; Sprite.tint === Arguments...")
- 18:04, 7 July 2021 JoeStrout talk contribs created page TileDisplay.cell (Created page with "thumb|right|Tile indexes for /sys/pics/TileShapes.png <c>TileDisplay.cell</c> returns the tile index at a given row and column within the t...")
- 17:43, 7 July 2021 JoeStrout talk contribs created page File.saveImage (Created page with "<c>File.saveImage</c> saves an Image to disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''path'' || string...")
- 21:26, 10 June 2021 JoeStrout talk contribs created page PixelDisplay.color (Created page with "The <c>color</c> property of the PixelDisplay class sets the default drawing color for subsequent drawing calls such as PixelDisplay.line, PixelDisplay.drawRect, a...")
- 13:26, 30 April 2021 JoeStrout talk contribs created page Line continuation (Created page with "MiniScript statements are separated by line breaks rather than explicit punctuation (such as the semicolon in C). It is nonetheless possible to break a long MiniScript statem...")
- 17:29, 17 April 2021 SicariusVelox talk contribs created page Sound.waveform (Initial page creation)
- 17:21, 17 April 2021 SicariusVelox talk contribs created page File:Waveform trapezoidWave.png (captured example demonstrating the output of a custom trapezoidal waveform.)
- 17:21, 17 April 2021 SicariusVelox talk contribs uploaded File:Waveform trapezoidWave.png (captured example demonstrating the output of a custom trapezoidal waveform.)
- 16:52, 17 April 2021 SicariusVelox talk contribs created page File:Waveform noiseWave.png (captured example demonstrating the output of a simple Sound.noiseWave)
- 16:52, 17 April 2021 SicariusVelox talk contribs uploaded File:Waveform noiseWave.png (captured example demonstrating the output of a simple Sound.noiseWave)
- 16:52, 17 April 2021 SicariusVelox talk contribs created page File:Waveform squareWave.png (captured example demonstrating the output of a simple Sound.squareWave)
- 16:52, 17 April 2021 SicariusVelox talk contribs uploaded File:Waveform squareWave.png (captured example demonstrating the output of a simple Sound.squareWave)
- 16:52, 17 April 2021 SicariusVelox talk contribs created page File:Waveform sawtoothWave.png (captured example demonstrating the output of a simple Sound.sawtoothWave)
- 16:52, 17 April 2021 SicariusVelox talk contribs uploaded File:Waveform sawtoothWave.png (captured example demonstrating the output of a simple Sound.sawtoothWave)
- 16:46, 17 April 2021 SicariusVelox talk contribs created page File:Waveform triangleWave.png (captured example demonstrating the output of a simple Sound.triangleWave)
- 16:46, 17 April 2021 SicariusVelox talk contribs uploaded File:Waveform triangleWave.png (captured example demonstrating the output of a simple Sound.triangleWave)
- 16:39, 17 April 2021 SicariusVelox talk contribs created page File:Waveform sinewave.png (captured example demonstrating the output of a simple Sound.sineWave)
- 16:39, 17 April 2021 SicariusVelox talk contribs uploaded File:Waveform sinewave.png (captured example demonstrating the output of a simple Sound.sineWave)
- 01:30, 17 April 2021 SicariusVelox talk contribs created page Http.put (Created page with "In Mini Micro, the http.put function sends data to a URL using the PUT method and returns the contents of the URL using the HTTP PUT protocol. It supports text, image...")
- 00:35, 17 April 2021 SicariusVelox talk contribs created page Http.post (Created page with "In Mini Micro, the http.post function sends data to a URL using the POST method and returns the contents of the URL using the HTTP POST protocol. It supports text, im...")
- 23:22, 16 April 2021 User account SicariusVelox talk contribs was created
- 03:20, 8 February 2021 JoeStrout talk contribs created page Operators (Created page with "MiniScript defines the following operators (listed in order from lowest to highest precedence): {| class="wikitable" |- ! Operator !! Meaning |- | A <c>=</c> B || assignment...")
- 03:06, 8 February 2021 JoeStrout talk contribs created page File.saveRaw (Created page with "The file.saveRaw method writes a RawData object out to disk. This allows you to write binary files in Mini Micro. {{stub}} Category:Mini Micro")
- 02:59, 8 February 2021 JoeStrout talk contribs created page File.loadRaw (Created page with "The <c>file.loadRaw</c> method returns a RawData object containing the bytes of the file at the given path. This method is used to read binary files in Mini Micro...")
- 14:52, 7 February 2021 JoeStrout talk contribs created page Bounds (Created page with "In Mini Micro, the Bounds class represents a rectangular bounding box. It is used for hit-testing and collision detection, especially with Sprites. {{stub}}")
- 03:19, 28 January 2021 JoeStrout talk contribs created page Image.create (Created page with "The <c>Image.create</c> method creates a new Image object filled with solid color. You can then add content to this image with <c>Image.setPixel</c>. === Argumen...")
- 04:21, 24 January 2021 Mantic talk contribs created page File.readLines (Initial file.readLines page.)
- 04:03, 24 January 2021 Mantic talk contribs created page File.writeLines (Initial file.writeLines page.)
- 03:53, 24 January 2021 JoeStrout talk contribs created page Color.rgb (Created page with "In Mini Micro, the <c>color.rgb</c> method returns a color string from red, green, and blue values in the range 0-255. === Arguments === {| class="wikitable" |-...")
- 03:52, 24 January 2021 JoeStrout talk contribs created page Color.rgba (Created page with "In Mini Micro, the <c>color.rgba</c> method returns a color string from red, green, blue, and alpha values in the range 0-255. === Arguments === {| class="wikita...")
- 03:39, 24 January 2021 Mantic talk contribs created page File.exists (Initial file.exists page.)
- 02:50, 24 January 2021 Mantic talk contribs created page File.copy (First draft of file.copy.)
- 04:49, 20 January 2021 JoeStrout talk contribs created page Reset (Created page with "In Mini Micro, the <c>reset</c> command has several effects: # Clears the current program from memory. # Clears all global variables, except the ones defined at startup....")