User contributions
From WikiPrizm
Jump to navigationJump to search- 17:02, 23 May 2013 diff hist +754 PRGM GetKey →Comments current
- 16:57, 1 May 2013 diff hist +34 LuaZM Reference →run() current
- 12:09, 4 April 2013 diff hist 0 User:Flyingfish current
- 20:39, 19 March 2013 diff hist +258 Useful Routines →Graphical Routines
- 20:44, 18 March 2013 diff hist +31 CopySpriteMaskedAlpha current
- 20:44, 18 March 2013 diff hist +31 Floor current
- 11:16, 18 March 2013 diff hist +266 N Floor Created page with "== Synopsis == Round a number downwards to the nearest integer. === Definition === <nowiki>float floor(x) { return ((int)x) - (x < 0); }</nowiki> === Inputs === '''x''..."
- 11:12, 18 March 2013 diff hist +95 Useful Routines
- 08:31, 18 March 2013 diff hist +61 N Category:Useful Routines Created page with "List of useful routines with descriptions" current
- 08:28, 18 March 2013 diff hist +1,731 N CopySpriteNbitMasked Created page with "== Synopsis == Copy an N-bit (for N=8, 2, or 1) sprite/image to the VRAM buffer, treating one color as transparent. === Definition === <nowiki>void CopySpriteNbitMasked(cons..." current
- 08:22, 18 March 2013 diff hist +61 Useful Routines →SourceCoder-Compatible Sprites/Images
- 09:06, 12 March 2013 diff hist -1 LuaZM Reference →run()
- 09:06, 12 March 2013 diff hist -1 LuaZM Reference →run()
- 09:23, 28 February 2013 diff hist +17 LuaZM Reference →run()
- 09:22, 28 February 2013 diff hist +304 LuaZM Reference →run()
- 08:59, 29 October 2012 diff hist +1 LuaZM Reference →zmg.ticks()
- 19:05, 11 September 2012 diff hist -26 LuaZM Reference removed "not yet implemented" for run() as run() now /does/ launch the file browser.
- 12:18, 30 June 2012 diff hist +148 m Talk:PrintMiniFix
- 08:09, 29 June 2012 diff hist +1 CopySpriteMaskedAlpha →Inputs
- 10:14, 27 June 2012 diff hist +215 Talk:Addin Usability Guidelines →RE: Loading bar
- 09:57, 27 June 2012 diff hist +212 Talk:Addin Usability Guidelines
- 17:52, 26 June 2012 diff hist +89 Talk:Addin Usability Guidelines →RE: Loading bar
- 17:51, 26 June 2012 diff hist +343 Talk:Addin Usability Guidelines
- 15:20, 25 June 2012 diff hist +96 Prizm Programming Portal →Reference Guide
- 15:19, 25 June 2012 diff hist +203 N User:Flyingfish Created page with "http://www.cemetech.net/forum/images/avatars/21409311614fca8eac66cd2.jpg Hi, I'm flyingfis'''c'''h. I know, I know, my username is flyingfish, not flyingfisch, but you can b..."
- 15:16, 25 June 2012 diff hist +285 N Talk:Addin Usability Guidelines Created page with "Hi, wasn't sure if you wanted the little thing about having a loading bar for larger addins on here. If you guys think it is important enought to put on the page, I'll leave i..."
- 15:14, 25 June 2012 diff hist +6 Addin Usability Guidelines →Style
- 15:13, 25 June 2012 diff hist +4,268 N Addin Usability Guidelines Created page with "== Icon Guidelines == Icons are a part of Prizm add-ins that are usually considered unimportant. They don't affect the add-in itself, but it's still a good idea to create a ni..."
- 11:58, 15 May 2012 diff hist +26 Print OS
- 11:57, 15 May 2012 diff hist -6 Print OS
- 11:56, 15 May 2012 diff hist +397 N Print OS Created page with '{{syscall | name = Print_OS | index = 0x01F9 | signature = void Print_OS( unsigned char*msg, int invers, int zero2 ); | header = display_syscalls.h | parameters = ''msg'': string…'
- 11:51, 15 May 2012 diff hist +204 N Locate OS Created page with '{{syscall | name = locate_OS | index = 0x1863 | signature = void locate_OS( int X, int y ); | header = display.h, display_syscalls.h | comments = This syscall sets the cursor pos…'
- 10:58, 15 May 2012 diff hist +11 Syscall Reference →Display
- 10:55, 15 May 2012 diff hist +121 Syscall Reference
- 10:48, 15 May 2012 diff hist +178 N Bdisp PutDisp DD Created page with '{{syscall | name = Bdisp_PutDisp_DD | index = 0x025F | signature = Bdisp_PutDisp_DD( void ); | header = display.h, display_syscalls.h | comments = Puts the VRAM on the screen. }}'
- 10:44, 15 May 2012 diff hist +406 N Box2 Created page with '{{syscall | name = Box2 | index = 0x17FC | signature = void Box2( int, int ); | header = display.h | comments = Creates a box, centered vertically on the screen, with a 3D blue b…'
- 17:44, 14 May 2012 diff hist +1 SetBackGround
- 17:43, 14 May 2012 diff hist +2 SetBackGround
- 17:42, 14 May 2012 diff hist -17 SetBackGround
- 17:42, 14 May 2012 diff hist +1,023 SetBackGround
- 17:22, 14 May 2012 diff hist +169 N SetBackGround Created page with '{{syscall | name = SetBackGround | index = 0x1EF8 | signature = void SetBackGround( int ); | header = display_syscalls.h | comments = Displays the default backgrounds }}'
- 17:02, 14 May 2012 diff hist +67 PrintXY 2 →Inputs
- 17:01, 14 May 2012 diff hist -520 PrintXY 2 →Inputs
- 16:57, 14 May 2012 diff hist +124 PrintXY 2 →Inputs
- 16:54, 14 May 2012 diff hist +3 PrintXY 2 →Inputs
- 16:54, 14 May 2012 diff hist +135 PrintXY 2 →Inputs
- 14:35, 14 May 2012 diff hist +146 PrintXY 2 →Inputs
- 14:33, 14 May 2012 diff hist +1,231 PrintXY 2 Added inputs and outputs for 1 to 83
- 14:12, 14 May 2012 diff hist +288 N PrintXY 2 Created page with '{{subst:syscall|PrintXY_2|0x18EC|void PrintXY_2( int mode, int x, int y, int msgno, int color );|display_syscalls.h}}'