1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-09-20 04:24:45 +00:00
Commit graph

294 commits

Author SHA1 Message Date
boxgaming
dd0ad667b7 minor format update 2023-05-13 08:52:52 -05:00
David W. Box
eb605ac9f7 Added support for _MouseWheel 2023-05-13 08:48:36 -05:00
boxgaming
ab72bb6e74 Added support for loading fonts from urls or virtual file system. Updated Line logic to use the same width and height as QBasic when in block mode (e.g. B, BF). 2023-05-12 07:20:45 -05:00
boxgaming
c92867cc91 updated to remember (in browser's local storage) the last selected theme 2023-05-12 07:18:04 -05:00
boxgaming
544649fbf5 extended support for $if metacommand 2023-05-12 07:11:43 -05:00
boxgaming
2211501f5c Extended support for $If metacommand, fixed issue when a negative number is used in an array initializer with format "x To y" 2023-05-12 07:09:56 -05:00
boxgaming
5f6aa252f2 UI and theme updates 2023-04-26 17:17:57 -05:00
boxgaming
6a55cfc09b removed experimental WebGL canvas code 2023-04-26 17:13:15 -05:00
boxgaming
d5c0cf9f13 font support updates 2023-04-26 17:10:46 -05:00
boxgaming
86055c9661 removed reference to experimental GL library 2023-04-18 15:41:47 -05:00
boxgaming
c8d6a2ede9 updated to return correct content-type for svg images 2023-04-18 14:37:27 -05:00
boxgaming
f8a24b1e57 added library for writing messages to the Console window 2023-04-18 14:36:37 -05:00
boxgaming
1517d5aa7c added file i/o extension library 2023-04-18 14:33:06 -05:00
boxgaming
3abea53123 updated indention for consistent formatting across libraries 2023-04-18 14:32:27 -05:00
boxgaming
5687e3b2e3 additional 2d graphic methods 2023-04-18 14:31:07 -05:00
boxgaming
d55414c49f added supporting method for converting data URL to Blob 2023-04-18 14:29:14 -05:00
boxgaming
f24fdeeace incorporated tileset animation fixes from GX project 2023-04-18 14:28:12 -05:00
boxgaming
bb4b354379 added support for custom fonts 2023-04-18 14:27:09 -05:00
boxgaming
730023b026 added support for multiple themes 2023-04-18 14:25:54 -05:00
boxgaming
a6169201da Merge branch 'main' of https://github.com/boxgaming/qbjs 2023-03-21 12:13:21 -05:00
boxgaming
155820a98e Added support for extended 2d graphics functionality 2023-03-21 12:12:09 -05:00
boxgaming
e706907e79 added support for F5 (build) and F11 (share) when in IDE mode 2023-03-21 12:05:37 -05:00
boxgaming
f5b70366df
Add files via upload 2023-03-15 07:29:37 -05:00
boxgaming
2a89759368
Add files via upload 2023-03-15 07:28:20 -05:00
boxgaming
606d3b10e9
Add files via upload 2023-03-14 17:59:41 -05:00
boxgaming
7b70f8f663
Add files via upload 2023-03-14 15:42:32 -05:00
boxgaming
a6e086f402
Add files via upload 2022-12-15 14:12:42 -06:00
boxgaming
5f7106c513 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-11-21 09:42:34 -06:00
boxgaming
2bf17466d9 implemented screen cache to improve performance of PSet-intensive programs 2022-11-21 09:42:27 -06:00
boxgaming
fce1e16005 updated Get to return blank string with the value is not set 2022-11-21 09:31:06 -06:00
boxgaming
0a47a715c0 vfs fixes for exported standalone programs 2022-11-21 09:30:05 -06:00
boxgaming
74bfbb148d
Add files via upload 2022-11-10 14:51:12 -06:00
boxgaming
9e7b8a61b7
Add files via upload 2022-11-10 14:47:50 -06:00
boxgaming
fb4d246578
Merge pull request #36 from WFBarnes/main
Fixed slope bug in lineStyle for diagonal lines.
2022-11-01 16:59:39 -05:00
boxgaming
fe028da919 project samples 2022-11-01 15:57:51 -05:00
William Barnes
3609741b28 Fixed slope bug in lineStyle for diagonal lines. 2022-11-01 00:26:07 -04:00
boxgaming
2466482f59 miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -05:00
boxgaming
f793c77e8f restored scroll background mode 2022-10-31 22:54:30 -05:00
boxgaming
9a95a4ab1b File I/O - part 3 2022-10-28 14:58:21 -05:00
boxgaming
9058e9c536 File I/O Support - Part 2 2022-10-27 09:04:15 -05:00
boxgaming
6d8fa317df Initial File I/O support - excluding RANDOM 2022-09-17 11:50:08 -05:00
boxgaming
230e7ba591 post-0.5.0 release fixes 2022-07-08 15:01:39 -05:00
boxgaming
55c7743754 Corrected text style of output console 2022-07-06 11:58:28 -05:00
boxgaming
73bf11f3c0 updated to fix auto-limit functionality for "limitless" long running loops 2022-07-06 10:14:06 -05:00
boxgaming
33eac4d9c3 updated font to for ibm437 code page compatibility 2022-07-06 07:33:41 -05:00
boxgaming
6bc920166a prevent long-running loops from locking up browser 2022-07-06 06:37:23 -05:00
boxgaming
20f45a7454 Added support for comma-separated NEXT 2022-06-24 10:26:19 -05:00
boxgaming
d8cb436930 add support for LET and REM 2022-06-24 09:44:55 -05:00
boxgaming
1a257e3e92 updated to improve accuracy of runtime error line mapping 2022-06-23 15:16:25 -05:00
boxgaming
914212a564 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-06-23 08:55:34 -05:00