quakeforge/ruamoko/lib
Bill Currie 4868a245b3 Fix the "for new syntax" FIXME.
Empty structs are now (correctly) invalid. The hack of using an empty
struct to represent a handle returned from a builtin has been unnecessary
since opaque structs were implemented: now a pointer to an opaque struct
can be used. This is mostly safe as handles are aways negative and thus
attempting to dereference such a pointer should result in a VM error. It
will be even safer once const is implemented and the pointers can be made
constant (eg, typedef struct handle * const handle;)
2012-12-20 10:10:41 +09:00
..
Array+Private.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
Array+Private.r Fix an out-by-one error. 2012-11-20 19:49:57 +09:00
Array.r Allow nil when replacing objects in an array. 2012-12-16 13:38:19 +09:00
AutoreleasePool.r Correct a minor logic error. 2011-03-21 13:12:30 +09:00
Entity.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Makefile.am Add ruamoko wrappers for the set api. 2012-12-16 13:48:36 +09:00
Object.r Fix some uninitialized variable warnings. 2012-11-21 10:25:29 +09:00
PropertyList.r Fix the "for new syntax" FIXME. 2012-12-20 10:10:41 +09:00
Protocol.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Set.r Add ruamoko wrappers for the set api. 2012-12-16 13:48:36 +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 Rua: move the old cvar() and cvar_set() functions 2011-12-14 20:33:33 -05:00
debug.r Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
draw.r Add Draw_Picf to allow smooth placement on low-res consoles. 2012-02-06 19:32:30 +09:00
entities.r Update for the new syntax. 2011-02-13 21:25:36 +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
math.r OK, now import them... 2011-12-09 22:42:43 -05: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
msgbuf.r Create a message buffer API for Ruamoko 2012-02-06 15:50:32 +09: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
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
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
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 Rua: move the old cvar() and cvar_set() functions 2011-12-14 20:33:33 -05:00