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)
  • 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...")
  • 22:26, 1 April 2020 JoeStrout talk contribs moved page RawData.length to Image.width without leaving a redirect (wrong title)
  • 19:49, 31 March 2020 JoeStrout talk contribs created page File.loadImage (Created page with "<c>File.loadImage</c> loads an image from a PNG or JPEG file on disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''p...")
  • 21:33, 26 March 2020 JoeStrout talk contribs created page RawData (Created page with "The <c>RawData</c> class in Mini Micro represents a buffer of raw bytes. Interpretation of these bytes is entirely up to the programmer. === Properties === {| class="wik...")
  • 21:27, 26 March 2020 JoeStrout talk contribs created page RawData.resize (Created page with "<cs>RawData.resize</cs> resizes the raw data buffer to the given number of bytes. Previous data (if any) is retained to the extent that it will fit in the new buffer. ==...")
  • 04:17, 26 March 2020 JoeStrout talk contribs created page DisplayMode (Created page with "<c>displayMode</c> is a Mini Micro global function that returns a map that contains a number for every supported mode in the display system. {| class="wikitable" |- !...")
  • 04:00, 26 March 2020 JoeStrout talk contribs created page File:DisplayLayout.png (Illustrates the 8-layer display architecture of Mini Micro, with the default display types configured by clear.)
  • 04:00, 26 March 2020 JoeStrout talk contribs uploaded File:DisplayLayout.png (Illustrates the 8-layer display architecture of Mini Micro, with the default display types configured by clear.)
  • 03:56, 26 March 2020 JoeStrout talk contribs created page Display (Created page with "In Mini Micro, <c>Display</c> is the base class for all the display types, and the class of any display that is off (mode 0). In addition, <c>display</c> (all lowercase)...")
  • 19:56, 24 March 2020 JoeStrout talk contribs created page Key (Created page with "In Mini Micro, the <msinline>key</msinline> module is a small collection of functions related to detecting the keyboard state and handling the keyboard input buffer, as we...")
  • 19:51, 24 March 2020 JoeStrout talk contribs deleted page Intrinsic (mistake (and correct page already existed))
  • 17:27, 19 March 2020 JoeStrout talk contribs created page Sprite (Created page with "<c>Sprite</c> is a built-in class in the Mini Micro API. It represents an image which can be added to a SpriteDisplay, enabling it to be drawn to the screen very effi...")
  • 20:41, 18 March 2020 JoeStrout talk contribs created page Code Snippets (Created page with "In Mini Micro, ''code snippets'' are a feature of the code editor. These are bits of code which can be inserted from the Code button in the toolbar, optionally wrapping a...")
  • 15:25, 17 March 2020 JoeStrout talk contribs moved page Log(x, base) to Log without leaving a redirect
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)