1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00
QB64 Phoenix Edition. 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://qb64phoenix.com
Go to file
Galleondragon 0ea631d375 Implements the _DIR$("desktop") function which returns OS specific paths.
Implements changes to allow programs to run on ARMBI-v7 Android devices which also provides a massive performance boost to but runtime and startup time.
Implements changes to allow programs to run on x86-based Android devices.
Fix to ensure variables allocated in the "stack" are aligned on appropriate boundaries which would have otherwise crashed on Android.
Fix to _DEVICES to ensure variables are aligned on appropriate boundaries which would have otherwise crashed on Android (includes some refactoring).
Added permissions to allow reading from/writing to external storage. Use the _DIR$(...) function to help locate appropriate paths.
2016-03-20 18:56:10 +11:00
internal Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
LICENSE Fix scroll wheel on Linux; tidy up licensing info; clean up Windows setup; fix OSX script permissions. 2015-08-06 21:39:16 +10:00
programs Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
source Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
.gitignore Fix so IDE will catch DO WHILE (nothing) syntax errors 2016-03-04 22:34:28 -05:00
cyberbit.ttf (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
qb64_start_osx.command Improve the start script in OS X. 2016-02-25 01:08:53 -03:00
setup_lnx.sh Add the User Additions module to the QB64 compiler build at setup time. 2015-07-15 19:38:35 +10:00
setup_osx.command Corrected OSX setup script to use OSX folder instead of Linux one. 2015-12-14 11:17:09 +11:00
setup_win.bat Fix scroll wheel on Linux; tidy up licensing info; clean up Windows setup; fix OSX script permissions. 2015-08-06 21:39:16 +10:00
virtual_keyboard_layout_default.txt Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00