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)
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)