fteqw/plugins
Spoike e54ecb4a9a Hud compiles and runs as a QVM, so these extra files will come in handy.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1633 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 01:07:13 +00:00
..
emailnot A pop3/imap email notification system. 2005-11-27 02:51:39 +00:00
ezscript Updated by TortoiseCVS 2005-11-27 14:47:38 +00:00
hud Hud compiles and runs as a QVM, so these extra files will come in handy. 2005-11-30 01:07:13 +00:00
irc Where there was a return 0, should have been a return 1.. everything is cool now, this is just a little modifcation, nothing new has actually been added. 2005-11-21 08:57:30 +00:00
serverb server browser plugin files. 2004-10-15 00:47:51 +00:00
winamp Winamp plugin.. wee adds winamp_* commands, winamp_restart is a bit buggy, ill fix that later 2005-11-26 02:54:07 +00:00
.cvsignore Updated by TortoiseCVS 2005-11-27 03:20:24 +00:00
Makefile That's -C, not 0C :) 2005-06-15 15:04:34 +00:00
memory.c An update. 2005-11-27 01:12:16 +00:00
paths.bat A batch file that basically contains the paths to your various stuff. 2005-11-27 03:09:45 +00:00
plugin.c Added Quake filesystem access. 2005-11-30 00:48:29 +00:00
plugin.def The four files used by ALL plugins. 2004-10-15 00:35:53 +00:00
plugin.h fixed atoi / atof 2005-11-30 01:02:10 +00:00
plugins.dsw Central plugin workspace, that contains all fte plugins. 2005-11-27 03:21:42 +00:00
qvm_api.c fixed atoi / atof 2005-11-30 01:02:10 +00:00
readme.txt it's always a good plan to have a readme. 2005-11-27 03:19:25 +00:00

readme.txt

Plugins are a low priority.

There are a few plugins at the moment:
emailnot: pop3/imap email notification.
emailsv: pop3/smtp email server functionality (a bit pointless - won't even compile)
ezscript: command remapping to make fte compatable with ezqauke/fuhquake/mqwcl configs. 
hud: kinda cool. But use csqc instead.
irc: an irc client: use irc nick, irc open, that'll spawn a new console in quake which can accept irc commands naturally. ctrl+tab to switch consoles. Currently native only.
serverb: server browser. The one built in is better. This one was for the sake of it. Native only, could be rewritten for qvm.
winamp: greater winamp control, and general media menu. Native only.
xsv: An X windowing system server. Absolutly bug ridden. About the only thing it runs properly is Quake. Native only, for efficiency reasons.