- Aug 22, 2015
-
-
deuce authored
You get a warning if a minimum version is specified and SubSystem is not. WINDOWS is for "applications that don't require a console" (like the DLLs) and apparently the only difference is in standard (main/WinMain/etc) entry point handling... which shouldn't be an issue in the DLLs.
-
deuce authored
If DigitalMan uses the Edit and Continue feature, he can fix it. :-)
-
deuce authored
If DigitalMan uses the Edit and Continue feature, he can fix it. :-)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
I'll check it out later...
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
I need to remove the \n at the end of usage() since puts() appends one.
-
deuce authored
-
deuce authored
I need to remove the \n at the end of usage() since puts() appends one.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Bad Time{tm}.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
when it fails (neither uudecode nor ydecode can fail currently).
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
warnings when a string or character literal contains invalid UTF-8.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
addresses specified in the Interface line of sbbs.ini for the server.
-
deuce authored
before re-reading them.
-
deuce authored
xpms_add_chararray_list instead. Prevents having to free string lists in the sbbs.ini parsing code.
-
deuce authored
passed string on commas, tabs, spaces, newlines, and carriage returns and eliminating empty entries.
-
- Aug 21, 2015
-
-
echicken authored
and then. Frame.dump returns a 2D array of [row[[column]]] data representing what is visible in the terminal at the moment. If a given y,x location has no data, [y][x] is left undefined. If more than one frame has data at a given location, the topmost frame's data is returned. Data from frames beneath non-transparent frames will not be returned.
-