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

44 commits

Author SHA1 Message Date
William Barnes
c418b6083e Added keywords: Date$, CINT, CDBL, CLNG (, CSNG - partial) 2022-06-15 23:26:28 -04:00
William Barnes
574e599046 Fixed Randomize Timer. 2022-06-15 17:48:13 -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
boxgaming
19284db6d0 updated to allow data statements anywhere and true label format 2022-06-10 15:35:28 -05:00
William Barnes
d4a1921d73 Commented out experimental lines in Data/Read/Restore system. 2022-06-03 08:22:06 -04:00
William Barnes
9334724b2d Prototyped styled lines. 2022-06-01 03:25:14 -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
6a4ceaddb6 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-05-03 23:15:52 -04:00
William Barnes
ff66085ba5 Progress with Window implementation, Draw bugfix. 2022-05-03 20:38:42 -04:00
William Barnes
65e0ae68d4 Prototyping Window command. 2022-05-03 02:51:26 -04:00
boxgaming
43d8a88042 removed dependency on gx project include 2022-05-02 16:00:21 -05:00
boxgaming
f6fdf5daee Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-04-29 22:26:52 -05:00
boxgaming
07d91adf60 added ability to export consts in modules 2022-04-29 22:24:36 -05:00
William Barnes
aa30c940eb Merge branch 'main' of https://github.com/boxgaming/qbjs into main 2022-04-29 08:04:11 -04:00
William Barnes
a9ca6c49bc Improvements to Draw, set fgColor default after graphics call. 2022-04-29 01:00:28 -04:00
boxgaming
e151e935ea Added support for character-based screen sizing 2022-04-28 22:06:24 -05:00
William Barnes
2c2b1f12da Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-04-28 21:18:27 -04:00
William Barnes
f532d5c565 Prototyped Draw function. Implemented stand-in for Varptr$. Fixed hexrep permutation and alpha scale. 2022-04-28 21:14:59 -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
5ef13983fd added support for hex, oct, and binary number literals 2022-04-26 10:22:45 -05:00
boxgaming
8ad8687c26 Import/Export fixes 2022-04-25 22:56:54 -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
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
223f923077 added initial support for module Import/Export 2022-04-18 11:27:23 -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
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
18789a9d9c initial revision 2022-02-16 11:40:03 -06:00