minjaesong
|
09b039c62f
|
trying to work on issue #15 and I'm stumped
|
2019-01-13 23:51:04 +09:00 |
|
minjaesong
|
ff8791f48a
|
Gzipping PSDs; every art must be alpha premultiplied; added converter batch
|
2019-01-13 21:23:01 +09:00 |
|
minjaesong
|
43bc99548c
|
copyright update
|
2019-01-13 04:42:40 +09:00 |
|
minjaesong
|
380a14492f
|
grey box issue fixed (github issue #13)
|
2019-01-13 04:06:53 +09:00 |
|
minjaesong
|
692e08fc1e
|
UI: quickslot register; IngameController: quickslot selection using wheel
This closes github issue #14
|
2019-01-13 03:02:57 +09:00 |
|
minjaesong
|
33ad8520f8
|
quickslot selections are controlled by the ingame rather than the 'bar UI'
|
2019-01-13 02:17:49 +09:00 |
|
minjaesong
|
9aa8eb395d
|
fixed various quirks and removed dirty hacks on quickslot bar/pie
|
2019-01-12 22:56:48 +09:00 |
|
minjaesong
|
34d50b8d70
|
fixed wrong coords
|
2019-01-12 00:59:15 +09:00 |
|
minjaesong
|
07e8e21eae
|
lightmap edge-case fixed
when camera.x is in -15..-1, all thing shifts to left
|
2019-01-11 04:44:52 +09:00 |
|
minjaesong
|
525273e37f
|
TerrarumSansBitmap update
|
2019-01-11 03:07:10 +09:00 |
|
minjaesong
|
34a8113d53
|
tooltip positioning should work again
|
2019-01-11 03:06:45 +09:00 |
|
minjaesong
|
4f8cf2cb02
|
csv sort by ID (hacky?)
|
2019-01-09 15:15:26 +09:00 |
|
minjaesong
|
8a0abf22da
|
circular array is fixed and tested
|
2019-01-09 05:43:56 +09:00 |
|
minjaesong
|
9140d6d8b0
|
prolonged alpha blending issue seemingly fixed?
at least it's partially fixed...
|
2019-01-07 17:34:47 +09:00 |
|
minjaesong
|
9133f05b5e
|
sprite tool exports "formatted" TGA
meaning if alpha is zero, RGB is also zero
|
2019-01-07 17:11:43 +09:00 |
|
minjaesong
|
790d16b85d
|
gradle tasks for two new apps
|
2019-01-07 14:19:15 +09:00 |
|
minjaesong
|
adf60e357e
|
sprite assembler can produce intended output
|
2019-01-07 05:01:28 +09:00 |
|
minjaesong
|
f81db26e60
|
ALL kwd in transform implemented
|
2019-01-07 04:24:13 +09:00 |
|
minjaesong
|
655eccbe19
|
first successful sprite assembly
ALL kwd still not implemented
|
2019-01-07 04:13:38 +09:00 |
|
minjaesong
|
5b31b4768f
|
screw AWT, we'll use GDX for sprite preview
|
2019-01-07 00:35:20 +09:00 |
|
minjaesong
|
425cb82133
|
TODO added: when the transform joint is "ALL"
|
2019-01-06 22:45:51 +09:00 |
|
minjaesong
|
344e4ebdab
|
adproperties now has transforms list; assembler can make transformed skeleton
new fun: LinearSearch(By)
|
2019-01-06 22:43:50 +09:00 |
|
minjaesong
|
32afb2e2e5
|
updated the psd with the actual assembly
|
2019-01-06 19:28:06 +09:00 |
|
minjaesong
|
3100a093fd
|
animation metadata now contains discovered frame count
...in hacky way
|
2019-01-06 15:13:17 +09:00 |
|
minjaesong
|
fb06200d26
|
ADProperties now properly stores parsed mumbojumbo
|
2019-01-06 04:19:21 +09:00 |
|
minjaesong
|
1696cc8601
|
fixed a bug properties view won't show scroll bars
|
2019-01-06 03:25:40 +09:00 |
|
minjaesong
|
4072b9fb09
|
adproperties now hold filename-related info
|
2019-01-06 02:57:49 +09:00 |
|
minjaesong
|
36160a6579
|
sprite assembler app can read and disp ADL
garbage code not properly handled
|
2019-01-06 02:06:51 +09:00 |
|
minjaesong
|
4986d570a0
|
sprite assembler test assets
|
2019-01-06 00:30:43 +09:00 |
|
minjaesong
|
1965eabaa3
|
joints in skeleton are ordered according to drawing order, PSD also updated
|
2019-01-05 16:53:21 +09:00 |
|
minjaesong
|
90784afd48
|
TIL you can go multiline on Java .properties
|
2019-01-05 16:33:40 +09:00 |
|
minjaesong
|
258364f37e
|
skeleton datasets from sprite_joints.psd
|
2019-01-05 16:23:19 +09:00 |
|
minjaesong
|
f99531c9d4
|
testing how joints of sprites should look like
humanoid only
|
2019-01-05 04:53:22 +09:00 |
|
minjaesong
|
74cfc05fba
|
parsing ADL
a road to auto-gen'd spriteanimation spritesheet
|
2019-01-05 02:19:56 +09:00 |
|
minjaesong
|
15868a5a2d
|
forgot to update tga file
|
2019-01-04 21:19:11 +09:00 |
|
minjaesong
|
3abca8989a
|
somewhat successful walk/idle anim impl
|
2019-01-04 17:44:22 +09:00 |
|
minjaesong
|
ae9a1ebcb4
|
write to the actual file
|
2019-01-03 13:02:54 +09:00 |
|
Minjae Song
|
18a05ace64
|
new csv and it asks number of lines to init
|
2019-01-02 22:41:20 +09:00 |
|
Minjae Song
|
3b2c38cf0b
|
csv reader can read file, stringify (not real save) and read the save itself wrote
|
2019-01-02 22:25:44 +09:00 |
|
Minjae Song
|
6ecbb672fb
|
csv editor read file with imperfections
|
2019-01-02 22:03:52 +09:00 |
|
Minjae Song
|
30954d239a
|
CSV editor: test export of spreadsheet
Seems working?
|
2019-01-02 10:55:32 +09:00 |
|
Minjae Song
|
edd15a4f79
|
watch is semitransparent when EL is off
|
2019-01-01 22:29:18 +09:00 |
|
Minjae Song
|
db110d1ca4
|
csv editor wip
|
2019-01-01 21:00:33 +09:00 |
|
Minjae Song
|
e3e97000a7
|
New year's first commit
is just a comment
|
2019-01-01 00:10:37 +09:00 |
|
Minjae Song
|
ce2d9a271a
|
slow descend of the platform fixed
|
2018-12-31 21:34:50 +09:00 |
|
Minjae Song
|
222aef7e3d
|
more screwing around and commenting
|
2018-12-31 00:50:44 +09:00 |
|
Minjae Song
|
08bbdaf70b
|
platform sorta works as intended
|
2018-12-31 00:00:47 +09:00 |
|
Minjae Song
|
7300b05442
|
removing useless list "affectingTiles"
|
2018-12-30 23:41:57 +09:00 |
|
Minjae Song
|
cd13e04658
|
platform going down with Down button on keeb
|
2018-12-30 20:17:28 +09:00 |
|
Minjae Song
|
48de42d98b
|
jumping up to the platform working
|
2018-12-30 20:02:24 +09:00 |
|