This wiki is out of date, use the continuation of this wiki instead

New pages

From FenixWiki

Jump to: navigation, search

Showing below up to 50 results starting with #101.

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500).

  1. 14:14, 26 December 2007 ‎LCD Version (hist) ‎[485 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''STRING''' LCD_Version ( ) Returns the curre...)
  2. 14:11, 26 December 2007 ‎LCD About (hist) ‎[450 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_About ( ) Tells the user about [...)
  3. 13:56, 26 December 2007 ‎LCD Globals (hist) ‎[273 bytes] ‎Sandman (Talk | contribs) (New page: Category:global variables Category:networkdll Category:dll '''Up to Network.DLL''' ---- == Struct NET == || '''BYTE''' consoleReports || - true/''[[false]...)
  4. 13:49, 26 December 2007 ‎LCD Errorcodes (hist) ‎[1,768 bytes] ‎Sandman (Talk | contribs) (New page: Category:errorcodes Category:lcddll Category:dll '''Up to LCD.DLL''' ---- Here is a list of all the errorcodes regarding LCD.DLL. Catching errorcodes...)
  5. 00:37, 26 December 2007 ‎Out region (hist) ‎[773 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:Regions ==Definition== '''INT''' out_region ( <'''INT''' processID> , <'''INT''' regionID> ) Checks if the specified process is completely outside...)
  6. 00:26, 26 December 2007 ‎Region (hist) ‎[866 bytes] ‎Sandman (Talk | contribs) (New page: category:General category:variables category:predefined category:local variables '''Up to Local Variables''' ---- == Definition == === Local variabl...)
  7. 00:20, 26 December 2007 ‎RegionID (hist) ‎[120 bytes] ‎Sandman (Talk | contribs) (New page: Category:general == Definition == '''RegionID''' A RegionID is an identifier associated with a certain region.)
  8. 00:19, 26 December 2007 ‎Define region (hist) ‎[854 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:Regions ==Definition== '''INT''' define_region ( <'''INT''' regionID> , <'''INT''' x> , <'''INT''' y> , <'''INT''' width> , <'''INT''' height> ) Defin...)
  9. 11:38, 25 December 2007 ‎Get id (hist) ‎[2,190 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:processinteraction ==Definition== '''INT''' get_id ( <'''INT''' processTypeID> ) Returns a ProcessID of a process of the specified [[ProcessTy...)
  10. 00:24, 19 December 2007 ‎Smallbro (hist) ‎[520 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:predefined category:local variables '''Up to Local Variables''' ---- == Definition == '''INT''' smallbro '''Smallbro''' is ...)
  11. 00:24, 19 December 2007 ‎Bigbro (hist) ‎[517 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:predefined category:local variables '''Up to Local Variables''' ---- == Definition == '''INT''' bigbro '''Bigbro''' is a pr...)
  12. 00:22, 19 December 2007 ‎Son (hist) ‎[479 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:predefined category:local variables '''Up to Local Variables''' ---- == Definition == '''INT''' son '''Son''' is a predefin...)
  13. 00:51, 16 December 2007 ‎Unload map (hist) ‎[573 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:maps ==Definition== '''INT''' unload_map ( <'''INT''' fileID> , <'''INT''' graphID> ) Frees the memory used by the specified graphic. The associat...)
  14. 11:34, 15 December 2007 ‎Debugging (hist) ‎[1,342 bytes] ‎Sandman (Talk | contribs) (New page: [Category:general] Debugging a Fenix program can be tricky. So here are a few tips to get you on your way. == Debug mode == To run a game in debug mode, you have to compile the .dcb ...)
  15. 20:28, 30 November 2007 ‎Xput (hist) ‎[1,574 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:maps ==Definition== '''INT''' xput ( <'''INT''' fileID> , <'''INT''' destinationGraphID> , <'''INT''' originGraphID> , <'''INT''' x> , <'''INT''' y> , ...)
  16. 20:18, 30 November 2007 ‎Scroll (hist) ‎[2,937 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''STRUCT[9]''' Scroll Scroll is a...)
  17. 00:33, 20 November 2007 ‎Draw curve (hist) ‎[1,281 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' draw_curve ( <'''INT''' x0> , <'''INT''' y0> , <'''INT''' x1> , <'''INT''' y1> , <'''INT''' x2> , <'''INT''' y2> , <''...)
  18. 00:21, 20 November 2007 ‎Draw fcircle (hist) ‎[643 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' draw_circle ( <'''INT''' x> , <'''INT''' y> , <'''INT''' radius> ) Draws a filled circle with center (x0,y0) and radi...)
  19. 00:21, 20 November 2007 ‎Draw circle (hist) ‎[658 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' draw_circle ( <'''INT''' x> , <'''INT''' y> , <'''INT''' radius> ) Draws a non-filled circle with center (x0,y0) and ...)
  20. 00:18, 20 November 2007 ‎Draw rect (hist) ‎[846 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' draw_rect ( <'''INT''' x0> , <'''INT''' y0> , <'''INT''' x1> , <'''INT''' y1> ) Draws a non-filled rectangle with cor...)
  21. 00:17, 20 November 2007 ‎Draw box (hist) ‎[825 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' draw_box ( <'''INT''' x0> , <'''INT''' y0> , <'''INT''' x1> , <'''INT''' y1> ) Draws a filled rectangle with corners ...)
  22. 00:13, 20 November 2007 ‎Draw line (hist) ‎[710 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' draw_line( <'''INT''' x0> , <'''INT''' y0> , <'''INT''' x1> , <'''INT''' y1> ) Draws a line from point (x0,y0) to poi...)
  23. 00:04, 20 November 2007 ‎Move drawing (hist) ‎[594 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' move_drawing ( <'''INT''' DrawID> ) Moves a certain drawing on the screen. Only drawings drawn with a certain z v...)
  24. 00:00, 20 November 2007 ‎Drawing stipple (hist) ‎[2,529 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' drawing_stipple ( <'''INT''' stipple> ) Tells Fenix to draw the coming drawings in stipplemode or not. == P...)
  25. 23:57, 19 November 2007 ‎Drawing color (hist) ‎[335 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' drawing_color ( <'''INT''' color> ) Tells Fenix to draw the coming drawings in a certain color. == Paramete...)
  26. 23:54, 19 November 2007 ‎Drawing alpha (hist) ‎[500 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' drawing_z ( <'''INT''' alpha> ) Tells Fenix to draw the coming drawings with a certain alpha value == P...)
  27. 23:51, 19 November 2007 ‎Drawing z (hist) ‎[392 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' drawing_z ( <'''INT''' z> ) Tells Fenix to draw the coming drawings with a certain z value In order to draw...)
  28. 23:50, 19 November 2007 ‎Drawing map (hist) ‎[528 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' drawing_map ( <'''INT''' fileID> , <'''INT''' graphID> ) Tells Fenix to draw the coming drawings on a certai...)
  29. 23:44, 19 November 2007 ‎DrawID (hist) ‎[267 bytes] ‎Sandman (Talk | contribs) (New page: == Definition == '''DrawID''' A DrawID is an identifier associated with a certain drawing. It is returned by draw_xxx() functions. It can be used in other...)
  30. 23:41, 19 November 2007 ‎Drawing (hist) ‎[584 bytes] ‎Sandman (Talk | contribs) (New page: == Definition == A drawing is something drawn on the screen using draw_xxx() functions. This can be a circle, square, line or whatever they can draw. A drawing...)
  31. 20:44, 19 November 2007 ‎Bilge (hist) ‎[219 bytes] ‎Sandman (Talk | contribs) (New page: Bilge is an IRC chatroom filled with all sorts of people. Most of them are old and new Fenix/DIV programmers, but others drop by from time to time as well. Feel free to pop in at ...)
  32. 23:48, 14 November 2007 ‎Fxi os (hist) ‎[399 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:predefined category:global variables '''Up to Global Variables''' ---- == Definition == '''INT''' fxi_os fxi_os is a [[pre...)
  33. 13:16, 14 November 2007 ‎FGC (hist) ‎[176 bytes] ‎Sandman (Talk | contribs) (New page: == Definition == Fenix archive file, containing graphics. Category:filetypes)
  34. 13:16, 14 November 2007 ‎FBM (hist) ‎[150 bytes] ‎Sandman (Talk | contribs) (New page: == Definition == Fenix bitmap file. Category:filetypes)
  35. 13:14, 14 November 2007 ‎PAL (hist) ‎[80 bytes] ‎Sandman (Talk | contribs) (New page: == Definition == General palette file. Category:filetypes)
  36. 13:13, 14 November 2007 ‎FPL (hist) ‎[132 bytes] ‎Sandman (Talk | contribs) (New page: == Definition == Fenix palette file. Category:filetypes)
  37. 13:12, 14 November 2007 ‎MAP (hist) ‎[166 bytes] ‎Sandman (Talk | contribs) (New page: Category:filetypes)
  38. 13:12, 14 November 2007 ‎FH (hist) ‎[132 bytes] ‎Sandman (Talk | contribs) (New page: Category:filetypes)
  39. 13:11, 14 November 2007 ‎INC (hist) ‎[133 bytes] ‎Sandman (Talk | contribs) (New page: Category:filetypes)
  40. 13:11, 14 November 2007 ‎PRG (hist) ‎[108 bytes] ‎Sandman (Talk | contribs) (New page: Category:filetypes)
  41. 13:11, 14 November 2007 ‎PNG (hist) ‎[131 bytes] ‎Sandman (Talk | contribs) (New page: Category:filetypes)
  42. 12:54, 14 November 2007 ‎Id (hist) ‎[258 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:predefined category:local variables == Definition == '''INT''' id z is a predefined local variable. It contains the process' processID...)
  43. 15:47, 13 November 2007 ‎Map clone (hist) ‎[757 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:maps ==Definition== '''INT''' map_clone ( <'''INT''' fileID> , <'''INT''' graphID> ) Clones a certain graphic == Parameters == {| | '''INT''' fil...)
  44. 15:30, 13 November 2007 ‎Set glyph (hist) ‎[763 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:fonts == Definition == '''INT''' set_glyph ( <'''INT''' fontID> , <'''INT''' glyphID> , <'''INT''' fileID> , <'''INT''' graphID> ) Sets a certain [[gl...)
  45. 15:20, 13 November 2007 ‎Get glyph (hist) ‎[626 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:fonts == Definition == '''INT''' get_glyph ( <'''INT''' fontID> , <'''INT''' glyphID> ) Creates a new graphic containing a certain glyph of a ...)
  46. 15:04, 13 November 2007 ‎New fnt (hist) ‎[606 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:fonts == Definition == '''INT''' new_fnt ( <'''INT''' depth> ) Creates a new font with a certain color depth. == Parameters == {| | '''STRING''' ...)
  47. 13:28, 13 November 2007 ‎Save fnt (hist) ‎[1,025 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:fonts == Definition == '''INT''' save_fnt ( <'''INT''' fontID> , <'''STRING''' filename> ) Saves a font as a file. A font is usually with the exte...)
  48. 13:13, 9 November 2007 ‎Switch (hist) ‎[2,682 bytes] ‎Sandman (Talk | contribs) (New page: category:reserved category:language category:control flow statements '''Up to Control Flow Statements''' ---- == Definition == '''Switch''' ( <v...)
  49. 12:40, 9 November 2007 ‎Control flow statements (hist) ‎[347 bytes] ‎Sandman (Talk | contribs) (New page: category:general Control flow statements are statements which influence the control flow (the order in which statements are executed) of the program. * If, ElseIf, Else, End *...)
  50. 12:31, 9 November 2007 ‎If (hist) ‎[2,065 bytes] ‎Sandman (Talk | contribs) (New page: category:reserved category:language category:control flow statements '''Up to Control Flow Statements''' ---- == Definition == '''IF''' ( <cond...)

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500).

Views
Personal tools