1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 05:00:38 +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
FellippeHeitor 975408e2ef _DROPPEDFILE$ now takes an optional index parameter.
- Allows using _DROPPEDFILE as an array ranging from 1 TO _TOTALDROPPEDFILES.
- Using _DROPPEDFILE as an array doesn't reset _TOTALDROPPEDFILES (unlike when reading _DROPPEDFILE$ sequentially with no parameter), so it's necessary to call _FINISHDROP after working with the list of dropped files so it'll be reset.
2018-07-31 10:24:52 -03:00
.travis Try resolve non-finite builds 2018-01-19 21:42:19 +11:00
internal _DROPPEDFILE$ now takes an optional index parameter. 2018-07-31 10:24:52 -03:00
LICENSE Update NanoJPEG to the version 1.3.5 2018-05-22 21:31:49 +02:00
programs Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
source _DROPPEDFILE$ now takes an optional index parameter. 2018-07-31 10:24:52 -03:00
.gitignore Print Output Simplification 2017-08-02 21:40:32 -04:00
.travis.yml Try enable deployment for development 2018-01-11 21:55:37 +11:00
appveyor.yml Cleanup 2018-01-13 02:06:04 +11:00
cyberbit.ttf (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
qb64_start_osx.command Improve the start script in OS X. 2016-02-25 01:08:53 -03:00
README for Linux and OS X.txt Add instructions for Linux and OS X users to fix install scripts. 2016-03-24 08:41:35 -03:00
setup_lnx.sh Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
setup_osx.command Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
setup_win.bat Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
virtual_keyboard_layout_default.txt Added support for Android & Virtual Keyboards 2015-10-30 23:18:44 +11:00