• src/syncterm/syncterm.c

    From Deuce@1:103/705 to Git commit to main/sbbs/master on Sat Nov 28 05:21:57 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/9f967c88662c8ac93b925b3b
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Add a screen at start for alpha builds.Basically, try to scare away people who won't file bug reports.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Nov 28 13:21:51 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/c7a80e043439b53f8bd4f7e8
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Fix URL typo in ALPHA notice.And a couple of minor cosmetic adjustments.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 14 03:17:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/0f2a4c823d3db8a413bc6d7d
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Disable ALPHA splash screen.All the major bugs I'm aware of are fixed (though RIP is stillincomplete)
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 29 23:48:09 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/d2950f4726b2f05a21bca296
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Use kDownloadsFolderType for downloads.Found by digging through headers... Apple doesn't document this.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat May 15 01:20:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f68bbcde96e9a03e4297472c
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Blocky scaling is better in my opionion.Make it the default.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon May 17 19:08:57 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/7371d0768329567ae30fe352
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Sync ciolib_to_screen() with screen_to_ciolib()
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed May 19 09:53:11 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/aa4180ee572e26e9296a75fd
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Use aspect_fix() not aspect_correct() for initial window sizeCaused the initial window to be the wrong size.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri May 21 14:12:38 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/ef44d78ac1094b99b352b1a0
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Try to remove the extra "SyncTERM" from the BBS cache path on Win32Reported by Booch (Thanks!)
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat May 22 16:37:28 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/8483b3e6df1ecf4a22a8fc20
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Set the text mode before scaling and sizeSetting the scaling and size before changing modes does weird things.Those things should be fixed, but at least this makes the problemgo away in SyncTERM for now.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon May 31 21:31:40 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/52f8629724e0d521c0704940
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Add CIOLIB_MODE_CURSES_ASCII to output_mapFixes sourceforce issue number 60.Reported by WitNik (Thanks!)
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Jun 2 23:08:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4fe0bfdca85724b44f650a3c
    Modified Files:
    src/syncterm/syncterm.c
    Log Message:
    Some Atari (and likely C64) fixes1) setfont() after loading fonts2) In X11 mode, don't translate ASCII characters from unicode... this was causing non-ASCII characters to be translated twice.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)