- 27 Dec, 2022 6 commits
-
-
Deucе authored
the start of wrapped function call continuation lines, but at the end of struct initializers/enums/etc lines. I think the least bad is commas at the end, especially now that it's got the happy four-space indent for continuations. I may play with this more later, but this seems to be good for now, we'll see how it works out in actual use.
-
Deucе authored
I tried a space after too, but that's weird as well and easily confused with multiplication at first look.
-
Deucе authored
-
Deucе authored
Run uncrustify on this mess. There's a few small oddities (especially in enums), but this is much better.
-
Deucе authored
There's no reason to be aggressively ancient.
-
Deucе authored
-b/path/to/bbslist specifies a user BBS list file -n/path/to/inifile specifies a config file Remove undocumented -insert option. This may make nelgin sad, not sure.
-
- 26 Dec, 2022 1 commit
-
-
Deucе authored
-
- 24 Dec, 2022 1 commit
-
-
Deucе authored
The changes for Ghost support broke URL parsing.
-
- 07 Jul, 2022 1 commit
-
-
Rob Swindell authored
I think this is what nelgin/Keyop was asking for via IRC.
-
- 03 Jun, 2021 1 commit
-
-
Deucе authored
1) setfont() after loading fonts 2) In X11 mode, don't translate ASCII characters from unicode... this was causing non-ASCII characters to be translated twice.
-
- 01 Jun, 2021 1 commit
-
-
Deucе authored
Fixes sourceforce issue number 60. Reported by WitNik (Thanks!)
-
- 23 May, 2021 1 commit
-
-
Deucе authored
Any screen mode where the description and the enum value were not identical (ie: ones with spaces or parenthesis) would not be used at startup correctly. Reported by DigitalMan via Discord
-
- 22 May, 2021 2 commits
- 21 May, 2021 1 commit
-
-
Deucе authored
Reported by Booch (Thanks!)
-
- 20 May, 2021 2 commits
-
-
Deucе authored
While we're doing that, actually use it in SyncTERM so the offline scrollback retains fonts. Also, fix an issue where the current mode would be updated with the custom parameters when you changed them. Finally, remove some unused variables.
-
Deucе authored
The biggest issue with SkyPix is the fact that it's *not* a character cell mode. The cursor is pretty much impossible to position correctly, and all the text "stuff" basically needs to be bypassed.
-
- 19 May, 2021 3 commits
-
-
Deucе authored
-
Deucе authored
Caused the initial window to be the wrong size.
-
Deucе authored
People are used to thinking about the aspect ratio of displays and used to not thinking at all about that of pixels. Most of the modes are simplt 4:3 modes and the text area is the entire window. The only oddball here is the Commodore 64 and 128 40-column modes. Because they have a border around them that's wider on the sides than the top/bottom, the display aspect ratio is actually narrower than a normal NTSC screen (6:5). It seems the PAL version actually has square pixels, but nobody has asked for a PAL Commodore mode, and I think that has a different colour palette too so I'm not doing it. Just to frustrate DigitalMan a bit, the default custom aspect ratio is now 4:3 (but can be configured). At present, modifying the custom mode while *in* the custom modes "works", which no sane person would want when adjusting the aspect ratio.
-
- 18 May, 2021 1 commit
-
-
Deucе authored
-
- 15 May, 2021 3 commits
- 14 May, 2021 2 commits
- 30 Mar, 2021 1 commit
-
-
Deucе authored
Found by digging through headers... Apple doesn't document this.
-
- 20 Mar, 2021 1 commit
-
-
Deucе authored
MinGW32 is getting long in the tooth and is missing a lot of modern Windows features as well as having broken headers. Most people will be using MinGW-w64 at this point, so add support for it. Once I ensure SyncTERM works properly with it, MinGW32 support will be discontinued. I suspect this will impact exactly zero people since the reason this exists is to build the Win32 versions of SyncTERM on FreeBSD. Changes: - Explicitly request 32-bit Windows output - Detect the string "mingw32" anywhere in the hardware description - Explicitly link with libuuid - Add a terrible hack to syncterm.c to block wincrypt.h
-
- 16 Mar, 2021 1 commit
-
-
Deucе authored
Previously, the height was left the same, and the width was set to the next-lowest "standard" size. Now the cterm window is set to the size of the requested mode and both top/bottom and side bars are added to make the virtual screen the same as the requested one. Using the "current" mode still retains the old behaviour. Closes SF request 11
-
- 14 Mar, 2021 1 commit
-
-
Deucе authored
All the major bugs I'm aware of are fixed (though RIP is still incomplete)
-
- 28 Nov, 2020 2 commits
-
-
Rob Swindell authored
And a couple of minor cosmetic adjustments.
-
Deucе authored
Basically, try to scare away people who won't file bug reports.
-
- 16 Aug, 2020 1 commit
-
-
Rob Swindell authored
-
- 27 Jun, 2020 1 commit
-
-
deuce authored
There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
-
- 26 Jun, 2020 1 commit
-
-
deuce authored
-
- 22 May, 2020 1 commit
-
-
deuce authored
-
- 18 May, 2020 2 commits
- 15 May, 2020 2 commits