- This wiki is out of date, use the continuation of this wiki instead
New pages
From FenixWiki
Showing below up to 50 results starting with #41.
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500).
- 16:48, 25 February 2008 Clear screen (hist) [513 bytes] 85.144.194.29 (Talk) (New article.)
- 19:53, 17 February 2008 Map block copy (hist) [1,742 bytes] Eckolin (Talk | contribs) (New page on map_block_copy!)
- 20:56, 7 February 2008 Allpages (hist) [665 bytes] Sandman (Talk | contribs) (New page: <dpl> notnamespace= titlematch=% redirects = include format = ,,\n\n%PAGE%, </dpl> <dpl> namespace= titlematch=% format = ,,\n\n%PAGE%, </dpl> <dpl> namespace= titlematch=% redirec...)
- 01:41, 27 January 2008 LCD ReadButton (hist) [785 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_ReadButton ( <'''INT''' device> ,...)
- 01:28, 27 January 2008 LCD Devices (hist) [374 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_Devices ( ) Returns the number o...)
- 20:52, 22 January 2008 Delete draw (hist) [386 bytes] 85.144.194.29 (Talk) (Moved here from delete_drawing which does not exist)
- 23:45, 20 January 2008 Reserved (hist) [2,129 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:local variables '''Up to Local Variables''' ---- == Definition == '''Struct''' Reserved Reserved is a [...)
- 23:03, 17 January 2008 Blend operation (hist) [274 bytes] Sandman (Talk | contribs) (New page: == Definition == A blend operation is the act of executing the blend using a blend table. This is done when blenop_apply() is used or each frame for a certain graphic when...)
- 22:55, 17 January 2008 Blend table (hist) [5,078 bytes] Sandman (Talk | contribs) (New page: == Definition == A blend table contains the blend data needed to perform the blend between the object (source) and where the object is drawn (destination). The table contains those two sec...)
- 12:30, 17 January 2008 Blendop swap (hist) [790 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_swap ( <'''INT''' blendopID> ) Modify the blend table of the blend operation by swapping the source ...)
- 12:13, 17 January 2008 Blendop grayscale (hist) [1,139 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_grayscale ( <'''INT''' blendopID> , <'''INT''' mode> ) Modify the blend table of the blend operation...)
- 11:55, 17 January 2008 Blendop translucency (hist) [904 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_translucency ( <'''INT''' blendopID> , <'''FLOAT''' amount> ) Modify the blend table of the [[blend oper...)
- 11:50, 17 January 2008 Blendop tint (hist) [1,257 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_tint ( <'''INT''' blendopID> , <'''FLOAT''' amount> , <'''BYTE''' r> , <'''BYTE''' g> , <'''BYTE''' b> ) Mod...)
- 11:40, 17 January 2008 Blendop identity (hist) [463 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_identity ( <'''INT''' blendopID> ) Reinitializes the blend operation to default. == Parameters == {| | ...)
- 11:37, 17 January 2008 Blendop intensity (hist) [660 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_intensity ( <'''INT''' blendopID> , <'''FLOAT''' amount> ) Modify the blend table of the [[blend operati...)
- 11:16, 17 January 2008 Blendop free (hist) [384 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_free ( <'''INT''' blendopID> ) Frees the given blend operation. Before doing this, make sure it is not a...)
- 11:14, 17 January 2008 Blendop assign (hist) [820 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_apply( <'''INT''' fileID> , <'''INT''' graphID> , <'''INT''' blendopID> ) Assigns a blend operation to a...)
- 11:12, 17 January 2008 Blendop apply (hist) [613 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:Blendops ==Definition== '''INT''' blendop_apply( <'''INT''' fileID> , <'''INT''' graphID> , <'''INT''' blendopID> ) Applies a blend operation to t...)
- 20:11, 12 January 2008 Filetypes (hist) [315 bytes] Sandman (Talk | contribs) (New page: Category:General == Definition == Fenix has multiple filetypes. == List == <DPL> category = filetypes mode = userformat columns = 1 listseparators = ,\n* [...)
- 14:52, 12 January 2008 Move window (hist) [479 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:programinteraction == Definition == '''INT''' move_window ( <'''INT''' x> , <'''INT''' y> ) Moves the Fenix window so that the top left of the win...)
- 16:22, 30 December 2007 FPGtool (hist) [272 bytes] Sandman (Talk | contribs) (New page: category:utilities == Definition == FPG Tool created in Fenix by the Fenix Team. Fenix 0.84a was used for coding and compiling, so Fenix 0.84a interpreter is included. Also used w...)
- 13:59, 30 December 2007 Precompiler if (hist) [891 bytes] Sandman (Talk | contribs) (New page: category:precompiler == Definition == '''#if''' <what to check> :<if block> ['''#else :<else block>] '''#endif''' Checks if ''what to check'' is true. If it is, the code in ''if bloc...)
- 13:58, 30 December 2007 Precompiler else (hist) [237 bytes] Sandman (Talk | contribs) (New page: category:precompiler == Definition == '''#else''' '''#else''' is used in the following precompiler statements: * #ifdef * #ifndef * [...)
- 13:57, 30 December 2007 Precompiler endif (hist) [243 bytes] Sandman (Talk | contribs) (New page: category:precompiler == Definition == '''#endif''' '''#endif''' is used to end the following precompiler statements: * #ifdef * [[precompiler_ifndef|#ifndef...)
- 13:55, 30 December 2007 Precompiler ifndef (hist) [477 bytes] Sandman (Talk | contribs) (New page: category:precompiler == Definition == '''#ifndef''' <what to check> :<if block> ['''#else :<else block>] '''#endif''' Checks if ''what to check'' was previously defined in the code. ...)
- 13:53, 30 December 2007 Precompiler ifdef (hist) [1,190 bytes] Sandman (Talk | contribs) (New page: category:precompiler == Definition == '''#ifdef''' <what to check> :<if block> ['''#else :<else block>] '''#endif''' Checks if ''what to check'' was previously defined in the code. I...)
- 13:38, 30 December 2007 Precompiler define (hist) [1,946 bytes] Sandman (Talk | contribs) (New page: category:precompiler == Definition == '''#define''' <what to define> [<what it will be>] Defines ''what to define'' as ''what it will be''. This means that after this line, all ''wha...)
- 13:21, 30 December 2007 Precompiler (hist) [607 bytes] Sandman (Talk | contribs) (New page: category:general == Definition == The precompiler is for executing commands before the actual compiling. This can be useful for many things: * Defining words as other words or values ...)
- 13:01, 30 December 2007 0.84a (hist) [1,170 bytes] Sandman (Talk | contribs) (New page: Fenix 0.84a. Note that there is a newer version available. == Download == * Fenix 0.84a Source * [[Media:Fenix084a-win32-...)
- 01:29, 29 December 2007 Sound channels (hist) [538 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' sound_channels '''Sound_...)
- 01:22, 29 December 2007 Argc (hist) [339 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' argc '''Argc''' is a [[g...)
- 01:21, 29 December 2007 Argv (hist) [650 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''STRING[32]''' argv '''Argv''' i...)
- 00:56, 29 December 2007 Get timer (hist) [248 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:time ==Definition== '''INT''' get_timer ( ) Returns the time the program has been running in milliseconds. == Returns == '''INT''' : The time the pro...)
- 00:52, 29 December 2007 Font (hist) [145 bytes] Sandman (Talk | contribs) (New page: Category:general == Definition == A font is a way of displaying text. A font is associated with a certain fontID.)
- 00:26, 29 December 2007 Text width (hist) [623 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:texts ==Definition== '''INT''' text_width ( <'''INT''' fontID> , <'''STRING''' text> ) Calculates the width in pixels of the specified text in the spe...)
- 00:24, 29 December 2007 Text height (hist) [628 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:texts ==Definition== '''INT''' text_height ( <'''INT''' fontID> , <'''STRING''' text> ) Calculates the height in pixels of the specified text in the s...)
- 00:07, 29 December 2007 Scale mode (hist) [521 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' scale_mode '''Scale_mode...)
- 23:56, 28 December 2007 Sound freq (hist) [664 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' sound_mode '''Sound_freq...)
- 23:49, 28 December 2007 Text flags (hist) [443 bytes] Sandman (Talk | contribs) (New page: Category:variables category:predefined Category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' text_z '''Text_z''' is a...)
- 23:31, 28 December 2007 Fade off (hist) [239 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:palettes ==Definition== '''INT''' fade_off ( ) Fades the screen from the current setting to black out. This call is equivalent to <code>fade(0,0...)
- 23:31, 28 December 2007 Fade on (hist) [241 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:palettes ==Definition== '''INT''' fade_on ( ) Fades the screen from the current setting to normal. This call is equivalent to <code>fade(100,100...)
- 17:13, 28 December 2007 Fade (hist) [1,192 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:palettes ==Definition== '''INT''' fade ( <'''INT''' red> , <'''INT''' green> , <'''INT''' blue> , <'''INT''' speed> ) Fades the screen from the curre...)
- 19:25, 27 December 2007 Fading (hist) [1,189 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' fading '''Fading''' is a...)
- 18:59, 27 December 2007 Frame time (hist) [1,898 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''FLOAT''' frame_time '''Frame_ti...)
- 18:35, 27 December 2007 Timer (hist) [1,138 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT[9]''' timer '''Timer''' is ...)
- 11:43, 27 December 2007 Graph mode (hist) [497 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' graph_mode '''Graph_mode...)
- 11:39, 27 December 2007 Sound mode (hist) [609 bytes] Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' sound_mode '''Sound_mode...)
- 22:08, 26 December 2007 LCD Changelog (hist) [434 bytes] Sandman (Talk | contribs) (New page: Category:changelog Category:lcddll Category:dll '''Up to LCD.DLL''' ---- Changelog of LCD.DLL. v0.03: Recoded so it's easier in use. Not backward...)
- 22:03, 26 December 2007 LCD Defines (hist) [675 bytes] Sandman (Talk | contribs) (New page: Category:defines Category:networkdll Category:dll '''Up to Network.DLL''' ---- == General == {| || MAX_DEVICES || - Maximum number of devices. |} == Bitmap P...)
- 20:20, 26 December 2007 LCD GetNumButtons (hist) [551 bytes] Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_GetNumButtons ( <'''INT''' device...)