- May 15, 2021
-
-
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).
-
Deucе authored
I really need to do a sweep through and update all the aspect ratios now that the data actually matters.
-
Deucе authored
1) Initialize the r2y array for xBR so it actually works. 2) Add a vertical (only) interpolation scaler for aspect ratio enforcement 3) Add a simple muliplier scaler, so that can be removed from x_event.c 4) Use a new graphics buffer free list, which allows tracking last drawn screen instead of last bitmap rectangle, removing various hacks 5) Share the Y'CbCr <-> R'dG'dB'd tables between xBR and scale.c
-
- May 13, 2021
-
-
Deucе authored
This fixes all the window adjustment "stuff", but the new aspect ratio enforcement means that ALT-UP and ALT-DOWN are useless for resizing the window unless it's not already snapped... use ALT-LEFT and ALT-RIGHT to decrease/increase the window size.
-
Deucе authored
Also, the 8x16 font at 80x25 is *not* a square pixel aspect ratio. As a result, it now stays "proper", which is likely not what you want. This was discovered when I was trying to make DigitalMan happy because he wanted the apsect ratio retained on scaling. Sorry for the impending imminent scaling hassle DigitalMan!
-