Bill Currie
|
d04eeb3ba2
|
get -wgl working again
|
2002-07-27 06:43:28 +00:00 |
|
Bill Currie
|
01228a8be0
|
set the file mode before seeking
|
2002-07-27 06:42:52 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
4d74b80a38
|
Dead code removal.
|
2002-07-27 02:50:41 +00:00 |
|
Bill Currie
|
b3d6875e61
|
_vsnprintf doesn't like a null pointer in windows
|
2002-07-27 02:00:06 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
227491d929
|
Remove cl_predict_static, it doesn't need a cvar to control it anymore. Also some minor related cleanups.
|
2002-07-27 00:44:54 +00:00 |
|
Bill Currie
|
81af9b14e9
|
move the VID_SetCaption call into CL_SetState where it belongs and fix
CL_SetState for when connecting to the server (dunno how I mangled that one)
|
2002-07-26 20:50:53 +00:00 |
|
Bill Currie
|
587ac5670b
|
using R_FLOAT for setting individual fields of the return vector ain't so
good a thing to do.
|
2002-07-25 14:58:02 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
587de27849
|
Another step towards QSG2 compliance.
|
2002-07-25 14:43:36 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
3c7d65a798
|
Whitespace.
|
2002-07-25 14:42:41 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
4ed68266ea
|
Speedup when r_waterripple = 0, and small speedup to texture coordinate calculation.
|
2002-07-25 14:01:36 +00:00 |
|
Bill Currie
|
2f57f95783
|
don't show the single player menu line
|
2002-07-25 05:33:16 +00:00 |
|
Bill Currie
|
51e4cad3fe
|
get Draw_SubImage doing transparencies
|
2002-07-25 05:04:22 +00:00 |
|
Bill Currie
|
51b189f56a
|
make Draw_SubPic do transparent pics
|
2002-07-25 04:30:50 +00:00 |
|
Bill Currie
|
de22355371
|
use P_* for params and R_* for return values in builtins code
|
2002-07-24 21:42:33 +00:00 |
|
Bill Currie
|
defcedec49
|
give access to Draw_SubPic
|
2002-07-24 21:39:03 +00:00 |
|
Bill Currie
|
f14815a57f
|
change msurface_t's extents from short to unsigned short so >> expressions
involving it go faster
|
2002-07-24 15:58:52 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
d3fc8c5fb6
|
No need for function pointers on R_AddDynamicLights_*, they are never called from outside the R_BuildLightMaps_* function that matches them.
Nice spotting, taniwha!
|
2002-07-24 15:30:28 +00:00 |
|
Bill Currie
|
267ba0aa85
|
s/pak/wav/
|
2002-07-23 20:17:10 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
85c7e43aef
|
Split lightmaps off from surface drawing.
|
2002-07-23 19:57:47 +00:00 |
|
Bill Currie
|
5f65a53e81
|
fix a bug with obj_msgSend and obj_msgSend_super when more than one file is
compiled
|
2002-07-23 18:51:47 +00:00 |
|
Bill Currie
|
1e49f0d0c3
|
fix a segfault (what was I thinking when I wrote that line?)
|
2002-07-23 05:44:45 +00:00 |
|
Bill Currie
|
dd08f4ff58
|
fix some operation order issues (might fix the stuck key issue)
|
2002-07-22 21:47:01 +00:00 |
|
Bill Currie
|
4cc39a07bc
|
hopefully make CL_SetState a little more sensible
|
2002-07-22 21:25:51 +00:00 |
|
Bill Currie
|
25c869324d
|
start working on a tool to sxtract the loop info from wav files
|
2002-07-22 16:17:58 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
227da6afba
|
Change pr_boundscheck default to 0. *grmbl*
|
2002-07-21 23:35:36 +00:00 |
|
Bill Currie
|
c2a7564d55
|
implement -l, but -L isn't supported yet and the full lib name must be given
|
2002-07-21 07:12:17 +00:00 |
|
Bill Currie
|
acf9ce392c
|
move pakfile.[ch] into libQFutil and make quakefs.c use it instead of its
own code. This also removes the evil pak file count limit :)
|
2002-07-21 06:11:28 +00:00 |
|
Bill Currie
|
337deae4ae
|
fix quit not quitting on a dedicated server
|
2002-07-21 03:55:10 +00:00 |
|
Bill Currie
|
f1423cb0b3
|
print the cpp command line if verbosity is high enough
|
2002-07-20 05:20:40 +00:00 |
|
Bill Currie
|
3a14891266
|
remove the file count restriction
|
2002-07-20 02:01:38 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
e6ea44a9ad
|
? tools/qfcc/source/qfodump
Not anymore.
|
2002-07-19 14:13:37 +00:00 |
|
Bill Currie
|
dee87f331e
|
add .vimrc
|
2002-07-18 18:00:46 +00:00 |
|
Bill Currie
|
311d2a8fd5
|
heh, forgot about EXTRA_DIST stuff
|
2002-07-18 17:46:53 +00:00 |
|
Bill Currie
|
a429295b3a
|
fix some fixme's
|
2002-07-18 05:16:30 +00:00 |
|
Bill Currie
|
60520e7981
|
allow things like pointer == pointer for different pointer types that are in
the same heirarchy
|
2002-07-18 05:16:12 +00:00 |
|
Bill Currie
|
8af81ede2f
|
fix a cpp warning
|
2002-07-18 01:15:52 +00:00 |
|
Bill Currie
|
be19cbcd57
|
break up object.r to be more useful
|
2002-07-17 21:28:00 +00:00 |
|
Bill Currie
|
95bbb6803d
|
be a little clearer about cpp errors
|
2002-07-17 19:56:30 +00:00 |
|
Bill Currie
|
f3b0146b3d
|
forgot to remove menu_pics.qc and menu_util.qc
|
2002-07-17 19:17:28 +00:00 |
|
Bill Currie
|
21a4d6f547
|
update the menu code to be built using separate compilation
|
2002-07-17 19:00:56 +00:00 |
|
Bill Currie
|
fb4ef47af6
|
make the filename output high verbosity
|
2002-07-17 19:00:16 +00:00 |
|
Bill Currie
|
e72b25144e
|
relocate the strings in an initialized array/struct
|
2002-07-17 18:49:58 +00:00 |
|
Bill Currie
|
8d6c491390
|
fix branches (been broken for a while :/)
|
2002-07-17 18:45:17 +00:00 |
|
Bill Currie
|
90fa657a5f
|
fix array type string parsing
|
2002-07-17 17:59:42 +00:00 |
|
Bill Currie
|
2c94688e87
|
default options.outputfile to "progs.dat" if not specified when linking
|
2002-07-17 17:49:17 +00:00 |
|
Bill Currie
|
5ea3042eec
|
fix -c -o ...
|
2002-07-17 17:43:51 +00:00 |
|
Bill Currie
|
7fcdef1943
|
make sure current_type is set properly for struct fields
|
2002-07-17 17:17:05 +00:00 |
|
Bill Currie
|
b0d568d85f
|
local defs for debug info now work
|
2002-07-17 15:40:08 +00:00 |
|
Bill Currie
|
17cd41883e
|
get the source line for the function from a more reliable location
|
2002-07-17 14:39:54 +00:00 |
|
Bill Currie
|
980be66c0e
|
bah, missed this file
|
2002-07-17 14:21:52 +00:00 |
|