Jamie Wilkinson
b796032faa
- More solaris patches from Vincent Cojot's first patches to
...
icculus. (icculus patchset #65 )
- Also including some bugfixes by a mythical 'eliasm' from
the same patchset.
2003-01-11 05:18:59 +00:00
Jamie Wilkinson
86fdb54929
- Disabled using memset on sound buffer since it may be
...
read-only. In future, one may want to test for this case
and use memset if the buffer is writeable.
(icculus patchset #11 )
2002-12-01 04:17:16 +00:00
Jamie Wilkinson
9b81e4ff7f
- Updated README
...
- cosmetic changes to comments in snd.c and snd_dma.c
2002-04-13 03:27:39 +00:00
Bill Currie
e90942f9b5
snd.c:
...
need to set dma.buffer to 0 so the sound devive gets mapped next time
around.
snd_dma.c:
register the commands after initializing the sound so that you don't
get errors about already existing commands if the sound init failed a
previous time around.
2002-04-13 02:44:13 +00:00
Jamie Wilkinson
460d5d8dfd
* Doing some renovations so I can autoconfiscate the source.
...
In this installment, I move all of client/ and server/
into src/
2002-04-02 05:47:23 +00:00