User contributions
Jump to navigation
Jump to search
- 19:34, 5 October 2021 diff hist -8 Outer fixed formatting problems and bug in example code
- 01:11, 28 September 2021 diff hist +243 Mouse.y added bug note current
- 01:10, 28 September 2021 diff hist +243 Mouse.x added bug note current
- 01:09, 28 September 2021 diff hist +5 m File.delete fixed formatting current
- 01:09, 28 September 2021 diff hist +137 File.delete added bug note
- 21:23, 27 September 2021 diff hist +130 Open-Source Projects added link to Soda
- 17:17, 22 September 2021 diff hist +117 TextDisplay added text display diagram from the Learn to Code book
- 17:15, 22 September 2021 diff hist +79 N File:TextDisplay.png Illustration of the Mini Micro text display: 26 rows, 68 columns. current
- 04:55, 19 September 2021 diff hist -5 m TileDisplay.overlap current
- 04:54, 19 September 2021 diff hist +1,386 N TileDisplay.overlap Created page with "In Mini Micro, the <c>overlap</c> property of a TileDisplay controls how much the cells in the display overlap (in pixels). The default value is 0, which means that e..."
- 04:52, 19 September 2021 diff hist +64 N File:Overlap+10.png Demonstrates a TileDisplay with overlap set to 10. current
- 04:51, 19 September 2021 diff hist +65 N File:Overlap-10.png Demonstrates a TileDisplay with overlap set to -10. current
- 04:51, 19 September 2021 diff hist +63 N File:Overlap0.png Demonstrates a TileDisplay with overlap set to 0. current
- 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..." current
- 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