1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
Commit graph

294 commits

Author SHA1 Message Date
boxgaming 7c3fac19d3 moved web functionality to separate module files 2022-04-25 22:57:50 -05:00
boxgaming 8ad8687c26 Import/Export fixes 2022-04-25 22:56:54 -05:00
boxgaming 43ee813e0b removed unused contentType parameter from getFile 2022-04-25 22:48:28 -05:00
William Barnes ea12bf28da Added Preset keyword. 2022-04-25 13:29:12 -04:00
William Barnes c0f5b21395 Modified Point to receive single or double arguments. 2022-04-25 13:11:42 -04:00
boxgaming c9c7d6a25d restored lzutf8.js dependency 2022-04-25 06:59:48 -05:00
boxgaming 59aafbca29
Merge pull request #15 from WFBarnes/main
In function Val, finished support for base-8 ("&O"), base-2 ("&B") numbers.
2022-04-25 06:22:08 -05:00
William Barnes 8afd7e4a72 Added support for base-2 numbers: enabled Val("&B"...) 2022-04-24 22:47:38 -04:00
William Barnes 49f1732075 Added support for base-8 numbers: created Oct$, enabled Val("&O"...) 2022-04-24 22:41:21 -04:00
boxgaming b8470ba965 Added toString method to rgba object 2022-04-24 15:52:46 -05:00
boxgaming 40536c85b0
Merge pull request #13 from WFBarnes/main
Implemented Hex$, Enabled Val to receive &H+hex$ input.
2022-04-24 15:33:14 -05:00
William Barnes 52e9a73d38 Streamlined VAL function. 2022-04-24 14:41:24 -04:00
William Barnes 94c79eee07 Modified Val to convert Hex to Dec via &H prefix. 2022-04-24 12:37:57 -04:00
William Barnes 98afc309ee Added support for Hex$(). 2022-04-24 12:23:15 -04:00
William Barnes 4debfb666c Added support for Point, returns RGBA object. 2022-04-24 12:11:42 -04:00
boxgaming 7416798190
Merge pull request #11 from WFBarnes/main
Improved Circle drawing, addressed _Limit stability.
2022-04-22 08:56:17 -05:00
William Barnes e900b790c4 In sub__Limit, incorporated time elapsed from last loop invocation. 2022-04-22 09:51:13 -04:00
William Barnes d1d5b99586 Implemented aspect parameter in sub_Circle. 2022-04-21 23:18:53 -04:00
boxgaming 83b4f7814f switched compression method to jzip to support unicode characters in share link 2022-04-18 11:29:25 -05:00
boxgaming 90f9a1472a initial touch event support and fix for mouse position when scaled 2022-04-18 11:28:34 -05:00
boxgaming 223f923077 added initial support for module Import/Export 2022-04-18 11:27:23 -05:00
boxgaming afa7eae5bb fix for Cls and initial touch event support 2022-04-18 11:26:26 -05:00
boxgaming b819f79cc9 added support for search and export 2022-04-18 11:25:08 -05:00
boxgaming 72a3757f01 moved codemirror external file dependencies to project 2022-04-18 11:20:47 -05:00
boxgaming 46d0ab52b9 Added resourses needed for standalone export 2022-04-18 10:36:17 -05:00
boxgaming 8c66bbfb4c updated favicon with initial qbjs-specific icon 2022-04-18 10:34:57 -05:00
boxgaming 73578b6e08 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-04-15 14:58:31 -05:00
boxgaming 35f6d3832b sample apps for testing 2022-04-15 14:47:03 -05:00
boxgaming 80fbb2fb00
Merge pull request #7 from felixplesoianu/main
Fleshed out README a little
2022-04-01 10:09:14 -05:00
Felix 3a32fa4961
Fleshed out README a little 2022-04-01 17:29:25 +03:00
boxgaming 137145cc85 v0.3.0-beta updates 2022-03-30 17:37:36 -05:00
boxgaming 03466d5c32 fix for keyhit 2022-03-15 14:12:27 -05:00
boxgaming ada45e3506 updated internal color method to convert simple color numbers to integer 2022-03-15 10:45:27 -05:00
boxgaming 5c8193a8d9 Added support for bgcolor parameter on Cls method. Added support for _autodisplay method. 2022-03-15 09:42:33 -05:00
boxgaming 2497e09a96 added support for single-line if/then and if/then/else statements. added support for screen-specific last x and y position for STEP operations 2022-03-14 15:49:12 -05:00
boxgaming 7fcb98c960 Image methods, fix for dim/redim, key event methods 2022-03-04 16:28:32 -06:00
boxgaming b128994074 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-02-18 08:09:52 -06:00
boxgaming ec0f034a18 IDE updates 2022-02-18 08:09:43 -06:00
boxgaming 2fdba01747
Update README.md 2022-02-16 11:43:06 -06:00
boxgaming 68ca86721f
Update README.md 2022-02-16 11:42:50 -06:00
boxgaming dea65a3529
Update README.md 2022-02-16 11:42:36 -06:00
boxgaming 18789a9d9c initial revision 2022-02-16 11:40:03 -06:00
boxgaming 2f099c5d0d
Update README.md 2022-02-14 09:10:49 -06:00
boxgaming 2470a13e0c
Initial commit 2022-02-14 09:09:59 -06:00