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

89 commits

Author SHA1 Message Date
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
230e7ba591 post-0.5.0 release fixes 2022-07-08 15:01:39 -05:00
boxgaming
73bf11f3c0 updated to fix auto-limit functionality for "limitless" long running loops 2022-07-06 10:14:06 -05:00
boxgaming
914212a564 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-06-23 08:55:34 -05:00
boxgaming
c19cbc10fc Parsing and error handling improvements 2022-06-23 08:43:19 -05:00
William Barnes
8c4e324cb4 Fixed spacing issue. 2022-06-22 01:14:10 -04:00
William Barnes
a7a0fbedbb Framed accommodations for Screen 1. 2022-06-22 00:41:47 -04:00
William Barnes
62153b8001 Tamed the horizontal growth of qb-lang.js. 2022-06-19 14:11:53 -04:00
William Barnes
3a133d85d9 Tweaked threshold value in Paint. 2022-06-18 02:02:52 -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
boxgaming
a528e50b81 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-06-10 15:43:26 -05:00
boxgaming
19284db6d0 updated to allow data statements anywhere and true label format 2022-06-10 15:35:28 -05:00
William Barnes
4c98443861 Cleaned up code, alphabetized messy sections, etc. 2022-06-09 18:48:29 -04:00
William Barnes
249e527cda Introduced _screenDiag constant to adjust circle radius. 2022-06-09 15:14:24 -04:00
William Barnes
abaa85e42e Removed unneeded dummy variable. 2022-06-09 14:24:30 -04:00
William Barnes
7c78d4bcf6 Circle thickness increases with size to offset antialiasing artifacts. 2022-06-09 14:22:46 -04:00
William Barnes
ef311ba9b7 Streamlined bit treadmill helper function. 2022-06-01 13:18:24 -04:00
William Barnes
9334724b2d Prototyped styled lines. 2022-06-01 03:25:14 -04:00
William Barnes
fdfbf2816f Debugged RND. 2022-05-30 16:06:18 -04:00
William Barnes
530b53c224 Working on arguments for RND. 2022-05-30 09:24:11 -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
William Barnes
aabda0a873 Packing Window calculations into functions. 2022-05-16 10:45:01 -04:00
boxgaming
de5f7d7f7c rolled back _PutImage changes using fetch 2022-05-16 07:24:22 -05:00
William Barnes
2a5ec91a77 Rearranged Window implementation. 2022-05-16 01:37:55 -04:00
William Barnes
3f70a49229 Bugfixes to Window to respect cursor position / step. 2022-05-13 08:46:31 -04:00
boxgaming
2553bb9965 Image data caching for better point performance and fix for active image id 2022-05-10 13:51:51 -05:00
William Barnes
ff3c27e28f Added helpful comments in _window. 2022-05-09 13:31:36 -04:00
William Barnes
cad135dc80 Eliminated fudge factors from Draw routine. 2022-05-09 13:26:17 -04:00
William Barnes
51a898854f Revamped Window/Draw/M interplay. 2022-05-09 09:22:52 -04:00
boxgaming
5f5d14a23d Updated _LoadImage for consistent cross-origin behavior 2022-05-06 16:57:54 -05:00
boxgaming
fcab57bac1 Added support for _Source keyword 2022-05-04 22:40:25 -05:00
William Barnes
5c77ff3bf5 Improvements to Window & cursor tracking.. 2022-05-04 16:27:48 -04:00
William Barnes
212ac7f06a Graphics state init now respects Window and Draw. 2022-05-04 00:02:03 -04:00
William Barnes
6a4ceaddb6 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-05-03 23:15:52 -04:00
William Barnes
314ece963e Managed variable names in draw. 2022-05-03 23:13:06 -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
501db5258d fullscreen fix 2022-05-02 16:31:47 -05: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