Commit graph

  • 8afd4a870e Revert an optimization that impacts legibility more than performance. Ragnvald Maartmann-Moe IV 2001-10-06 00:31:57 +0000
  • 7813b9c1b7 fix for woody systems from _Muz_ with a tweek to make the libtoolize version check more general. Bill Currie 2001-10-05 21:34:12 +0000
  • 7794acec66 clean up args for execvp Bill Currie 2001-10-05 21:09:48 +0000
  • 042a036964 pass through indent and then clean up after some of indent's insanity Bill Currie 2001-10-05 20:29:55 +0000
  • aa5c52db35 cat /usr/share/aclocal/xmms.m4 >> acinclude.m4 for those without xmms.m4 Bill Currie 2001-10-05 20:16:22 +0000
  • 936b70fe41 remove dependency on net_socket so cd_xmms works with nq as well as qw. Seems to cause alsa some grief which is rather suprising as file decriptor counts should have taken care of that nicely. Bill Currie 2001-10-05 20:06:48 +0000
  • 44fc52bbb6 move the xmms command from cd.c to cd_xmms.c and have the cd command always available Bill Currie 2001-10-05 19:52:56 +0000
  • 43ab73fd81 Make cvs blissfully unaware of nq-server. Ragnvald Maartmann-Moe IV 2001-10-05 19:43:29 +0000
  • 2080ae7db6 Fix stamp ignorance. Ragnvald Maartmann-Moe IV 2001-10-05 19:42:17 +0000
  • a39ccf4a34 XMMS support from _Muz_ (Alexis Paul Musgrave <muz@cwcom.net>) Bill Currie 2001-10-05 19:36:35 +0000
  • a220f5d87d isDedicted fixes Bill Currie 2001-10-05 19:21:23 +0000
  • 9daba0eef7 GL string and character rendering speed up and clean up. Ragnvald Maartmann-Moe IV 2001-10-05 19:01:57 +0000
  • 72b198d650 Minor cleanup. Ragnvald Maartmann-Moe IV 2001-10-05 18:55:40 +0000
  • b2d8d0f598 nq-server seems to work now (mostly). got some issues with things like "+map start" on the command line being ignored. Bill Currie 2001-10-05 16:08:07 +0000
  • 4937ad6c71 - some changes to snd_win.c that will hopefully bring it closer to operation Adam Olsen 2001-10-05 09:51:21 +0000
  • 0785610296 - fix a little mistake in SV_PrintToClient that'd cause it to segfault if your first call was with "". Probably could cause crashes too - add a string.c file to libQFutil, with a Q_strcasestr function, which strcasestr is defined to if it's not already defined. (we'd get that with glibc if we defined __USE_GNU, but we don't) - make client_t and SV_ExtractFromUserinfo both use NAME_MAX for their name arrays, instead of 32 for one and 80 for the other - rewrite almost all of SV_ExtractFromUserinfo's name handling. - \r, \n, and \t are all converted to spaces - leading/trailing spaces are stripped - consecutive spaces are reduced to a single space - empty names are considered bad - user-* nicks are considered bad (unless forced to them) - a name containing console or admin is considered bad - a name that already exists is considered bad - if they have a bad name it gets forced to user-%d, where %d is their userid - netname in the progs is now updated properly - name changes are always reported unless it's the initial setting, rather than only if they're full connected and not a spectator - finally, if the name change fails (info string exceeded), give them the boot. (before this was only done for duplicate names) Adam Olsen 2001-10-04 19:11:39 +0000
  • cd9832d95f hey, nq-server works until you connect :) Bill Currie 2001-10-03 22:25:24 +0000
  • b2852ef3cc Clean up TODO a bit, make gitignore actually ignore all generated files... Ragnvald Maartmann-Moe IV 2001-10-03 21:38:54 +0000
  • 82338f9695 shutdown the console Bill Currie 2001-10-03 21:37:20 +0000
  • 1929797cc9 get nq-server so it runs. part of this involved renaming cl_warncmd to cmd_warncmd Bill Currie 2001-10-03 21:25:43 +0000
  • f2cc8d9640 fix a seg when the buffer wraps Bill Currie 2001-10-03 21:24:52 +0000
  • c5bb4e903c d'oh, I thought I learnt that lesson in libs/video/renderer/sw :/ Bill Currie 2001-10-03 20:04:17 +0000
  • 360d64c2fd put nq-server into the rpms Bill Currie 2001-10-03 19:52:51 +0000
  • bbc83c30ca hey, it segs, but who cares? so does nq-glx -dedicated :P Bill Currie 2001-10-03 19:52:03 +0000
  • e0a1947565 fix a typo that prevented --with-servers working Bill Currie 2001-10-03 19:05:45 +0000
  • a1d2cf3532 duplicate file name cleanup and make dist works Bill Currie 2001-10-03 17:50:36 +0000
  • 630e064150 -dedicated fixes Bill Currie 2001-10-03 17:25:21 +0000
  • 87e59c0762 finally got sw's Makefile.am working too Bill Currie 2001-10-03 14:59:43 +0000
  • 9aca46416c ok, sw32's Makefile.am now works with both 1.4 and 1.5 Bill Currie 2001-10-03 14:49:14 +0000
  • 1f87234aac - change MAX_MASTERS from 8 to 32, since prozac has 9 of them Adam Olsen 2001-10-03 03:42:28 +0000
  • 95d3600452 fix skybox/skydom map vis issues. I hope this works on all drivers. Bill Currie 2001-10-03 02:51:30 +0000
  • c3735506c7 hey, I think this one is going to work!!! Bill Currie 2001-10-03 00:07:01 +0000
  • 9c6955f406 Fix missing include. Ragnvald Maartmann-Moe IV 2001-10-02 23:53:07 +0000
  • 40d0490b7c add Hash_GetList to get a list of elements in the hash table (unsorted) Bill Currie 2001-10-02 23:17:25 +0000
  • 081a44e5bc this works a smidge better Bill Currie 2001-10-02 23:13:54 +0000
  • b866bcae61 seems automake isn't too happy about nested conditionals and main vars Bill Currie 2001-10-02 22:36:08 +0000
  • 256f6e94c1 Broken attempt at cleaning up Makefile.am's, for taniwha's perusal. Ragnvald Maartmann-Moe IV 2001-10-02 22:02:10 +0000
  • 4699bf6d5b files under inclue/QF are not allowed to include files from include (eg, including config.h is a nono). Bill Currie 2001-10-02 21:14:11 +0000
  • 7801aac441 couple of updates Bill Currie 2001-10-02 20:21:23 +0000
  • 450dd9f504 5.2 time and fps in demo output, for both nq and qw. Ragnvald Maartmann-Moe IV 2001-10-02 19:43:25 +0000
  • 922895ed99 comment out unused var Bill Currie 2001-10-02 19:33:31 +0000
  • 8c6e5456bb type b of not.i is void, not integer Bill Currie 2001-10-02 19:17:18 +0000
  • 67635e9dd0 fix a d'oh in the param/return type checking Bill Currie 2001-10-02 19:03:28 +0000
  • dcb51dc586 expr.h: get_type and extract_type prototypes and add extern for type_names emit.c: use extract_type instead of get_type expr.c: get_type now returns the type pointer rather than the qc type enum. extract_type uses get_type to return the qc type enum. make type_names global use get_type instead of ex_expr/ex_def to cover more cases clean up function call/return processing as a result of get_type pr_opcode.c: use opcode_priority_type_table_ab when var_c is null and a minor cleanup in PR_Opcode_Find Bill Currie 2001-10-02 18:55:52 +0000
  • fcdc975bdd fix a thinko that prevented the cd command from being added Bill Currie 2001-10-02 18:12:27 +0000
  • 9c778bb539 Minor tweak of lightning sparks and teleport appearances, fix brief breakage of gl_sky_clip 1 & 2 with skyboxes. Ragnvald Maartmann-Moe IV 2001-10-02 09:11:20 +0000
  • 9c21edc6d0 Whitespace. Ragnvald Maartmann-Moe IV 2001-10-02 06:58:44 +0000
  • 820fcbb8d2 R_Mirror-related cleanups, and some whitespace. Ragnvald Maartmann-Moe IV 2001-10-02 06:13:22 +0000
  • ac0d2738c1 get the gl packages to be made (HAVE_GLX and HAVE_SGL died) Bill Currie 2001-10-02 05:43:52 +0000
  • 0dbb023ff9 svga and renderer_sw libs aren't installed any more Bill Currie 2001-10-02 05:23:46 +0000
  • 86f326c9d1 remove an ancient clean target that's no longer needed Bill Currie 2001-10-02 05:23:17 +0000
  • 32643c3ec8 the forced libz.so link doesn't work well with libtool, so if X11 has an old libz.a, just give up on compression support making a lot of noise in the process. Bill Currie 2001-10-02 04:55:05 +0000
  • 362e4eefc9 - make the fallback console use stdin - don't draw scores overlay if the screen is less than 244 wide. Adam Olsen 2001-10-02 03:24:36 +0000
  • 9102fceef7 remove debug info Bill Currie 2001-10-02 02:35:33 +0000
  • 284da345ef fixes to get qf to compile cygwin->mingw32 Chris Ison 2001-10-02 01:53:26 +0000
  • 5e6f77cddb Instead of glEnable/glDisable (GL_ALPHA_TEST) pairs for every sprite rendered, let's do it once for the entire sprite loop. Minor hit when there are no sprites, but 2+ it's a gain. Better worst case, rather than better peak performance. Ragnvald Maartmann-Moe IV 2001-10-02 01:48:51 +0000
  • 63ac10dfde Clean up glDepthFunc and glDepthRange so it's properly initted, and not set needlessly every frame. Ragnvald Maartmann-Moe IV 2001-10-02 00:01:05 +0000
  • f5c6312743 --with-server is now --with-servers and works like --with-clients (master, nq and qw with nq defaulting to no). add DISK to SOUND_TYPES output. try to fix AR gaff Bill Currie 2001-10-01 22:52:38 +0000
  • 55b2a41b02 fix the capitolisation of nq_server_SOURCES Bill Currie 2001-10-01 21:56:12 +0000
  • 4b3c4e1eaf Whitespace. Ragnvald Maartmann-Moe IV 2001-10-01 21:52:05 +0000
  • fce4b903eb Fix double joystick init in sdl targets. Ragnvald Maartmann-Moe IV 2001-10-01 21:50:35 +0000
  • 72c16b861b use HAVE_DDRAW_H and HAVE_DSOUND_H rather than arguing with WildCode over whether we should include those headers or not ;) Bill Currie 2001-10-01 21:07:00 +0000
  • 27d302f9c9 bootstrap: make it so bootstrap can be run out of dir (like configure) configure.ac: evil hack to get $AR working with older libtool (1.3) Bill Currie 2001-10-01 20:49:38 +0000
  • 20f702b5fe fix out-of-tree builds for asm (this also sets up ASFLAGS more correctly) Bill Currie 2001-10-01 18:02:46 +0000
  • 97db77c104 run aclocal before automake for automake 1.5 Bill Currie 2001-10-01 17:18:00 +0000
  • a4714175dd update the screen directly when printing rather than using C_DrawOutput. Resizing still seems to work updates are much faster. Bill Currie 2001-10-01 16:09:06 +0000
  • 77cf9439d0 getting closer to a properly resizing console Bill Currie 2001-10-01 06:49:59 +0000
  • 7fcdffb42e mirror the chase and watervis serverinfo keys in the cl struct so Info_ValueForKey doesn't get hit so often. Bill Currie 2001-10-01 01:51:36 +0000
  • e9c420c749 nuke SV_RecursiveHullCheck from cl_cam.c and use PM_RecursiveHullCheck instead. Also add prototype for PM_RecursiveHullCheck to pmove.h Bill Currie 2001-10-01 00:20:57 +0000
  • f505e8630c fixes for rh 7.1 Bill Currie 2001-09-30 23:24:53 +0000
  • edea800aeb Okay, WildCode, check this. Jeff Teunissen 2001-09-30 22:59:28 +0000
  • b0dc19310a more compile under cygwin patches Chris Ison 2001-09-30 13:05:20 +0000
  • 53529ae940 output window now updates when resizing, but it doesn't /quit/ work properly (issue with starting line). Bill Currie 2001-09-30 05:59:33 +0000
  • 5e82c0cac7 correct a spelling error in a comment Bill Currie 2001-09-30 03:58:24 +0000
  • 60107fd19c changes to get cygwin to compile server. still debugging result Chris Ison 2001-09-29 09:39:27 +0000
  • 138a4a1c14 rename console_t to old_console_t in preparation for a better version and temporarily disable the client console plugin as it currently doesn't compile. Bill Currie 2001-09-29 04:24:04 +0000
  • e12f1dcf9e - boundscheck static progs strings, and give proper errors for that and dynamic strings if it fails. Adam Olsen 2001-09-28 23:34:49 +0000
  • f0244bece2 update the status bar on resize Bill Currie 2001-09-28 23:10:15 +0000
  • 9f612ec82a this fixes the rendering of the player when not in chasecam mode. not sure what it does for chasecam mode. Bill Currie 2001-09-28 22:07:26 +0000
  • cca3e4c203 fix a coupld d'ohs for pr_checkextensions Bill Currie 2001-09-28 21:39:13 +0000
  • 5eb35f0b2a fix a tiny case&paste (?) error that prevented players from being drawn. Bill Currie 2001-09-28 21:15:48 +0000
  • c7031b20f3 move vid_fullcreen definition from *.c to vid.c and declaration from context_x11.h to vid.h and remove all extern decls from *.c Bill Currie 2001-09-28 16:54:31 +0000
  • f1454ae93c include console.h Bill Currie 2001-09-28 16:53:11 +0000
  • 4a8eb5e7cf more namespace issues Bill Currie 2001-09-28 16:50:35 +0000
  • 514a4a56cb fix a win32 namespace issue Bill Currie 2001-09-28 16:29:34 +0000
  • 8e27422c72 partial fixes for mingw cross builds. still have issues with ar :( Bill Currie 2001-09-28 16:03:45 +0000
  • 30f6d2f85c fix a case and paste error Bill Currie 2001-09-28 15:29:56 +0000
  • 89fbacdc78 make sv_progs CVAR_NONE rather thatn CVAR_ROM so it can be set in server.cfg. Bill Currie 2001-09-28 15:29:22 +0000
  • d63243380f Aaaaaaand, it's done! Special note: I hope to never do this again. :) Jeff Teunissen 2001-09-28 10:31:20 +0000
  • 873521a68d Makefile cleanup continues. Models. Jeff Teunissen 2001-09-28 09:49:09 +0000
  • c78edb3a36 Apply Seth Galbraith's <sgalbrai@linknet.kitsap.lib.wa.us> chasecam patch after_chasecam Bill Currie 2001-09-28 07:51:15 +0000
  • e892131af5 Rename gl_libgl to gl_driver, nuke the last of the HAVE_GLX references, and default gl_driver to OPENGL32.DLL on Win32. before_chasecam Jeff Teunissen 2001-09-28 07:41:38 +0000
  • 1a3a599ab3 ignore gas2masm Bill Currie 2001-09-28 07:33:46 +0000
  • f442e0d980 make gendefs put its rcsid into its generated files Bill Currie 2001-09-28 07:27:13 +0000
  • 7407e4f1b7 and some more Bill Currie 2001-09-28 07:09:38 +0000
  • d0dca76707 use this for the top of .c files instead of template.h so we get rcsid info Bill Currie 2001-09-28 06:56:34 +0000
  • e9c9c8bab6 fix up installs for -svga. Jeff Teunissen 2001-09-28 06:55:27 +0000
  • b1f4a778f9 the rcsid commit from hell }:> Bill Currie 2001-09-28 06:26:31 +0000
  • f37c446a29 Great idea, Deek, commit the makefiles w/o the configure needed for them. !lart Deek Jeff Teunissen 2001-09-28 05:41:19 +0000
  • 343bb529b4 And this fixes QW. Jeff Teunissen 2001-09-28 05:40:14 +0000