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

27 commits

Author SHA1 Message Date
boxgaming 0187c6ce84 Added IDE support for error reporting (in addition to warning) 2024-03-25 16:03:39 -05:00
boxgaming 0549294c7e Added experimental support for gzip compressed code parameter 2024-02-10 16:26:12 -06:00
boxgaming e28a7a89cf Updated to prevent automatically setting the focus to the editor when inside an iframe 2024-02-01 17:46:40 -06:00
boxgaming 3af0751e66 Fix to correctly include pako dependency zip in exported program (#104) 2024-01-26 22:41:21 -06:00
boxgaming eee13dff14 Fixed error line detection caused by prior refactoring of IDE code. 2024-01-21 13:54:47 -06:00
boxgaming 4567516347 Added pako.js library to support inflate and deflate. 2024-01-13 07:18:01 -06:00
boxgaming a6de3c57d8 updated dos font to eliminate need for -1px letter-spacing hacks 2024-01-11 14:32:18 -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 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 8c6aefc403 Refactored IDE code to be encapsulated by "IDE" function. Issues: #86, #87, #89, #90 2024-01-08 12:06:04 -06:00
boxgaming f5c82a7160 Added support for Help tab in Console (#70) 2023-09-29 09:36:50 -05:00
boxgaming 4c05572719 Fixed "auto" mode when loading from a project.zip 2023-09-12 10:11:14 -05:00
boxgaming 2a0b72396d removed console debug logging 2023-06-19 17:47:30 -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 fe735dea43 disable beforeunload event when in iframe 2023-06-03 15:34:10 -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 0a7c7960c6 minor updates to support console library 2023-05-23 11:15:58 -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 5f6aa252f2 UI and theme updates 2023-04-26 17:17:57 -05:00
boxgaming 730023b026 added support for multiple themes 2023-04-18 14:25:54 -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 2466482f59 miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -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