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
|
b3940d96b8
|
support for external mods
|
2022-02-24 11:03:03 +09:00 |
|
minjaesong
|
7c966b0da8
|
support for texture packs
|
2022-02-23 17:59:38 +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
|
c8dbb26922
|
savegame loading failure will display more helpful exception
|
2022-02-21 21:19:48 +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
|
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
|
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
|
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
|
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 |
|
minjaesong
|
119b7fc022
|
particles must be disposed of before overwritten
|
2022-01-27 12:35:50 +09:00 |
|
minjaesong
|
71176dcc9e
|
change control working on the esc menu
|
2022-01-26 23:28:44 +09:00 |
|
minjaesong
|
a213cba5ef
|
fixed a bug where signal emitter wouldn't work after save reload
|
2022-01-24 13:01:59 +09:00 |
|
minjaesong
|
98aa2087bb
|
fixed a bug where console window would register keypresses when it's first loaded but not opened
|
2022-01-23 20:36:44 +09:00 |
|
minjaesong
|
c56b1055d7
|
autosave is back
|
2022-01-22 14:43:31 +09:00 |
|
minjaesong
|
f13379ada8
|
fixed a bug where picking up a fixture placed on the world would drop one more fixture than it should do
|
2022-01-22 10:40:49 +09:00 |
|
minjaesong
|
0c70a7eebc
|
fixme: picking up a fixture clones it
|
2022-01-21 22:13:34 +09:00 |
|
minjaesong
|
fa68a1c377
|
fixture will drop itself when mined
|
2022-01-21 16:35:37 +09:00 |
|
minjaesong
|
75afcaede3
|
fixture pickup and mining works except for the dropping of a mined fixture
|
2022-01-21 14:01:37 +09:00 |
|
minjaesong
|
b87dc1f28b
|
fixed a bug where the barehand action would do nothing
|
2022-01-14 15:44:37 +09:00 |
|
minjaesong
|
a7357c00a9
|
it was squared
|
2022-01-13 12:53:33 +09:00 |
|
minjaesong
|
f1d8850196
|
merging dropped items when they tightly overlap
|
2022-01-13 11:14:21 +09:00 |
|
minjaesong
|
1060d96364
|
IS_DEVELOPMENT_BUILD key can now be toggled with vm option '-ea'
|
2022-01-13 09:55:51 +09:00 |
|
minjaesong
|
b0cf37250f
|
savegames are finally sorted
|
2022-01-12 11:59:10 +09:00 |
|
minjaesong
|
9797094cae
|
savegames array itself is correctly sorted but the UI is not and lastmodified time is also not written
|
2022-01-12 11:10:57 +09:00 |
|
minjaesong
|
03a06773c4
|
walk anim speed adjusted
|
2022-01-11 22:14:44 +09:00 |
|
minjaesong
|
65d9ae7ee1
|
new walk anim delay WIP
|
2022-01-11 15:20:09 +09:00 |
|
minjaesong
|
202123486a
|
lang composition
|
2022-01-11 11:04:11 +09:00 |
|
minjaesong
|
946f75183c
|
briefy showing item name to the quickslot when the selection has changed
|
2022-01-10 16:19:56 +09:00 |
|
minjaesong
|
48f62e11bf
|
drawing a held tile to the hand of the sprite
|
2022-01-08 21:52:21 +09:00 |
|
minjaesong
|
0d14f9e027
|
a point to insert the item image to the item sprite
|
2022-01-06 14:56:36 +09:00 |
|
minjaesong
|
0479eb1eb6
|
turns out it was not a cause of the "oscillating platform" bug
|
2022-01-04 21:29:28 +09:00 |
|
minjaesong
|
2f518258a3
|
fixed a bug where WeatherMixer would not read weather json files
|
2022-01-04 17:41:55 +09:00 |
|
minjaesong
|
b9bb757a76
|
trying to fix phys engine platform tile bug
|
2022-01-03 22:57:54 +09:00 |
|
minjaesong
|
caa9b84cb2
|
modmgr to actually check dependency WIP
|
2022-01-01 23:38:30 +09:00 |
|
minjaesong
|
ebefe97b59
|
mod icon will grey out if it contains errors
|
2021-12-28 23:07:55 +09:00 |
|
minjaesong
|
c9b87492c2
|
fixed a bug where wires won't pop up as the camera moves
|
2021-12-28 15:28:45 +09:00 |
|
minjaesong
|
9810d0927c
|
grapple and quickslot buttons on keeb control panel
|
2021-12-28 13:02:40 +09:00 |
|
minjaesong
|
c6bc628165
|
finally working floating head on the minimap
|
2021-12-22 16:00:21 +09:00 |
|
minjaesong
|
782581a61b
|
aww wip
|
2021-12-22 11:57:55 +09:00 |
|
minjaesong
|
7a22f49850
|
only works when it's not zoomed and not being panned
|
2021-12-21 21:49:13 +09:00 |
|
minjaesong
|
6ce4879857
|
wtfwftwtfwt
|
2021-12-21 18:02:01 +09:00 |
|