minjaesong
|
8d3dceb576
|
more editor changes
|
2021-10-05 10:52:48 +09:00 |
|
minjaesong
|
f049a22238
|
bios: making sure no internal vars of the bios would leak into the userspace
|
2021-10-02 13:28:58 +09:00 |
|
minjaesong
|
e252a03cd7
|
make colour change in terminal work on command.js; video will draw on centre of the app window
|
2021-09-28 00:50:00 +09:00 |
|
minjaesong
|
6fdfd3f794
|
graphics: scanline scroll and the splash screen demonstrating the feature
|
2021-09-26 13:23:26 +09:00 |
|
minjaesong
|
212296eb3d
|
bios logo smooth move-up animation
|
2021-09-25 16:00:42 +09:00 |
|
minjaesong
|
96e23d9019
|
fixed a bug caused by lwjgl3 where Ctrl-<alph> won't be recognised
|
2021-09-23 22:30:28 +09:00 |
|
minjaesong
|
f26b9bc9b1
|
it's simply not running fast, increasing anim stride
|
2021-09-23 19:06:17 +09:00 |
|
minjaesong
|
d0196786b4
|
this is correct implementation
|
2021-09-23 16:20:39 +09:00 |
|
minjaesong
|
d107164001
|
splash screen with new official-ish logo
|
2021-09-23 14:39:10 +09:00 |
|
minjaesong
|
ae8db313dd
|
working linehead indexing with the new justification
|
2021-06-23 09:55:27 +09:00 |
|
minjaesong
|
2287683f8d
|
resolving potential infinite loop
|
2021-06-22 22:05:49 +09:00 |
|
minjaesong
|
d6b2f18b03
|
font update
|
2021-06-22 21:58:12 +09:00 |
|
minjaesong
|
fd8cf352cf
|
justification fixup
|
2021-06-22 20:44:46 +09:00 |
|
minjaesong
|
a58e58c48f
|
looks like its working but ITS NOT; adjust 'adjust' variables once again
|
2021-06-22 18:01:01 +09:00 |
|
minjaesong
|
f6986c8e68
|
new justification almost works?
|
2021-06-22 16:21:25 +09:00 |
|
minjaesong
|
c31f96d824
|
redoing justification with better code structure
|
2021-06-22 15:31:42 +09:00 |
|
minjaesong
|
6eff63a141
|
hyphenation is super jank and not very well working
|
2021-06-22 11:45:38 +09:00 |
|
minjaesong
|
92e968f8ee
|
justification: text cursor is set correctly when the line is contracted
|
2021-06-22 11:19:29 +09:00 |
|
minjaesong
|
cb4e1f94c8
|
justification: fixing some quirks
|
2021-06-19 17:37:56 +09:00 |
|
minjaesong
|
4eed34fa62
|
wp
|
2021-06-19 17:17:18 +09:00 |
|
minjaesong
|
94eebd816b
|
wp: text justification wip
|
2021-06-19 16:20:28 +09:00 |
|
minjaesong
|
f87c63f02e
|
wp: text justification wip
|
2021-06-19 15:48:59 +09:00 |
|
minjaesong
|
8292c3c0b0
|
scrollable wip
|
2021-06-19 09:52:49 +09:00 |
|
minjaesong
|
335aa82215
|
wp: typesetting strats are now in separate function
|
2021-06-18 16:20:46 +09:00 |
|
minjaesong
|
ba09591f9b
|
wp: justifying mockup
|
2021-06-17 11:43:36 +09:00 |
|
minjaesong
|
bb6cab86f3
|
wp: typesetting information is now an object
|
2021-06-17 10:30:52 +09:00 |
|
minjaesong
|
26e7bef851
|
fixed a bug where space char indicator sometimes won't get shown
|
2021-06-10 17:31:29 +09:00 |
|
minjaesong
|
4782b1895d
|
typesetting fix when LF is at the rightmost column
|
2021-06-10 15:56:36 +09:00 |
|
minjaesong
|
d50c507e01
|
faster text draw
|
2021-06-10 15:46:29 +09:00 |
|
minjaesong
|
1d63283450
|
gathering strings indices for each typesetted line for cursor navigation
|
2021-06-10 15:19:40 +09:00 |
|
minjaesong
|
d96de96bb9
|
wp font for ascii printables
|
2021-06-10 14:24:12 +09:00 |
|
minjaesong
|
37a115d8de
|
wp
|
2021-06-10 10:30:57 +09:00 |
|
minjaesong
|
923c539161
|
adjustable column size
|
2021-06-09 21:53:10 +09:00 |
|
minjaesong
|
4a3b64da29
|
wordprocessor wip3
|
2021-06-08 17:01:37 +09:00 |
|
minjaesong
|
82992583ad
|
wordprocessor wip2
|
2021-06-08 16:13:11 +09:00 |
|
minjaesong
|
e1905f2ca5
|
wordprocessor wip
|
2021-06-08 11:47:45 +09:00 |
|
minjaesong
|
eb58838a57
|
graphics: fixed pixels not plotting on non crt_color
|
2021-04-27 16:02:30 +09:00 |
|
minjaesong
|
07136a46d9
|
RESET button works now
|
2021-04-24 09:46:15 +09:00 |
|
minjaesong
|
82b021edd7
|
mock splash screen for the portable
|
2021-04-22 20:21:30 +09:00 |
|
minjaesong
|
c73a725466
|
graphics: preventing cursorxy(32,80) from scrolling the screen
|
2021-01-29 13:43:45 +09:00 |
|
minjaesong
|
29e08923cc
|
basic: DEFUN can call other DEFUN (different from currying it, currying would return a function, but calling would return a value)
|
2020-12-27 12:51:48 +09:00 |
|
minjaesong
|
4c052aa87c
|
preparing for Terran BASIC's release
|
2020-12-24 12:01:00 +09:00 |
|
minjaesong
|
608f61c617
|
moving everything neatly into the assets directory
|
2020-12-24 11:14:11 +09:00 |
|
minjaesong
|
7b6f3cbc43
|
basic:array indexing and assigning at the index
|
2020-11-24 17:01:49 +09:00 |
|
minjaesong
|
5944db6096
|
basic: most basic and working INPUT
|
2020-11-19 11:04:03 +09:00 |
|
minjaesong
|
5c73205d44
|
basic:SAVE function, filesystem:write
|
2020-11-14 11:56:05 +09:00 |
|
minjaesong
|
09baf05368
|
modeling of a program ROM
|
2020-11-13 17:52:42 +09:00 |
|