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
  • 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: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...")
  • 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...")
  • 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...")
  • 16:27, 18 March 2020 ZachStrout talk contribs created page Yield (Created page with "<c>yield</c> pauses the execution of the script until the next "tick" of the host app. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning...")
  • 16:25, 18 March 2020 ZachStrout talk contribs created page Wait (Created page with "<c>wait</c> pauses execution of this script for some amount of time. See also: time, yield === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Me...")
  • 16:22, 18 March 2020 ZachStrout talk contribs created page Version (Created page with "<c>version</c> gets a map with information about the version of MiniScript and the host environment that you're currently running. === Usage Notes === <c>version</c> will in...")
  • 16:20, 18 March 2020 ZachStrout talk contribs created page Values (Created page with "<c>values</c> returns the values of a dictionary, or the characters of a string.(Returns any other value as-is.) See also: Indexes === Arguments === {| class="wikitable" |-...")
  • 23:36, 15 March 2020 ZachStrout talk contribs created page Code (Created page with "<c>code</c> Return the Unicode code point of the first character of the given string. This is the inverse of `char`. May be called with function syntax or dot syntax. === A...")
  • 23:19, 15 March 2020 ZachStrout talk contribs created page Ceil (Created page with "<c>ceil</c> Returns the "ceiling", i.e. closest whole number greater than or equal to the given number. See also: floor === Arguments === {| class="wikitable" |- ! Para...")
  • 23:16, 15 March 2020 ZachStrout talk contribs created page Char (Created page with "<c>char</c> Gets a character from its Unicode code point. See also: code === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''codeP...")
  • 23:09, 15 March 2020 ZachStrout talk contribs created page BitXor (Created page with "<c>bitXor</c> treats its arguments as integers, and computes the bitwise `xor`: each bit in the result is set only if the corresponding bit is set in exactly one (not zero or...")
  • 23:02, 15 March 2020 ZachStrout talk contribs created page BitOr (Created page with "<c>bitOr</c> treats its arguments as integers, and computes the bitwise `or`: each bit in the result is set if the corresponding bit is set in either (or both) of the argument...")
  • 22:51, 15 March 2020 ZachStrout talk contribs created page BitAnd (Created page with "<c>bitAnd</c> treats its arguments as integers, and computes the bitwise `and`: each bit in the result is set only if the corresponding bit is set in both arguments. === Arg...")
  • 22:42, 15 March 2020 ZachStrout talk contribs created page Atan (Created page with "<c>atan</c> is a function that returns the arctangent of a value or ratio, that is, the angle (in radians) whose tangent is y/x. This will return an angle in the correct quad...")
  • 22:38, 15 March 2020 ZachStrout talk contribs created page Asin (Created page with "<c>asin</c> is a function that returns the inverse sine, that is, the angle (in radians) whose sine is the given value. === Arguments === {| class="wikitable" |- ! Paramete...")
  • 22:18, 15 March 2020 User account ZachStrout talk contribs was created