quakeforge/ruamoko/lib
Jeff Teunissen b18302eac1 Array: sorta-implement -description
An #if 0'ed out implementation of the -description method, which currently
returns a Quake string containing whatever the contained objects return
from -description, between parens and separated by commas (just like plist
format). Ideally, we'd have string objects interchangeable with primitive
strings, but having string objects (which are being worked on) should help.
2011-06-14 13:31:30 -04:00
..
Array+Private.h Minor doc updates 2010-12-16 06:24:54 -05:00
Array+Private.r Most, if not all, of the fixes needed to get qwaq building. 2011-02-07 22:16:16 +09:00
Array.r Array: sorta-implement -description 2011-06-14 13:31:30 -04:00
AutoreleasePool.r Correct a minor logic error. 2011-03-21 13:12:30 +09:00
cbuf.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
cmd.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
crudefile.r set all of our static builtin extentions to 0x000fxxxx. fixes the invalid 2004-01-07 00:04:07 +00:00
cvar.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
debug.r Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
draw.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
entities.r Update for the new syntax. 2011-02-13 21:25:36 +09:00
Entity.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
file.r implement a proper (and optionally secure) QFile interace for ruamoko. 2003-02-14 18:17:17 +00:00
gib.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
hash.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
infokey.r set all of our static builtin extentions to 0x000fxxxx. fixes the invalid 2004-01-07 00:04:07 +00:00
key.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
List.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
ListNode.r And qfcc finds another bug :) 2011-03-24 13:36:36 +09:00
Makefile.am Fix the message type used to check arguments. 2011-03-02 22:13:16 +09:00
math.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
message.r quick and dirty fix to get menus loading again. libr.a really needs to be 2004-01-05 09:06:06 +00:00
nq_message.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
Object.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
physics.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
plist.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
PropertyList.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Protocol.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
qfile.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
qfs.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
qw_message.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
qw_physics.r set all of our static builtin extentions to 0x000fxxxx. fixes the invalid 2004-01-07 00:04:07 +00:00
qw_sys.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
script.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
server.r set all of our static builtin extentions to 0x000fxxxx. fixes the invalid 2004-01-07 00:04:07 +00:00
sound.r add some sounds to the menus (not yet finished) 2007-05-07 12:17:12 +00:00
Stack.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
string.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
sv_sound.r add some sounds to the menus (not yet finished) 2007-05-07 12:17:12 +00:00
system.r set all of our static builtin extentions to 0x000fxxxx. fixes the invalid 2004-01-07 00:04:07 +00:00