Began Core Hook System. this will be the basis as a replacement for how
authorRick L Bird <nveid@yahoo.com>
Tue, 10 May 2011 09:52:09 +0000 (05:52 -0400)
committerRick L Bird <nveid@yahoo.com>
Tue, 10 May 2011 09:52:09 +0000 (05:52 -0400)
commit68dbf8b00b485f7f2b8e915a115115e3769d069b
treeeecd0a9274e1ceb3fb952592a8e5c53cb98b7e31
parentaf834c6396a7355af5b9b47e145cec50de3d05a5
Began Core Hook System.  this will be the basis as a replacement for how
C modules, lua extensions, and SC events will all be called from.

Right now I only have one example Hook, and thats for @log's to the SC.
@event LOG_ALL=<OBJ>/<ATR> to see how it works.

Still need to write actual C module & lua interfaces to this system.

Refs #3
hdrs/modules.h
src/bsd.c
src/command.c
src/game.c
src/log.c
src/modules.c