- May 20, 2021
-
-
Rob Swindell authored
Deuce doesn't want to add "useless parenthesis" to xbr.c. Hopefully Clang will just ignore this -Wno-* option? warning: suggest parentheses around ‘&&’ within ‘||’
-
- May 14, 2021
- May 13, 2021
-
-
Deucе authored
Uses "pointyscale" for x3 and x5 Uses xBR from FFmpeg for x2 and x4 HQx is also included, but unused as it's too slow at x4.
-
- Mar 20, 2021
-
-
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
-
- Apr 30, 2020
-
-
deuce authored
SDL audio should work from any thread, and on the platforms that care, SDL video is coddled appropriately. The only question is around SDL_Quit() in an audio-only build, but we can punt on that since the default builds will never do that... the only thing I'm aware of that could be broken that way is tone, which nobody likes anyway.
-
- Apr 28, 2020
-
-
deuce authored
-
- Apr 25, 2020
- Apr 13, 2020
-
-
deuce authored
-
- Apr 12, 2020
-
-
deuce authored
ncurses.h is installed as /usr/include/ncursesw/ncurses.h
-
- Apr 01, 2020
-
-
deuce authored
Win32 now (and it only runs main() from WinMain()). This shouldn't be necessary for MSVC builds.
-
- Mar 31, 2020
-
-
deuce authored
It's not unlikely that any utilities using SDL will have new issues... you may want to hold off on updates for a bit until this settles unless you don't use SDL mode.
-
- Jun 29, 2019
-
-
rswindell authored
You will need to perform a clean rebuild.
-
- Feb 28, 2018
- Feb 10, 2018
-
-
deuce authored
(that support DCS strings). With this, CSI = Ps1 ; Ps2 { is deprecated and should not be used when CTerm is newer than this commit (1.213).
-
- Feb 11, 2015
- Aug 17, 2013
- Aug 16, 2013
-
-
deuce authored
gmake DONT_CLOBBER_CC=yes CC=mingw32-gcc
-
- Aug 25, 2007
-
-
deuce authored
X11 and SDL modes share the graphics generation. A new graphical mode now only needs an init and keyboard functions to work.
-
- Jul 30, 2007
- Jun 06, 2007
-
-
deuce authored
even if the build system would like to use ncurses (ie: NetBSD)
-
- May 31, 2007
-
-
deuce authored
-
- May 28, 2006
- Nov 28, 2005
-
-
deuce authored
this be fixed), we need allfonts to be included for all ciolib builds.
-
- Nov 18, 2005
- Oct 13, 2005
-
-
deuce authored
-
- Oct 04, 2005
-
-
deuce authored
-
- Oct 02, 2005
-
-
deuce authored
-
- Feb 10, 2005
-
-
deuce authored
Move X_HEADERS and X_PATH macros into Common.gmake rather than GNUmakefile for no good reason.
-