1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-20 13:55:14 +00:00
qb64/internal/c/parts
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
..
audio Implements -g switch to compile with no graphical dependencies 2015-01-06 03:55:55 -08:00
core Re-implements clipboard support for Linux 2015-02-03 02:09:17 -08:00
input/game_controller Primarily implements gamepad support (via _DEVICES, STICK/STRIG) 2015-01-18 04:20:57 -08:00
network Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
user_mods Replacement to stringcomp routine for less OS specific code, which executes faster overall for us anyway. 2014-10-02 04:32:07 -04:00
video Fixes severe bug in TTF usage which caused programs crash intermittently/always due to non-zero initialized memory 2014-10-12 00:45:02 -07:00