- Jan 18, 2008
-
-
slevy authored
-
- Jan 17, 2008
-
-
slevy authored
(Why does it need to complain about losing precision on a reinterpret_cast??)
-
- Feb 05, 2007
- Sep 13, 2006
-
-
slevy authored
-
- May 02, 2006
- Mar 29, 2006
-
-
slevy authored
-
- Mar 24, 2006
-
-
slevy authored
-
- Feb 09, 2006
- Feb 08, 2006
-
-
slevy authored
Let's try using fdopen() and feed it a FILE * instead. This also avoids trouble with the g++ 3.x -> 4.x interface change for the 'int fd' constructor.
-
- Jan 22, 2006
-
-
slevy authored
-
- Jan 20, 2006
-
-
slevy authored
Make kira_open read plain files again.
-
slevy authored
-
slevy authored
Don't discard texture data after loading it into opengl. If the window gets recreated (detached, quadbuffer-mode-switched, etc.), we'll need it again. XXX Or, should we just re-read the image files if the occasion arises?
-
slevy authored
or when it changes quadbuffered-stereo status.
-
slevy authored
which it uses. Doesn't work yet -- not sure why -- appears the streambuf isn't set up properly (it always returns EOF).
-
slevy authored
Use GNU-C++ extension <ext/stdio_filebuf.h>, which can turn a unix file descriptor into a streambuf.
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
that they don't work. Use an istream rather than ifstream -- we should be able to create an istream from a socket, and that's all the starlab libs need.
-
- Jan 17, 2006
-
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
Work in a way compatible with locking.
-
slevy authored
-
slevy authored
to make partibrains.c a hair less bloated. Add new locking functions, specks_lock()/specks_unlock(). Don't pass specklist **'s among non-locking functions, so e.g. new specks_ensuretime() replaces specks_timespecksptr().
-
slevy authored
don't env-expand if first nonblank char is "#".
-
slevy authored
AC_CANONICAL_HOST doesn't set anything mentioning MINGW32; instead it seems to set OSTYPE to "msys". So accept either that or mingw32.
-
slevy authored
-
slevy authored
Add THREAD_* flags. Rearrange CFLAGS, etc., so that it's easier to do things like make OPT="-g" to select debugging without optimization, etc.
-
- Jan 16, 2006
-
-
slevy authored
unfortunately linux-specific (opens /dev/fd/*).
-
- Jan 12, 2006