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

53 commits

Author SHA1 Message Date
boxgaming 591cc424a6 removed -1 letter spacing to work correctly with new font 2024-01-21 13:52:19 -06:00
boxgaming 1995561f29 Added support for _EnvironCount 2024-01-20 06:21:14 -06:00
boxgaming 25d146c8e4 Implement remaining extended QB64 math functions 2024-01-15 15:22:24 -06:00
boxgaming 84b095a971 Allow QB64 keywords to be referenced with or without leading underscore (#68). Add modifier key functions (#77). Add LOC keyword (#97). Add _Inflate$ and _Deflate$ methods (#74). 2024-01-13 07:16:42 -06:00
boxgaming a6de3c57d8 updated dos font to eliminate need for -1px letter-spacing hacks 2024-01-11 14:32:18 -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 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 1aa1ee17a6 added support for misc low-hanging fruit keywords (#78) 2023-06-19 17:48:17 -05:00
grymmjack 3ffb4f1639 Woops, forgot the gutter and line numbers. 2023-05-31 18:37:07 -04:00
grymmjack 6bbf47af6a A QB like theme with basic color coding - I use this in my QB64 profile in vscode. 2023-05-31 18:28:18 -04:00
grymmjack 3f6454c134 Added QB SOUND keyword with validation and support for additional shapes as provded by the WebAudio API OscillatorNode object. 2023-05-30 20:09:23 -04:00
David W. Box eb605ac9f7 Added support for _MouseWheel 2023-05-13 08:48:36 -05:00
boxgaming 544649fbf5 extended support for $if metacommand 2023-05-12 07:11:43 -05:00
boxgaming 5f6aa252f2 UI and theme updates 2023-04-26 17:17:57 -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 2466482f59 miscellaneous 0.6.0 fixes 2022-10-31 22:55:08 -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 33eac4d9c3 updated font to for ibm437 code page compatibility 2022-07-06 07:33:41 -05:00
boxgaming d8cb436930 add support for LET and REM 2022-06-24 09:44:55 -05:00
William Barnes 62153b8001 Tamed the horizontal growth of qb-lang.js. 2022-06-19 14:11:53 -04:00
William Barnes c418b6083e Added keywords: Date$, CINT, CDBL, CLNG (, CSNG - partial) 2022-06-15 23:26:28 -04:00
William Barnes f5fc0c9cd3 Added keywords: _Readbit, _Setbit, _Resetbit, _Togglebit. 2022-06-15 14:59:47 -04:00
William Barnes 181d7ac281 Added keywords: _Strcmp, _Stricmp 2022-06-15 14:31:57 -04:00
William Barnes 68ae74e5ee Added gradian conversion keywords. 2022-06-15 14:16:49 -04:00
William Barnes ebc7c02b5a Added keywords: _Hypot, _Ceil, _Shl, _SHr 2022-06-15 14:05:04 -04:00
William Barnes 4d092eb680 Added remaining trig and hyperbolic functions. 2022-06-11 12:04:55 -04:00
William Barnes 3b51ec61b4 Refined implementation of RND, Randomize. 2022-05-29 02:06:31 -04:00
William Barnes 0549282fad More experimentation with Data/Read/Restore.... 2022-05-27 18:33:15 -04:00
William Barnes bfec2ddf57 Prototyped Data/Read/Restore system. Created temporary "Label" keyword. 2022-05-21 03:05:30 -04:00
boxgaming b3080e251e Added support for dynamic Object type 2022-05-05 17:20:03 -05:00
boxgaming fcab57bac1 Added support for _Source keyword 2022-05-04 22:40:25 -05:00
William Barnes 65e0ae68d4 Prototyping Window command. 2022-05-03 02:51:26 -04:00
William Barnes 44e1cd06dc Resync and update qb-lang.js. 2022-04-28 21:21:06 -04:00
boxgaming 4a6e8973ea Added support for _FullScreen 2022-04-28 14:30:25 -05:00
boxgaming b62c49fbc3 added beep keyword 2022-04-28 10:14:53 -05:00
William Barnes f12cef7bfb Implemented _Cosh, _Sinh. 2022-04-26 20:29:34 -04:00
William Barnes dd2487d0d7 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-04-26 14:34:36 -04:00
William Barnes db616e15db Added Paint floodfill . 2022-04-26 14:34:12 -04:00
boxgaming 8234492c12 removed web keywords that were moved to separate modules 2022-04-26 10:24:17 -05:00
William Barnes ea12bf28da Added Preset keyword. 2022-04-25 13:29:12 -04:00
William Barnes 49f1732075 Added support for base-8 numbers: created Oct$, enabled Val("&O"...) 2022-04-24 22:41:21 -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 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 137145cc85 v0.3.0-beta updates 2022-03-30 17:37:36 -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