1
0
Commit Graph

608 Commits

Author SHA1 Message Date
otya128
c03ab93395 Fix DISPLAY 2016-12-20 21:13:26 +09:00
otya128
73d8b5bb5e Implement GCOPY 2016-12-20 21:02:44 +09:00
otya128
1ead3b986a Implement DTREAD (week) 2016-12-19 23:58:02 +09:00
otya128
871a48d2c8 Implement GCIRCLE (1) 2016-12-19 23:37:49 +09:00
otya128
9023198e23 Implement Graphic2.gloadPalette 2016-12-19 23:21:25 +09:00
otya128
7cf62acc80 Fix COPY adding elements 2016-12-19 23:15:29 +09:00
otya128
2ac6efc1ed Fix COPY string array 2016-12-19 22:46:35 +09:00
otya128
daae4d0874 Fix a 2016-12-19 22:22:56 +09:00
otya128
95274f8f61 Fix appveyor artifacts 2016-12-19 21:49:22 +09:00
otya128
06dc42750d PRINT? 2016-12-18 21:21:56 +09:00
otya128
77811703f9 Implement FILL 2016-12-18 19:35:37 +09:00
otya128
c5b0905b42 convert color 2016-12-18 19:00:06 +09:00
otya128
e4b7b9f4c6 Fix PushImm 2016-12-18 18:54:27 +09:00
otya128
f948e6263e Fix GSAVE 2016-12-18 18:23:30 +09:00
otya128
cafa8ece85 Implement GLOAD (1) 2016-12-18 18:19:59 +09:00
otya128
be421321bf Fix GSAVE 2016-12-18 17:40:59 +09:00
otya128
556e1105b9 Implement GSAVE 2016-12-18 17:40:31 +09:00
otya128
462713ca22 Fix Array(T).length 2016-12-18 17:08:20 +09:00
otya128
e4d172001b Implement GPUTCHR (2) 2016-12-18 16:09:25 +09:00
otya128
8f59c53fbe Fix for ldc 2016-12-18 14:22:25 +09:00
otya128
bb45e5ad83 Fix import 2016-12-18 13:25:10 +09:00
otya128
1655e32a48 Add import std.algorithm.sorting 2016-12-18 13:13:47 +09:00
otya128
8cfa862d4e Fix clipping and implement GPUTCHR with scale 2016-12-18 12:56:40 +09:00
otya128
e329b544fb Fix GPUTCHR clipping 2016-12-18 10:49:14 +09:00
otya128
1f0333bcbb Implement GPUTCHR(1*1) 2016-12-17 22:49:09 +09:00
otya128
ade3bd9f99 Implement GPSET,GLINE,GBOX,GFILL,GCLS 2016-12-17 21:16:11 +09:00
otya128
af524152ab Add GraphicPBO class 2016-12-17 17:50:44 +09:00
otya128
4eb2f4923d Add GraphicFBO class 2016-12-17 17:33:30 +09:00
otya128
70ea3d5c17 Remove unused code 2016-12-17 17:16:46 +09:00
otya128
c1497252aa Fix TOUCH 2016-12-17 16:52:09 +09:00
otya128
c5e93745f4 Fix NewArray 2016-12-17 16:39:21 +09:00
otya128
d146ec2837 Add dumpVM,traceVM 2016-12-17 16:35:11 +09:00
otya128
3283b4558a Fix boolean 2016-12-17 16:34:16 +09:00
otya128
8e3136ad7a Add TokenValueType.none 2016-12-17 16:33:39 +09:00
otya128
5c594daba7 Implement PUSH/POP STR$ 2016-12-17 16:07:03 +09:00
otya128
ffd8743ed6 Add screenshot 2016-12-17 15:59:20 +09:00
otya128
b1bc467153 Update README.MD 2016-12-17 15:45:24 +09:00
otya128
4371f57994 Remove TODO 2016-12-17 15:36:31 +09:00
otya128
a45bf04dfa Fix OUT STR$[N] 2016-12-17 15:35:04 +09:00
otya128
e934760ab2 Fix SWAP STR1$,STR2$ 2016-12-17 15:31:51 +09:00
otya128
7d75e8ff75 Fix array 2016-12-17 14:46:38 +09:00
otya128
54b539fd6b Fix size_t 2016-12-17 14:38:15 +09:00
otya128
2ec03c0d45 Fix array reference 2016-12-17 14:34:53 +09:00
otya128
ae3a005601 wstring => Array!wchar 2016-12-17 12:31:53 +09:00
otya128
f54b00549e Value => TokenValue 2016-12-17 11:55:07 +09:00
otya128
84a82d1336 Fix VAR(NAME$) 2016-12-16 23:40:54 +09:00
otya128
00efdec87d Fix VERSION system variable 2016-12-16 23:18:55 +09:00
otya128
b4d283daad Implement MILLISEC system variable 2016-12-16 23:14:35 +09:00
otya128
e106374bb6 Implement HARDWARE sytem variable 2016-12-16 23:04:17 +09:00
otya128
97d057aabc Fix XSCREEN 6 sprite rendering 2016-12-16 22:56:14 +09:00