Commit Graph

50 Commits

Author SHA1 Message Date
minjaesong
9a8bd8d6ec trying to load a world 2021-08-25 15:30:46 +09:00
minjaesong
8499746ad0 using gdx's preferred way to generate world json 2021-08-25 11:16:21 +09:00
minjaesong
cb73a9fea2 serialiser for world 2021-08-24 14:33:04 +09:00
minjaesong
e15d5c9b05 completely abolishing GSON; new save format impl wip 2021-08-23 16:55:51 +09:00
minjaesong
edc3d53f4e refactoring around 2021-08-06 13:34:17 +09:00
minjaesong
9578488962 wire sim wip 2021-08-05 18:41:40 +09:00
minjaesong
67a5e2e1e6 tilesize declaration refactoring 2021-07-27 16:17:54 +09:00
minjaesong
5f16f71b0a fixing random terragen crash? (was it block change event too big?) 2021-02-25 10:15:37 +09:00
minjaesong
9eb757b7b9 wip 2 2021-02-11 20:45:38 +09:00
minjaesong
e97a74483f trying to fix the '720p' bug but faild :/ 2020-11-21 17:56:22 +09:00
minjaesong
ab780fd246 code cleanup 2020-11-11 11:04:59 +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
864b6cd5a0 tree impl test; falling blocks won't destroy transparent blocks 2019-07-31 01:38:27 +09:00
minjaesong
e8ba837b09 trying to make fixtures with UIs working, was not successful 2019-07-08 04:05:04 +09:00
minjaesong
84e4c82b60 throwing in a pr-tree onto the project 2019-07-07 22:13:37 +09:00
minjaesong
ae8d7a67f2 issue #26 resolved (someone is hoolding stale ingame context) 2019-07-03 03:59:37 +09:00
minjaesong
2455ab9983 fallable sim to properly work on multiple fallable "stacks" 2019-06-26 02:00:41 +09:00
minjaesong
a45b68b8d5 fallable blocks actually falls 2019-06-25 23:30:22 +09:00
minjaesong
ed58e72724 refactoring the call order of the renderers' init code invocation 2019-06-25 22:26:16 +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
23b103892e blockprop: fall is now grav 2019-06-11 20:55:28 +09:00
minjaesong
84a35abb37 no secondary click; tiki torch kinda spawns? 2019-05-26 22:55:50 +09:00
minjaesong
5a95f1c21a actually using (and rediscovering) the kdtree 2019-04-18 23:42:54 +09:00
minjaesong
a05e2fc695 createtileatlas: fixing a mistake where non-47 blocks won't be rendered to atlas 2019-03-03 21:53:56 +09:00
minjaesong
c107365e6f world: ZIP compression is the reference now 2019-02-21 00:25:23 +09:00
minjaesong
1e4e4d2b94 blocksdrawer use offsetted time_t 2019-02-02 01:08:14 +09:00
minjaesong
6d19347dfb nsmenu to invoke class with defined args; working settime on buildingmaker 2019-01-31 18:01:33 +09:00
Minjae Song
597e1acee4 fluidmap won't have errenous behaviour at the world edge; tga alpha fix 2018-12-19 01:53:09 +09:00
Minjae Song
23d557b6b2 water flow works
turns out, var.coerceIn() returns value and does not modify the var
2018-12-18 01:48:38 +09:00
Minjae Song
62319ba4d2 fluid multiplies themselves ?! 2018-12-17 22:39:19 +09:00
Minjae Song
246119a5de duh 2018-12-16 16:17:05 +09:00
Minjae Song
a7d12b2b54 rename TARGET_FPS to PHYS_TIME_FRAME; shader to use multiple atlas tex; and things 2018-12-16 15:30:25 +09:00
Minjae Song
cd752bc763 at least this fluid sim passes collection assertion codes 2018-12-16 02:55:12 +09:00
Minjae Song
8e6fcf0b8a bugs on fluid sim, Type is NULL but fill isn't 0/new temporary fluid draw 2018-12-16 02:10:04 +09:00
Minjae Song
513c5a17eb new thread pooling strategy and test program WIP 2018-12-14 22:53:25 +09:00
Minjae Song
cc67f69fff working very crude fluid sim 2018-12-14 00:52:10 +09:00
Minjae Song
6e3a739480 implementing water sim but not actually working 2018-12-13 04:45:09 +09:00
Minjae Song
7a06b2cc90 preparing fluid updater: debug water bucket 2018-12-12 23:29:30 +09:00
minjaesong
c9c9015fd1 minor edits 2018-12-02 17:34:01 +09:00
minjaesong
97f8a546b6 starting day of the game is now Spring 1st 2018-11-06 23:49:22 +09:00
minjaesong
cb78f3dbab new ingame calendar impl
for some reason it runs slower that it should do
2018-10-30 22:47:41 +09:00
minjaesong
dd36d3cb5f new RNG for everything; Joise update 2018-10-27 00:03:06 +09:00
minjaesong
d435ec4ebb writeworldinfo tested to be working 2018-10-08 18:15:05 +09:00
minjaesong
d71744b240 testing the GDX's LZMA de/compressor 2018-10-06 00:49:06 +09:00
minjaesong
1d67a9a9ce it's not zipping correctly; some fixes on readlayer 2018-10-05 01:11:12 +09:00
minjaesong
071dc85b94 GameWorld: adding "worldIndex"; more save/load stuffs 2018-10-03 23:15:24 +09:00
minjaesong
6ed012f0c1 dump (another useless message) 2018-08-05 21:57:18 +09:00
minjaesong
98d9cc49c1 reducing down HistoricalFigure to nothing
It doesn't seem like a good idea
2018-07-03 22:45:00 +09:00
minjaesong
a6ea2b4e18 still wip modularisation, game somehow boots 2018-06-21 17:33:22 +09:00