Commit Graph

282 Commits

Author SHA1 Message Date
minjaesong
02b67de91a corrcet case for font sheet name 2019-10-04 17:04:00 +09:00
minjaesong
9789f2ef55 slight edit on kana font sheet 2019-09-30 15:08:25 +09:00
minjaesong
b3db49c6e6 improved shader compatibility with intel builtin gpu
apparently you can't use 1f for float, always use 1.0
2019-09-20 14:15:26 +09:00
minjaesong
fe97231db6 terrain glow tex composing 2019-08-15 19:03:16 +09:00
minjaesong
7b12f878dd health message on splash 2019-08-14 01:45:00 +09:00
minjaesong
3fbf2754bd screen zooming, temporarily toggle with Z key 2019-08-11 05:42:04 +09:00
minjaesong
df63824f69 inventorydynamiclist to have more options; fixed wrong shade values for trees; commonresourcepool to check dupes 2019-08-05 04:58:33 +09:00
minjaesong
d767dc1dbf tree impl test; falling blocks won't destroy transparent blocks 2019-07-31 01:38:27 +09:00
minjaesong
8d58c09ffa texture for tree trunk 2019-07-27 00:36:53 +09:00
minjaesong
bf2cc35d51 some tiny little optimisations on tiling shader 2019-07-26 16:45:24 +09:00
minjaesong
63d2880d8b grass tex revert to smooth 2019-07-26 03:28:57 +09:00
minjaesong
b37c782b4e ingame computer wip; gamepad deadzone disp on f3 2019-07-19 23:19:25 +09:00
minjaesong
81625a4382 colourmap and assets 2019-07-12 02:26:20 +09:00
minjaesong
edbbefe584 fix wrong assert usage; addOneArgFun for Lua globals works 2019-07-10 16:20:45 +09:00
minjaesong
605b62b980 new iteration of the ingame computer -- display adapter 2019-07-09 22:26:28 +09:00
minjaesong
29572f907e trying to make fixtures with UIs working, was not successful 2019-07-08 04:05:04 +09:00
minjaesong
85985807e4 test impl of "collision interpolator'; new number font for itemslots 2019-07-07 20:53:20 +09:00
minjaesong
e628286442 blocks csv fixed wrong opacity value 2019-07-06 20:44:15 +09:00
minjaesong
1a00f73d52 no more context fuckups on apploader 2019-07-02 04:59:24 +09:00
minjaesong
da1c752996 new tiny numbers font 2019-06-26 19:32:27 +09:00
minjaesong
0396b026fb fallable blocks actually falls 2019-06-25 23:30:22 +09:00
minjaesong
79b317d9e1 it turns out the test-entering is broken; will fix later idk; Threadparallel.startAllWaitForDie seems to work as intended 2019-06-21 16:05:02 +09:00
minjaesong
44e12825ac blockprop: fall is now grav 2019-06-11 20:55:28 +09:00
minjaesong
79d7c71000 new block: scaffolding (does not fall yet) 2019-06-10 01:40:10 +09:00
minjaesong
af29e1b598 intbox debugger is back 2019-06-09 01:26:14 +09:00
minjaesong
4f8c3591c2 80 fps with unsafe access 2019-06-08 03:00:47 +09:00
Minjae Song
85ab1b823d mod metadata: changed versioning scheme 2019-06-05 21:22:27 +09:00
minjaesong
d2ddca85a6 font: hangul update 2019-05-30 14:10:09 +09:00
minjaesong
7d5a37cd6d tiki torch spawns but is not centred 2019-05-28 22:46:10 +09:00
minjaesong
75c79d8ca2 no secondary click; tiki torch kinda spawns? 2019-05-26 22:55:50 +09:00
Minjae Song
19fb5b1319 tileable message float ui 2019-05-22 12:51:01 +09:00
minjaesong
92d5cac2ff furred npc test might delete later 2019-05-20 12:07:01 +09:00
minjaesong
471b0c805d font: new redesigned hangul 2019-05-14 13:16:10 +09:00
minjaesong
5c20ceeedc font: hangul redraw wip 2019-05-12 17:09:46 +09:00
minjaesong
48ba273317 comment 2019-05-08 21:23:42 +09:00
minjaesong
52d6955ffc blocksdrawer now draws wire 2019-05-04 18:19:08 +09:00
minjaesong
08f07e566d adding missing resources/moving zip files to lfs 2019-05-04 04:11:33 +09:00
minjaesong
e1340aac29 colour-changing durability and encumbrance bar 2019-03-12 02:29:58 +09:00
minjaesong
bae9c60c81 not reading material csv issue fixed 2019-03-12 00:47:06 +09:00
minjaesong
7171055016 my CSV was malformed :( 2019-03-11 19:36:42 +09:00
minjaesong
341c35fab7 distinguishable item placeholder image 2019-03-11 00:20:08 +09:00
minjaesong
80c29f871c reading material from the module; pixaxes use it
But "dynamic item" created from the pickaxe class is not right
2019-03-10 23:38:11 +09:00
minjaesong
2570b13ad4 a piece of wire is considered as a tool for inventory (for now) 2019-03-10 18:13:29 +09:00
minjaesong
4b91f485a5 game item to load its own image if needed; common resource pool to assist that 2019-03-10 17:46:48 +09:00
minjaesong
efa5d21717 some more blocks 2019-03-04 02:48:49 +09:00
minjaesong
3cc13f32c9 createtileatlas: fixing a mistake where non-47 blocks won't be rendered to atlas 2019-03-03 21:53:56 +09:00
minjaesong
58bbb73cb1 codes to produce fluid atlas 2019-03-03 00:25:42 +09:00
minjaesong
44745bfad1 brighter corners on the tile mask 2019-03-02 22:48:24 +09:00
minjaesong
5daea4fa57 fluid masks tga 2019-03-02 20:20:00 +09:00
minjaesong
dfb9d0d8d9 enough resources to test impl the thing 2019-03-01 03:22:46 +09:00