Skip to content
Snippets Groups Projects
  1. May 20, 2021
  2. May 14, 2021
  3. May 13, 2021
    • Deucе's avatar
      Add smooth scaling to X11 output · 34db18fc
      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.
      34db18fc
  4. Mar 20, 2021
    • Deucе's avatar
      Add support for MinGW-w64 · 31c717f9
      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
      31c717f9
  5. Apr 30, 2020
    • deuce's avatar
      Completely disentangle xpdev/xpbeep.c from conio/sdlfuncs.c · d3d10271
      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.
      d3d10271
  6. Apr 28, 2020
  7. Apr 25, 2020
  8. Apr 13, 2020
  9. Apr 12, 2020
  10. Apr 01, 2020
  11. Mar 31, 2020
  12. Jun 29, 2019
  13. Feb 28, 2018
  14. Feb 10, 2018
  15. Feb 11, 2015
  16. Aug 17, 2013
  17. Aug 16, 2013
  18. Aug 25, 2007
    • deuce's avatar
      Latest overhaul... · c424fc2f
      deuce authored
      X11 and SDL modes share the graphics generation.  A new graphical mode
      now only needs an init and keyboard functions to work.
      c424fc2f
  19. Jul 30, 2007
  20. Jun 06, 2007
  21. May 31, 2007
  22. May 28, 2006
  23. Nov 28, 2005
  24. Nov 18, 2005
  25. Oct 13, 2005
  26. Oct 04, 2005
  27. Oct 02, 2005
  28. Feb 10, 2005
Loading