Bill Currie
|
0985c90ce9
|
hash.h:
write some docs on mixing (eg) Hash_Add and Hash_DelElement
sv_user.c:
fix a warning
|
2003-04-28 16:04:22 +00:00 |
|
Bill Currie
|
a43d20fffa
|
mindHog's user command patch (with change to builtin name) making the
function generally available (eg, for his python plugin)
|
2003-04-28 15:56:09 +00:00 |
|
Bill Currie
|
62e36ef747
|
make /command work when not using curses
|
2003-04-26 05:12:16 +00:00 |
|
Bill Currie
|
4a73d5dc45
|
this seems to fix the "end of file" issues on streams
|
2003-04-26 04:30:07 +00:00 |
|
Bill Currie
|
b6b5089ccc
|
add a "nosave" flag to defs making it easier to make defs that don't get
saved automaticly
|
2003-04-25 17:00:22 +00:00 |
|
Bill Currie
|
3418e904a4
|
mindHog's fix for RemoveCommand being totally borked (oops:)
|
2003-04-25 03:06:34 +00:00 |
|
Bill Currie
|
e16a211e1f
|
PR_SetString doesn't like null pointers, it seems. While fixing
PR_SetString would be a better fix, this is faster code.
|
2003-04-24 04:57:30 +00:00 |
|
Bill Currie
|
2a127dd702
|
allow sorting defs by address
|
2003-04-23 20:10:51 +00:00 |
|
Bill Currie
|
19980964d7
|
don't create defs for the components of vector or quaternion defs
|
2003-04-23 19:50:16 +00:00 |
|
Bill Currie
|
8f4308c86a
|
get .param_size and .debug_file linked in properly
|
2003-04-23 18:25:09 +00:00 |
|
Bill Currie
|
57254e5d33
|
fix a double ;
|
2003-04-23 06:17:36 +00:00 |
|
Bill Currie
|
8b24578547
|
print the operator for the precedence notice properly
|
2003-04-23 01:56:44 +00:00 |
|
Bill Currie
|
f7d806e8d5
|
can now handle > vector sized parameters
|
2003-04-22 20:11:16 +00:00 |
|
Bill Currie
|
e732cf591d
|
remove all references to OFS_* from the C code. only the macros in progs.h
use them now
|
2003-04-22 18:20:15 +00:00 |
|
Bill Currie
|
a21054fdfc
|
handle def aliases properly in emit_move_expr
|
2003-04-22 17:26:49 +00:00 |
|
Bill Currie
|
6a0b74ca10
|
detect type mismatches in method declarations and definitions
|
2003-04-22 15:48:39 +00:00 |
|
Bill Currie
|
2f6fc5d80c
|
general revamp so params and the return value use proper defs rather than
hardcoded locations. this will allow use of quaternions in the future.
|
2003-04-22 15:29:32 +00:00 |
|
Bill Currie
|
47d4fec5ec
|
allow a named def with 0 offset to be printed
|
2003-04-22 05:39:12 +00:00 |
|
Bill Currie
|
f842d98964
|
initialize noise1
|
2003-04-22 01:37:13 +00:00 |
|
Bill Currie
|
9ff240e277
|
file name consistency
|
2003-04-21 18:33:27 +00:00 |
|
Bill Currie
|
905f1826eb
|
temporarily remove location support from nq (and location markers from both)
until client code has been cleaned up more
|
2003-04-21 18:26:21 +00:00 |
|
Bill Currie
|
7d06343b2f
|
make the opened sfx name usable
|
2003-04-21 18:09:53 +00:00 |
|
Bill Currie
|
a477b6caf7
|
all that just to get rid of it. *shrug*
|
2003-04-21 18:00:10 +00:00 |
|
Bill Currie
|
2609aade8a
|
clean up conproc's api as such (what's this thing for, anyway?)
|
2003-04-21 17:48:59 +00:00 |
|
Bill Currie
|
848bb891b3
|
win32 compile fix
|
2003-04-21 17:28:56 +00:00 |
|
Bill Currie
|
92d64f01a9
|
unused file cleanup
|
2003-04-21 17:08:20 +00:00 |
|
Bill Currie
|
b43651685a
|
fix a buffer overrun issue with -game
|
2003-04-21 04:49:02 +00:00 |
|
Bill Currie
|
a8d171ec40
|
replace a warped wheel with a strdup wheel ;)
|
2003-04-21 04:02:58 +00:00 |
|
Bill Currie
|
eac5b83ea5
|
remove some debug info
|
2003-04-21 01:44:55 +00:00 |
|
Bill Currie
|
194c9aa097
|
fix the file handle leak
|
2003-04-21 01:39:07 +00:00 |
|
Bill Currie
|
efe9dd844f
|
fix the segfault on starting a map only to die from file handle starvation :P
|
2003-04-21 01:24:53 +00:00 |
|
Bill Currie
|
714bd341fc
|
'copy' streams on openning. fixes the shared stream issues, though other
problems might arrise (eg, running out of file handles or memory)
|
2003-04-20 07:19:51 +00:00 |
|
Bill Currie
|
52f41f8095
|
make streams work in chunks of 256 samples (won't work so well for non power
of 2 resample rates :/)
|
2003-04-20 03:42:19 +00:00 |
|
Bill Currie
|
e4ba0ad5e5
|
move to static initialization for plugin info
|
2003-04-20 02:05:28 +00:00 |
|
Bill Currie
|
49571b257d
|
crystal clear playback on resampled streams :) (still borked when shared,
though :/)
|
2003-04-17 17:43:21 +00:00 |
|
Bill Currie
|
64d5e4e053
|
mindHog's (mindhog@mindhog.net) plugin command patch
|
2003-04-17 15:18:16 +00:00 |
|
Bill Currie
|
51f7b934d1
|
more headpos resetage
|
2003-04-17 03:58:16 +00:00 |
|
Bill Currie
|
28cc2e24ef
|
headpos needs resetting too at sfx end
|
2003-04-17 03:53:54 +00:00 |
|
Bill Currie
|
fb1a5f67f2
|
kill debug print :P
|
2003-04-17 03:31:45 +00:00 |
|
Bill Currie
|
772b8d5961
|
more triage :P
|
2003-04-17 02:55:26 +00:00 |
|
Bill Currie
|
87025a4598
|
get sound (generally) working again
|
2003-04-17 02:40:17 +00:00 |
|
Bill Currie
|
d566790c0b
|
make the input line scrolling unsigned int clean
|
2003-04-17 02:03:47 +00:00 |
|
Bill Currie
|
9a40bf2956
|
get the fix right
|
2003-04-17 00:25:55 +00:00 |
|
Bill Currie
|
5cb8429f04
|
bah, cleanup for flex versions :P
|
2003-04-17 00:14:13 +00:00 |
|
Bill Currie
|
eb099ae0d3
|
make qf gcc 3.3 clean
|
2003-04-17 00:01:48 +00:00 |
|
Bill Currie
|
7ca2aae6f0
|
fixes for latest flex
|
2003-04-16 19:41:52 +00:00 |
|
Bill Currie
|
ce44d350b7
|
allow the server to run when there's no input
|
2003-04-16 15:43:55 +00:00 |
|
Bill Currie
|
589c3e4e49
|
get nq-server working properly
|
2003-04-16 05:06:19 +00:00 |
|
Bill Currie
|
f55bac4c06
|
fix nq-servers non-curses console input so it actually works
|
2003-04-16 04:07:55 +00:00 |
|
Bill Currie
|
53a0c9df98
|
strip the \r from the line endings
|
2003-04-16 01:27:38 +00:00 |
|