- Mar 15, 2015
-
-
deuce authored
download path via SHGetKnownFolderPath(), don't append "/SyncTERM", since for Vista and higher, FOLDERID_Downloads is used as the "Default location to save all downloaded content"
-
- Mar 10, 2015
-
-
deuce authored
single argument. Imapged Global War continent maps at least. Thanks for the bug report Digital Man!
-
- Mar 06, 2015
-
-
rswindell authored
-
- Mar 04, 2015
-
-
deuce authored
couple global pointers (win and new_rect), and move upd_rect, rectspace, and rectsused into automatic variables in the event thread function.
-
- Mar 03, 2015
- Mar 02, 2015
-
-
rswindell authored
-
- Feb 28, 2015
- Feb 27, 2015
-
-
deuce authored
-
deuce authored
-
deuce authored
the window.
-
deuce authored
casting to the preferred type inside the function.
-
deuce authored
menus.
-
deuce authored
the high intensity attribute can. Using CTerm, this is controlled via the CSI [ ? 34 h/l commands. Also add CSI [ ? 35 h which disables blinking (reversed by CSI [ ? 35 l)
-
deuce authored
-
sbbs authored
-
deuce authored
Reported by Android8675
-
- Feb 26, 2015
-
-
deuce authored
now that we're patching it.
-
rswindell authored
Inno Setup and syncterm.iss) - it's a script file for Windows ftp.exe to get the daily-generated syncterm.lst file from Vertrauen's Synchronet BBS List.
-
rswindell authored
- no longer includes cl32.dll (not needed) - includes getlist.ftp with a shortcut to get Verrauen's syncterm.lst via ftp - installls all the "user fonts" and pre-configures several of the most useful and unique ones.
-
rswindell authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
- Feb 25, 2015
-
-
deuce authored
When a resize event is serviced, cache the new scaling factor. Next time the event queue is empty, attempt to lock vstatlock. If that succeeds, apply the new scaling. If not, wait for the queue to drain again. This may cause the scaling to be slightly delayed, but should completely solve this deadlock. This deadlock likely never affected FreeBSD since FreeBSD has deadlock detection, and the return value of pthread_mutex_lock() isn't tested. The result would have been a silent failure to lock, and an update of the scaling factor regardless, followed by a silent (again untested) failure of the matching pthread_mutex_unlock() call.
-
deuce authored
by sdl_ufunc_mtx. Fix up the sdl_ufunc_mtx usage to help prevent errors. Also, work around a deadlock on Win32 where a video resize event while a redraw event is later in the queue would deadlock on the vstatlock mutex. This problem is *not* completely resolved yet. I think the new scaling will need to be cached, then applied the next time the queue is empty.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Reported by Digital Man
-
deuce authored
Reported by Digital Man.
-
deuce authored
-