User contributions
Jump to navigation
Jump to search
- 04:43, 19 September 2021 diff hist +666 N 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..." current
- 15:17, 17 September 2021 diff hist +226 Http.get added note about forbidden headers current
- 23:00, 14 September 2021 diff hist +1,012 TileDisplay added a decent TileDisplay example
- 22:56, 14 September 2021 diff hist +78 N File:TileDisplayExample.png Output of the source code example shown on the TileDisplay page. current
- 17:41, 12 September 2021 diff hist +24 m Json current
- 17:40, 12 September 2021 diff hist -203 m Json
- 17:39, 12 September 2021 diff hist -1 m Json →Examples
- 17:39, 12 September 2021 diff hist +655 Json Added examples.
- 17:29, 12 September 2021 diff hist +904 Json
- 17:22, 12 September 2021 diff hist +245 N 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..."
- 15:25, 30 August 2021 diff hist +498 Main Page added links to external documentation, in case somebody is trying to start with the wiki
- 22:32, 26 August 2021 diff hist +4,060 N 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..." current
- 21:59, 26 August 2021 diff hist +3,914 N 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:36, 26 August 2021 diff hist +108 StringUtil →Added string methods current
- 21:30, 26 August 2021 diff hist +2,959 N 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:47, 19 August 2021 diff hist +54 m Soda current
- 04:46, 19 August 2021 diff hist +52 N File:Soda-512.png Soda logo (licensed from FlatIcon.com) current
- 04:44, 19 August 2021 diff hist +18 m Image.getImage current
- 04:44, 19 August 2021 diff hist +18 m Image.setPixel current
- 04:43, 19 August 2021 diff hist +18 m Image.pixel current
- 04:43, 19 August 2021 diff hist +18 Image.height current
- 04:43, 19 August 2021 diff hist +18 m Image.width current
- 04:43, 19 August 2021 diff hist +31 m Image
- 15:19, 16 August 2021 diff hist +167 N 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" current
- 04:09, 16 August 2021 diff hist +149 N 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"
- 22:14, 15 August 2021 diff hist +17 File.writeLines current
- 19:41, 5 August 2021 diff hist +123 m Color →Usage Notes
- 19:40, 5 August 2021 diff hist +31 m Color
- 19:40, 5 August 2021 diff hist +40 m Window →Usage Notes
- 19:31, 5 August 2021 diff hist +998 N 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:26, 5 August 2021 diff hist +31 m File
- 19:25, 5 August 2021 diff hist +34 m File
- 19:24, 5 August 2021 diff hist +179 m Sprite
- 19:22, 5 August 2021 diff hist +18 m File.loadSound current
- 19:21, 5 August 2021 diff hist +43 m File.loadImage current
- 19:20, 5 August 2021 diff hist +18 Mouse
- 19:20, 5 August 2021 diff hist +18 m Key
- 19:20, 5 August 2021 diff hist +18 m Sound
- 19:20, 5 August 2021 diff hist +19 m Sprite →Example
- 19:11, 5 August 2021 diff hist +455 m Soda
- 19:07, 5 August 2021 diff hist +50 N Category:Soda Created page with "Soda is an open-source MiniScript game engine." current
- 19:06, 5 August 2021 diff hist +386 N 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..."
- 16:19, 17 July 2021 diff hist +1,922 Import
- 04:21, 17 July 2021 diff hist +1,266 N 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..." current
- 04:10, 17 July 2021 diff hist +1,269 N 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..." current
- 04:04, 17 July 2021 diff hist +858 N 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 diff hist +907 N 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 diff hist +1,413 N 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..." current
- 23:08, 11 July 2021 diff hist +29 File.child current
- 23:06, 11 July 2021 diff hist +1,318 N 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="..."