Commit graph

105 commits

Author SHA1 Message Date
Brian Koropoff
20d47cde2f Added the global.delete builtin to clean up old global variables. Updated
cb.gib to use it.
2002-10-23 03:56:57 +00:00
Bill Currie
58eb993928 add the new case despair discovered for me 2002-09-23 05:18:53 +00:00
Brian Koropoff
ab9e37654b Forgot to remove a line. 2002-09-10 06:33:01 +00:00
Brian Koropoff
232aca8fcb New version of GIB docs. 2002-09-10 03:31:05 +00:00
Brian Koropoff
4a645da3d1 Removed sensitivity.gib in favor of the more general ln.gib. 2002-08-30 01:23:06 +00:00
Brian Koropoff
976edc87fd Checked in my CustomTF class builder GIB script and two example support
files.
2002-08-30 00:25:31 +00:00
Brian Koropoff
1c52bc404d Checked GIB documentation in CVS. 2002-08-30 00:02:20 +00:00
Brian Koropoff
f981dbbdab Moved zoom.gib into doc/config/gib and removed useless scripts. 2002-08-29 23:14:54 +00:00
Brian Koropoff
876eaa467c Added a few useful builtins and began adding GIB hooks into quakeworld.
The player global branch variable is now updated with useful information
and the location.get builtin is available to return the current location
of the player based on loc files.  Fixed a bug with zooming out in zoom.gib.
2002-08-24 05:14:46 +00:00
Brian Koropoff
32f4e53aa5 Fixed the GIB math evaluator to handle unary operators properly, made
indexing/clipping more like python, made some cosmetic changes to zoom.gib,
and added the ability for GIB builtins to return values.
2002-08-23 21:18:00 +00:00
Brian Koropoff
0715464bb1 Yay for escape characters. 2002-08-22 22:43:47 +00:00
Brian Koropoff
06e6c92da8 Fixed some bugs related to comments and global variables. Updated zoom.gib
to work with the new GIB parser.  It should be fully functional.
2002-08-22 20:50:12 +00:00
Bill Currie
d4a385adbf fix for new gib syntax 2002-08-22 19:24:50 +00:00
Brian Koropoff
513b5737f9 Got indexing into variables working and cleaned up variables a bit.
Partially translated zoom.gib into the new language, but it isn't done yet.
2002-08-14 05:28:07 +00:00
Bill Currie
5f1384828c update the copyright year 2002-07-05 17:12:30 +00:00
Bill Currie
bc6e799729 small patch from Geoffrey Broadwell <geoff@broadwell.org> for how to extract
the quake data using lha.
2002-07-02 04:20:37 +00:00
Ragnvald Maartmann-Moe IV
8e254e4071 Document manual mouse invert. 2002-06-16 05:28:27 +00:00
Ragnvald Maartmann-Moe IV
02d3b43e7e Fix the outdated menu entry in the HOWTO. 2002-06-16 05:09:14 +00:00
Brian Koropoff
fe48995a0c Fixed some error messages and a small bug in list.gib 2002-06-11 06:08:31 +00:00
Brian Koropoff
f39e53b859 Imported the beginnings of a standard "library" for GIB. 2002-06-11 05:41:59 +00:00
Ragnvald Maartmann-Moe IV
23246ba4fd Sensitivity GIB alias. 2002-06-08 23:15:16 +00:00
Timothy C. McGrath
29177483d3 Minor modifications to the glspeeds so they know about the setting 0 of
cl_maxfps now :)
2002-05-25 21:58:39 +00:00
Brian Koropoff
58e8a997f8 GIB: Added the writefile, legacy and eval commands and created the
beginnings of a GIB security model for console access by the server.
Fixed a bug in zoom.gib.
2002-05-15 22:14:17 +00:00
Bill Currie
22a5182efb put my email about the key binding system up 2002-05-14 17:55:23 +00:00
Brian Koropoff
6d37a9e48a Fixed up zoom.rc, renamed it to zoom.gib. Made alias with only one
argument print the contents of that alias.  Added the sleep command,
which works like wait but pauses for a certain number of seconds.
2002-05-11 06:09:50 +00:00
Bill Currie
672ba53f8b it's joy_*amp, not in_joy_*amp :/ 2002-05-10 16:37:41 +00:00
Bill Currie
32e69ff83a bah, /doc goes elsewhere :P 2002-05-10 16:32:56 +00:00
Bill Currie
552c0e8bd9 add a schematic for how the sensitivity cvars work 2002-05-10 16:28:11 +00:00
Brian Koropoff
2eecffdc75 Changed the zoom script to be mathematically correct. The simplest solution
is often the correct one.
2002-05-01 05:10:55 +00:00
Brian Koropoff
6c0b62d71c Added my zoom script to CVS :P 2002-04-29 01:41:07 +00:00
Robin Redeker
ee9bcc98c1 Added Menu_Enter-/LeaveHook to the CodingStyle as a
function prefix.
2002-03-19 16:20:54 +00:00
Robin Redeker
adca50e52b Did further working on the menu code.
Added a _unfinished_ Player options-submenu, for setting
the name, top-/bottomcolor.
Added Draw_Fill and such to the progs api.
Added some comments.
2002-03-16 20:22:01 +00:00
Robin Redeker
757556022b 1. general menu code cleanup
2. added lots of comments to my menu code
3. wrote a string hash api (key -> value assignment list)
Hm, nothing else afaik. ;)
2002-03-16 15:52:17 +00:00
Robin Redeker
863b4e9bbd Improved the menu code a bit, made style cleaner and
added some comments to my menu code.
2002-03-16 00:14:24 +00:00
Robin Redeker
2bf1182d19 Wrote a quick draft for QuakeC Menu coding 2002-03-16 00:00:14 +00:00
Bill Currie
864e765293 update the cvs location 2002-03-01 22:35:25 +00:00
Jeff Teunissen
9bd2e6ae91 Another test, and reformatting a text file. 2002-02-22 10:24:26 +00:00
Chris Ison
9bbcae0772 removed cl_bob cvars from config 2002-02-20 23:28:15 +00:00
Bill Currie
ecd539cbd3 some make dist fixes 2002-01-22 17:17:18 +00:00
Bill Currie
b4bdda994f remove some obsolete files 2002-01-21 23:01:14 +00:00
Bill Currie
fc20793b07 our very own icon :) 2002-01-21 21:58:29 +00:00
Robin Redeker
4af4c69289 Rearranged the text and added some new hints. 2002-01-11 10:15:59 +00:00
Bill Currie
d87af8819f some docs thanks to elmex 2002-01-10 23:45:23 +00:00
Timothy C. McGrath
46001cd9e7 Added gl_lightmap_subimage 1 and r_dlight_max 8 - noticable speedups in
battles.

