Commit Graph

19 Commits

Author SHA1 Message Date
Song Minjae
30b82acb4b graphics computer -- working sprite system
Former-commit-id: eedad5c99d0d8fa1d74a7a5b4e6250017d55163b
Former-commit-id: 0dc08e778cca3300ffc6f696ba395eb8ca2b154b
2017-02-24 17:35:32 +09:00
Song Minjae
862034b6c1 Schrödinger's file: it's superposition between existent and nonexistent, file and directory. Tried java.nio.file but it seems it's just Java that is broken like vittupää
Former-commit-id: ec938b81d8c4a1385295846b7b3d5178652d93ad
Former-commit-id: 0ff4806c81c94ec5a126894f8d41ca6891bcb1d2
2016-10-04 02:05:52 +09:00
Song Minjae
81958709ee virtualcomputer: unix-like operation system [WIP]
Former-commit-id: 68bb33337b78c7357d16a5a3ca47ad5f834f3d08
Former-commit-id: 6c8931a114682d2b1414414484597f5e0d0ca095
2016-10-02 01:18:58 +09:00
Song Minjae
20d5636b4b BEEPs are now played limitness, without killing AL
Former-commit-id: 627561820d469f0b563832f01ee37a8b04bd6935
Former-commit-id: 16f01413bc1c6809f3402d87ebffac8731338562
2016-09-30 01:06:03 +09:00
Song Minjae
1b4aca320f http, pcspeaker driver
Former-commit-id: a3ad38695e8c1e1040a6a3f4b8470217e8a98489
Former-commit-id: cd3809edcae7b26e7b3d846dab17f1f63761f30f
2016-09-29 23:04:04 +09:00
Song Minjae
ae114c53e0 OS library implementation
Former-commit-id: b4f7f283080ead5e92c273015bfe2559cbe99e47
Former-commit-id: adaa0af80068a916e534f677f6e5ffe1f3072241
2016-09-29 00:21:42 +09:00
Song Minjae
7fec3fc066 beeps are now processed sorely on the computer, added speaker driver (wip)
Former-commit-id: c8339104815a62db51e5bd26460a87f1f653a775
Former-commit-id: f22320a45734b141c4f02ca61fbd79772e32c7c5
2016-09-28 00:44:02 +09:00
Song Minjae
befaa460d6 better quality tone generation (now samples@44100)
Former-commit-id: ad8aa3ef7fc0ba502493bb2ac95c4898792ddaea
Former-commit-id: 0736e6b3932051f6d68f186670d9b2bb71d97c3d
2016-09-27 02:32:29 +09:00
Song Minjae
8c014cf4c8 beeper update: proper equation. Need more work for low freqs
Former-commit-id: a98210ef06bea8f3a85af134fac8848225728c65
Former-commit-id: 901f266d529af99133f0605d2ce76c8cb52c7d17
2016-09-27 00:51:14 +09:00
Song Minjae
bd4c95b321 Working beeper (it can send morse)
Former-commit-id: 02553a52405ef4bba0d3f8f781f710b6c5b3ae16
Former-commit-id: 6cee7d2b44563a664756651d73a4b1ddfa70cf2f
2016-09-26 23:28:15 +09:00
Song Minjae
51cc29b4e4 Merge branch 'master' of https://bitbucket.org/minjae_song/terrarum_renewed
Conflicts:
	src/net/torvald/terrarum/virtualcomputer/computer/BaseTerrarumComputer.kt

Former-commit-id: 8d34d0d74fb8a8ed0075e74251234e53672ae62b
Former-commit-id: 5761c7d88ed9a80b5459fda83754e2a79b52dcf4
2016-09-26 12:34:49 +09:00
Song Minjae
75d73f7d18 Lua Computer: collection of minor updates, none notable (read romapidoc)
Former-commit-id: 80e3f0d13c2dc5bcff0843e509f416e9314cd52e
Former-commit-id: e7e35bfd23d70db84f568f0c5388f3a1d89222bc
2016-09-26 12:20:21 +09:00
Song Minjae
d44c11f0f0 Lua Computer: collection of minor updates, none notable (read romapidoc)
Former-commit-id: 3ad3a1432f67148aa1a412ca1cdfb628423f6ad7
Former-commit-id: f223a870c431f2dd906a127a4c3d6b787114bb1c
2016-09-26 12:15:45 +09:00
Song Minjae
29db14d184 blink -> setCursorBlink
Former-commit-id: 37105b9ce26db26b45b649bbe4b9c0718792f4fb
Former-commit-id: 10252f6825fa6afa0942220dee4f568be21fe64b
2016-09-22 23:23:04 +09:00
Song Minjae
cbff53ad23 Working line-of-text and single key input
Former-commit-id: 339650979ff2cb5ec18b52a9f3f38b281c7862c9
Former-commit-id: d5ebd860afc8d569ba9ab741b6ca7872380af949
2016-09-21 22:13:48 +09:00
Song Minjae
63c366cb91 Lua-Filesystem: execute Lua script, working (Textfile).readAll
Former-commit-id: a12ca69122de4ec6563914306b50f950622f8be7
Former-commit-id: afd724d281d4c1c8827df49cf1c342c981ca513d
2016-09-18 19:46:14 +09:00
Song Minjae
df8471c352 working filesystem (tested: mkdir, open, file:writeLine/close, cp, mv, rm)
Former-commit-id: ce3fcae801291f770ed19dce4616b8ab61556f9b
Former-commit-id: 999d637fac1c1c6a9ff855ebb8f7f37336519771
2016-09-17 23:38:16 +09:00
Song Minjae
a0afc8ab7a more work on the Terminal, ComputerCraft compatibility layer (wip), quarried stone texture
Former-commit-id: 1fd1b5ce05663dd41d6077077b64e08ac0f1b5a0
Former-commit-id: bd52729417fc4dfcd8ad11f00d34507943156a83
2016-09-16 20:49:46 +09:00
Song Minjae
abf167d6b8 computer with term lib: somewhat works; new cobblestone texture
Former-commit-id: 8a1a21cc1ea874ec1c243cae7b1e920bdab3be4f
Former-commit-id: ee7aeb05896a36960050f0656764ccf477e5f90d
2016-09-14 20:28:43 +09:00