- May 16, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
If the file doesn't already have a description, f->desc may be NULL. Remove the redundant user name in the "removed file" log message.
-
Rob Swindell authored
This may have contributed to plt's file editing woes.
-
Rob Swindell authored
-
Rob Swindell authored
Fix issue reported by Jay Crutti.
-
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
-