Commit Graph

2315 Commits

Author SHA1 Message Date
minjaesong
142fcab930 no module window backdrop colour now depends on the os it's running 2022-02-27 23:02:16 +09:00
minjaesong
fad23901d6 forgot to remove test prints 2022-02-27 19:24:01 +09:00
minjaesong
3443a5baab modularise everything 2022-02-27 18:52:59 +09:00
minjaesong
f4402771c8 ability to load console commands from mods 2022-02-27 02:24:59 +09:00
minjaesong
95476359fe fixed a bug where world thumbnail is not centered to the player 2022-02-25 15:35:17 +09:00
minjaesong
dc86de139c fixed a bug where actors lightbox won't follow the actor's scale 2022-02-25 14:36:36 +09:00
minjaesong
6d3a577e46 font update 2022-02-25 13:39:38 +09:00
minjaesong
b2aece0176 changed lightboxes so that (de)serialiser won't complain; world/actor json will will write game version it saved 2022-02-25 11:42:30 +09:00
minjaesong
428cdefb80 actors can now block light 2022-02-24 17:51:18 +09:00
minjaesong
2e3a9e6fa0 wider module info cells 2022-02-24 14:55:57 +09:00
minjaesong
8ee221b93d no module titlescreen: clickable load order path 2022-02-24 13:44:51 +09:00
minjaesong
900cef6435 F12 now takes screenshot in PNG format 2022-02-24 11:09:48 +09:00
minjaesong
b3940d96b8 support for external mods 2022-02-24 11:03:03 +09:00
minjaesong
598d0514ff a temporary solution for Windows which just uses the batch file 2022-02-23 22:56:54 +09:00
minjaesong
040b0b5aad proper application name for macOS plist 2022-02-23 21:19:39 +09:00
minjaesong
7c966b0da8 support for texture packs 2022-02-23 17:59:38 +09:00
minjaesong
841a77403b Application build scripts 2022-02-23 11:52:34 +09:00
minjaesong
cba25ef428 font update 2022-02-23 09:21:06 +09:00
minjaesong
596cd9b102 a console command to fill up inventory with every item 2022-02-22 17:22:54 +09:00
minjaesong
df6950c0b8 fixed a bug where a dynamic item would not get saved/loaded at all 2022-02-22 17:12:49 +09:00
minjaesong
1787ad7cdd terrain item image atlas to always have maximum possible sizes defined on the game config 2022-02-21 22:03:59 +09:00
minjaesong
c8dbb26922 savegame loading failure will display more helpful exception 2022-02-21 21:19:48 +09:00
minjaesong
6f4b53daad buncha missing illuminators 2022-02-21 17:53:02 +09:00
minjaesong
f5b6a3e22a colour picker wip 2022-02-21 16:29:35 +09:00
minjaesong
46b15c3d95 build suggestion to hide the jarfile into the subdir 2022-02-21 13:27:53 +09:00
minjaesong
9c9a888496 startup scripts to change working directory to where the script files are 2022-02-21 13:07:03 +09:00
minjaesong
9659ef3a5f faux global illumination impl 2022-02-21 11:01:27 +09:00
minjaesong
7bec4c29af gv 2022-02-20 13:02:25 +09:00
minjaesong
19de7c7fa3 ui suggestion upgate 2022-02-18 18:32:39 +09:00
minjaesong
545663254f tree update 2022-02-18 11:45:30 +09:00
minjaesong
541463ea8c font update 2022-02-18 09:05:46 +09:00
minjaesong
cdc82f9495 doc update 2022-02-17 23:04:25 +09:00
minjaesong
f581409d82 doc changes 2022-02-15 21:43:38 +09:00
minjaesong
a7183f0650 another tech tree but item-oriented 2022-02-15 17:52:17 +09:00
minjaesong
5148ef3821 font update 2022-02-14 13:44:10 +09:00
minjaesong
ba3615a8e1 shader version shenanigan 2022-02-11 17:59:21 +09:00
minjaesong
5c94e88d76 inventory item count is now Long; should not interfere with the existing savegame 2022-02-11 09:33:50 +09:00
minjaesong
97d3edf1b9 new instruction for Java 17 deployment v0.3.1 2022-02-10 10:27:40 +09:00
minjaesong
e69cb5845c fixed a bug where barehand digging 'box' would not align as intended 2022-02-09 17:42:25 +09:00
minjaesong
4612493566 adding extra headroom to the assembled sprite so that a large held item wouldn't get cropped 2022-02-07 11:38:26 +09:00
minjaesong
e64bd5d389 fixture ghost is working again 2022-02-07 11:13:31 +09:00
minjaesong
24d6634257 changed world's GENVER spec so that it will always save the game's version number 2022-02-06 19:50:56 +09:00
minjaesong
efe5c49463 serialisation of HRQNG is fixed so it would not make illegal reflective access on Java 17 2022-02-04 11:03:59 +09:00
minjaesong
5d587dcc12 working config panels on esc menu 2022-01-28 12:52:48 +09:00
minjaesong
fe5a4bcfb0 lanternmap will blend when multiple blocks occupy the same block 2022-01-28 11:31:34 +09:00
minjaesong
ff400d1e2f key config menu working on ingame 2022-01-28 10:49:02 +09:00
minjaesong
956c9d44e1 moved essential resources out of the assets directory and into the jar 2022-01-28 10:30:08 +09:00
minjaesong
e3b82ae5b6 console command loading from command list on the module directory 2022-01-28 09:50:05 +09:00
minjaesong
a301ec57ae abandoning the async idea: updating on the main thread is actually faster when it's called often enough -- maybe something to do with the optimisation on runtime? 2022-01-27 18:42:22 +09:00
minjaesong
c500a5ca39 asynchronous lightmap update wip 2022-01-27 17:11:09 +09:00