minjaesong
3d622835c7
UI: sub-UIs work?
2017-07-25 17:21:02 +09:00
minjaesong
a3a5b7ff57
leak patched I guess
2017-07-23 17:38:57 +09:00
minjaesong
f1391bea6f
generalised things so that they would work outside of ingame.world; title screen wip
2017-07-21 19:59:51 +09:00
minjaesong
485cbe1206
simplified a structure of UIs a bit
2017-07-16 23:15:32 +09:00
minjaesong
2a5cb3ee38
disposable UI; loading screen mockup (i heard like loading screen -- sonic 06)
2017-07-13 17:53:40 +09:00
minjaesong
b91ba9fc08
asynch update and render (aka frameskip)
2017-07-08 20:38:05 +09:00
minjaesong
cbcd32e132
keyboard control ported to GDX (at least as much as I can right now)
2017-07-01 18:31:00 +09:00
minjaesong
f0e73cda1d
can see camera working but not the actor gravity
2017-06-28 22:15:42 +09:00
minjaesong
ad481853bb
LibGDX, here I am.
2017-06-22 02:31:07 +09:00
minjaesong
980c92f213
more minor changes
2017-06-11 18:01:03 +09:00
minjaesong
85ab2a2066
various patches and renaming; thai-variable font sheet
2017-05-27 20:05:12 +09:00
Song Minjae
6399c2d66b
Resolving issue #18 and #19
2017-04-23 22:53:49 +09:00
Song Minjae
fcd378c51a
Some space saving, terrain reads GZip directly
2017-04-19 16:15:14 +09:00
Song Minjae
f2ae2d9449
fixes, bits and pieces, changes in ID referencing, terrain and wall takes damage, working test pickaxe, and a new issue
2017-04-17 02:18:52 +09:00
Song Minjae
a47eb41d9a
inventory ui update
2017-04-13 03:25:49 +09:00
Song Minjae
bb797a0910
clickable inventory for (un)equip
2017-04-11 02:30:34 +09:00
Song Minjae
671048e1e1
Inventory UI on ingame
2017-04-09 03:35:18 +09:00
Song Minjae
c5367f8f1c
vt: new filesystem using tevd
2017-04-07 19:12:27 +09:00
Song Minjae
207c90d35e
new WorldTime based on TIME_T
2017-04-05 02:52:00 +09:00
Song Minjae
1057e7d442
VT: shit is still rolling
...
- We might need virtual disk image...
Former-commit-id: c3278cd9fe1ddad8b26b45577fecb0500365d38b
2017-03-31 17:27:53 +09:00
Song Minjae
4363bd4ba2
fixed a bug where for whatever reason io.read would return 0x0D (CR)
...
Former-commit-id: 769e2d3931472d14ce66cfef3a496a3913dc51be
2017-03-31 17:25:31 +09:00
Song Minjae
d3547e47ca
MIDI input test
...
Former-commit-id: 8ec51637782a2c4185716f3164c837477e648975
2017-03-17 23:49:48 +09:00
Song Minjae
3d91023011
TextButtonList working kinematic background
...
Former-commit-id: 8976d3b3d1e40731adf13430ad747351a6401b24
2017-03-15 01:06:13 +09:00
Song Minjae
bc4fd8866a
UI testing env and working text buttons
...
Former-commit-id: b8fd27c7f71f9bc8da259ae132badcbc9ce117ac
2017-03-13 21:40:50 +09:00
Song Minjae
edd97b45a7
vital metre prototype
...
Former-commit-id: c3f95f7ef280eabc5516ad6885386cb89d6ee35d
Former-commit-id: ab9cd5bd8daf27d37828a5ca4a737a723d76fa1a
2017-03-04 01:52:30 +09:00
Song Minjae
0a0aea9589
vital metre mockup
...
Former-commit-id: c49f7ba80cff854db6d79af1c9d50d77b0bae76d
Former-commit-id: bd62a24bfd4c9737e2f23b0bae1756df62a19acf
2017-03-03 18:42:47 +09:00
Song Minjae
6d8f9d2901
still working on vt, still buggy :/
...
Former-commit-id: 9164ca8ef33917f7254c65f3947903b8a17dd654
Former-commit-id: 3ebf64f00a0b86d11a449c1d399e149f2714839c
2017-03-03 04:05:00 +09:00
Song Minjae
b29e6af643
working io.read from STDIN
...
Former-commit-id: b1168a53fd5fbd09c6a5a76506402560fc4e0fd7
Former-commit-id: a0d455da14a6eb7bf0127e136949273ec5a28628
2017-03-02 22:35:13 +09:00
Song Minjae
96c6cb2cc6
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
71091cce98
vc ppu: some updates for Lua
...
Former-commit-id: 3d99a6788d05eaf3e90bffe8d412f0ab92e7f9bb
Former-commit-id: 306ed39d09f2b0b5461cb71d0cef96d7d5793769
2017-02-26 03:08:58 +09:00
Song Minjae
3b7e88b0af
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
d7b49b0f9d
graphics computer -- working sprite system
...
Former-commit-id: eedad5c99d0d8fa1d74a7a5b4e6250017d55163b
Former-commit-id: 0dc08e778cca3300ffc6f696ba395eb8ca2b154b
2017-02-24 17:35:32 +09:00
Song Minjae
bd58c9e40b
video card wip for virtual computer
...
Former-commit-id: 3c71eb0e8614e92e63fd3b29906a3cfd311c916f
Former-commit-id: 3472d6eb7d03a29bfd859e9207f76aeb23cef89b
2017-02-09 22:18:27 +09:00
Song Minjae
361f322d78
just updating things so that I can have a backup point...
...
Former-commit-id: 0a5a6d7f68ee1a96562532572c8d45fe102d3c25
Former-commit-id: a1a78f61f2fe2a8707e47633caa6cd67a829b35e
2017-01-26 16:58:06 +09:00
Song Minjae
225f2f2235
VT redraw on request
...
Former-commit-id: 3ada71215d9291760704a982cc3952061dbc7afe
Former-commit-id: ca1495e668e88bc7214429472ad918621a650189
2017-01-24 00:50:12 +09:00
Song Minjae
e9c7ef4930
PNG -> TGA
...
Former-commit-id: 394d3af24b5f1a125c40197a09f47867cc6fc566
Former-commit-id: 5428b1d2d7370b5a912851d5f5aa9f6b036f64f5
2017-01-16 18:24:19 +09:00
Song Minjae
1f1e2f6899
colorutil update, some code cleanup
...
Former-commit-id: 47b13e7e899dc9151f7a1ae71977ed8d4b403345
Former-commit-id: 136f9c787b76aec75d76535891cf264170bd3b04
2017-01-15 20:51:42 +09:00
Song Minjae
083197f4cb
updated pal on TextTerminal to match the game's 16 pal
...
Former-commit-id: f96c58b1a29e71d9877c824631dd252956dbc321
Former-commit-id: 1224ec4e300d44fa05a7aef39eedbaea0cad4f56
2017-01-09 23:28:21 +09:00
Song Minjae
a5ca82f2c7
get operator on Tile/ItemPropCodex
...
Former-commit-id: f6c4ecbad8c0ce2486524be70e68292d6aae799e
Former-commit-id: 9738a693eb55861d1292e59d8df2bec7f5603c40
2016-12-16 23:07:14 +09:00
Song Minjae
1dd156d172
still WIP inventory impl, held item impl
...
Former-commit-id: 9468cfae21ff09c3dd30352a849910364e01d780
Former-commit-id: 50247ccebf3284f739877a1d6c6d8574449a9824
2016-12-14 00:28:42 +09:00
Song Minjae
870c9b36ff
youcankillmenow;)
...
Former-commit-id: 906db790ab715ecdb1b7b9df11c74bc188afceb0
Former-commit-id: c229422f3faeafe31c44870183fa753564b32fa7
2016-12-12 20:35:00 +09:00
Song Minjae
5c75d75e7a
Slick wireframes when antialised
...
Former-commit-id: ff43e4904ace96db4915e9684c07f0ef53d91634
Former-commit-id: 2397086bc1157242df81cdc0d3fb3cfaa5a02f79
2016-12-10 01:19:44 +09:00
Song Minjae
36822f95d7
virtualcomputer: use real BASIC
...
Former-commit-id: 557df532d4c9693b5b57501c0f67e7d95266f9ba
Former-commit-id: 974ea7882079fb3902f00ab821a7c8c54390d0b4
2016-11-14 12:24:03 +09:00
Song Minjae
c1d72c29af
new actor type "HistoricalFigure" that has date of birth and death
...
Former-commit-id: ec7ca90f29e0c56b3553e87b5a95fd023d9c55e1
Former-commit-id: 685958754f78542843913731880eb73f90e8e4c9
2016-10-10 18:25:29 +09:00
Song Minjae
8b4baa77a4
dummix: fuck this shit
...
Former-commit-id: 7d9983b50f218611c2d482723a88851e13fca3d0
Former-commit-id: 3891c23fd13248a869f8611dc3185d2a7a564d51
2016-10-05 22:32:37 +09:00
Song Minjae
8a71a4c852
improved terminal drawing performance, and I BROKE COLOUR FILTER
...
Former-commit-id: ea137e0f9bc94d7c4f246ce45e7570877e4cc534
Former-commit-id: 3f66e2f12e3c42262adbc00f04a6ee9d76c0a49c
2016-10-05 16:35:01 +09:00
Song Minjae
a757b12cab
dummix dumbshell: fixed erratic 'cd' behaviours
...
Former-commit-id: 82698355d2566d579d2461bc1f1b7a4799f60163
Former-commit-id: 033a2a4f690b8e968e7626c46b998e3bba91031a
2016-10-04 22:43:58 +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
e5bc967ade
dummix update
...
Former-commit-id: 6340be734589cc536b0dcbdb66580e274115e499
Former-commit-id: 7fc29796780a55f08905c4860f0759b81e4b695a
2016-10-04 02:03:30 +09:00
Song Minjae
0abe3bf052
dummix update
...
Former-commit-id: 5a1a3c240fa0ec4cc20d384fc73f329967c72839
Former-commit-id: 2b641da84d742b381e86a060481d3a7cd9a7b66a
2016-10-04 01:38:08 +09:00