quakeforge/ruamoko/include
Bill Currie 07e67da838 Add class versions of retain and friends.
As class objects don't have retain counts (they're usually static, even!!),
allowing the instance implementations of retain, release, and autorelease
attempt to modify the non-existant retainCount would be a recipe for severe
headaches. We also don't want the retainCount returning "random" values.
2012-11-08 20:41:56 +09:00
..
gui Fix some doxygen warnings and errors. 2012-07-15 07:39:50 +09:00
Array.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
AutoreleasePool.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
cbuf.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
cmd.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
crudefile.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
cvar.h Rua: move the old cvar() and cvar_set() functions 2011-12-14 20:33:33 -05:00
debug.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
draw.h Add Draw_Picf to allow smooth placement on low-res consoles. 2012-02-06 19:32:30 +09:00
entities.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
Entity.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
file.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
gib.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
hash.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
infokey.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
key.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Makefile.am Move qfcc's libs and headers to ${prefix}/share 2012-05-05 19:34:35 +09:00
math.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
message.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
msgbuf.h Create a message buffer API for Ruamoko 2012-02-06 15:50:32 +09:00
nq_message.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
Object.h Add class versions of retain and friends. 2012-11-08 20:41:56 +09:00
physics.h Rualib: documentation updates. 2011-06-14 13:31:30 -04:00
plist.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
PropertyList.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
Protocol.h Most, if not all, of the fixes needed to get qwaq building. 2011-02-07 22:16:16 +09:00
qfile.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
qfs.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
qw_message.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
qw_physics.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
qw_sys.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
runtime.h Move retainCount out of Object. 2012-11-08 20:24:25 +09:00
script.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
server.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
sound.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
string.h Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
sv_sound.h Switch to C-style function declarations. 2010-12-11 20:31:59 -05:00
system.h Rua: move the old cvar() and cvar_set() functions 2011-12-14 20:33:33 -05:00