User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 03:19, 23 December 2015 (diff | hist) . . (+52) . . Key codes (current)
- 09:13, 27 July 2014 (diff | hist) . . (-1) . . Developing a Sphere-compatible engine (→Complete or in-progress) (current)
- 09:10, 27 July 2014 (diff | hist) . . (+18) . . Developing a Sphere-compatible engine (→Complete or in-progress)
- 19:30, 25 November 2013 (diff | hist) . . (+23) . . User:Flying Jester/SpriteBatch API (current)
- 19:29, 25 November 2013 (diff | hist) . . (+328) . . User:Flying Jester/SpriteBatch API
- 04:04, 25 November 2013 (diff | hist) . . (+16) . . User:Flying Jester/SpriteBatch API
- 04:01, 25 November 2013 (diff | hist) . . (+776) . . User:Flying Jester/SpriteBatch API
- 03:54, 25 November 2013 (diff | hist) . . (+69) . . User:Flying Jester/TurboSphere API (→Time Functions) (current)
- 03:50, 25 November 2013 (diff | hist) . . (+2,438) . . N User:Flying Jester/SpriteBatch API (Created page with "This page is draft of the SpriteBatch API for TurboSphere. ==Variables== *POINT *LINE *TRIANGLE *RECTANGLE *POLYGON *CIRCLE *FILLED *OUTLINED *GRADIENT *OUTLINED_GRADIENT *B...")
- 20:42, 20 November 2013 (diff | hist) . . (+60) . . User:Flying Jester (current)
- 00:51, 20 November 2013 (diff | hist) . . (+1,029) . . User:Flying Jester/TurboSphere API
- 00:28, 20 November 2013 (diff | hist) . . (+390) . . User:Flying Jester
- 00:25, 20 November 2013 (diff | hist) . . (+71) . . User:Flying Jester/TurboSphere API (→BMPFontSDL)
- 00:19, 20 November 2013 (diff | hist) . . (+2,068) . . User:Flying Jester/TurboSphere API
- 00:14, 31 October 2013 (diff | hist) . . (+1) . . Developing a Sphere-compatible engine (→Complete or in-progress)
- 23:26, 27 October 2013 (diff | hist) . . (+1,597) . . User:Flying Jester/TurboSphere API
- 12:30, 8 September 2013 (diff | hist) . . (0) . . m Legacy:GetMouseY (Fixed link to GetMouseX in "See Also") (current)
- 12:30, 8 September 2013 (diff | hist) . . (+22) . . m Legacy:GetMouseX (Added Functions Category tag) (current)
- 12:29, 8 September 2013 (diff | hist) . . (+22) . . m Legacy:GetMouseY (Added Functions Category)
- 12:27, 8 September 2013 (diff | hist) . . (+547) . . N Legacy:GetMouseY (Created page with " Returns the Y coordinate of the pixel the mouse is currently over in the game window or (in fullscreen) screen. __TOC__ ==Usage== {{Usage|returns=number|func=GetMouseY}} ...")
- 12:26, 8 September 2013 (diff | hist) . . (+5) . . Legacy:GetMouseX
- 12:25, 8 September 2013 (diff | hist) . . (+168) . . Legacy:GetMouseX
- 12:20, 8 September 2013 (diff | hist) . . (+374) . . N Legacy:GetMouseX (Created page with "{{subst:functemp}}")
- 12:16, 8 September 2013 (diff | hist) . . (+1,067) . . N Legacy:Triangle (Created page with "Draws a triangle on the framebuffer. ==Usage== {{Usage|func=Tirangle|params=x1, y1, x2, y2, x3, y2, color}} * '''x1''' the X coordinate of the first vertex. * '''y1''' the ...")
- 11:46, 8 September 2013 (diff | hist) . . (+8,032) . . N User:Flying Jester/TurboSphere Plugin Roadmap (Created page with "This page describes the plans for the standard distribution TurboSphere plugins. It includes the breakdown of which functions belong in which plugins, the interaction of certa...") (current)
- 11:45, 8 September 2013 (diff | hist) . . (+1) . . User:Flying Jester/TurboSphere API
- 10:15, 27 July 2013 (diff | hist) . . (+745) . . Developing a Sphere-compatible engine (Added SDL input section.)
- 03:41, 18 July 2013 (diff | hist) . . (+11) . . Developing a Sphere-compatible engine (→Complete or in-progress)
- 03:38, 18 July 2013 (diff | hist) . . (0) . . Developing a Sphere-compatible engine
- 01:31, 16 June 2013 (diff | hist) . . (+2) . . User:Flying Jester/TurboSphere API (→File Object)
- 01:29, 16 June 2013 (diff | hist) . . (+298) . . User:Flying Jester/TurboSphere API
- 01:25, 16 June 2013 (diff | hist) . . (0) . . User:Flying Jester/TurboSphere API
- 01:25, 16 June 2013 (diff | hist) . . (+1,516) . . User:Flying Jester/TurboSphere API
- 02:46, 15 June 2013 (diff | hist) . . (+1,866) . . User:Flying Jester/TurboSphere API
- 02:34, 15 June 2013 (diff | hist) . . (+1,779) . . User:Flying Jester/TurboSphere API
- 02:24, 15 June 2013 (diff | hist) . . (+422) . . User:Flying Jester/TurboSphere API
- 02:17, 15 June 2013 (diff | hist) . . (+843) . . User:Flying Jester/TurboSphere API
- 02:50, 27 March 2013 (diff | hist) . . (+2,230) . . N Legacy:HashFromFile (Created page with "Generates an MD5 hash of a file, like a fingerprint that only changes if the file changes. =Usage= ::''string'' HashFromFile(''filename''); * '''filename''' String. A path ...")
- 02:44, 27 March 2013 (diff | hist) . . (0) . . Legacy:Image/zoomBlit
- 02:44, 27 March 2013 (diff | hist) . . (+885) . . N Legacy:Image/blit (Created page with "Draw the image onto the screen. =Usage= ::''image''.blit(''x'', ''y''); * '''image''' Sphere Image object. The image to draw on screen. * '''x''' number. The x coordinat...")
- 02:40, 27 March 2013 (diff | hist) . . (+1,269) . . N Legacy:Image/zoomBlit (Created page with "Draw the image onto the screen with zooming. =Usage= ::''image''.zoomBlit(''x'', ''y'', ''factor''); * '''image''' Sphere Image object. The image to draw on screen. * ''...")
- 07:15, 26 March 2013 (diff | hist) . . (+1,232) . . User:Flying Jester/TurboSphere API
- 03:20, 26 March 2013 (diff | hist) . . (+9,481) . . N User:Flying Jester/TurboSphere API (Created page with "This page documents the TurboSphere API. Currently, it is up to date for TurboSphere version 0.2.1. It is sorted by which plugin the function is provided by, and contains list...")
- 23:57, 25 March 2013 (diff | hist) . . (-2) . . Sphere
- 02:20, 21 March 2013 (diff | hist) . . (+5) . . User:Flying Jester/Making Plugins (→Getting Started) (current)
- 02:18, 21 March 2013 (diff | hist) . . (-2) . . User:Flying Jester/Making Plugins (→Getting Started)
- 02:17, 21 March 2013 (diff | hist) . . (+40) . . User:Flying Jester/Making Plugins (→Getting Started)
- 02:16, 21 March 2013 (diff | hist) . . (+25) . . User:Flying Jester/Making Plugins (→Forward)
- 02:13, 21 March 2013 (diff | hist) . . (+609) . . User:Flying Jester/Making Plugins (→Getting Started)
- 22:52, 18 March 2013 (diff | hist) . . (+21,594) . . N User:Flying Jester/Making Plugins (Created page with "Category:Tutorials This is a tutorial/guide for making a plugin for TurboSphere. At the moment (about 03/25/2013) it is made with TurboSphere 0.2.1 (or 0.2.0) in mind. ==...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)