Skip to content
Snippets Groups Projects
  1. Feb 11, 2022
  2. May 07, 2020
  3. Apr 25, 2020
  4. Apr 15, 2020
  5. Apr 02, 2020
    • deuce's avatar
      SyncTERM changes: · 34ec98f0
      deuce authored
      Have SyncTERM save/restore the window size
      
      Ciolib changes:
      Hopefully fix streaming texture updates (ie: white screen)
      - Request pixel data on expose rather than re-render texture
      - This allows the rect update to copy the screen
      Fix ALT-Enter fullscreen toggle
      Ensure vstatlock is held when accessing cvstat
      Add setwinsize() and setwinpos() to ciolib
      Return window position from get_window_info() in SDL mode
      SDL driver no longer supports setscaling() (use setwinsize())
      Use ALT-<arrow> to change window scaling, not Meta
      Add winwidth/winheight to vstat structure
      34ec98f0
  6. Apr 01, 2020
    • deuce's avatar
      More SDL2 fixes... · 0294a141
      deuce authored
      Remove CIOLIB_MODE_SDL_YUV* macros, these modes have no point anymore
      Fix SDL prototypes
      
      Use _beginthread() instead of SDL_CreateThread().  For some reason, using
      CreateThread() sometimes caused an application crash (ie: when using -?)
      Everyhing else uses _beginthread() so there's no reason for this to be
      special, especially when it breaks stuff.
      0294a141
  7. Mar 31, 2020
  8. Jan 31, 2018
  9. Apr 29, 2015
  10. Jul 31, 2007
  11. Jul 27, 2007
  12. Mar 02, 2007
  13. May 28, 2006
  14. Nov 19, 2005
  15. Nov 18, 2005
  16. Oct 13, 2005
  17. Oct 06, 2005
  18. Oct 05, 2005
  19. Oct 02, 2005
Loading