quakeforge/libs/gib
Brian Koropoff f4c174184d Add support for named arguments in GIB functions and methods, fix a few
bugs, allow subclasses of classes written in GIB to access the same set
of instance variables.
2003-10-19 00:51:47 +00:00
..
.gitignore
exp.c
gib_buffer.c Made reference counting of objects more sane. If a message is sent by an 2003-09-11 08:51:44 +00:00
gib_builtin.c Add support for named arguments in GIB functions and methods, fix a few 2003-10-19 00:51:47 +00:00
gib_classes.c Add support for named arguments in GIB functions and methods, fix a few 2003-10-19 00:51:47 +00:00
gib_execute.c Add support for named arguments in GIB functions and methods, fix a few 2003-10-19 00:51:47 +00:00
gib_function.c Add support for named arguments in GIB functions and methods, fix a few 2003-10-19 00:51:47 +00:00
gib_handle.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_init.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_object.c Add support for named arguments in GIB functions and methods, fix a few 2003-10-19 00:51:47 +00:00
gib_parse.c
gib_process.c
gib_regex.c Add support for run-time regex options (REG_NOTBOL and REG_NOTEOL), 2003-07-15 21:40:37 +00:00
gib_semantics.c Add support for named arguments in GIB functions and methods, fix a few 2003-10-19 00:51:47 +00:00
gib_thread.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_tree.c
gib_vars.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
Makefile.am Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
ops.c
regex.c