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 100 results starting with #101.

View (previous 100) (next 100) (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...)
  51. 13:22, 4 November 2007 ‎NET Defines (hist) ‎[1,004 bytes] ‎Sandman (Talk | contribs) (New page: Category:defines Category:networkdll Category:dll '''Up to Network.DLL''' ---- == General == {| || NET_MAX_MSG_LEN || - Maximum number of bytes per message. (...)
  52. 13:04, 4 November 2007 ‎NET Globals (hist) ‎[3,277 bytes] ‎Sandman (Talk | contribs) (New page: == Defines == === General === {| || NET_MAX_MSG_LEN || - Maximum number of bytes per message. (doesn't really apply, ignore it) |- || NET_FPS || - The frame percentage of the NET Loop. (de...)
  53. 12:53, 2 October 2007 ‎NET Separator (hist) ‎[1,221 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_Separator ( <'''WORD'...)
  54. 12:42, 2 October 2007 ‎NET GetSeperatorLength (hist) ‎[571 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_GetSeperatorLength ( ...)
  55. 12:39, 2 October 2007 ‎NET GetSeperator (hist) ‎[625 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_GetSeperator ( <'''WO...)
  56. 12:35, 2 October 2007 ‎NET Resolve (hist) ‎[511 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''STRING''' NET_Resolve ( <'''STRI...)
  57. 12:27, 2 October 2007 ‎NET GetError (hist) ‎[378 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''STRING''' NET_GetError ( <'''INT...)
  58. 12:25, 2 October 2007 ‎NET IPToInt (hist) ‎[481 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''STRING''' NET_IPToInt ( <'''STRI...)
  59. 12:22, 2 October 2007 ‎NET IntToIP (hist) ‎[482 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''STRING''' NET_IntToIP ( <'''INT'...)
  60. 12:19, 2 October 2007 ‎NET Stat Buffer (hist) ‎[584 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_Stat_Buffer ( <'''WOR...)
  61. 12:14, 2 October 2007 ‎NET RecvFile (hist) ‎[1,232 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_RecvFile ( <'''WORD''...)
  62. 12:08, 2 October 2007 ‎NET SendFile (hist) ‎[1,040 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_SendFile ( <'''WORD''...)
  63. 01:43, 27 September 2007 ‎Restore type (hist) ‎[426 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:global variables == Definition == '''INT''' restore_type Restore_type is a global variable, holding the current restore_mode. Th...)
  64. 01:42, 27 September 2007 ‎Dump type (hist) ‎[411 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:global variables == Definition == '''INT''' dump_type Dump_type is a global variable, holding the current dump_modes. The mode can be changed ...)
  65. 11:58, 19 September 2007 ‎SongID (hist) ‎[261 bytes] ‎Sandman (Talk | contribs) (New page: Category:general == Definition == '''SongID''' A SongID is an identifier associated with a certain song loaded by load_song(). The identifier can be used in various [[Functioncat...)
  66. 20:14, 12 September 2007 ‎NET RecvGraph (hist) ‎[1,195 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_SendGraph ( <'''WORD'...)
  67. 20:09, 12 September 2007 ‎NET SendGraph (hist) ‎[1,125 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_SendGraph ( <'''WORD'...)
  68. 19:59, 12 September 2007 ‎NET RecvVar (hist) ‎[1,523 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_RecvVar ( <'''WORD'''...)
  69. 19:49, 12 September 2007 ‎NET SendVar (hist) ‎[1,654 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:networkdll Category:dll '''Up to Network.DLL Functions''' ---- ==Definition== '''INT''' NET_SendVar ( <'''WORD'''...)
  70. 20:28, 2 September 2007 ‎Add a project (hist) ‎[875 bytes] ‎Sandman (Talk | contribs) (New page: '''Up to Index''' '''Projects''' ---- == How to add == To add a project to the list, simply create a page in the <code>Project</code> namespace. Add any page cre...)
  71. 00:10, 1 September 2007 ‎Functioncategories (Expanded) (hist) ‎[751 bytes] ‎Bot (Talk | contribs) (New page: Expanded Function categories. This is work in progress, so not all categories are fully documented yet, though the functions listed are documented. To see a list of all functions document...)
  72. 18:14, 31 August 2007 ‎Substr (hist) ‎[2,075 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''INT''' substr ( <'''STRING''' str> , <'''INT''' startposition> , [<'''INT''' characters>] ) Returns a subsection of a certai...)
  73. 17:31, 31 August 2007 ‎Find (hist) ‎[711 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''INT''' find ( <'''STRING''' str> , <'''STRING''' searchstring> , [<'''INT''' startposition>] ) Returns the position of the f...)
  74. 17:24, 31 August 2007 ‎Strrev (hist) ‎[363 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''STRING''' strrev ( <'''STRING''' str> ) Returns a reversed version of a certain string, meaning the characters are in re...)
  75. 17:10, 31 August 2007 ‎Len (hist) ‎[366 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''INT''' len ( <'''STRING''' str> ) Returns the length, the number of characters, of a certain string. == Parameters == {...)
  76. 17:09, 31 August 2007 ‎Ucase (hist) ‎[426 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''STRING''' ucase ( <'''STRING''' str> ) Returns a string identical to a certain string, with the exception that all lower...)
  77. 17:08, 31 August 2007 ‎Lcase (hist) ‎[426 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''STRING''' lcase ( <'''STRING''' str> ) Returns a string identical to a certain string, with the exception that all upper...)
  78. 16:59, 31 August 2007 ‎Itoa (hist) ‎[375 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''STRING''' ftoa ( <'''INT''' value> ) Returns a string containing a certain int value. == Parameters == {| | '''INT...)
  79. 16:58, 31 August 2007 ‎Ftoa (hist) ‎[400 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''STRING''' ftoa ( <'''FLOAT''' value> ) Returns a string containing a certain value. == Parameters == {| | '''FLOAT ''' val...)
  80. 16:55, 31 August 2007 ‎Atoi (hist) ‎[425 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''INT''' atoi ( <'''STRING''' str> ) Returns the int value of the number specified in a certain string. == Parameters...)
  81. 16:54, 31 August 2007 ‎Atof (hist) ‎[430 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''FLOAT''' atof ( <'''STRING''' str> ) Returns the float value of the number specified in a certain string. == Parameters == ...)
  82. 16:33, 16 August 2007 ‎Index.php (hist) ‎[38 bytes] ‎Sandman (Talk | contribs) (New page: Protected page, so buzz off, spammers.)
  83. 23:09, 8 August 2007 ‎Load pal (hist) ‎[1,035 bytes] ‎201.52.35.117 (Talk) (created the page)
  84. 22:27, 6 August 2007 ‎Full screen (hist) ‎[560 bytes] ‎Sandman (Talk | contribs) (New page: category:variables category:global variables == Definition == '''INT''' full_screen full_screen is a predefined global variable. It defines whether Fenix will be rendered in ...)
  85. 16:46, 6 August 2007 ‎Setting up Fenix with ConTEXT (hist) ‎[4,741 bytes] ‎Sandman (Talk | contribs) (New page: Category:general Category:tutorials Setting up Fenix with [http://www.context.cx ConTEXT]. == Syntax Highlighter == # Place fenix.chl in the folder ConTEXT\H...)
  86. 13:03, 6 August 2007 ‎Z (hist) ‎[574 bytes] ‎80.175.85.17 (Talk) (it's a start)
  87. 10:09, 3 August 2007 ‎0.92a (hist) ‎[440 bytes] ‎Sandman (Talk | contribs) (Redirecting to 0.92)
  88. 01:47, 3 August 2007 ‎Templates (hist) ‎[101 bytes] ‎Sandman (Talk | contribs) (New page: Templates: <DPL> namespace=Template mode=userformat listseparators = ,\n* %TITLE%,, </DPL>)
  89. 22:29, 2 August 2007 ‎0.93 (hist) ‎[657 bytes] ‎Sandman (Talk | contribs) (New page: Fenix 0.93 Preview 9. Note that there is ''no source available'', as this is a ''preview''. == Download == [http://wwwhome.cs.utwente.nl/~bergfi/fenix/0.93-preview9.zip Fenix 0.93 Pr...)
  90. 11:53, 30 July 2007 ‎Unload song (hist) ‎[422 bytes] ‎G105b (Talk | contribs) (New page: Category:functions Category:sound ==Definition== '''INT''' unload_song ( <'''INT''' SongID> ) Frees the memory occupied by the song file. == Parameters == {| | '''INT''' SongID...)
  91. 11:50, 30 July 2007 ‎Set song volume (hist) ‎[2,977 bytes] ‎G105b (Talk | contribs) (New page: Category:functions Category:music ==Definition== '''INT''' set_song_volume ( <'''INT''' volume> ) Change the reproduction volume of the music track. With this function, it is po...)
  92. 11:23, 30 July 2007 ‎Resume song (hist) ‎[2,770 bytes] ‎G105b (Talk | contribs) (New page: Category:functions Category:music ==Definition== '''INT''' resume_song ( ) Resumes a song, after it has been paused with the function pause_song. == Notes == The song will i...)
  93. 11:21, 30 July 2007 ‎Pause song (hist) ‎[2,747 bytes] ‎G105b (Talk | contribs) (New page: Category:functions Category:music ==Definition== '''INT''' pause_song ( ) Pauses the currently playing song. == Notes == The song pauses immediately, but can be resumed later by...)
  94. 11:15, 30 July 2007 ‎Is playing song (hist) ‎[2,681 bytes] ‎G105b (Talk | contribs) (New page: Category:functions Category:music ==Definition== '''INT''' is_playing_song ( ) Checks to see if Fenix is playing a song file, started with play_song. == Returns == '''INT'''...)
  95. 22:40, 25 July 2007 ‎System file (hist) ‎[219 bytes] ‎Sandman (Talk | contribs) (New page: == Definition == The system file is like a regular file, but it contains on the fly created graphics. These graphics are for example created by new_map(), map_clone() or [...)
  96. 21:28, 25 July 2007 ‎Get distx (hist) ‎[2,696 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:Processinteraction ==Definition== '''INT''' get_distx ( <'''INT''' angle> , <'''INT''' distance> ) Returns the horizontal distance in pixels of a spec...)
  97. 21:28, 25 July 2007 ‎Get disty (hist) ‎[2,694 bytes] ‎Sandman (Talk | contribs) (New page: Category:functions Category:Processinteraction ==Definition== '''INT''' get_disty ( <'''INT''' angle> , <'''INT''' distance> ) Returns the vertical distance in pixels of a specif...)
  98. 17:40, 25 July 2007 ‎Global variables (hist) ‎[517 bytes] ‎Sandman (Talk | contribs) (New page: Category:Variablecategories)
  99. 16:57, 25 July 2007 ‎Local variables (hist) ‎[464 bytes] ‎Sandman (Talk | contribs) (New page: A list of local variables.)
  100. 23:49, 24 July 2007 ‎Write in map (hist) ‎[2,024 bytes] ‎Rincewind (Talk | contribs) (New article)

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

Views
Personal tools