Spoike
77474af3b2
Stops a recursive error when the MessageBox function tells us that it's appeared, over and over and over again, causing more MessageBoxes... Grr.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1647 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-01 01:24:07 +00:00
Spoike
3931528beb
Removed timeserv's precompiler protection around files I forgot to add.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1646 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-01 01:22:25 +00:00
Spoike
2c10084b45
Fixed a syntax error.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1645 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-01 01:21:38 +00:00
Spoike
bb1c73658c
Added memset, memcpy, and memmove for efficency (rather than implementing them in a qvm).
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1644 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-01 01:21:08 +00:00
Spoike
777cbdb6bc
Small fixes for more robustness (more for testing).
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1643 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-01 01:16:55 +00:00
Spoike
7d5cacecab
Fixes 'glowing nails'.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1642 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 23:12:08 +00:00
Spoike
10bb3e01cf
blah
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1641 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 21:39:27 +00:00
Spoike
6f6b337428
fix for dedicated servers.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1640 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 21:35:43 +00:00
Spoike
304f1e38bd
from fuhquake.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1639 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 20:46:09 +00:00
TimeServ
e13c3d5e07
%i to %p
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1638 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 05:05:50 +00:00
TimeServ
61ea1d4429
plug_list enhancement
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1637 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 05:01:43 +00:00
TimeServ
18b062a0fe
also look in charsets for quake character sets
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1636 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 02:53:08 +00:00
TimeServ
21b5d68685
Spike broke CVS build due to not committing cl_ignore.c
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1635 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 02:26:12 +00:00
Spoike
339d478659
I wonder how much this will break. Ahh well. It works for me, and I need to go to bed.
...
Well, plugins should be able to read/write files through the engine. audio decoding plugin interface is in (might be changed later).
TCPConnect is in.
msg_filter and scr_centersbar.
some recording fixes too.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1634 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-30 01:20:53 +00:00
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
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
Mark Olsen
fad8fe8cc8
Build fix
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1627 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 23:23:56 +00:00
Mark Olsen
d0c1d4911f
MacOS X defines
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1626 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 23:20:02 +00:00
Mark Olsen
9792a49cbf
Don't declare the isDedicated variable if it is #defined
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1625 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 23:14:45 +00:00
Mark Olsen
aac111c7b0
Use netinc.h
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1624 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 13:32:15 +00:00
Mark Olsen
b3b3a7a83a
Renamed vector to _vector to avoid name clashes on Altivec systems.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1623 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 13:30:20 +00:00
Mark Olsen
d17ca9286b
Use netinc.h
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1622 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 13:22:58 +00:00
Mark Olsen
f784b64de1
Fixed newlines and renamed pixel to pix to avoid name clashes on Altivec systems.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1621 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 13:20:38 +00:00
Mark Olsen
fef8729179
Use netinc.h
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1620 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 13:14:15 +00:00
Mark Olsen
48c1f94425
Common includefile for platform specific network thingies.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1619 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 13:12:45 +00:00
Mark Olsen
a481295083
Fixed some newly added endian bugs. Quake 2 support works again.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1618 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 11:57:02 +00:00
Mark Olsen
5fd77bb31c
Renamed timer to mytimer to avoid nameclash with system function of same name
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1617 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 11:30:13 +00:00
Mark Olsen
96dd5860cd
Added newline at end of file
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1616 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 11:28:32 +00:00
Mark Olsen
7fca2ae192
Nice to have(TM)
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1615 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-29 11:20:25 +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
806c2eb85b
Slightly better ktpro support.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1613 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-28 00:14:32 +00:00
Spoike
9ac5f4c441
Fixes a warning.
...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1612 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-28 00:12:22 +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