minjaesong
|
83c3c22b51
|
chunked world output/deploying custom format of TVD
|
2021-09-11 02:19:10 +09:00 |
|
minjaesong
|
8f834fe869
|
Renamed AppLoader into App
|
2021-09-09 09:48:33 +09:00 |
|
minjaesong
|
6bea9c9f07
|
moved Codices out of the singleton so they can be serialised
|
2021-09-04 17:55:37 +09:00 |
|
minjaesong
|
e15d5c9b05
|
completely abolishing GSON; new save format impl wip
|
2021-08-23 16:55:51 +09:00 |
|
minjaesong
|
bb95444067
|
reducing number of warnings on the codebase
|
2021-08-20 23:28:59 +09:00 |
|
minjaesong
|
edc3d53f4e
|
refactoring around
|
2021-08-06 13:34:17 +09:00 |
|
minjaesong
|
a91156ac21
|
gdx 1.10/lwjgl3 migration; removing old Lua stuffs
|
2021-07-27 12:43:01 +09:00 |
|
minjaesong
|
ab780fd246
|
code cleanup
|
2020-11-11 11:04:59 +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
|
7a58cf9edb
|
inventory ui transition wip
|
2020-08-30 16:09:42 +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
|
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 |
|
minjaesong
|
afecee7fb4
|
reverting Unsafe usage of worldgennoisesandbox
|
2020-04-27 03:05:19 +09:00 |
|
minjaesong
|
1524919ae0
|
determining array base offset: replaced trick code with proper code
|
2020-02-27 17:54:35 +09:00 |
|
minjaesong
|
e235b81041
|
middle click to open pie menu
|
2020-02-27 05:41:57 +09:00 |
|
minjaesong
|
0d8d6ca9fa
|
using proper hashing function
|
2020-02-24 14:45:12 +09:00 |
|
minjaesong
|
fc99ee72c3
|
memoised dynamic luminosity
|
2020-02-22 15:47:34 +09:00 |
|
minjaesong
|
7939ff3690
|
Update WorldgenLoadScreen.kt, Terragen.kt, and WorldgenNoiseSandbox.kt
|
2019-11-10 22:35:22 +09:00 |
|
minjaesong
|
0fd4f957c2
|
wip fixing multithreaded noisy image bug
decided to remove my own thread pool impl to reduce the scope of attack
|
2019-11-08 01:34:39 +09:00 |
|
minjaesong
|
288afba105
|
added missing code pieces
|
2019-10-24 20:56:56 +09:00 |
|
minjaesong
|
0f335cd312
|
uiitem keymap keycap wip
|
2019-10-17 14:46:20 +09:00 |
|
minjaesong
|
08efc934a9
|
uiitem toggle button impl
|
2019-10-17 10:59:47 +09:00 |
|
minjaesong
|
4eb1940d13
|
motherfucking git
|
2019-10-14 15:40:01 +09:00 |
|
minjaesong
|
7ec1fbc1bf
|
update gitignore, new worldgen wip
|
2019-09-15 08:12:04 +09:00 |
|
minjaesong
|
c315022d80
|
worldgentest: soil layer
|
2019-08-29 23:10:23 +09:00 |
|
minjaesong
|
7ab15fe966
|
noise test to simulate the actual worldgen
|
2019-08-28 22:24:53 +09:00 |
|
minjaesong
|
11a30d3c2a
|
displays time on main window
|
2019-08-27 16:17:26 +09:00 |
|
minjaesong
|
a29a47e009
|
removing redundant properties
|
2019-08-27 01:30:46 +09:00 |
|
minjaesong
|
79fb81f757
|
some minor touches
|
2019-08-26 16:47:30 +09:00 |
|
minjaesong
|
2a2e63e10a
|
terraingen candidate 1
|
2019-08-25 23:35:51 +09:00 |
|
minjaesong
|
668c10f736
|
terrain gen adjustments wip
|
2019-08-25 19:54:55 +09:00 |
|
minjaesong
|
0af5002638
|
cavegen candidate 1
|
2019-08-25 19:29:10 +09:00 |
|
minjaesong
|
004a9af098
|
cavegen candidate 0
|
2019-08-25 18:53:01 +09:00 |
|
minjaesong
|
e449d34e3a
|
new cavegen is finally doing something
|
2019-08-25 14:14:25 +09:00 |
|
minjaesong
|
63b1fcb870
|
special symbols to use shortcuts instead of literals
|
2019-08-05 04:19:00 +09:00 |
|
minjaesong
|
155c38536f
|
correct impl for RNG of joise lib
|
2019-07-27 14:45:19 +09:00 |
|
minjaesong
|
f1d92744c0
|
grass tex revert to smooth
|
2019-07-26 03:28:57 +09:00 |
|
minjaesong
|
f2ee058e7c
|
newly written circulararray
|
2019-07-14 03:55:27 +09:00 |
|
minjaesong
|
4c23cde4a9
|
no more context fuckups on apploader
|
2019-07-02 04:59:24 +09:00 |
|
minjaesong
|
64bbe6b53b
|
sorta working unsafesvecarray; and then issue #26 is fucking shit up
|
2019-06-22 04:16:03 +09:00 |
|
minjaesong
|
b45caebda0
|
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
|
aad88710ed
|
light parallel failed attempt
|
2019-06-05 21:04:01 +09:00 |
|
minjaesong
|
c632818e03
|
migration wip java 9 modularise
|
2019-06-01 03:25:20 +09:00 |
|
minjaesong
|
08aa0e8f34
|
always sorting arraylist; more wire stuffs
|
2019-03-12 22:27:26 +09:00 |
|
minjaesong
|
8432ad1377
|
lang updater
|
2019-02-24 00:27:50 +09:00 |
|