quakeforge/libs/gib
2005-03-24 15:00:37 +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 -Wsign-compare (default for -Wall only in C++) and fix up the warnings 2004-07-13 19:14:01 +00:00
gib_classes.c Change some error names, mark a few things static that should be. Instead 2003-11-29 02:01:31 +00:00
gib_execute.c Change some error names, mark a few things static that should be. Instead 2003-11-29 02:01:31 +00:00
gib_function.c For some reason, using static nested function as callback = segfault. 2004-04-09 18:18:19 +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 avoid a buffer underflow 2005-03-24 15:00:37 +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
gib_semantics.c Change some error names, mark a few things static that should be. Instead 2003-11-29 02:01:31 +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 don't know why I thought gib depended on console... 2004-01-21 04:49:28 +00:00
ops.c
regex.c