- 21 Sep, 2004 38 commits
-
-
rswindell authored
-
deuce authored
It's better than nothing, that's about all I can say.
-
rswindell authored
Added typecast to eliminate msvc++ warning.
-
rswindell authored
Removed unused local variables. MSVC++ doesn't have vsscanf(), so cscanf() doesn't work with that tool chain.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Add initialized semaphore to ensure thread startup is done before the first kbhit() is called... probobly...
-
deuce authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
rswindell authored
(avoid divide-by-zero).
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
semaphores, and squeeze them into the video_async_event() thread.
-
deuce authored
-
deuce authored
-
deuce authored
everyone knows about these things now.
-
deuce authored
-
deuce authored
Add scfg style -i option.
-
deuce authored
-
deuce authored
-
deuce authored
Change order of variables to match the comments.
-
deuce authored
-
deuce authored
the help. Depreciate two-char -i option (-i now gives a depreciation warning) and removed from the help. Expand the -i option to specify the desired interface... X, Curses, Curses with forced IBM charset, Win32, or ANSI... if anything else is chosen, display help (My first valid use of a goto in Synchronet code! Whee!)
-
deuce authored
-
deuce authored
stinkin' failure messages!
-
deuce authored
!!!NOTE!!! kbhit() uses new untested sem_getvalue() macro in semwrap.h Fix how bad sequences are handled.
-
deuce authored
-
deuce authored
-
deuce authored
Don't bother copying the palette since we don't allow changes in it. Export CurrMode for use by gettextinfo(). Add the true MONO palette. Use an enum for palette selection. Change name of 'colour' member to more accurate 'palette'
-
deuce authored
-
deuce authored
same binary to use X mode on systems with X installed, and still work correctly on systems without. You *DO* still need the X headers installed to compile in this manner. This is mostly for the use of the installer (and any other distributed binaries)
-
- 20 Sep, 2004 2 commits