- Feb 11, 2022
-
-
Deucе authored
-
- May 07, 2020
-
-
deuce authored
-
- Apr 25, 2020
-
-
deuce authored
-
- Apr 15, 2020
-
-
deuce authored
(successive beeps currently still will)
-
- Apr 02, 2020
-
-
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
-
- Apr 01, 2020
-
-
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.
-
- 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.
-
- Jan 31, 2018
-
-
deuce authored
-
- Apr 29, 2015
-
-
deuce authored
scaling but forces it to 2. This is to allow two "pixels" for each "real pixel". If we don't have two pixels, the chrominance values cannot be represented correctly, only the luminance... resulting in a monochrome image.
-
- Jul 31, 2007
-
-
deuce authored
overridden. NOT TESTED IN WIN32 CONSOLE MODE YET!!
-
- Jul 27, 2007
-
-
deuce authored
position of the output window.
-
- Mar 02, 2007
-
-
deuce authored
-
- May 28, 2006
-
-
deuce authored
xpdev. Essentially, sdlfuncts and the *[Mm]ain* files will become part of xpdev.
-
- Nov 19, 2005
- Nov 18, 2005
-
-
deuce authored
x_setfont() still needs to be written.
-
- Oct 13, 2005
-
-
deuce authored
The title is set at the same time. Win32 does not differentiate between the title and the name.
-
- Oct 06, 2005
-
-
deuce authored
-
- Oct 05, 2005
-
-
deuce authored
-
- Oct 02, 2005
-
-
deuce authored
-