minjaesong
3335aaba12
leak patched I guess
2017-07-23 17:38:57 +09:00
minjaesong
c67c79ed85
generalised things so that they would work outside of ingame.world; title screen wip
2017-07-21 19:59:51 +09:00
minjaesong
383a2f7259
asynch update and render (aka frameskip)
2017-07-08 20:38:05 +09:00
minjaesong
299dec1476
can see camera working but not the actor gravity
2017-06-28 22:15:42 +09:00
minjaesong
8e5e95e5a9
LibGDX, here I am.
2017-06-22 02:31:07 +09:00
minjaesong
2ca8c2c263
more minor changes
2017-06-11 18:01:03 +09:00
Song Minjae
41b2b8a694
Resolving issue #18 and #19
2017-04-23 22:53:49 +09:00
Song Minjae
b1eade6858
inventory ui update
2017-04-13 03:25:49 +09:00
Song Minjae
55f7a4ed46
working io.read from STDIN
...
Former-commit-id: b1168a53fd5fbd09c6a5a76506402560fc4e0fd7
Former-commit-id: a0d455da14a6eb7bf0127e136949273ec5a28628
2017-03-02 22:35:13 +09:00
Song Minjae
74250150de
bunch of codes:
...
- Test InputStream() on VirtualComputer (blocking/unblocking using simple semaphore) -- no more dirty lua impl of io.read
- Typealias Kotlin 1.1
- Primitive box drawing on VideoCard
- Removing unnecessary fonts
Former-commit-id: cece88af3a3430678e685856eec78b4a9d598b4f
Former-commit-id: 22eed3a7beb9b4cb34636cbab2ff0e94989bdb31
2017-03-02 02:11:50 +09:00
Song Minjae
a744cdf92f
vc ppu: some updates for Lua
...
Former-commit-id: 3d99a6788d05eaf3e90bffe8d412f0ab92e7f9bb
Former-commit-id: 306ed39d09f2b0b5461cb71d0cef96d7d5793769
2017-02-26 03:08:58 +09:00
Song Minjae
fed45d9fe6
no memory leak on ImageBuffer rendering
...
Turns out, <ImageBuffer>.image creates new Image instance which will NEVER be reclaimed (which causes OutOfMemoryError) unless manually destroy()ed.
Former-commit-id: 34840cf63e52e5635ec8acd5fb1bb78923c61063
Former-commit-id: aca4388320fae022a4744f75c1b0f66b544bdafb
2017-02-25 02:39:02 +09:00
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
daa667f5f3
video card wip for virtual computer
...
Former-commit-id: 3c71eb0e8614e92e63fd3b29906a3cfd311c916f
Former-commit-id: 3472d6eb7d03a29bfd859e9207f76aeb23cef89b
2017-02-09 22:18:27 +09:00
Song Minjae
3f34286b3f
minor fixes for startup beep, monochrome monitor; new mono monitor colour (amethyst)
...
Former-commit-id: 305989668765a7fb2c906b7538e51a7a6fb20fe9
Former-commit-id: 832a84bc30dfb3db86d29b65ea97b70b4e6e4fd0
2016-09-30 21:04:11 +09:00
Song Minjae
1b4aca320f
http, pcspeaker driver
...
Former-commit-id: a3ad38695e8c1e1040a6a3f4b8470217e8a98489
Former-commit-id: cd3809edcae7b26e7b3d846dab17f1f63761f30f
2016-09-29 23:04:04 +09:00