- Feb 04, 2024
- 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 20dbd40c. 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.
-
Rob Swindell authored
line 445: Error: can't convert PETSCII_UPPERLOWER to an integer reported by Nelgin
-
- Jan 27, 2024
-
-
Rob Swindell authored
So increase the expected number of subs in DOVE-Net by one.
-
Deucе authored
-
Deucе authored
It's expected that transparency will be handled by special values.
-
Deucе authored
-
- Jan 26, 2024