Commit Graph

620 Commits

Author SHA1 Message Date
minjaesong
902341bd78 fix: inventory cell quickslot indicator not readily updating 2024-02-16 05:54:07 +09:00
minjaesong
26bdd2253a itemised the torch 2024-02-16 00:36:14 +09:00
minjaesong
e5ac560966 new gem on worldgen 2024-02-13 23:42:43 +09:00
minjaesong
2b8497133e fix: NPE on item removal caused by scrolling 2024-02-13 00:23:42 +09:00
minjaesong
3e3c1078d7 uicrafting: reset scroll when opening 2024-02-12 22:11:02 +09:00
minjaesong
43a5014564 fix: smelter: clicking on the slot will reset the scroll now 2024-02-12 21:01:55 +09:00
minjaesong
16c52a5e11 uicanvas: updateUI/renderUI to updateImpl/renderImpl to match the naming scheme with the actor 2024-02-12 17:28:23 +09:00
minjaesong
57d25431bd disable save if autosave is within 5 seconds 2024-02-11 21:53:11 +09:00
minjaesong
90eb51e96b noticelet: better behaving against cursor 2024-02-05 13:32:10 +09:00
minjaesong
839886531a fix: actors having stale musictrack reference after the audioengine reloading 2024-02-05 02:14:38 +09:00
minjaesong
cc00e1eff9 I fixed the ingamerender-not-rendering bug?? 2024-02-05 01:26:27 +09:00
minjaesong
2cbc6fad11 noticelet to make way for the mouse cursor 2024-02-03 19:20:20 +09:00
minjaesong
5dacbe18a3 fix: pickaxe will constantly closing the tooltip while equipped 2024-02-03 15:40:29 +09:00
minjaesong
f91fbf6cf0 smelter lightbox depends on its internal temperature 2024-02-03 04:52:37 +09:00
minjaesong
a569a34005 charcoal; smelter item sprite;
crafting-fixed navigate-ingredients-crafting-recipe behav
2024-02-02 16:48:07 +09:00
minjaesong
0769899b55 smelter: working smelting? and working sprite change 2024-02-02 00:03:27 +09:00
minjaesong
99e17d32e1 thermal stuffs 2024-02-01 16:18:18 +09:00
minjaesong
55bb33b4ce world portal: autogenerating returning portal 2024-01-31 23:18:12 +09:00
minjaesong
a839cc9f49 item list only wheel-scrolls when you move whell on the navbar 2024-01-31 16:40:05 +09:00
minjaesong
3c6e7665fa porting scroll behav to the storage chest 2024-01-31 02:26:17 +09:00
minjaesong
e1935fb659 smelter: scroll wheel to operate the item slots 2024-01-31 02:07:17 +09:00
minjaesong
d1a6873bc0 smelter: clicking on the navbar no longer resets the cell selection 2024-01-30 23:35:16 +09:00
minjaesong
7fb068517a tooltip and smelter ui fixes 2024-01-30 19:57:32 +09:00
minjaesong
cbe11ce5dc new tooltip for storage chest 2024-01-30 18:16:55 +09:00
minjaesong
1aee8a963a control helpers for smelter 2024-01-30 18:00:42 +09:00
minjaesong
6fc87d9ae9 tooltip to always update 2024-01-30 13:54:34 +09:00
minjaesong
111833f5d3 fix: old tooltip managing code and revived the fading transition 2024-01-30 02:57:18 +09:00
minjaesong
9fa28760fa all the gauges for uismelter 2024-01-30 01:37:03 +09:00
minjaesong
a027506ad2 smelter ui wip 2024-01-29 22:28:33 +09:00
minjaesong
3214f11375 uiitem and template refactoring; new smelter ui wip 2024-01-29 18:51:53 +09:00
minjaesong
9c2b2c6a13 encumb bar extracted to separate function 2024-01-29 14:29:03 +09:00
minjaesong
b5f487fe2f yet another jukebox and musicplayer patch 2024-01-28 03:49:39 +09:00
minjaesong
0af1e7004d all crafting stations now use UICrafting 2024-01-27 22:46:18 +09:00
minjaesong
253ce1054f cut-down version of crafting ui wip 2024-01-27 22:05:49 +09:00
minjaesong
2832f7123d auto apply filter if screenmagnifying is not 1.0 or 2.0 2024-01-25 16:04:20 +09:00
minjaesong
d78f886c74 noticelet to show items just picked up 2024-01-22 21:26:54 +09:00
minjaesong
aada6e891c reviving 'tiny' size for initial worldgen 2024-01-20 21:58:48 +09:00
minjaesong
f05cfe3cbb jukebox ui: names over the inventory slots 2024-01-16 03:54:37 +09:00
minjaesong
2bd1b61a35 audio engine: resize buffer without restarting the game 2024-01-16 03:31:22 +09:00
minjaesong
755ced9ea4 sound engine is no longer a singleton 2024-01-16 03:00:30 +09:00
minjaesong
350e205028 same for the tooltip 2024-01-15 21:01:00 +09:00
minjaesong
cb56f8f379 better item names for discs 2024-01-15 20:28:34 +09:00
minjaesong
f1554c836c jukebox ui wont pause the game AND not allow inventory to open 2024-01-15 04:57:24 +09:00
minjaesong
a973d33e02 randomised music disc sprite 2024-01-14 22:16:19 +09:00
minjaesong
e89e32eeea option for speaker/headphone selection for appropriate panning 2024-01-14 19:37:41 +09:00
minjaesong
871396cd92 jukebox: ui item number fix, not accepting disc already there 2024-01-14 11:33:56 +09:00
minjaesong
1261b6d68d the key to making 'q' to work was just pausing the game?!?!?! 2024-01-13 23:29:36 +09:00
minjaesong
5a7b345e7f almost working jukebox ui except for the 'q' key 2024-01-13 23:08:10 +09:00
minjaesong
3c3e650a97 mostly working jukebox ui 2024-01-13 22:03:35 +09:00
minjaesong
ab171fe9b3 inventory cell only call touchDown when mouse is up 2024-01-13 20:09:46 +09:00