- 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 #151.
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500).
- 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. (...)
- 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...)
- 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'...)
- 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 ( ...)
- 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...)
- 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...)
- 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...)
- 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...)
- 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'...)
- 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...)
- 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''...)
- 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''...)
- 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...)
- 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 ...)
- 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...)
- 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'...)
- 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'...)
- 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'''...)
- 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'''...)
- 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...)
- 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...)
- 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...)
- 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...)
- 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...)
- 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 == {...)
- 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...)
- 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...)
- 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...)
- 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...)
- 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...)
- 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 == ...)
- 16:33, 16 August 2007 Index.php (hist) [38 bytes] Sandman (Talk | contribs) (New page: Protected page, so buzz off, spammers.)
- 23:09, 8 August 2007 Load pal (hist) [1,035 bytes] 201.52.35.117 (Talk) (created the page)
- 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 ...)
- 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...)
- 13:03, 6 August 2007 Z (hist) [574 bytes] 80.175.85.17 (Talk) (it's a start)
- 10:09, 3 August 2007 0.92a (hist) [440 bytes] Sandman (Talk | contribs) (Redirecting to 0.92)
- 01:47, 3 August 2007 Templates (hist) [101 bytes] Sandman (Talk | contribs) (New page: Templates: <DPL> namespace=Template mode=userformat listseparators = ,\n* %TITLE%,, </DPL>)
- 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...)
- 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...)
- 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...)
- 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...)
- 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...)
- 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'''...)
- 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 [...)
- 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...)
- 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...)
- 17:40, 25 July 2007 Global variables (hist) [517 bytes] Sandman (Talk | contribs) (New page: Category:Variablecategories)
- 16:57, 25 July 2007 Local variables (hist) [464 bytes] Sandman (Talk | contribs) (New page: A list of local variables.)
- 23:49, 24 July 2007 Write in map (hist) [2,024 bytes] Rincewind (Talk | contribs) (New article)