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

294 commits

Author SHA1 Message Date
boxgaming c19cbc10fc Parsing and error handling improvements 2022-06-23 08:43:19 -05:00
boxgaming 36c3bf9e5c
Merge pull request #31 from WFBarnes/main
Framed accommodations for Screen 1. Tamed horizontal growth of qb-lang.js.
2022-06-22 16:48:27 -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 a982ded882 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-06-18 02:03:05 -04:00
William Barnes 3a133d85d9 Tweaked threshold value in Paint. 2022-06-18 02:02:52 -04:00
boxgaming 2dc724e356 updated runtime error line detection for safari 2022-06-17 16:24:44 -05:00
boxgaming 22a21b8b3d Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-06-17 16:08:53 -05:00
boxgaming 2b008880ec update for better white space parsing and error reporting 2022-06-17 16:06:58 -05:00
boxgaming 2f981e3c7f
Merge pull request #30 from WFBarnes/main
Keyword updates: CINT, CDBL, CLNG, CSNG (partial)
2022-06-16 19:54:57 -05:00
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
boxgaming 9af7c07c73
Merge pull request #29 from WFBarnes/main
Low-hanging fruit keywords: gradians, bits, etc.
2022-06-15 15:04:23 -05: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
boxgaming 48a704c3cc updated to correctly use "auto" parameter when "src" is also specified 2022-06-12 15:01:46 -05:00
boxgaming 8a0c342d26
Merge pull request #28 from WFBarnes/main
Added remaining trig and hyperbolic functions.
2022-06-12 14:42:06 -05:00
William Barnes 4d092eb680 Added remaining trig and hyperbolic functions. 2022-06-11 12:04:55 -04:00
boxgaming 6b7442950a added src param to specify external source code file 2022-06-10 16:17:45 -05: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
boxgaming e9b54ce0da
Merge pull request #27 from WFBarnes/main
Circle anti-alias compensation tweak.
2022-06-10 15:32:26 -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 16cb9642bd Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-06-09 14:23:02 -04:00
William Barnes 7c78d4bcf6 Circle thickness increases with size to offset antialiasing artifacts. 2022-06-09 14:22:46 -04:00
boxgaming df3fc5b802
Merge pull request #26 from WFBarnes/main
Prototyping Data/Read/Restore, Textured lines, classic RND behavior.
2022-06-07 07:50:06 -05:00
William Barnes d4a1921d73 Commented out experimental lines in Data/Read/Restore system. 2022-06-03 08:22:06 -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 4b513aee17 Merge branch 'main' of https://github.com/boxgaming/qbjs 2022-05-21 03:05:44 -04:00
William Barnes bfec2ddf57 Prototyped Data/Read/Restore system. Created temporary "Label" keyword. 2022-05-21 03:05:30 -04:00
boxgaming 39d67e1f13
Merge pull request #23 from WFBarnes/main
Packing Window calculations into functions.
2022-05-16 09:46:19 -05: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
boxgaming ad93150d45
Merge pull request #22 from WFBarnes/main
Rearranged Window implementation, recycling previous calculations.
2022-05-16 06:44:38 -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
boxgaming 168db02634 More mobile ide tweaks 2022-05-09 13:42:04 -05:00
boxgaming ea499ea0d4 Updated IDE for better mobile sizing 2022-05-09 13:29:15 -05:00
boxgaming 664030ac07
Merge pull request #21 from WFBarnes/main
Revamped Window/Draw/M interplay, eliminated all fudge factors.
2022-05-09 12:36:24 -05:00