Bill Currie
52968be46d
ashridah's file based cd plugin (ie, it will play any sound file QF can
...
load as background music).
2004-01-20 06:58:42 +00:00
Bill Currie
4f66e8fc60
don't run doxygen in Forge: it doesn't grok Objective-C
2004-01-11 05:56:10 +00:00
Bill Currie
8d42963c4d
start documenting the progs engine. memory map initially
2004-01-07 02:52:52 +00:00
Bill Currie
9a97ee400b
remove obsolete settings
2003-11-03 18:58:35 +00:00
Ragnvald Maartmann-Moe IV
dc8e9422a2
Qize's patches. Add some more backwards-compatibility aliases to ln.gib,
...
remove a dead cvar, and don't display a message about what to do to connect
when use +connect already...
2003-09-01 01:52:20 +00:00
Bill Currie
ef4ca0c798
some doxygen tweaks
2003-08-31 05:24:24 +00:00
Ragnvald Maartmann-Moe IV
0a7b56f003
show_fps -> hud_fps, show_ping -> hud_ping, show_pl -> hud_pl,
...
show_time -> hud_time, show_scoresuid -> hud_scoreboard_uid
2003-07-27 23:20:11 +00:00
Brian Koropoff
59db43b377
This is totally out of date now.
2003-07-17 17:55:09 +00:00
Bill Currie
454aa5c603
more mailing list corrections
2003-07-12 21:50:22 +00:00
Bill Currie
1bdcd879be
initial work on dynamic view support for the console. I'm aware that
...
QF/view.h vs view.h may cause some confusion, but I'm hoping to eleminate
view.h.
Also put the sample hud.txt into docs so it doesn't get lost.
2003-05-05 18:50:14 +00:00
Bill Currie
789c7f47d6
update the copyright year
2003-05-05 18:35:28 +00:00
Brian Koropoff
645b7ca3d6
New version of infobot.gib that supports factoid locking, and an
...
insignificant change to the GIB docs.
2003-04-11 02:36:10 +00:00
Bill Currie
b80357afda
change _FOpenFile to take a dstring for foundname plugging a potential
...
buffer overflow.
2003-04-09 05:55:41 +00:00
Bill Currie
c1b587c2ce
include qfadmin in the dist tarball
2003-03-13 01:21:54 +00:00
Bill Currie
2aee6a7734
preliminary doxygen support
2003-03-10 23:42:27 +00:00
Brian Koropoff
cd3fc3569b
Fixed a bug on out-of-bounds array access attempts and enhanced the now-
...
functioning infobot.gib.
2003-03-01 07:24:58 +00:00
Brian Koropoff
2364c49741
Add DrSpliff's qfadmin GIB script to CVS.
2003-02-26 02:28:10 +00:00
Brian Koropoff
d47aa718f7
Added a line to the latex preamble to use postscript fonts on PS/PDF
...
ouput. This makes the PDF version much more readable, especially in
acrobat.
2003-02-26 02:18:11 +00:00
Brian Koropoff
020a9262f7
Made the parser anal about concatenation usage and fixed several bugs by
...
running /dev/urandom through carne to catch problems.
2003-02-25 08:04:48 +00:00
Brian Koropoff
fe8161c036
Might as well spell check what I have so far...
2003-02-23 05:10:14 +00:00
Brian Koropoff
e338dd4672
Finished up the section on flow control and outlined the section on
...
functions. Added example script output to figures.
2003-02-23 05:08:15 +00:00
Brian Koropoff
d85639d65e
Added more to the GIB docs.
2003-02-23 03:20:53 +00:00
Brian Koropoff
5acf0bbeda
Fixed a bug in the 'contains' GIB builtin and added more to the GIB docs.
2003-02-22 07:19:51 +00:00
Brian Koropoff
5d634d6874
Wrote some more of the GIB docs. Writing this stuff is brutal.
2003-02-21 23:48:35 +00:00
Brian Koropoff
00b3083a57
Added the beginnings of GIB documentation.
2003-02-21 21:33:36 +00:00
Bill Currie
03505e80d1
add the gib scripts to the distribution tarball
2003-02-18 17:25:58 +00:00
Brian Koropoff
f6da3baa1e
Temporarily fixed GIB filesystem access until I can work out a system that
...
better meshes with the new QFS. Fixed up some GIB scripts a bit.
2003-02-16 21:27:18 +00:00
Brian Koropoff
af165dcc59
Added an extensible server-side infobot written in GIB.
2003-02-16 19:54:41 +00:00
Brian Koropoff
9d3d4e0638
Updated the header to zoom.gib, removed cb.gib pending a rewrite for the
...
new version of GIB, and added two scripts from alphageek.
2003-02-14 08:36:39 +00:00
Brian Koropoff
47d35f3e2d
GIB: Added ifnot, fixed several bugs, updated zoom.gib yet again.
2003-01-31 03:43:56 +00:00
Brian Koropoff
783602e6a4
D'oh!
2003-01-31 01:42:56 +00:00
Brian Koropoff
748985b760
Updated zoom.gib to work with the new version of GIB.
2003-01-31 00:12:04 +00:00
Bill Currie
761a7546dd
re-arrange things so __attribute__ and __builtin_expect are properly
...
autoconfiscated so rcsid will continue to work with gcc 3.3
2003-01-15 15:31:36 +00:00
Bill Currie
a4dfef63c3
make all files with rcsid include config.h
2003-01-14 20:18:29 +00:00
Brian Koropoff
19ac57dafc
Fixed a bug with aliases and updated cb.gib a bit.
2002-12-14 20:34:20 +00:00
Brian Koropoff
32e5e6ef0b
Numerous GIB bug fixes and optimizations. Fixed/updated some GIB scripts
...
as well.
2002-12-13 23:36:05 +00:00
Brian Koropoff
0a8ff6a8cf
In addition to .gib files, anything exec'ed from within a GIB buffer is now
...
put in a new buffer on the stack and stripped of comments. Fixed an
instance of a function name that I forgot to change in cb.gib.
2002-12-03 05:54:13 +00:00
Brian Koropoff
44d0408a38
Two small fixes.
2002-11-12 02:53:24 +00:00
Brian Koropoff
0f71b02fd7
Changed the name of GIB builtins from string.length to string::length, etc.
...
Made a few miscellaneous cleanups and enhancements to builtins and changed
all the GIB scripts in CVS to reflect the new naming conventions.
2002-11-11 01:57:34 +00:00
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