- Nov 10, 2015
-
-
deuce authored
-
deuce authored
do so. Also, for stdin, we can't select() for read since it's using the FILE* not the file descriptor.
-
deuce authored
the API).
-
deuce authored
-
deuce authored
-
deuce authored
portably. Also, we're really interested in termios stuff, so we don't actually want to call setvbuf anyway.
-
deuce authored
-
deuce authored
controlling the vbuf of a stream.
-
deuce authored
that a position report was received, and the result stored in dk.console.last_pos.x and dk.console.last_pos.y.
-
deuce authored
getkey() now.
-
- Nov 09, 2015
- Nov 08, 2015
-
-
deuce authored
-
deuce authored
var s= new Socket(true, descriptor); This creates a new socket object from a socket descriptor.
-
deuce authored
-
deuce authored
Once again, actually using these is NOT SAFE, you need to pay very close attention to the C source code to know what functions you can use in multiple threads. The log function gets overwritten, so it should remain somewhat safe, but everything else is a potential bug in your background script.
-
deuce authored
select() a file on that OS. Also, opening the "CON" file may not do what I expect.
-
deuce authored
into dk.console since we're returning strings from getkey(), not constants.
-
deuce authored
Start ANSI detection "stuff" Add ^A parser. Implement the various *print*() functions here rather than per-mode code.
-
echicken authored
-
deuce authored
the local and remote I/O into a single queue which can be waited on. A *very* simple door now "works".
-
deuce authored
can be used from background threads. If the parent thread has a bbs and/or console object, create the object in the children as well. Accessing the console object from more than one thread is very much a bad thing. Accessing the BBS object from more than one thread may be bad as well...
-
nightfox authored
Updated to interpret @-codes when reading personal email. This is still a beta version (1.05 beta) due to another feature I wanted to try to improve (displaying messages with ANSI codes).
-
- Nov 07, 2015
- Nov 06, 2015
-
-
deuce authored
sdl13-config.
-
deuce authored
Test for sdl12-config before sdl-config for systems that have SDL 2.0 installed as sdl-config.
-
deuce authored
-
rswindell authored
- the default protocol (line 27) was hard-coded to 'Y' rather than whatever the user had selected. - the "BBS default color (line 41) wsa hard-coded to 14 - now uses the External Programs (default attribute) value from ctrl/attr.cfg (default: 15). It's unlikely these changes will actually affect the operation of any doors, but might as well make the content a bit more dynamic/accurate.
-
- Nov 05, 2015