1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-02 20:01:21 +00:00
Commit graph

1231 commits

Author SHA1 Message Date
Fellippe Heitor c8d3a51a41
Update README [ci-skip] 2020-10-18 01:18:46 -03:00
Autobuild Process 934ea99d15 Update internal/source 2020-10-18 04:17:04 +00:00
FellippeHeitor 1d07a3c802 Fixes ENVIRON$() to automatically add CHR$(0) to strings passed.
Closes #79
2020-10-18 01:14:25 -03:00
Fellippe Heitor 4472c12a73 Update issue templates [ci-skip] 2020-10-08 07:46:58 -03:00
Autobuild Process e2c06c25e2 Update internal/source 2020-09-07 17:42:59 +00:00
FellippeHeitor f3b92c353a Implements EXIT SELECT/CASE.
Allows breaking out of a SELECT CASE block or skip to the next evaluation CASE (for SELECT EVERYCASE) blocks.

In SELECT CASE blocks, EXIT CASE is the same as EXIT SELECT.
2020-09-07 14:40:04 -03:00
Fellippe Heitor 9604cacae5
Update README [ci-skip] 2020-07-30 21:48:27 -03:00
FellippeHeitor 07ca4e9dab Improves binary QuickBASIC 4.5 converter.
- Instead of aborting upon finding a bad token, proceed with processing;
- Adds space after line numbers.
2020-07-30 20:56:08 -03:00
Autobuild Process 6cf15e6f73 Update internal/source 2020-07-15 12:28:14 +00:00
Luke Ceddia 860e6cad57 $CONSOLE:ONLY on Linux no longer pulls in GL/X11 libs 2020-07-15 22:25:57 +10:00
Autobuild Process 905b6dd3e5 Update internal/source 2020-07-15 11:34:33 +00:00
Luke Ceddia 3ac1244df5 Add OPTION _EXPLICITARRAY 2020-07-15 21:31:11 +10:00
Luke Ceddia 1fc89fc750 Disable linux clipboard if not in gui mode 2020-07-15 20:36:00 +10:00
Luke Ceddia 9e0a354d91 Package internal/source for macOS, exclude for windows 2020-07-13 20:51:11 +10:00
Autobuild Process ec040b54e4 Update internal/source 2020-07-12 06:14:59 +00:00
Luke Ceddia 59c3026bc6 Merge branch 'development' of ssh://github.com/QB64Team/qb64 into development 2020-07-12 16:12:10 +10:00
Luke Ceddia c165592d41 Add extra casts in UDT string access for clang 2020-07-12 16:11:56 +10:00
SteveMcNeill 5fdcf9f583 Fix to _LOADFONT for Windows
Before we strip off the requirements (like "monospace" and such), we should first see if the font exists on the drive, since we call the routine recursively looking for it.
2020-07-05 09:47:04 -04:00
Luke Ceddia 87510de800 Merge branch 'development' of ssh://github.com/QB64Team/qb64 into development 2020-06-23 21:48:59 +10:00
Luke Ceddia 685067c31d Replace samples folder with a pointer to forum 2020-06-23 20:50:28 +10:00
Autobuild Process b790267e4e Update internal/source 2020-06-21 20:46:05 +00:00
FellippeHeitor 2a4716ceb2 Updates RGB mixer to deal with new _RGB32 syntax. 2020-06-21 17:43:32 -03:00
Autobuild Process fabbdd019d Update internal/source 2020-06-20 14:48:34 +00:00
Luke Ceddia b5e896d07b Tentative fix for custom array lbounds with $checking:off 2020-06-21 00:45:55 +10:00
Fellippe Heitor 930d85a540
Merge pull request #55 from NEONTEC75/development
Added tiling support to PAINT
2020-06-14 01:22:00 -03:00
Autobuild Process 36aaa449c0 Update internal/source 2020-06-14 04:03:00 +00:00
FellippeHeitor 9ff0945a6e Reenables colorization of &B, &O and &H literals. 2020-06-14 01:00:25 -03:00
Autobuild Process e26b34801d Update internal/source 2020-06-14 03:35:49 +00:00
FellippeHeitor 8f19321c06 Fixes syntax highlighter for corner case non-numbers being colorized. 2020-06-14 00:33:05 -03:00
NEONTEC75 34bac5a168 Added tiling support to PAINT. 2020-05-24 03:53:42 +04:00
FellippeHeitor d4ef195bd1 Adapts theBOB's samples so they don't use ABSOLUTE.
Thanks to Simmons for the conversion utility https://www.tapatalk.com/groups/qbasic/viewtopic.php?p=204977#p204977
2020-04-03 15:07:38 -03:00
Fellippe Heitor 702e0f708a
Merge pull request #48 from logenkain/development
Add voidlinux support to installer
2020-03-21 08:54:26 -03:00
Logen Kain dc893a48a5 Fix Voidlinux to grab GCC 2020-03-21 01:45:55 -04:00
Logen Kain 83ffb01d13 Add VoidLinux support 2020-03-21 00:13:29 -04:00
Fellippe Heitor 8c19e0b60f
Extend to UHD and 5K test for Mac computers.
Closes #47

Thanks to @familygw for the report/fix.
2020-03-11 23:10:19 -03:00
Autobuild Process 4ab1c5a724 Update internal/source 2020-03-08 16:50:31 +00:00
FellippeHeitor 7a1c238ae9 Fixes RGB mixer's ability to insert color values into code ($noprefix). 2020-03-08 13:47:09 -03:00
Autobuild Process 7ba34d5bf6 Update internal/source 2020-03-05 15:21:39 +00:00
Fellippe Heitor b0c4d52e45 Fixes QuickNav bug creating ghost lines
Using QuickNav when the last position used to be in an area off limits (after user deletes lines, for example) would create a bunch of empty lines at the end of a loaded program.
2020-03-05 12:18:53 -03:00
Autobuild Process a3979f79d3 Update internal/source 2020-03-01 00:16:00 +00:00
Fellippe Heitor 272336f764 Fixes incorrect behavior of file dialog's path list
Hitting ENTER when no item was selected would pretend to enter inexistent folders.
2020-02-28 00:52:16 -03:00
Autobuild Process f9611409ef Update internal/source 2020-02-28 01:56:01 +00:00
Fellippe Heitor dcaadfba21 Fixes IDE not keeping last session window size
Issue usually shows up on macOS, but fix is global, as it's not likely to cause issues in other OSes.
2020-02-27 22:53:01 -03:00
Fellippe Heitor 3446fc0bbd
Deletes qb64_start_osx.command [ci-skip]
This file will have an equivalent generated at build time.
2020-02-25 08:23:13 -03:00
Luke Ceddia 52169d46f7 Fix up licensing details 2020-02-25 21:21:12 +11:00
Fellippe Heitor 8e3512d5f0
Merge pull request #45 from johnkharvey/development
Fixes QB4.5 converter omitting spaces in some syntax blocks.
2020-02-24 22:33:13 -03:00
John K. Harvey d031d090b8 Possible fix for qb45 converter 2020-02-24 19:28:18 -05:00
Autobuild Process 208315b0ae Update internal/source 2020-02-25 00:03:13 +00:00
FellippeHeitor ddb3004425 Prints QB64 version when compiling with -c and adjusting -s settings. 2020-02-24 20:59:18 -03:00
FellippeHeitor d595a1a1f3 Offer _RGB mixer when $NOPREFIX is set. 2020-02-24 17:12:17 -03:00