- Feb 05, 2024
-
-
Rob Swindell authored
Also include email address in sysop notification. Fix issue #711
-
Rob Swindell authored
It's possible for a sysop to allow message creation before logon (e.g. a login matrix mode). Eliminate the use of netmail.msg as a temporary message input file (not sure why this has stuck around for so long).
-
Rob Swindell authored
I don't recall this actually being a thing, ever, so certainly no reason to be cleaning these files up during logon. <shrug>
-
Rob Swindell authored
... to not clean (remove) an existing quotes file (which is removed for for security/privacy reasons). This fixes issue #710 for Nightfox, but he'll need to deal with the security issue in that case.
-
- Feb 04, 2024
-
-
Deucе authored
Le Sigh
-
Deucе authored
Fixes OpenBSD build issue.
-
Deucе authored
-
Deucе authored
Does not fix the NetBSD issue, but should be done anyway.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
commit it. Also, a couple new patches for a previous commit that I apparently hadn't added.
-
Deucе authored
-
Deucе authored
-
- Feb 03, 2024
-
-
Rob Swindell authored
Digital Distortion mod refactor: Remove use of backslash() (just append a /); use js.exec_dir instead of the old hack to find the startup directory. No functional change. See merge request !393
-
Digital Distortion mod refactor: Remove use of backslash() (just append a /); use js.exec_dir instead of the old hack to find the startup directory. No functional change.
-
Rob Swindell authored
DD file lister: More checks for pFileList[pIdx] and the 'desc' property when getting the description See merge request !392
-
DD file lister: More checks for pFileList[pIdx] and the 'desc' property when getting the description
-
Rob Swindell authored
DDMsgReader: Fix for aborting when editing a personal email message due to sub-board code not being available See merge request !390
-
DDMsgReader: Fix for aborting when editing a personal email message due to sub-board code not being available
-
- Feb 02, 2024
-
-
Rob Swindell authored
Transposed the order of parameters in commit 09d085e3. Oops.
-
- Jan 31, 2024
-
-
Deucе authored
This should be made palette-aware as well, but since the current consumer doesn't modify the palette, it's good enough for now.
-
- Jan 30, 2024
- Jan 29, 2024
-
-
Deucе authored
-
Deucе authored
Previously, we compiled in a RGB -> YCbCr table and used that for scaling, which added 128MB to the size of binaries that enabled non-integer scaling. The decision was then made to eliminated non-integer scaling support from the Synchronet utilities to save disk space. With the use of the YCoCg-R, we can more efficiently transform between the colour spaces, (about 50% more CPU than using the table), so it's no longer prohibitive to do this in real-time. This should also have the effect of making the Synchronet utilities use the correct aspect ratio for the various screen modes rather than forcing the use of square pixels. I expect DigitalMan will hate that.
-
Deucе authored
-
Deucе authored
It seems to provide similar perceptual results, and is much faster to transform with RGB. It's still slower than the table lookup, but not crushingly so.
-
Deucе authored
I think this is ready to start drawing things soon now.
- Jan 28, 2024
-
-
Rob Swindell authored
-
Rob Swindell authored
Fix a typo in help text.
-
Deucе authored
Getting design to completion... just need to figure out how to do pre-defined trees of controls, and I should be able to start work on the actual rendering bits.
-