(Thank you Wildcode)

Once gl_lightmap_subimage's setting of 2 is debugged (right now it goes a
teeny tiny bit whacko) I'll be using that, just FYI.


Tim/Misty-chan
2001-12-16 21:39:50 +00:00
Chris Ison
f30ac76477 QF performance config for voodoo2 allowing for playability 2001-12-12 23:38:44 +00:00
Bill Currie
e976211faf header block fixes 2001-12-08 20:40:50 +00:00
Timothy C. McGrath
9dc5cf6591 Fixups for my glspeed configs, which were uh, out of sync with cvs >P
cl_max_particles got changed to r_particles_max, also I added in cl_maxnetfps
at 30 and edited cl_maxfps to 72 since that should work nicely with maxnetfps
now :)

Tim McGrath
(Misty-chan)
2001-12-04 14:15:08 +00:00
Bill Currie
d168a3daee this should remove the requirement for gmake on bsd systems 2001-11-12 16:23:41 +00:00
Bill Currie
93366d7c6c more 0.5 cvar/cmd docs 2001-11-06 20:30:16 +00:00
Bill Currie
de059239fa several fixes to cmd.php and cvar.php
rewrite documentation.php (I'll have to rethink it due to the slow rendering
in netscape)
add a link to the docs form the 0.5 section of files.php
2001-11-06 09:43:55 +00:00