Scott Duensing scott · he/him
  • Smithton, IL, USA, Earth
  • Joined on 2025-02-16
scott pushed to master at AI_Slop/WinComm 2026-02-26 21:44:57 -06:00
cd55adae4f Fix cursor artifacts and WM_TIMER starvation during high-speed data
c565be8489 Decouple rendering from data processing with timer-based display
a96dbb3faa Fix scroll rendering artifacts by removing ScrollDC
ca99d1d21b Optimize TKPAnsi rendering with batched TextOut and dirty row tracking
be566a5767 Fix OEM font rendering and terminal responsiveness in TKPAnsi
Compare 6 commits »
scott pushed to master at AI_Slop/WinComm 2026-02-25 23:12:51 -06:00
c3ae983a73 Add TKPAnsi ANSI BBS terminal emulation component for Delphi 1.0
scott pushed to master at AI_Slop/WinComm 2026-02-25 22:06:17 -06:00
c7dc74ecdc VBX does not work. Moving to Delphi.
scott pushed to master at AI_Slop/WinComm 2026-02-25 22:05:14 -06:00
dd8326d16a Add native Delphi 1.0 TKPComm serial communications component
bf5268ade8 Rename VBX control from MSComm to KPComCtl
Compare 2 commits »
scott pushed to master at AI_Slop/WinComm 2026-02-24 20:10:50 -06:00
4218da32eb Rename output from COMM.DRV to KPCOMM.DRV to avoid clashing with stock driver
d68405550d Fix COMM.DRV calling conventions and add ComDEB compatibility
Compare 2 commits »
scott created branch master in AI_Slop/WinComm 2026-02-23 20:53:21 -06:00
scott pushed to master at AI_Slop/WinComm 2026-02-23 20:53:21 -06:00
f666825417 Initial commit.
scott created repository AI_Slop/WinComm 2026-02-23 20:43:29 -06:00
scott pushed to master at AI_Slop/MinWin 2026-02-23 20:33:00 -06:00
d100e035f6 First commit.
scott created branch master in AI_Slop/MinWin 2026-02-23 20:32:59 -06:00
scott created repository AI_Slop/MinWin 2026-02-23 20:31:25 -06:00
scott pushed to master at AI_Slop/WinDriver 2026-02-23 18:56:19 -06:00
5527130145 Add wdrvScreenshot, auto-demo mode, palette fixes, and DAC width detection
scott pushed to master at AI_Slop/WinDriver 2026-02-22 00:39:09 -06:00
fbb1cce5c3 Add TrueType font support via stb_truetype.h
scott pushed to master at AI_Slop/WinDriver 2026-02-22 00:31:44 -06:00
7e87aa30b0 Add TrueType font support via stb_truetype.h
4cd16bb54a Add LFS tracking for .FON font files
Compare 2 commits »
scott pushed to master at AI_Slop/WinDriver 2026-02-21 23:04:47 -06:00
e8a7812233 Add loadable font support: .FON/.FNT loading with v2→v3 conversion
scott pushed to master at AI_Slop/WinDriver 2026-02-21 21:32:18 -06:00
946719052f Implement ExtTextOut DDI wrapper with built-in VGA ROM font
scott pushed to master at AI_Slop/WinDriver 2026-02-21 18:46:30 -06:00
847db7586b Add README.md and expand code comments across all source files
scott pushed to master at AI_Slop/WinDriver 2026-02-21 18:28:01 -06:00
431f573422 Remove development diagnostics and clean up codebase
scott created branch master in AI_Slop/WinDriver 2026-02-21 18:11:41 -06:00
scott pushed to master at AI_Slop/WinDriver 2026-02-21 18:11:41 -06:00
628ef231b9 Initial commit.