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
65e0ae68d4 Prototyping Window command. 2022-05-03 02:51:26 -04:00
William Barnes
02e598c17b Refined Draw/M model, reduced all weirdness into var fudgeFactor. 2022-04-30 23:01:44 -04:00
William Barnes
cb4bd49c1c Reworked M-function in Draw subsystem. 2022-04-30 01:53:22 -04: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
6595b68da9 Improved Draw routine. 2022-04-29 21:26:25 -04:00
William Barnes
f0baebf9b0 Improved Draw routine. 2022-04-29 21:22:25 -04: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
8e8253e3f7 Update qb.js 2022-04-29 01:26:57 -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
1d9e71147c Fix for internal QB.getImage method to support DomGetImage 2022-04-28 15:41:17 -05: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
ef8dd31757 Improved Paint color matching, created _strokeThickness constant. 2022-04-27 12:26:17 -04:00
William Barnes
b233809f6c Implemented _D2R, _R2D. 2022-04-26 20:33:35 -04:00
William Barnes
f12cef7bfb Implemented _Cosh, _Sinh. 2022-04-26 20:29:34 -04:00
William Barnes
eb31ea367a Improved readability of sub-Paint. 2022-04-26 14:40:26 -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
a449a982b4 Added support for RGB colors defined with number literals 2022-04-26 10:28:01 -05:00
boxgaming
7c3fac19d3 moved web functionality to separate module files 2022-04-25 22:57:50 -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
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
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
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
afa7eae5bb fix for Cls and initial touch event support 2022-04-18 11:26:26 -05: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
ec0f034a18 IDE updates 2022-02-18 08:09:43 -06:00
boxgaming
18789a9d9c initial revision 2022-02-16 11:40:03 -06:00