Search results

Jump to navigation Jump to search
  • ...rocess]] or function, which will make the process in question look in that file (FPG) for the [[graphic]], associated with the [[GraphID]] specified by the You can fill out 0 for the [[FileID]] to target the [[system file]], for [[graphic]]s with an ID of ''1000'' or higher, which are graphics cr
    1 KB (163 words) - 18:09, 2 April 2009
  • A '''FileHandle''' is an identifier for a file, for use in functions requiring a FileHandle, like [[fread]](), [[fwrite]]( handle = fopen("file.txt",O_READ);
    2 KB (280 words) - 16:48, 27 June 2009
  • .... This function comes from the standard C library, this is a miscellaneous function. | '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]]().
    652 bytes (90 words) - 13:53, 8 March 2012
  • ...ified connection. The contents of the received file will be written to the file with specified filename. | '''STRING''' filename || - The filename of the file to write to, including a possible path.
    1 KB (165 words) - 03:05, 2 October 2008
  • ...to specify the mode of seeking in a file, by passing one of them to the [[function]] [[fseek]]() as the [[parameter]] ''relativeness''. The mode of seeking me | SEEK_SET || - 0 || - The beginning of the file. This means just setting the position.
    536 bytes (84 words) - 18:51, 4 May 2007
  • Creates and initializes a new [[file]]. ...nction [[fpg_add]](). The file can be saved with [[fpg_save]](). To free a file, use [[fpg_unload]]().
    664 bytes (93 words) - 00:54, 21 July 2012
  • A GraphID is an identifier associated with a certain [[graphic]] in the [[file]] (FPG) specified by a [[FileID]]. ...ocess use the graphic in the file (FPG), specified by the local variable [[file]], at the position specified by the local variable graph.
    983 bytes (144 words) - 16:26, 3 June 2007
  • ...of a certain file. This means where a function will start reading in that file. | '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]]().
    634 bytes (86 words) - 03:05, 2 October 2008
  • ...lettes in bennu and assign an unique identifier to them and save them to a file later. |'''STRING''' filename || - The filename of the new palette file.
    896 bytes (125 words) - 09:11, 20 July 2012
  • ...turns it. Subsequent calls will return the next line, until the end of the file is reached. | '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]]().
    730 bytes (116 words) - 02:43, 15 March 2012
  • ...reaches an [[Include]] statement, it continues compilation at the included file (usually *.[[INC]]) and when it's done resumes compiling from the [[Include ...nderstandable; moreover it makes code reusable. The video handling include file you made for one game can be used for another game (if it was coded in a ge
    1 KB (224 words) - 13:37, 4 June 2009
  • ...n text on it (without borders around the text) and puts it in the [[system file]]. ...[GraphID]] of the [[graphic]] of the generated [[graphic]] in the [[system file]].
    2 KB (300 words) - 03:06, 2 October 2008
  • This function loads the whole contents of an [[FPG]] graphics library into your project, | -2 || - Waiting for the file to be loaded, see notes.
    3 KB (505 words) - 09:34, 19 July 2012
  • There are multiple [[filetypes]] you can load using this [[function]]. Included are: | '''STRING''' filename || - The music file to be loaded, including a possible path.
    2 KB (267 words) - 03:30, 26 March 2012
  • ...ng, download the latest Fenix Source [[Latest_Fenix_version|here]] and the file [[Media:Fenixdll.def|fenixdll.def]]. Put the source somewhere appropriate, * '''File -> New''' will bring up the '''New''' dialog box. Select '''Win32 Dynamic-L
    8 KB (1,275 words) - 21:07, 26 December 2008
  • There is also an slightly more adavanced version of this function, called [[Fli_start]](). | '''STRING''' filename || - The name of the fli/flc file to load and play.
    2 KB (283 words) - 07:55, 14 March 2012
  • ...ify the mode of reading/writing of a file, by passing one of them to the [[function]] [[fopen]]() as the [[parameter]] ''flags''.
    522 bytes (80 words) - 05:20, 5 November 2009
  • When used as an [[argument]] in a [[function]] or [[process]], the [[parameter]] is not a copy, but the variable itself, ...into ''myFile2'', which is normal. But when it's used as an argument in a function, the parameter is not a copy but the _file itself.
    4 KB (524 words) - 16:20, 3 March 2009
  • Loads a [[TTF]] file as a [[font]] into memory. | '''STRING''' filename || - The filename of the [[TTF]] file that you wish to load (including extension and possible path).
    3 KB (390 words) - 08:05, 14 March 2012
  • Advances to the next frame of the animation started by [[Start_fli]](). This function returns 0 when the animation is over. During the animation, it returns the This function has no arguments.
    2 KB (216 words) - 09:16, 27 July 2012
  • This function returns the identification code of the palette of a specific graphic. |'''INT''' fileID || - The handle of the file.
    3 KB (298 words) - 08:32, 17 March 2012
  • function save_state_and_signal( int pid, int sig ) function restore_state( int pid )
    2 KB (247 words) - 22:02, 12 May 2010
  • Loads a [[TTF]] file as a [[font]] into memory. | '''STRING''' filename || - The filename of the [[TTF]] file that you wish to load (including extension and possible path).
    3 KB (427 words) - 08:06, 14 March 2012
  • ...our spaces or a tab of four spaces wide. The [[Program]]-, [[Process]]-, [[Function]]-, [[Global]]-, [[Local]]-, [[Public]]-, [[Private]]- and [[Begin]]-statem ...e first denotes the origin of the function and the second denotes what the function does. Another example is [[NET_ERROR_CONNECTING]]: "NET" denotes the origin
    5 KB (753 words) - 19:49, 30 November 2008
  • ...an array of strings, given a separator. Returns the resulting string. The function is the opposite of [[Split]](). ...s comma seperated value lists], i.e. for use in spreadsheets or text based file formats.
    2 KB (274 words) - 06:05, 9 March 2012
  • Loads a [[TTF]] file as a [[font]] into memory. | '''STRING''' filename || - The filename of the [[TTF]] file that you wish to load (including extension and possible path).
    3 KB (449 words) - 08:06, 14 March 2012
  • This function actually changes the pixeldata of the graphic. | '''INT''' fileID || - The [[fileID]] of the [[file]] holding the [[graphic]].
    700 bytes (88 words) - 17:13, 30 August 2009
  • Gets some information about the [[graph]] specified. This function is also known as [[Graphic_info]]() and [[Map_info]](). | '''INT''' fileID || - The [[file]] that holds the graph.
    799 bytes (103 words) - 04:16, 16 March 2012
  • Gets some information about the [[graph]] specified. This function is also known as [[Graphic_info]]() and [[Map_info_get]](). | '''INT''' fileID || - The [[file]] that holds the graph.
    799 bytes (103 words) - 04:16, 16 March 2012
  • <pre>import "<Path and file name of DLL here>";</pre> ...an include file (*.[[inc]]), ''instead'' of importing the DLL. The header file will do that and possibly provide more functionality.
    3 KB (454 words) - 17:07, 19 March 2009
  • ...w [[font]] with a certain color depth. There exists three variants of this function: - '''INT''' fnt_new ( <'''INT''' file> , <'''INT''' graph>, <'''INT''' charset> , <'''INT''' width> , <'''INT'''
    3 KB (481 words) - 10:55, 20 July 2012
  • ...received on the connection, a new graphic will be created in the [[system file]] and its [[graphID]] returned. This function is to receive [[graphic]]s sent with [[NET_SendGraph]]().
    1 KB (159 words) - 03:05, 2 October 2008
  • There is also a simpler version of this function, called [[Start_fli]](). | '''STRING''' filename || - The name of the fli/flc file to load and play.
    3 KB (422 words) - 09:24, 28 July 2012
  • This function is creates a copy of palette loaded with [[Pal_load]](). It can be used for | 0 || - Error: could not open file; corrupt or truncated file; file doesn't contain palette information.
    4 KB (513 words) - 06:54, 17 March 2012
  • This function changes a graphic's center pixel, which is the pixel that is located on scr | '''INT''' FileID || - The [[FileID]] of the [[file]] containing the graphic
    3 KB (384 words) - 01:01, 21 July 2012
  • ...r palette that assigned with [[Pal_map_assign]](). It is basically an undo function for color palette changes. | 0 || - Error: could not open file; corrupt or truncated file; file doesn't contain palette information.
    3 KB (321 words) - 09:45, 17 March 2012
  • Changes the x or y coordinate of the center pixel (controlpoint 0). This function is also known as [[Map_info_set]](). | '''INT''' fileID || - The [[file]] that holds the graph.
    1 KB (153 words) - 04:54, 16 March 2012
  • ...separate thread. This means one can't let a process return a value like a function, as the [[father]] process continues its code as well, as soon as the proce For example, consider the local variables [[x]], [[y]], [[z]], [[file]] and [[graph]].
    4 KB (633 words) - 07:08, 8 November 2009
  • This function is used in conjuction with [[Pal_set]]() to load palette data that was load | 0 || - Error: could not open file; corrupt or truncated file; file doesn't contain palette information.
    5 KB (714 words) - 09:38, 20 July 2012
  • ...nlike [[Pal_map_assign]](), the change is not immediately visible, and the function [[Pal_refresh]]() has to be called afterwards to make the change visible. T | 0 || - Error: could not open file; corrupt or truncated file; file doesn't contain palette information.
    6 KB (759 words) - 09:20, 20 July 2012
  • Gets some information about the [[graph]] specified. This function is also known as [[Map_info]]() and [[Map_info_get]](). | '''INT''' fileID || - The [[file]] that holds the graph.
    1 KB (177 words) - 04:14, 16 March 2012
  • ...part of this graphic can be shown and shifted in any direction. After this function, the use of the struct [[scroll]] makes sense. | '''INT''' fileID || - The [[fileID]] of the [[file]] containing the scroll graphics
    7 KB (827 words) - 09:32, 28 December 2012
  • ...heir color indexes, but the r,g,b values in the palette are modified. This function requires an [[Array]] of maximum 255 bytes (or integers), to store the pale | '''INT''' fileID || - The handle of the file containing the graphics.
    2 KB (312 words) - 10:08, 20 July 2012
  • Get access to the memory buffer of the map. This function is usefull in combination with [[Memset]](). This way you can manipulate th | '''INT''' fileID || - The [[file]] that holds the graph.
    3 KB (500 words) - 06:49, 16 March 2012
  • Changes the x or y coordinate of the center pixel (controlpoint 0). This function is also known as [[Graphic_set]](). | '''INT''' fileID || - The [[file]] that holds the graph.
    2 KB (331 words) - 04:52, 16 March 2012
  • ...ints (from 0 to 999). Control point 0 is the center of the graphic. This [[function]] allows you to set the location of any control point belonging to any grap | '''INT''' fileID || - [[FileID]] of the [[file]] containing the graphic.
    2 KB (322 words) - 00:59, 21 July 2012
  • This function allows the colors of a graphic to be filtered with a nummerical range, defi | '''INT''' fileID || - The [[fileID]] of the [[file]] that holds the graphics.
    2 KB (232 words) - 07:38, 8 March 2012
  • ...nd destination; these section are added together when blending (the adding function cannot be altered) and the sections can be influenced by the [[Functioncate * int graph - The graph to be cloned (file=0).
    5 KB (693 words) - 17:11, 30 August 2009
  • ...pedia.org/wiki/Super_Nintendo_Entertainment_System Snes] gameconsole. This function creates a 3d effect by using a graphic in a folded plane. Just like [[scrol | '''INT''' fileID || - The [[fileID]] of the [[file]] containing the graphics used in the [[Mode7]] window.
    12 KB (1,591 words) - 01:31, 21 July 2012
  • This function will convert the specified [[graphic]] by using the specified method; see [ | '''INT''' fileID || - The [[fileID]] of the [[file]] that holds the graphics.
    3 KB (474 words) - 08:29, 8 March 2012
  • The support for Fenix' fgc, fbm and fpl file formats is also quickly dropped in favor of good old DIVs [[FPG]], [[MAP]] [[FNT_NEW]] (FILE, GRAPH, CHARSET, WITDH, HEIGHT, FIRST, LAST, FLAGS)
    7 KB (1,028 words) - 07:10, 8 September 2011
  • // load the fpg file // this function is required to make the change visible.
    4 KB (495 words) - 06:58, 17 March 2012