Commit Graph

130 Commits

Author SHA1 Message Date
minjaesong
3ffbb8bef6 tiling using shader, sorta works 2017-08-26 23:48:07 +09:00
minjaesong
e7c4a7b1e8 trying to tile by shader 2017-08-25 19:37:12 +09:00
minjaesong
13ff4ddebb some sort of error screen impl 2017-08-20 22:10:47 +09:00
minjaesong
2248674c98 better dithering 2017-08-07 01:09:04 +09:00
minjaesong
aa238eb65c load app using apploader -- no more black screen on app load 2017-08-01 23:55:48 +09:00
minjaesong
5c2b1e7586 RemoCons fully working; also fixed my stupidity 2017-07-26 17:03:22 +09:00
minjaesong
3d622835c7 UI: sub-UIs work? 2017-07-25 17:21:02 +09:00
minjaesong
30b43eaab5 fixed quickbar and piemenu texture 2017-07-23 19:55:06 +09:00
minjaesong
ca6b74199d more compatible shader 2017-07-23 18:23:53 +09:00
minjaesong
a3a5b7ff57 leak patched I guess 2017-07-23 17:38:57 +09:00
minjaesong
b50768f2b8 titlescreen: camera follows terraini undulation 2017-07-22 18:27:58 +09:00
minjaesong
48b8923434 parallax (sky looks bluer when you go up) 2017-07-20 18:39:05 +09:00
minjaesong
15dbd16766 limitedly successful attempt to create a title screen 2017-07-20 00:36:41 +09:00
minjaesong
3a1379e376 Ingame's Player is now mandatory; player spawn on right position 2017-07-18 00:19:55 +09:00
minjaesong
a3d7e42a22 Inventory UI: items page button 2017-07-17 14:37:10 +09:00
minjaesong
2423c7540b some bayer matrix things and my discoveries 2017-07-17 12:22:15 +09:00
minjaesong
485cbe1206 simplified a structure of UIs a bit 2017-07-16 23:15:32 +09:00
minjaesong
942971f456 dithered skybox 2017-07-16 05:03:04 +09:00
minjaesong
9f56ca2e99 bayer-dithering shader revisited 2017-07-15 18:35:57 +09:00
minjaesong
dfa2a0a86d wall render bug fixed
- wall wouldn't render if transparent-yet-sold tiles like glass is placed on top of it
2017-07-15 00:02:00 +09:00
minjaesong
75cd080023 load screen adj, faster gravity response for standard 2017-07-14 18:48:48 +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
fb899dae2d load screen render, fixed some init code of the app 2017-07-13 03:59:26 +09:00
minjaesong
149d17ed13 how changing the screen should be done 2017-07-13 01:34:09 +09:00
minjaesong
ecf9387d01 working UV simulation using alpha channel 2017-07-12 02:35:36 +09:00
minjaesong
eba6b3801d working world-glow blend 2017-07-11 13:34:14 +09:00
minjaesong
56cca83028 prep for draw glow 2017-07-09 20:29:35 +09:00
minjaesong
28d7b44821 diching RGB10; colors are now fully vec3 2017-07-09 02:21:24 +09:00
minjaesong
b91ba9fc08 asynch update and render (aka frameskip) 2017-07-08 20:38:05 +09:00
minjaesong
e1642ae351 new collision displacer: got one-block-ceiling-passthru bug, but otherwise tolerable 2017-07-06 16:35:58 +09:00
minjaesong
f39ff87ee9 4096 shader finally works... perhaps it needs bayer matrix? 2017-07-05 18:30:53 +09:00
minjaesong
3af196004e shader seems working!; it's messed up by all the test codes but I commit anyway 2017-07-05 02:05:03 +09:00
minjaesong
cf2932a519 blur shader works 2017-07-04 23:30:48 +09:00
minjaesong
75d449cc10 shader does work at least... 2017-07-04 22:04:07 +09:00
minjaesong
14a745b18d killed old zoom so that framebuffer would render without hack 2017-07-04 20:11:54 +09:00
minjaesong
db2fd0c8e4 needs more shader (for smoothing out lightmap render) 2017-07-04 14:58:18 +09:00
minjaesong
9027f85d1d barely managed to fix inventory UI 2017-07-04 01:27:18 +09:00
minjaesong
7e417ed8c7 putting ore vein prototype on main sheet; also a commit before fuck-up 2017-07-03 19:26:00 +09:00
minjaesong
65ef9c2787 fixed bad color rendering on blocksdrawer and lightmaprenderer 2017-07-02 21:53:50 +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
e07e321ee3 gdx font almost working
- TODO: bulgarian/serbian, shadow
2017-06-16 18:52:03 +09:00
minjaesong
6e403f97f8 re-arranged all the docs in more convenient fashion 2017-06-16 15:10:55 +09:00
minjaesong
980c92f213 more minor changes 2017-06-11 18:01:03 +09:00
minjaesong
67ca216243 test watches 2017-06-11 01:22:46 +09:00
minjaesong
c5765fc08a lightmap and skybox update 2017-06-03 00:07:47 +09:00
minjaesong
85ab2a2066 various patches and renaming; thai-variable font sheet 2017-05-27 20:05:12 +09:00
minjaesong
5255ae60af Terrarum Sans Bitmap: wider hangul 2017-05-25 00:04:21 +09:00
minjaesong
2eb6e7c0a2 code cleanup unrelated 2017-05-10 21:02:57 +09:00
minjaesong
566c76c1a2 removing moveDelta to utilise externalForce and controllerMoveDelta separately, for great justice 2017-05-08 21:19:28 +09:00