1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS. https://qb64.com
Go to file
Galleon 67e08be312 Re-implements clipboard support for Linux
Fixes a threading issue which caused QB64 to intermittently crash when using hardware commands
(Same threading fix yet to be applied to Linux)
Fixes problem in last update which prevented _OPENHOST/_OPENCLIENT from working (they always returned invalid handle '0')
Fixes 3D perspective issue when 3D rendering into images not the primary display (previuosly the dimensions of the screen/window not the target image were used to determine the aspect ratio)
2015-02-03 02:09:17 -08:00
internal Re-implements clipboard support for Linux 2015-02-03 02:09:17 -08:00
LICENSE Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
programs Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
source Primarily implements gamepad support (via _DEVICES, STICK/STRIG) 2015-01-18 04:20:57 -08:00
cyberbit.ttf Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
qb64_start_osx.command Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
setup_lnx.sh Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
setup_osx.command Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
setup_win.bat Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00