Bill Currie
|
6884f97694
|
allow marcher.bsp to work (initially, anyway)
|
2007-05-23 10:45:33 +00:00 |
|
Bill Currie
|
253795ca7f
|
better handling of missing sound files. fixes the seg when the cd track isn't available.
|
2007-05-21 21:40:59 +00:00 |
|
Bill Currie
|
1be73a528a
|
don't seg when non-jack isn't available either :P
|
2007-05-21 21:39:59 +00:00 |
|
Bill Currie
|
cfb13eac71
|
behave properly when using jack but jackd isn't there
|
2007-05-21 11:20:36 +00:00 |
|
Bill Currie
|
866eaa22f6
|
don't segfault when there are holes in the texture list
|
2007-05-16 09:23:54 +00:00 |
|
Bill Currie
|
ecaa002774
|
fix items in walls in hipnotic
|
2007-05-14 11:16:41 +00:00 |
|
Bill Currie
|
0301cd6fa8
|
fix hud scaling
|
2007-05-13 04:21:37 +00:00 |
|
Bill Currie
|
d996c364b8
|
massively speedup savegame scanning (and bump the menu progs memory size again :/)
|
2007-05-13 03:56:08 +00:00 |
|
Bill Currie
|
ece4df298e
|
make that a factor of ~400.
|
2007-05-13 03:27:54 +00:00 |
|
Bill Currie
|
a72f2046f5
|
speed up PL_WritePropertyList by ~3x.
|
2007-05-13 03:13:01 +00:00 |
|
Bill Currie
|
b5809eaa4f
|
this /should/ fix the scaling of high-res hud items
|
2007-05-13 01:29:29 +00:00 |
|
Bill Currie
|
aca80a7baf
|
fix the gold-key/radiation-symbol bug in rock2
|
2007-05-09 10:55:02 +00:00 |
|
Bill Currie
|
06157dc937
|
link the client console plugin against ruamoko. how I got away with this for so long is beyond me
|
2007-05-09 10:37:12 +00:00 |
|
Bill Currie
|
01f7bd440e
|
slightly cleaner
|
2007-05-08 10:49:54 +00:00 |
|
Bill Currie
|
fd6a856ae1
|
clean out some old debug code that's confusing me
|
2007-05-08 09:33:24 +00:00 |
|
Bill Currie
|
4d86c40113
|
handle float conditionals
|
2007-05-08 03:20:15 +00:00 |
|
Bill Currie
|
57bd43fc52
|
make the watchpoint (optionally) conditional
|
2007-05-08 02:25:01 +00:00 |
|
Bill Currie
|
fe4a4a9e55
|
"hardware" (haha) watch points (one!) in progs. only catches changes done by progs, and the expression parser is as flaky as anything, but it's better than nothing :)
|
2007-05-08 02:04:47 +00:00 |
|
Bill Currie
|
b167bc302b
|
fix a segfault when doing backtraces without debug info
|
2007-05-07 23:10:54 +00:00 |
|
Bill Currie
|
3c78eaaa49
|
should fix hikaru's seg
|
2007-05-07 21:50:31 +00:00 |
|
Bill Currie
|
839c00b97b
|
back out the large packet/entity related patches. they've provent to be troublesome and it seems FTE has a better solution.
|
2007-05-07 14:58:53 +00:00 |
|
Bill Currie
|
097be5a093
|
fix file handle leak
|
2007-05-07 14:03:36 +00:00 |
|
Bill Currie
|
beb5438484
|
fix messed up build order by putting bi_inputline.c where it really belongs
|
2007-05-07 13:02:35 +00:00 |
|
Bill Currie
|
dd1adc0431
|
remove S_TouchSound: it doesn't seem to be necessary
|
2007-05-07 12:20:38 +00:00 |
|
Bill Currie
|
72daa2fd2b
|
add some sounds to the menus (not yet finished)
|
2007-05-07 12:17:12 +00:00 |
|
Bill Currie
|
c2894dcfce
|
make backbuf max size tunable (for the big packets)
|
2007-05-07 12:09:10 +00:00 |
|
Bill Currie
|
7af2378e03
|
turn on graph generation in the doxygen output. very slow, but the diagrams are worth it. Also make the data member of sfx_t a union rather than void so doxygen can see the relationships (and gets rid of a bunch of casts that I never liked anyway).
|
2007-05-07 05:20:24 +00:00 |
|
Bill Currie
|
b5592b3e6e
|
optionally treat tracks as playlists
|
2007-05-06 11:50:49 +00:00 |
|
Bill Currie
|
2ee461fc24
|
this seems to fix the sound cutouts. I /think/ this is the correct fix as cached sfxs are shared and thus nulling the buffer pointer isn't a particularly good idea for every release.
|
2007-05-06 08:35:28 +00:00 |
|
Bill Currie
|
b963665ad7
|
don't stop a trace on transition from solid to non-solid. this fixes the grapple problem in prozaccoop, but really the bug is in the progs but this is a faster fix for now until I decide whether I want to stop a trace on transition or not, or whether to make it optional.
|
2007-04-28 02:16:47 +00:00 |
|
Bill Currie
|
ab5536ef46
|
strip any trailing whitespace from source lines. strips off trailing \r from dos files :)
|
2007-04-28 01:40:08 +00:00 |
|
Bill Currie
|
93ee2e489b
|
more vc2005 patches from phrosty
|
2007-04-11 22:03:36 +00:00 |
|
Bill Currie
|
d08e1fe511
|
make PR_StackTrace visible
|
2007-04-10 09:45:57 +00:00 |
|
Bill Currie
|
48449a972f
|
fix an uninitialized warning on some versions of gcc
|
2007-04-10 08:32:58 +00:00 |
|
Bill Currie
|
a66cbb5215
|
PR_ResolveGlobals needs to be visible
|
2007-04-09 09:00:40 +00:00 |
|
Bill Currie
|
61d349ec78
|
bah, the other part of that commit :P
|
2007-04-09 08:55:24 +00:00 |
|
Bill Currie
|
cd6ee38181
|
remove debuging prints
|
2007-04-09 06:18:14 +00:00 |
|
Bill Currie
|
b5e6aa4519
|
for pr_debug 1, don't dump disassembly when tracing, just source lines. pr_debug >= 2 forces disassembly. detailed disassembly now on pr_debug >= 3 figure out the types of arguments in a function call
|
2007-04-09 06:16:03 +00:00 |
|
Bill Currie
|
7925e16d73
|
audit the usage of view_draw. It is really meant for draw callbacks, not direct usage by the application.
|
2007-04-09 00:22:17 +00:00 |
|
Bill Currie
|
2894182ec5
|
The status bar in the quakeworld server curses console finally does something. Currently only cpu usage, but as a proof-of-concept, it more than does its job.
|
2007-04-09 00:10:10 +00:00 |
|
Bill Currie
|
626dad45ac
|
set the new view's coordinates based on it being a root view.
|
2007-04-08 08:47:47 +00:00 |
|
Bill Currie
|
2700f4060b
|
make PR_FreeTempStrings not free a string that looks like it's being returned, but rather transfer it to the parent stack frame.
|
2007-04-08 01:22:00 +00:00 |
|
Bill Currie
|
3e92ac51fd
|
fix another bug caused by the function table changes
|
2007-04-08 00:56:35 +00:00 |
|
Bill Currie
|
e27b2a9e54
|
use PR_CatStrings for strcat and padstr. ironicly, this should work better for now, and definitely will by the time I'm done.
|
2007-04-08 00:00:35 +00:00 |
|
Bill Currie
|
ce0e0d421e
|
don't try to open the dirconf file if it hasn't been specified
|
2007-04-07 12:17:01 +00:00 |
|
Bill Currie
|
323052bd2b
|
survive across gamedir changes
|
2007-04-07 07:44:07 +00:00 |
|
Bill Currie
|
447a3e8254
|
fix some nasty catches I was experiencing. I don't know why my logic didn't work, but it definitely didn't.
|
2007-04-07 06:51:36 +00:00 |
|
Bill Currie
|
c6ea999d4d
|
whee, finally. stateful console mode :) nukes cl_chatmode.
|
2007-04-07 05:50:29 +00:00 |
|
Bill Currie
|
f621570dee
|
that /looked/ wrong :/
|
2007-04-07 05:36:06 +00:00 |
|
Bill Currie
|
d8b701608c
|
various cleanups (ow, my eyes hurt)
|
2007-04-07 05:06:42 +00:00 |
|