- May 14, 2020
-
-
deuce authored
as well. Fixes https://sf.net/p/syncterm/tickets/14/ and https://sf.net/p/syncterm/tickets/16/
-
deuce authored
Completes https://sf.net/p/syncterm/feature-requests/17/
-
deuce authored
These allow setting the initial window size for modes that don't force integer scaling (ie: SDL). While we're here, clear a renderer before free()ing the texture to prevent crashing on some nVidia cards. Addresses https://sf.net/p/syncterm/feature-requests/17/
-
deuce authored
Closes https://sf.net/p/syncterm/feature-requests/18/
-
deuce authored
-
deuce authored
There's still some shittiness with the keypad, but nobody really knows how that works anyway.
-
rswindell authored
-
rswindell authored
the sbbs3/gtk* outputs too.
-
rswindell authored
-
rswindell authored
Missed one compiled AR variable conversion from pointer to array.
-
deuce authored
-
deuce authored
-
deuce authored
Add \1n to the last printed string.
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
SCFG for Win32 is linked against a load_cfg lib that builds withOUT SCFG defined, so these compiled AR elements were allocated and then many SCFG operations (e.g. copy/paste, create new) would copy the allocated ARs to another configuration and then be subjected to double-free upon exit/clean-up (resulting in exception or crash). Just get rid of this cruft and some other related RAM-byte-saving hold-overs from the MS-DOS days.
-
deuce authored
number to the remote. Fixes bug https://sourceforge.net/p/syncterm/tickets/15/
-
nightfox authored
Version 1.35: Fixed some logic in determining how to address a personal email when replying (either to a local user or via their network address).
-
rswindell authored
make "No" the default for the "Add this sub-board to your new-scan list?" question
-
rswindell authored
Need to wait for output buffer to flush so that any messages printed by this script will be displayed before sbbs gets control and calls rioctl(IOFB).
-
- May 13, 2020
-
-
rswindell authored
-
rswindell authored
- Move files from temp directory to uploads directory *before* determining what the short filename is going to be (since the underlying file system can change the short filename during that process). This should resovle the issue of blind-uploading multiple files with long filenames that begin with the same prefix of 6-8 characters. - Batch upload queue processing wasn't touched as part of this change. That logic probably also could use a similar fix.
-
rswindell authored
Use binary mode when creating quotes.txt to eliminate excessive carriage return characters on Windows.
-
rswindell authored
Rename from .asc to .msg. Remove the bi-directional xfer command (no one has/uses these any more).
-
- May 12, 2020
-
-
rswindell authored
-
rswindell authored
As part of the rev 1.147 (add mouse hot sport support) commit, I made what I thought was a harmless change to the JS console.clear() implementation, I changed the call to sbbs->CLS to sbbs->clearscreen(). The sbbs->CLS macro calls outchar(FF) which check the line-counter and does the auto-pause before screen-clear. A direct call to sbbs->clearscreen() does not. Just in case someone actually wants the new (but unexpected behavior), I added an optional boolean parameter to console.clear(), autopause (default to true). Pass false if you want to defeat the autopause functionality. This should be effectively the same as setting the console.line_counter = 0 before calling console.clear(), but it also totally bypasses sbbs_t::outchar, so there could be other differences I'm not thinking of. Anyway, this fixes the lack of auto-screen pauses in JS mods recently introduced.
-
rswindell authored
-
rswindell authored
Use Synchronet mouse hotspots to mouse-enable all the menu keys. Uses the new CON_MOUSE_PASSTHRU console status. Also fixed a place or two where the mouse could be left disabled after a command or a text input a prompt. Use the cached ansiterm_lib.js.
-
rswindell authored
-
rswindell authored
Support a "mouse pass-through" console status flag to allow the pass-through of uncaptured mouse reports (e.g. for hot-spots) to other tasks/scripts. When there are no active hot-spots, this is the normal behavior. This commit leaves the legacy X10 mouse report handling/pass-through logic in. But I'll likely be removing that soon.
-
rswindell authored
-
rswindell authored
this should allow the import of a bare filename list (no descriptions or white-space after each filename required).
-
nightfox authored
Version 1.34: The message list mode now honors anonymous posts, showing the 'from' name as "Anonymous" (for non-sysops). The sysop can still see the real name of the poster. The reader mode already honored the 'anonymous' flag.
-
rswindell authored
Add missing break between Robots and Domains menus. Reported via #synchronet on irc.synchro.net by wkitty42
-
- May 11, 2020
-
-
rswindell authored
-