- Jun 26, 2009
-
-
slevy authored
-
- Jun 01, 2009
-
-
slevy authored
-
- Mar 28, 2009
- Mar 27, 2009
-
-
slevy authored
New "-fly" config option, and "fly <buttonpov>,<buttoncenter>,<tspeed>,<rspeed>" control command. I don't know which button is which, so it's configurable on the fly.
-
- Mar 26, 2009
-
-
slevy authored
rather than the CAVE origin. Use position only -- keep the orientation of the CAVE. This still might not be right. Might be better to put the target point just behind the head, so an origin crosshair doesn't bug us.
-
slevy authored
-
slevy authored
And don't confuse near vs. far.
-
slevy authored
to "parti.NNNN.log" for ProcessID NNNN.
-
slevy authored
-
slevy authored
as listed in galaxyorbit.h. New "-galaxy <first-galaxyorbit-coef>" option enables it. It compiles, but probably doesn't work yet.
-
- Mar 25, 2009
-
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
parti.NNNN.log, where NNNN is the SZGClient ProcessID. Maybe this too should be changed -- should we just try to log to one big file, to limit clutter? Every line is already labelled with [PID] now. Don't use exit(0) in command parser. Set a shared quit flag instead, and have everybody (?) exit later. <string>.append( C_string, len ) never copies in the string's trailing \000, so add it ourselves. Only create a listenSocket if we're the master -- avoid races to grab the port. I'm not sure when is best to determine master-hood, so out of superstition we do it in the first preExchange callback. Yes, we *do* need to initialize cmdbuf_ to be *empty*.
-
- Mar 14, 2009
-
-
slevy authored
szg gets mad if we try to select size 0.
-
- Feb 19, 2009
-
-
slevy authored
-
- Oct 02, 2008
-
-
slevy authored
-
- Jul 31, 2008
- Jul 28, 2008
-
-
slevy authored
-
slevy authored
Don't need giveup(), just expired(). Fix off-by-one error in consume().
-
slevy authored
properly earlier and (b) might have been changed by command-line I/O. I.e. let the "run" command work if included in a .cf file.
-
slevy authored
Tidy list insert/deletion. Call clock_tick() periodically in master to allow time to pass. onPostExchange: Add more error checking. main: Hack to allow running under Linux+freeglut in standalone mode.
-
- Jul 25, 2008
-
-
slevy authored
-
slevy authored
for listening for commands from network; transfer fields; attempts to get "play" to play, etc. Some from Stuart: PpCmd uses string object; passing PpCmd commands by transfer-field from master to slaves.
-
slevy authored
and socket structures from Will Davis. Update PpCmd to freeze commands into string objects.
-
slevy authored
-
slevy authored
-
slevy authored
in Syzygy case.
-
slevy authored
looks like a real bug, yeow.
-
slevy authored
-
slevy authored
-
slevy authored
-
- Jul 22, 2008
-
-
slevy authored
-
slevy authored
Will Davis' changes: No . before $(OBJ_SUFFIX). Don't override .cc.o / .cpp.o rules. Include Syzygy's $(COMPILE_FLAGS) in our $(CFLAGS)/$(CXXFLAGS). For MinGW, need "-liberty" (for random()) and be sure to compile winjunk.c.
-
slevy authored
-
slevy authored
-
slevy authored
-
slevy authored
Explicitly (int) when we've parsed into a float.
-