Commit Graph

395 Commits

Author SHA1 Message Date
Spoike 0a682a76d6 Resolved conflicts with macosx header files
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2671 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-09-22 19:28:27 +00:00
Spoike 9af1ba84cc A few things... f_ruleset stuff, 64bit qvm compatability, added cvars so you can put the built in http server on a custom port, added #warnings to annoy molgrum.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2659 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-09-17 20:35:39 +00:00
Spoike dc3e0d5872 Added support for q1-like qvms (mvdsv style). only tested with ktx so disabled by default for now, couple of related cleanups too
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2633 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-09-02 19:55:17 +00:00
Spoike 6aa8ca01bd Added some secrit build names to the makefile help
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2622 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-08-30 20:44:46 +00:00
Molgrum 75d9afc8c7 Fixed _alot_ of warnings, happy reviewing!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2574 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-08-06 21:13:15 +00:00
Spoike 436aad096f Fixed bugs caused by last commit...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2549 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-07-23 18:55:10 +00:00
Mark Olsen 3d8535f358 Added com_mesh.o
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2506 fc73d0e0-1445-4013-8a0c-d673dee63da5
2007-05-27 13:59:39 +00:00
Spoike b4cb2a66b6 Compiles in cygwin's mingw environment: make FTE_TARGET=win32
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2399 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-10-05 21:59:43 +00:00
Mark Olsen 87b13077cd Don't pass -s to GCC. Stripping is done later anyway. Updated MorphOS compile and link flags.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2347 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-07-08 23:26:47 +00:00
Mark Olsen 603f07b5a3 Actually have the MorphOS-sw client link. Slightly smarter stripping.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2234 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-05-02 00:11:29 +00:00
Spoike 5bdbd0698e Should have slightly more luck with BSD systems.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2115 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-03-14 01:29:45 +00:00
Mark Olsen d5e67377df No, really.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2068 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-03-06 22:17:43 +00:00
Mark Olsen 5d44e35ef7 MorphOS build, some random fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2067 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-03-06 22:15:40 +00:00
Spoike 0fe03c7b25 blooming stuff. I hope I got enough of the bugs out.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2042 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-03-03 03:31:19 +00:00
Spoike cf73c8b81e Copyable console, and up2's demand for aliases like fuhquake.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1935 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-02-06 01:06:17 +00:00
TimeServ 6c23765cc9 removed internal irc client as it is obsolete compared to the plugin version
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1933 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-02-04 04:42:47 +00:00
Spoike 503eff6421 Reworked the filesystem. We now support a virtual filesystem. Many places accept stream usage, although many formats do not support this.
I'm not sure if this will break anything. It shouldn't do, but it might.

Not everything is ported over yet. Ideally there would be no more use of fopen anywhere else in the engine, and com_gamedir would be made static to fs.c
There are a couple of other changes too.

http/ftp stuff is currently disabled.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1728 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-21 03:07:33 +00:00
Mark Olsen 0c4dc8dfec Use the CC variable when guessing build type.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1725 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-20 22:27:31 +00:00
Spoike 1a844576a4 Make rjlan happy
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1724 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-17 22:50:02 +00:00
Spoike 13d0a98133 cygwin, mingw should compile, plugins in dedicated servers, and stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1711 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-12-15 19:15:39 +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 b318d46ea7 Added q3 stuff
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1579 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-11-21 22:16:53 +00:00
Spoike 9f4c677384 Servers need the model loader.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1545 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-10-30 22:59:14 +00:00
Spoike 014eabdbed Added snd_directx.c to the makefile, for linux cross compiles.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1468 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-10-14 18:30:13 +00:00
Spoike ad96c59e77 TimeServ added a log.c
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1383 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-27 19:48:42 +00:00
Spoike 13cade8fe9 fixed some minor issues
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1337 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-15 05:55:43 +00:00
Spoike 348a1024be Now compiles and works fine in linux.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1300 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-09 23:40:55 +00:00
Mark Olsen 59246c341d Use -p for mkdir to avoid spam when typing make :P
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1161 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-25 13:37:57 +00:00
Spoike 8cd2855713 forgot to add gl_alias.c to the dedicated server - which uses the same loading/tags code as the client version. Ideally these would be split up properly, but I'm too lazy for that today.
This adds MOVE_HITMODEL support and tags.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1147 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-16 14:37:38 +00:00
Spoike 95948b35ec Rewrote FTE's NQ-compatable networking code. The nqnet functions have gone, as we support both udp and ipx through the qw code.
cl_netfps has also had some work.
Added polling of http-based master servers (gameaholic).
Lots of darkplaces compatability things added, for nexuiz.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1054 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-05-26 12:55:34 +00:00
Spoike 7c133ec53f CVS clients lie.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1040 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-05-20 08:13:48 +00:00
Spoike 59619dbf74 Needed to compile in linux
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1039 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-05-20 03:33:10 +00:00
Spoike 1d0140019e Small fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@968 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-04-19 19:33:49 +00:00
Spoike d1d52a49ac sw client builds and runs now
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@959 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-04-18 03:21:16 +00:00
Spoike ef975c65d5 A small fix...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@951 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-04-17 03:32:39 +00:00
Spoike f12f7db6cc Added a new FTE_TARGET - bsd!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@950 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-04-17 03:31:03 +00:00
Spoike 4a9c299884 Removed some files to a plugin.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@946 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-04-16 20:18:56 +00:00
Spoike d7bb31a516 Some changes. QC execution has been tweeked a little. It needs further work still.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@925 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-03-28 00:11:59 +00:00
Spoike f1e139d0d6 X stuff was moved to a plugin
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@918 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-03-24 17:16:22 +00:00
Spoike d4e494488b *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@896 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-03-12 23:40:42 +00:00
Spoike 95eafd7427 some bugfixes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@867 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-02-06 02:47:36 +00:00
Spoike 7dfa8ee86c Asm rendering of alias models is back in now - and it works
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@833 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-01-26 17:16:08 +00:00
Spoike 51da6d3abf Fixed some warnings and stuph.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@829 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-01-24 23:47:32 +00:00
Spoike 7e3dfe33ae Tweeked the makefile, it now accepts CFLAGS environment variables for passing into GCC, which is handy. :) Also added the pr_csqc.c 'module'.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@827 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-01-24 05:06:16 +00:00
Spoike f19a02ed3e One makefile to rule them all... Well, replace them all at least. This one detects your target and uses SDL if linux or mingw fail.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@821 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-01-23 17:44:11 +00:00