Commit Graph

1448 Commits

Author SHA1 Message Date
minjaesong
79114fcbd0 setting minimum res to be 1080x720 2020-11-24 10:12:32 +09:00
minjaesong
5d46402b27 finaly fixing 720p bug (issue #36) 2020-11-21 22:04:59 +09:00
minjaesong
e97a74483f trying to fix the '720p' bug but faild :/ 2020-11-21 17:56:22 +09:00
minjaesong
b8a7dee7ac config: user-configurable control entries now have config- prefix 2020-11-21 11:24:15 +09:00
minjaesong
44c11cef76 multithread light: forget about it 2020-11-20 14:08:18 +09:00
minjaesong
ab780fd246 code cleanup 2020-11-11 11:04:59 +09:00
minjaesong
4db5bc1623 guess some quality can be sacrificed 2020-11-10 18:49:24 +09:00
minjaesong
8548e415d2 it works yay :) 2020-11-10 16:21:08 +09:00
minjaesong
3ad80d1687 y u no work :( 2020-11-10 11:54:52 +09:00
minjaesong
b908cee2fe round 4 wip but not working :( 2020-11-10 00:51:46 +09:00
minjaesong
65f536db3c one diag done, one more to go 2020-11-09 23:13:20 +09:00
minjaesong
fdee65ad0d using internal coord only; diagonal round todo 2020-10-25 23:47:39 +09:00
minjaesong
9280a1e4a1 new lighting kinda works 2020-10-25 19:10:48 +09:00
minjaesong
4a0e6393d0 variable renaming 2020-10-25 11:37:05 +09:00
minjaesong
0c48b9dce8 using kotlin's newfangled 'x in xs.indices' instead of 'x in 0 until xs.size' 2020-10-21 17:42:58 +09:00
minjaesong
2437fed1ea UnsafeHelper.getArrayOffset to return long 2020-10-21 17:03:28 +09:00
minjaesong
2930336718 trying to fix the threadexecutor, at least it will throw error if a job failed 2020-10-21 11:06:35 +09:00
minjaesong
d5df9df00d illegalstateexception -> nullpointerexception 2020-10-11 13:05:57 +09:00
minjaesong
634de74d51 test commit please ignore 2020-09-28 09:27:34 +09:00
minjaesong
8929093432 add: inventory minimap 2020-09-18 11:09:33 +09:00
minjaesong
0bf5baa7e0 add: inventory esc menu 2020-09-17 17:00:52 +09:00
minjaesong
24b7331af3 Merge branch 'inventory-ui-transition-container' into master 2020-09-17 11:24:15 +09:00
minjaesong
f2902b38b2 fix: inventory cells not tangible 2020-09-17 11:22:03 +09:00
minjaesong
bd7a66728b transition works as intended but ui is not tangible 2020-09-14 15:19:34 +09:00
minjaesong
1aadde9e9f fix: inventory panels and their indices are mutually inversed 2020-09-14 14:04:46 +09:00
minjaesong
f9883f2516 q&d hack for ui opacity control using a shader 2020-09-12 11:24:32 +09:00
minjaesong
9b079d0467 index is reversed, transparency not working 2020-09-09 16:58:35 +09:00
minjaesong
534309439c UI is now rendered in correct pos 2020-09-09 16:05:56 +09:00
minjaesong
560a38569e UI visible and render is offsetted but update is ok 2020-09-09 15:38:21 +09:00
minjaesong
28369f8eeb warning msg for not on debug mode 2020-09-09 09:22:24 +09:00
minjaesong
7a58cf9edb inventory ui transition wip 2020-08-30 16:09:42 +09:00
minjaesong
dd1989320d less fancy inventory transition WIP 2020-08-22 18:23:17 +09:00
minjaesong
0ce9e412a8 adding title menu element for mod options 2020-08-22 16:44:37 +09:00
minjaesong
1e0161e005 collision code for staircasing 2020-08-04 12:23:46 +09:00
minjaesong
f8d8fccef7 replacing all nonstaircasing collistion function usage into staircasing one 2020-07-24 14:41:54 +09:00
minjaesong
8623e4d60e added a todo message 2020-07-22 22:40:12 +09:00
minjaesong
f88a8976d2 phys: wip staircasing modification is still compatible with old code 2020-07-20 21:24:22 +09:00
minjaesong
173bdb3abf phys: making colliding side indices more sensible 2020-07-17 22:50:24 +09:00
minjaesong
c0db310a66 phys arguments are now single PhysProperties object 2020-07-15 21:58:44 +09:00
minjaesong
d89e0d30da new tonemapping lut using some random fibseq 2020-07-12 10:29:39 +09:00
minjaesong
671882014e new properties in apploader: aspectRatio 2020-06-21 13:56:50 +09:00
minjaesong
5b05a84684 biome in worldgen 2020-06-12 15:21:55 +09:00
minjaesong
38d5b17eeb default screen size to be exact 3:2 again (and obs-linux compatible) 2020-05-13 22:33:32 +09:00
minjaesong
043b3bee13 terragen: making sky-to-ground ratio to be constant 2020-05-03 10:43:31 +09:00
minjaesong
1ea7b9f1f6 more hangul improvements 2020-05-01 17:13:46 +09:00
minjaesong
961e375234 implementing working multithreading Terragen to the game 2020-04-29 11:26:59 +09:00
minjaesong
226c8342cb more testing on skydome / font change 2020-04-29 08:48:06 +09:00
minjaesong
826a13ff57 both idea works 2020-04-29 08:47:27 +09:00
minjaesong
1e7706662b more testing on resolving noisy artefact in worldgen 2020-04-29 08:15:40 +09:00
minjaesong
4f146dfc94 using Coroutines instead of Threadpool but the artefact is still there :( 2020-04-27 03:36:34 +09:00