quakeforge/ruamoko/include
Bill Currie 96e20d891c overload str_mid so it has the same semantics as Python's slice operator
This is an imperfect revision of history.
2004-11-14 00:53:00 +00:00
..
gui make an inputline with a text box behind it 2004-02-13 05:36:35 +00:00
.gitignore add Makefile and Makefile.in 2002-08-15 19:09:48 +00:00
Array.h moving towards object-ized menus :) 2004-02-04 02:35:57 +00:00
AutoreleasePool.h unsigned is partially implemented... 2003-08-01 17:38:52 +00:00
Entity.h it's "dealloc", not "free" (missed name changes from a while back) 2004-11-11 01:31:00 +00:00
List.h it's "dealloc", not "free" (missed name changes from a while back) 2004-11-11 01:31:00 +00:00
ListNode.h Okay, y'all...the Ruamoko root class, Object, has been replaced with another 2003-07-29 18:02:03 +00:00
Makefile.am add a PropertyList class hierarchy 2004-11-13 01:55:00 +00:00
Object.h compile time protocol support seems to be complete now. fortunatly, protocols had never been written out so the corrections to the protocol related stuctures do not need a progs version bump. runtime protocol support hasn't been fully tested yet. 2004-11-11 00:34:00 +00:00
PropertyList.h add a PropertyList class hierarchy 2004-11-13 01:55:00 +00:00
Protocol.h compile time protocol support seems to be complete now. fortunatly, protocols had never been written out so the corrections to the protocol related stuctures do not need a progs version bump. runtime protocol support hasn't been fully tested yet. 2004-11-11 00:34:00 +00:00
Stack.h Okay, y'all...the Ruamoko root class, Object, has been replaced with another 2003-07-29 18:02:03 +00:00
cbuf.h bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
cmd.h Removed references to Cmd_Return, which should have gone away when GIB was 2002-11-10 03:24:00 +00:00
crudefile.h start working on gui stuff for the new client menus and make the header file 2002-08-15 21:00:51 +00:00
cvar.h rename Cvar_GetCvarString to Cvar_GetString and add 2004-02-14 02:56:29 +00:00
debug.h Ruamoko builtin declaration/implementation cleanup/simplification. Incomplete, 2004-04-28 00:42:38 +00:00
draw.h video options "done" 2004-02-14 02:09:18 +00:00
entities.h and the ruamoko side of entity parsing :) currently disabled for now (just need to uncomment the line in Entity's +load) due to lack of filtering, but as a proof of concept, it works quite well, though I'm not at all happy about the handling of world. 2004-11-12 11:23:00 +00:00
file.h implement a proper (and optionally secure) QFile interace for ruamoko. 2003-02-14 18:17:17 +00:00
gib.h Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
hash.h correct the prototypes for the hash functions (oops:) 2003-08-19 21:10:19 +00:00
infokey.h start working on gui stuff for the new client menus and make the header file 2002-08-15 21:00:51 +00:00
key.h bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
math.h make the math functions Grievre provided available 2004-02-03 06:24:43 +00:00
message.h 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.h start working on gui stuff for the new client menus and make the header file 2002-08-15 21:00:51 +00:00
physics.h quick and dirty fix to get menus loading again. libr.a really needs to be 2004-01-05 09:06:06 +00:00
plist.h wrap the plist functions 2004-11-11 22:42:00 +00:00
qfile.h revamp the struct system so "struct foo;" does the right thing (ala C) 2003-07-30 04:11:45 +00:00
qfs.h add bindings for the qfs functions 2004-04-20 23:01:54 +00:00
qw_message.h start working on gui stuff for the new client menus and make the header file 2002-08-15 21:00:51 +00:00
qw_physics.h start working on gui stuff for the new client menus and make the header file 2002-08-15 21:00:51 +00:00
qw_sys.h start working on gui stuff for the new client menus and make the header file 2002-08-15 21:00:51 +00:00
script.h Add a rua wrapper for scripts (seems, to work, too:). Also added generic resource handle support based on strref handling in pr_strings.c. 2004-11-11 04:06:00 +00:00
server.h quick and dirty fix to get menus loading again. libr.a really needs to be 2004-01-05 09:06:06 +00:00
sound.h start working on gui stuff for the new client menus and make the header file 2002-08-15 21:00:51 +00:00
string.h overload str_mid so it has the same semantics as Python's slice operator 2004-11-14 00:53:00 +00:00
system.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00