quakeforge/libs/gib
Brian Koropoff 687a0845b6 Introducing the GIB Object System (TM). This breaks scriptable HUD for now
and probably has enough bugs to leave the Orkin man scratching his head,
but it works and allows you to do neat things like write classes in GIB
(amazing!) and subclass builtin classes (which are Object and Thread at the
moment, Hash should be coming soon as a replacement for stem and leaf
variables).
2003-09-11 06:03:13 +00:00
..
.gitignore compile fixes for alpha linux 2002-11-10 02:50:42 +00:00
exp.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gib_buffer.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_builtin.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_classes.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_execute.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_function.c Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +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 Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +00:00
gib_parse.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
gib_process.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
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 Introducing the GIB Object System (TM). This breaks scriptable HUD for now 2003-09-11 06:03:13 +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 Nuke some dprintfs 2003-05-15 22:39:04 +00:00
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 Use floor() or ceil() based on sign for 'trunc' GIB math function. 2003-02-23 22:53:36 +00:00
regex.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00