- May 16, 2021
-
-
Rob Swindell authored
-
- May 15, 2021
-
-
Rob Swindell authored
CID 331582
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
Make it the default.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
#pragma clang causes an error __attribute__ not supported
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
This uses the 720x400 with 9x16 character cell that always made BBSs look so terrible.
-
Deucе authored
I do, so you should too!
-
Deucе authored
-
Deucе authored
This fixes issues where "leftovers" from the previous mode would remain in a new screen mode.
-
Deucе authored
Also, include math.h
-
- May 14, 2021
-
-
Deucе authored
-
Deucе authored
Sheesh.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Simplest way is to use the alt-left/right snapping.
-
Deucе authored
Which required a new ciolib option of course. Only usable in X11 mode at present, though it may land for SDL this weekend.
-
Deucе authored
Also, we don't need to use pointers for the scaling.
-
Deucе authored
Since we have all odd numbers thanks to the pointy scaler, and we have 2x thanks to xBR, we should now be able to build any integer scaling from a combination of those two scalers. This, of course, assumes you have enough CPU and RAM to actually do the scaling you want... powers of two will likely be the worst case for scaling. Also, do pointy scaling before xBR.
-
Rob Swindell authored
I haven't played with this chat pager in *years*! The lowest tones were inaudible (raise the range from 0-800Hz to 400-1200Hz). Increase the msgabort() tone from 1 to 10ms, sounds like those computerized voice recognition phone systems now. Remove the redundant "<user> paged you to chat" notifications (and log message) when turning *off* the chat pager.
-
Rob Swindell authored
by adding a 'clear' argument to msgabort() that defaults to false. Pass true to check-and-clear. checkline() is a NO-OP, so start eliminating "calls" to it.
-
Rob Swindell authored
... upon console abort (Ctrl-C).
-
Rob Swindell authored
-
Rob Swindell authored
Now, just 'E', then 'D' from the batch flag prompt has you editing a file description - rather than going through all the prompts for uploader name/date, etc.
-
Rob Swindell authored
-
Rob Swindell authored
Added text.dat string FileInfoEditPrompt. Does not allow rename of file from this prompt - perhaps it should? Resolves issue #263.
-
Rob Swindell authored
-
Deucе authored
SyncTERM doesn't support any "fat-pixel" modes.
-
Rob Swindell authored
And the "name not found" error text was wrong.
-
Rob Swindell authored
Wrong arguments passed to loadfiles() caused only index to be read. As reported by plt via irc: ERROR (smb_putmsghdr illegal header length increase: 70 (1 blocks, 0 hfields, 0 dfields) vs 0 (0 blocks)) removing file from database Also, replace old CVS rev with Git branch and hash. And for everyone: use delfiles.js instead (e.g. with jsexec).
-