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

267 commits

Author SHA1 Message Date
boxgaming
a6de3c57d8 updated dos font to eliminate need for -1px letter-spacing hacks 2024-01-11 14:32:18 -06:00
boxgaming
000d4f35b7 Updates for default font rendering for browsers (primarily safari) that do not support the letterSpacing attribute in the 2d canvas 2024-01-11 11:44:17 -06:00
boxgaming
fbc034da1a Added support for InvertRect, LineDash and LineDashOff (#99) 2024-01-11 08:12:35 -06:00
boxgaming
579481861e Fix for console log and echo bug introduced with recent IDE changes. 2024-01-11 08:11:38 -06:00
boxgaming
3ed28f6895 Fixed text scrolling with Input (#93). Display input prompt (#94). Firefox-specific text placement issues (#88). 2024-01-11 08:09:20 -06:00
boxgaming
3f4186ca7d Fixed fullscreen link in exported html (#96). Reduced size of QBJS logo in exported html (#95) 2024-01-09 09:57:08 -06:00
boxgaming
87528c72c6 Fixed fullscreen link in exported html (#96). Reduced size of QBJS logo in exported html (#95) 2024-01-09 09:56:40 -06:00
boxgaming
de2efcb225 Incorporated GX fixes for sound volume, sound reset and expanded entity animations 2024-01-08 12:10:16 -06:00
boxgaming
10bac0aa35 Minor fix to Put keyword 2024-01-08 12:08:52 -06:00
boxgaming
3e40944c27 Added fix for UploadFile method when root path "/" is specified as the destination. 2024-01-08 12:07:31 -06:00
boxgaming
8c6aefc403 Refactored IDE code to be encapsulated by "IDE" function. Issues: #86, #87, #89, #90 2024-01-08 12:06:04 -06:00
boxgaming
cb8b666256 typo fix 2023-10-10 17:37:23 -05:00
boxgaming
7d2a4189cb fix for baseUrl help path in gitpages 2023-10-10 17:35:34 -05:00
boxgaming
ccf3163344 Merge branch 'main' of https://github.com/boxgaming/qbjs 2023-10-10 17:30:35 -05:00
boxgaming
d75528a749 added alert for gitpages troubleshooting 2023-10-10 17:30:20 -05:00
boxgaming
051a962daa
Add files via upload 2023-09-29 16:21:28 -05:00
boxgaming
521a3fba41
Create animated.bas 2023-09-29 16:21:14 -05:00
boxgaming
6a8e8f2fca
Add files via upload 2023-09-29 15:34:08 -05:00
boxgaming
8c87c0f033 Embedded help tab updates 2023-09-29 10:56:52 -05:00
boxgaming
f5c82a7160 Added support for Help tab in Console (#70) 2023-09-29 09:36:50 -05:00
boxgaming
b4574e9876 Fix for parser error when IF statement follows ":" separator (#79). Fix for parser error for conditional keywords (#85). Removed obsolete FromJSON, ToJSON keywords. 2023-09-29 09:35:29 -05:00
boxgaming
c7735bb6ff Fix error in Console.Log message when the program is run in compiled html mode. 2023-09-29 09:25:28 -05:00
boxgaming
5067502516 Merge branch 'main' of https://github.com/boxgaming/qbjs 2023-09-16 09:49:41 -05:00
boxgaming
02231960f6 js dependency version updates 2023-09-12 16:32:23 -05:00
boxgaming
626efd40d3 Fix parser to handle subs with coordinate-style parameters with no space between method name and first parameter (#54) 2023-09-12 16:29:57 -05:00
boxgaming
08a984ce60
Add files via upload 2023-09-12 11:28:20 -05:00
boxgaming
a267679ea8 Added support for implicit rounding of integer method parameters (#81) 2023-09-12 11:05:06 -05:00
boxgaming
4c05572719 Fixed "auto" mode when loading from a project.zip 2023-09-12 10:11:14 -05:00
boxgaming
1275713122 Fixed support for subs and functions with "." in name (#83) 2023-09-12 10:10:05 -05:00
boxgaming
5a7e96b3e5
Add files via upload 2023-09-12 07:28:16 -05:00
boxgaming
2c5cc8c3b8
Add files via upload 2023-09-09 07:15:51 -05:00
boxgaming
308abef6c0
Add files via upload 2023-09-08 11:35:54 -05:00
boxgaming
2e5f0b6dd8
Add files via upload 2023-09-01 17:12:24 -05:00
boxgaming
0dc8a4b4e6
Add files via upload 2023-09-01 15:43:17 -05:00
boxgaming
5be8ad2901
Add files via upload 2023-09-01 15:28:09 -05:00
boxgaming
1400fa7594
Add files via upload 2023-09-01 15:19:11 -05:00
boxgaming
8a5a7e9a43
Add files via upload 2023-09-01 15:14:48 -05:00
boxgaming
1aa1ee17a6 added support for misc low-hanging fruit keywords (#78) 2023-06-19 17:48:17 -05:00
boxgaming
2a0b72396d removed console debug logging 2023-06-19 17:47:30 -05:00
boxgaming
595b8f5864 Added support for static variable declarations (#49). Added support for shared variable declarations in functions and subs (#50) 2023-06-14 14:14:58 -05:00
boxgaming
fb0af807b2
Merge pull request #71 from boxgaming/v0.7
V0.7
2023-06-14 10:44:57 -05:00
boxgaming
18c0c92a81 Disabled beforeunload event when not in IDE mode (e.g. auto, play) 2023-06-14 10:34:14 -05:00
boxgaming
af8b0bd4d9 Fix for src url parameter to correctly handle source urls with parameters
Added ability to prefix parameters with "#" instead of "?" to allow for longer code URLs
Added detection logic for additional zip file content types: application/zip-compressed, application/x-zip-compressed
Fixed screen sizing issue in "auto" and "play" modes
2023-06-14 10:23:56 -05:00
boxgaming
d5e4fd6740 Versioning updates 2023-06-14 10:18:02 -05:00
boxgaming
3bc5502258 Fixed Locate bug introduced by new custom font functionality 2023-06-14 10:17:25 -05:00
boxgaming
fe735dea43 disable beforeunload event when in iframe 2023-06-03 15:34:10 -05:00
boxgaming
9352506340
Merge pull request #48 from boxgaming/v0.7
Fixed issue with array declaration introduced with update from 0.7.0 …
2023-06-02 16:43:21 -05:00
boxgaming
87bdf14eb8 Fixed issue with array declaration introduced with update from 0.7.0 to correctly handle (x To y) formatted array declarations 2023-06-02 16:11:38 -05:00
boxgaming
8bcc4b9f23 updated to automatically set the focus to the code editor in IDE mode 2023-06-01 17:15:21 -05:00
boxgaming
d4c1f03a0f
Merge pull request #47 from FellippeHeitor/main
Tweaks and improvements to file operations
2023-06-01 15:37:10 -05:00