Spoike
17144eaf9e
Uses FS builtins, so no hardcoded filesystem stuff, so it compiles as a QVM. That load/save bug is also gone.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1632 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 01:06:02 +00:00
Spoike
673a336982
fixed atoi / atof
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1631 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 01:02:10 +00:00
Spoike
1592df5945
Fixed file access, and removed direct filesystem requirement.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1630 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 00:50:04 +00:00
Spoike
79fce55806
Added Quake filesystem access.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1629 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 00:48:29 +00:00
Spoike
64444d7479
Added support for printing hex (heheh... doesn't work right, but better than nothing)
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1628 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 00:47:59 +00:00
TimeServ
fb3ccca04e
generic stat number elements
...
a bunch of TODOs added...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1614 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-28 02:37:17 +00:00
Spoike
ba12a35dca
A little cleaner.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1611 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-28 00:10:37 +00:00
Spoike
7e108c5a71
Added an atof function.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1610 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-28 00:05:17 +00:00
TimeServ
280ab8f6aa
ok so the 4 event is never called...
...
fixed flashes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1609 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 20:59:51 +00:00
Spoike
395286b2cd
Updated by TortoiseCVS
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1608 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 14:59:20 +00:00
Spoike
2f054df6a7
Updated by TortoiseCVS
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1607 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 14:47:38 +00:00
TimeServ
a779c6e84b
mouseover will show up as green, selected item will flash red
...
n/m keys to cycle through items (since mouse selection is broken)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1606 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 05:25:39 +00:00
Spoike
d47f248262
Central plugin workspace, that contains all fte plugins.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1605 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 03:21:42 +00:00
Spoike
ec5d6c7a31
Updated by TortoiseCVS
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1604 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 03:20:24 +00:00
Spoike
b8aa363c2e
it's always a good plan to have a readme.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1603 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 03:19:25 +00:00
Spoike
0e5f1d12d1
A few fixes to get the emailnot plugin to work properly.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1602 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 03:18:43 +00:00
Spoike
e81e552655
A batch file that basically contains the paths to your various stuff.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1601 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 03:09:45 +00:00
Spoike
6aaae617eb
A pop3/imap email notification system.
...
pop3 is wierd, and doesn't let you poll, so instead we establish a new connection every minuite or so, in order to check for new emails. SOME POP3 SERVERS MAY DELETE YOUR EMAILS.
This notification system will print the body of the message, with the header at the bottom (so it appears in the console notification area when playing).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1600 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 02:51:39 +00:00
Spoike
bf1d731178
Updated by TortoiseCVS
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1599 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 02:46:25 +00:00
Lance
60e99424cd
In the UI_SbarInit() function, I changed true to false so the plugin would load.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1598 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 02:33:05 +00:00
Spoike
c877a06196
An update.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1597 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-27 01:12:16 +00:00
Spoike
2b20b34f25
Basically a cleanup for moodle's plugin. It's more readable now.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1590 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-26 19:47:46 +00:00
Spoike
fe38f0c5ca
compile stuff for 'ezscript' qvm
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1589 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-26 19:40:01 +00:00
Spoike
331dca2afe
Moodles added these because sourceforge wasn't updating. They are duplicated in winamp. So they're going to be deleted. mwaa ha ha.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1588 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-26 13:55:46 +00:00
Lance
1c04088ac0
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1587 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-26 05:43:26 +00:00
Lance
0b14f65c77
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1585 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-26 03:01:41 +00:00
Lance
8536976d16
Winamp plugin.. wee adds winamp_* commands, winamp_restart is a bit buggy, ill fix that later
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1584 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-26 02:54:07 +00:00
Lance
d464398fb5
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.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1572 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-21 08:57:30 +00:00
Lance
2db51b6604
Different Nick cycling, more true to mIRC with normal nickname and alternate nickname.
...
Bit better handling of raw messages.
Other misc fixes/additions.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1191 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-08-03 13:37:25 +00:00
Lance
6d6197eaba
Better NOTICE handling, added /notice command, better NOTICE output. Seperation of NOTICE and PRIVMSG stuff.. less exploitable now. AWAY handling.
...
Attempted to add debugging code.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1180 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-08-01 02:47:43 +00:00
Lance
fbb769bb0d
Added MODE and KICK handling, and some other misc stuff
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1179 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-31 02:15:11 +00:00
Lance
655fe901be
Added /ctcp command, ctcp result output. Fixed time output's in the whois and TIME ctcp reply to not have newline markers of their own.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1177 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-30 12:29:16 +00:00
Lance
5f7f5e662e
Changed the "IRC_AddClientMessage" function so the newline marker \n was automatically appended to anything passed to it.
...
Added /whois and also a clean whois output result.
Commented/fixed out some lingering code which executed on connect like trying to set a password when no password is given.
Added default quit message "FTE Quakeworld IRC-Plugin http://fteqw.sf.net "
Filtering out some junk raw messages, like motd, "end of /whois", current users
Commented out some code in the /nick command so it acted like normal while connected.
example; msg = "Jack in the gray hat"
var1 will be "Jack in the gray hat"
var2 will be "in the gray hat"
var3 will be "the gray hat" etc
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1169 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-28 11:56:59 +00:00
Spoike
095beb9a86
Made ultra l33t.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1153 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-20 11:52:08 +00:00
Spoike
2964c0be1a
Small revision.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1152 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-20 11:50:00 +00:00
Spoike
891e7f0503
These should work properly now. yay.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1151 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-20 11:44:53 +00:00
Mark Olsen
741126d966
Let's call the function plugin_syscall instead of syscall to avoid conflicts on Linux.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1097 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-06-15 15:40:10 +00:00
Mark Olsen
59fdc17d94
That's -C, not 0C :)
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1095 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-06-15 15:04:34 +00:00
Spoike
8e0c688b58
added some makefiles
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1023 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-05-17 22:05:45 +00:00
Spoike
70f7f33838
server browser plugin files.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@343 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:47:51 +00:00
Spoike
8ea2961387
Updated by TortoiseCVS
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@342 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:44:09 +00:00
Spoike
c9c568dd51
Small project file for IRC plugin.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@341 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:43:43 +00:00
Spoike
1ae3da7ea0
Simple but functional IRC client.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@340 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:42:09 +00:00
Spoike
57b1dffc76
small msvc project file for hud plugin
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@339 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:38:21 +00:00
Spoike
2a9cda7ea8
sbar plugin. Supports click + drag hud elements.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@338 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:37:21 +00:00
Spoike
ce0c0c7a1c
The four files used by ALL plugins.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@337 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-10-15 00:35:53 +00:00