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)- 04:51, 19 September 2021 JoeStrout talk contribs created page File:Overlap0.png (Demonstrates a TileDisplay with overlap set to 0.)
- 04:51, 19 September 2021 JoeStrout talk contribs uploaded File:Overlap0.png (Demonstrates a TileDisplay with overlap set to 0.)
- 04:43, 19 September 2021 JoeStrout talk contribs created page TileDisplay.extent (Created page with "In Mini Micro, the <c>extent</c> property of a TileDisplay is used to set the number of columns and rows in the display. It can be either a simple number, used for bo...")
- 22:56, 14 September 2021 JoeStrout talk contribs created page File:TileDisplayExample.png (Output of the source code example shown on the TileDisplay page.)
- 22:56, 14 September 2021 JoeStrout talk contribs uploaded File:TileDisplayExample.png (Output of the source code example shown on the TileDisplay page.)
- 17:22, 12 September 2021 JoeStrout talk contribs created page Json (Created page with "In Mini Micro, <c>json</c> is an import module in the <c>/sys/lib</c> directory. It provides conversion of MiniScript values to and from JSON format, as well as some...")
- 22:32, 26 August 2021 JoeStrout talk contribs created page MathUtil (Created page with "In Mini Micro, <c>mathUtil</c> is an import module in the <c>/sys/lib</c> directory. It provides various additional math-related functions and constants. Like all th...")
- 21:59, 26 August 2021 JoeStrout talk contribs created page ListUtil (Created page with "In Mini Micro, <c>listUtil</c> is an import module in the <c>/sys/lib</c> directory. It provides various additional list-related functions, many of them directly...")
- 21:30, 26 August 2021 JoeStrout talk contribs created page StringUtil (Created page with "In Mini Micro, <c>stringUtil</c> is an import module in the <c>/sys/lib</c> directory. It provides various additional string-related functions, directly extending...")
- 04:46, 19 August 2021 JoeStrout talk contribs created page File:Soda-512.png (Soda logo (licensed from FlatIcon.com))
- 04:46, 19 August 2021 JoeStrout talk contribs uploaded File:Soda-512.png (Soda logo (licensed from FlatIcon.com))
- 15:19, 16 August 2021 JoeStrout talk contribs created page View (Created page with "In Mini Micro, <c>view</c> is a function (defined in /sys/lib/startup.ms) which previews any image, sound, script, or text file. {{stub}} Category:Mini Micro")
- 04:09, 16 August 2021 JoeStrout talk contribs created page StackTrace (Created page with "In Mini Micro, the <c>stackTrace</c> method returns a list of program locations that represent the call stack. {{stub}} Category:Mini Micro")
- 19:31, 5 August 2021 JoeStrout talk contribs created page Window (Created page with "In Soda, <c>window</c> is an intrinsic module which provides an interface to the game window. == Properties == Soda code may both get and set the following propertie...")
- 19:07, 5 August 2021 JoeStrout talk contribs created page Category:Soda (Created page with "Soda is an open-source MiniScript game engine.")
- 19:06, 5 August 2021 JoeStrout talk contribs created page Soda (Created page with "[https://github.com/JoeStrout/soda Soda] is an open-source cross-platform game engine based on MiniScript and [http://libsdl.org/ SDL2]. It shares many APIs with Mini Micro...")
- 04:21, 17 July 2021 JoeStrout talk contribs created page File.parent (Created page with "The <c>file.parent</c> method returns the parent path of the given file or directory, that is, the path of the directory that contains it. === Arguments === {| class="wi...")
- 04:10, 17 July 2021 JoeStrout talk contribs created page File.move (Created page with "The <c>file.move</c> method moves or renames a file on disk to a different name/path on the same disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Defa...")
- 04:04, 17 July 2021 JoeStrout talk contribs created page File.makedir (Created page with "The <c>file.makedir</c> method creates a new directory on disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | path || "" ||...")
- 17:08, 12 July 2021 JoeStrout talk contribs created page File.delete (Created page with "The <c>file.delete</c> method deletes a file or empty directory from disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | pa...")
- 23:15, 11 July 2021 JoeStrout talk contribs created page File.children (Created page with "In Mini Micro and command-line MiniScript, the <c>file.children</c> function returns a list of all the file names within the given directory. See also: file...")
- 23:06, 11 July 2021 JoeStrout talk contribs created page File.child (Created page with "In Mini Micro and command-line MiniScript, the <c>file.child</c> function combines a parent path with a child subpath or file name. === Arguments === {| class="...")
- 03:45, 11 July 2021 JoeStrout talk contribs created page Display.install (Created page with "<c>Display.install</c> installs a Display into one of the eight display layers in the Mini Micro virtual machine, replacing (and detaching) the previous display in...")
- 03:32, 11 July 2021 JoeStrout talk contribs created page Color.toList (Created page with "<c>color.toList</c> converts a color in standard string form to a list of four numbers: red, green, blue, and alpha, all in the range 0-255. See also: color.fromList...")
- 03:29, 11 July 2021 JoeStrout talk contribs created page Color.fromList (Created page with "<c>color.fromList</c> converts a color in RGB list form — red, green, blue, and optional alpha, all in the range 0-255 — to a string in standard color form. See also:...")
- 03:21, 11 July 2021 JoeStrout talk contribs created page Bounds.overlaps (Created page with "<c>Bounds.overlaps</c> returns true (1) if the given Bounds object has any overlap with this one, and false (0) if they are non-overlapping. See also: Sprit...")
- 11:39, 9 July 2021 Shellrider talk contribs created page Color.lerp (Initial write up of color.lerp)
- 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)