Commit graph

  • 73d26a4e32 rework PF_stuffcmd so it can't lose chars Bill Currie 2001-01-07 12:15:38 +0000
  • 8723fde566 add a tab to the beginning of the logged rcon command Bill Currie 2001-01-07 12:07:08 +0000
  • 127b5e4610 Added GL_SHARED_TEXTURE_PALETTE_EXT. Dabb 2001-01-06 08:12:42 +0000
  • c621eef621 Added glext thingy. Dabb 2001-01-06 08:09:29 +0000
  • f0d150104e Recover gracefully from TF server cycling problem that sometimes doesn't send the new map name, resulting in a crash. We now disconnect and go back to console. Jeff Teunissen 2001-01-06 08:03:14 +0000
  • 61cfc6a5db Whitespace, lose a != NULL Jeff Teunissen 2001-01-06 07:52:22 +0000
  • a71f589c77 viewable nearest loc support (sw and gl) (r_drawentities 0 to turn on) Bill Currie 2001-01-06 07:32:53 +0000
  • fc005fc215 Cleanup of extensions, they are no longer defined in glquake.h. In addition, removed support (for now) for SGIS and EXT multitexture. It allowed me to enhance support for ARB multitexture, which is better anyway (especially for Radeon, but that won't get special support yet until we need a third texture pass). Jeff Teunissen 2001-01-06 07:29:17 +0000
  • cc8d6c5827 r_drawentities bug in sw fix (from WildCode) Bill Currie 2001-01-06 07:26:38 +0000
  • 4eef82f08a locs_search created for use by locs_moveloc, locs_delloc, locs_editloc locs_moveloc created for moving nearest location marker editloc seperated from locs_delloc and placed into locs_edit locs_delloc cleaned up Bill Currie 2001-01-06 07:24:44 +0000
  • 20784c33fd Include qtypes.h, caused a problem here Jeff Teunissen 2001-01-06 07:21:52 +0000
  • a91a554830 don't redirect for the say command Bill Currie 2001-01-06 07:15:42 +0000
  • 544b4fa431 sv_phs doc fix from Misty Bill Currie 2001-01-06 06:50:29 +0000
  • 9cd130ec69 non-cvs trees would not make after configure using ./configure && make due to the last command returning non-zero. Also, check for CVS in $srcdir rather than . Bill Currie 2001-01-06 04:19:20 +0000
  • 8706ada7c6 some compile fixes for vc (hopefully) Bill Currie 2001-01-05 21:10:41 +0000
  • 451afbd488 various printf, Sys_Printf, Con_Printf cleanups. Con_Printf now ALWAYS prints to consol/logfile whether output is recirected or not. Also, Con_Printf will not print the time stamp if the last char of the previous print wasn't \n Bill Currie 2001-01-05 19:52:50 +0000
  • 3b0d17acc4 pr_cmds -> sv_pr_cmds Dabb 2001-01-05 16:37:30 +0000
  • 1fed0a6664 Nuked some leftovers from Havoc. Dabb 2001-01-05 16:31:06 +0000
  • 9ac296eec2 Added more ""instructions"" for mingw. Dabb 2001-01-05 16:10:04 +0000
  • a8c5bf0812 Added #define ZERO_ARRAY_LENGTH Dabb 2001-01-05 15:25:20 +0000
  • 5ef57c14e4 Added hash.c Dabb 2001-01-05 15:24:38 +0000
  • 084bfea79c no longer needed and it died a while back anyway Bill Currie 2001-01-05 00:25:11 +0000
  • dd5363cdb5 commands and aliases now use hash tables Bill Currie 2001-01-04 20:51:35 +0000
  • 57b02fad06 CodingStyle. Ragnvald Maartmann-Moe IV 2001-01-04 20:43:36 +0000
  • 9099a7175e Whitespace, and header sort. Ragnvald Maartmann-Moe IV 2001-01-04 19:57:26 +0000
  • 68dfbd6729 forgot to add hash.h for make dist Bill Currie 2001-01-04 19:11:18 +0000
  • 381f5b6df4 cvars and cvar alias now use a hash table for lookups. commands and aliases coming soon :) Bill Currie 2001-01-04 19:10:38 +0000
  • 365ece328b hopefully fix some mingw compilation issues Bill Currie 2001-01-04 18:38:05 +0000
  • e2798548a8 make mingw compatable Bill Currie 2001-01-04 18:25:57 +0000
  • 8b78d845df add sv_pr_cmds.h to extra-dist Bill Currie 2001-01-04 15:46:00 +0000
  • 77970ba4d2 replace face related % and / with table lookups. gives almost 50% speedup in set_vertex (but it's not called that often) and 1/15 speedup in R_DrawSkyBoxPoly Bill Currie 2001-01-04 06:24:18 +0000
  • c3a0e96c46 forgot the fscking header file, didn't I? Bill Currie 2001-01-04 05:59:51 +0000
  • 81620d5245 fix a crash in progs code caused by a bad prototype Bill Currie 2001-01-04 05:44:53 +0000
  • 488e415b09 Correct user/info slip in usage for user. Ragnvald Maartmann-Moe IV 2001-01-04 03:45:47 +0000
  • 58c99af5a0 add a flag for CVAR_ROM Bill Currie 2001-01-03 17:09:14 +0000
  • bf1f6deabf Added missing file. Dabb 2001-01-03 14:36:38 +0000
  • e72f0b1eed clean up a fixme as recommended by WildCode Bill Currie 2001-01-03 07:19:01 +0000
  • 5e86c729fa now progs and server really are separated :) Bill Currie 2001-01-03 07:08:28 +0000
  • 0192ed40c3 the progs engine and the server are now completely independent paving the way for CSQC. Bill Currie 2001-01-03 05:54:35 +0000
  • 6a52b0460c fix some silly typoes and ommissions (thanks, Scottie) Bill Currie 2001-01-03 05:24:00 +0000
  • c746a0fc51 correct the description of zombie time Bill Currie 2001-01-03 04:40:09 +0000
  • a9d8e5bbf5 add a couple of items (and a new state). Also, test loginfo :) Bill Currie 2001-01-03 00:23:32 +0000
  • e1e964d446 Add the missing \n in ClientReliableWrite_String (cl, "cmd snap"); Anton E. Gavrilov 2001-01-02 22:58:32 +0000
  • 8e0d495625 include unistd.h Bill Currie 2001-01-02 16:18:08 +0000
  • 2debf6f669 now only svs is reverenced where it shouldn't be, and that's to set info strings (skybox and *progs). skybox is easy to take care of (aditional parse functions), but I haven't yet decided what to do with *progs. Also, progs code needs a bit of a cleanup, but that will come later. Bill Currie 2001-01-02 03:22:46 +0000
  • ff89f60c74 move the final command line stuff to AFTER all the subsystems have been initialised. Bill Currie 2001-01-01 18:00:06 +0000
  • b439951184 Win32 sound code cleanup - phase 2. Removal of lpVtbl-> for the sake of readability. Dabb 2001-01-01 14:16:17 +0000
  • 662674aaef when cvarlist has ANY parameters, it will display the descriptions of the cvars Bill Currie 2000-12-31 22:06:00 +0000
  • d4ccdbbdc9 Added some compile instructions for mingw users. Dabb 2000-12-31 19:27:18 +0000
  • 709118ef0a Makefile for win32 MINGW users. Not fully finished yet, MGL doesnt work. Dabb 2000-12-31 19:08:10 +0000
  • bca9a6eb67 use MSG_WriteString instead of SZ_Print Bill Currie 2000-12-31 18:47:29 +0000
  • ad17c35143 forgot to fix these Bill Currie 2000-12-31 18:20:51 +0000
  • 32910a9385 Cleanup - removed some commented out stuff. Dabb 2000-12-31 18:20:24 +0000
  • 587ed5cc3f Lockbuffer, return null when fails. Dabb 2000-12-31 15:09:07 +0000
  • 5ba9c66816 Nuked unused "texture_mode" - probably leftovers from old stuffs. Dabb 2000-12-31 13:59:19 +0000
  • d76c72a169 More cleanups, nothing major. Dabb 2000-12-31 13:51:31 +0000
  • edec7bf2d4 Added sv_progs.c Dabb 2000-12-31 09:06:13 +0000
  • 22d2cce11f Added " characters to multiline cvar descriptions to avoid compilation probs and extra whitespaces in resulting help. Dabb 2000-12-31 09:05:25 +0000
  • b6c832d900 while not 100% complete (sv is still referred to as well as r_skyname), the progs engine no longer refers to any global vars. This alows for multiple progs being loaded (NOTE: NOT multiple mods, but (eg) for various protocol extensions) and, once the last couple of issues are taken care of, CSQC. Bill Currie 2000-12-31 07:43:09 +0000
  • 76a11bd74a cvar doc patches from Misty Bill Currie 2000-12-31 04:46:04 +0000
  • cef1be9646 Make multipliers consistent for mouse motion. One part was using -sdl client version, other -sgl. Now both use -sgl. Whee... Ragnvald Maartmann-Moe IV 2000-12-30 20:12:34 +0000
  • 0348d7c870 Nuked #include <commctrl.h> Dabb 2000-12-30 19:23:56 +0000
  • e91739410d Fixed compile error after Despair cleanups ;-) Dabb 2000-12-30 19:14:54 +0000
  • 35b8c3f79c Minor include sorting/cleanup. Ragnvald Maartmann-Moe IV 2000-12-30 19:05:34 +0000
  • 1705fbe0a0 Mingw compile fix. Dabb 2000-12-30 18:46:10 +0000
  • 2bd3c73d0c Added HAVE_STRING_H Dabb 2000-12-30 18:45:03 +0000
  • 986a610860 Make ifdef's more consistent (and follow CodingStyle), HAVE_* cleanups, make -ggi target compile again, little whitespace, and sorted includes. Ragnvald Maartmann-Moe IV 2000-12-30 18:26:29 +0000
  • 1ad52d2e98 Small .asm changes. Dabb 2000-12-30 14:34:01 +0000
  • ed7e9b001f Some more defs. Dabb 2000-12-30 11:48:54 +0000
  • 58a4575aeb Finally added asms, I forgot to do it before :) Dabb 2000-12-30 11:45:28 +0000
  • ff2658dacd Added HAVE_NETINET_IN_H Dabb 2000-12-30 11:20:36 +0000
  • 8415879527 Oops, forgot IN_Command Dabb 2000-12-30 11:17:23 +0000
  • fcdc8912d1 Added joy_win.c. Dabb 2000-12-30 10:58:42 +0000
  • bcfa8702ed Moved JOYSTICK code to joy_win.c - still needs some cleaning but works. Dabb 2000-12-30 10:56:03 +0000
  • 76f78fbbf3 Now you can actually turn joyadvanced on and off while playing. Dabb 2000-12-30 10:54:45 +0000
  • 4d1a1fb5e9 math asm needed Bill Currie 2000-12-30 05:53:34 +0000
  • 1e9779f1ca die, borland, die Bill Currie 2000-12-30 05:40:39 +0000
  • 886c1d10bc too early to do that :/ Bill Currie 2000-12-30 05:21:56 +0000
  • ee47b4d568 a start on a #include audit for the header files and misc fixups for win32 Bill Currie 2000-12-30 05:18:48 +0000
  • e245db2d12 shouldn't have taken out the sound headers Bill Currie 2000-12-30 05:15:00 +0000
  • 8eacd803fe should compile now Bill Currie 2000-12-30 04:52:12 +0000
  • 5f21837c33 cleanup the includes in host.h Bill Currie 2000-12-30 03:23:31 +0000
  • 5197a6443d every single system header file we currently include is now checked for Bill Currie 2000-12-30 03:07:57 +0000
  • f29ea7f1d3 fix up <> vs "" in #includes Bill Currie 2000-12-30 03:07:15 +0000
  • 60fe4aea40 forgot these Bill Currie 2000-12-30 02:25:58 +0000
  • ccba39666b #include audit Bill Currie 2000-12-30 02:16:36 +0000
  • a9ffb0002f Joystick code for win32. Mostly contains code moved from in_win.c. NOT FINISHED YET. Dabb 2000-12-29 20:08:43 +0000
  • 1532c66198 Replaced #ifndef WIN32 with #ifdef HAVE_UNISTD_H and HAVE_SYS_TIME_H Dabb 2000-12-29 18:52:52 +0000
  • cc0e3dfbb5 Are these uninst.h, timeb.h really needed here? Dabb 2000-12-29 16:26:35 +0000
  • 1d2e83bb66 Brought back evil DirectSound hack for SDL/SGL Dabb 2000-12-29 16:20:38 +0000
  • 2d4ced491e Put back #include <stdarg.h> or compile fails. Dabb 2000-12-29 16:19:23 +0000
  • 3601dd5532 Bringing back Direct-X sounds for SDL/SGL. I guess we let SDL sound support mature bit more. Dabb 2000-12-29 15:52:25 +0000
  • 477bcf51b0 Win32 sound cleanups - phase1 Dabb 2000-12-29 15:20:12 +0000
  • 48f6a02a38 make the `dead sleep' optional (sys_dead_sleep: defaults to on) Bill Currie 2000-12-29 07:15:50 +0000
  • 2695ec4990 helps if one groks select semantics :/ Bill Currie 2000-12-29 06:19:44 +0000
  • 73980fe852 make qf-server REALY sleep when there are no clients currently connected Bill Currie 2000-12-29 05:32:24 +0000
  • c71fc78360 it was decided the menu code should return until release. here it is with the gettimeofday -> Sys_DoubleTime change (though I'm having some operational issues (non-critial) with the server list). Bill Currie 2000-12-29 03:14:53 +0000
  • 005dbaa83f white space Bill Currie 2000-12-29 01:28:22 +0000
  • 977c10c2f2 Change format of --with-clients= parameters. Used to be [example] --with-clients="3dfx glx svga", it's now --with-clients=3dfx,glx,svga Jeff Teunissen 2000-12-28 23:26:45 +0000
  • f9fcd66129 voids Jeff Teunissen 2000-12-28 09:33:49 +0000