minjaesong
|
a8b04fcff1
|
drawing droppeditem using common draw positioning function just like others
|
2021-10-05 21:05:01 +09:00 |
|
minjaesong
|
3364cbb49e
|
reducing jump power for actors with scale > 1
|
2021-10-05 20:50:05 +09:00 |
|
minjaesong
|
dc0b5029f2
|
forgot to make changes to picaxes
|
2021-10-04 14:27:24 +09:00 |
|
minjaesong
|
e0fbc54839
|
implemented player 'reach' for items
|
2021-10-04 12:03:34 +09:00 |
|
minjaesong
|
f6b0b447a4
|
dropped item can be picked up (at a weird distance)
|
2021-10-02 17:50:27 +09:00 |
|
minjaesong
|
2891d0466e
|
initial savefile generation of the newgame
|
2021-09-29 12:38:08 +09:00 |
|
minjaesong
|
26c71e691c
|
fixtures can be despawned by "mining" them
|
2021-09-21 00:22:52 +09:00 |
|
minjaesong
|
c63b31e964
|
UIItemInventoryElemWide: removed temporary equippedslot marker: is unnecessary as we've already got UIItemInventoryEquippedView
|
2021-09-20 17:10:43 +09:00 |
|
minjaesong
|
3748f1ecf3
|
fixed a bug where quickslot and itemgrid would respond to scrollX instead of scrollY
|
2021-09-20 01:29:59 +09:00 |
|
minjaesong
|
e2101ebc54
|
config key change; uiitemtextbutton can now have tags alongside with the label
|
2021-09-19 17:06:22 +09:00 |
|
minjaesong
|
c94babdf04
|
fixed a bug where spawned fixture's x-position is not wrapped as it should do
|
2021-09-19 00:03:34 +09:00 |
|
minjaesong
|
9e8bd5e4a9
|
working wire cutter (drops no wire)
|
2021-09-18 21:01:06 +09:00 |
|
minjaesong
|
097689f49f
|
wirecutter wip
|
2021-09-18 17:58:02 +09:00 |
|
minjaesong
|
575ed4410b
|
sprites can be rendered across the world seam
|
2021-09-17 22:54:55 +09:00 |
|
minjaesong
|
b99d1a760e
|
save load screen
|
2021-09-12 22:47:31 +09:00 |
|
minjaesong
|
5050935847
|
ingame uis will blur the background
|
2021-09-09 22:44:24 +09:00 |
|
minjaesong
|
8f834fe869
|
Renamed AppLoader into App
|
2021-09-09 09:48:33 +09:00 |
|
minjaesong
|
176a2d8cc7
|
deserialisable droppeditem
|
2021-09-07 15:03:00 +09:00 |
|
minjaesong
|
1accf985e7
|
save/load kinda mostly working but fixtures are not getting their sprites back
|
2021-09-06 17:31:37 +09:00 |
|
minjaesong
|
6bea9c9f07
|
moved Codices out of the singleton so they can be serialised
|
2021-09-04 17:55:37 +09:00 |
|
minjaesong
|
57e4b83649
|
game load wip
|
2021-09-03 17:54:10 +09:00 |
|
minjaesong
|
3b37e91e4a
|
save/load with fixed entry id
|
2021-08-31 17:24:44 +09:00 |
|
minjaesong
|
c247f99e0e
|
big smoke texture
|
2021-08-28 23:12:05 +09:00 |
|
minjaesong
|
3a6100107e
|
all potentially serialisable actors now have no-arg constructor
|
2021-08-28 18:58:46 +09:00 |
|
minjaesong
|
043bd3a1db
|
inventory ui: getting actor is now dynamic
|
2021-08-28 17:10:36 +09:00 |
|
minjaesong
|
b84a0a770b
|
loading player from json file
|
2021-08-28 16:31:06 +09:00 |
|
minjaesong
|
9a8bd8d6ec
|
trying to load a world
|
2021-08-25 15:30:46 +09:00 |
|
minjaesong
|
67091d0c84
|
much simpler way of composing savegame.json
|
2021-08-24 11:29:21 +09:00 |
|
minjaesong
|
e15d5c9b05
|
completely abolishing GSON; new save format impl wip
|
2021-08-23 16:55:51 +09:00 |
|
minjaesong
|
df1ebdf93d
|
more updates that looks for worldchangequeue
|
2021-08-22 18:06:54 +09:00 |
|
minjaesong
|
d315d61f68
|
seemingly working #41
|
2021-08-21 21:43:52 +09:00 |
|
minjaesong
|
bb95444067
|
reducing number of warnings on the codebase
|
2021-08-20 23:28:59 +09:00 |
|
minjaesong
|
64271dc9ba
|
wires are now visible when not selected, but gets covered by the terrain to make them appear natural
|
2021-08-20 15:48:20 +09:00 |
|
minjaesong
|
4175f80918
|
now accepts all the value punched into the creature raw
|
2021-08-20 13:48:40 +09:00 |
|
minjaesong
|
c0b4a929ad
|
first working staircasing but barely
|
2021-08-20 11:35:15 +09:00 |
|
minjaesong
|
9a271b1b9e
|
bigger torch flame sprite; basic physics on particles
|
2021-08-17 20:51:25 +09:00 |
|
minjaesong
|
a2b3334692
|
taller tiki torch
|
2021-08-17 18:37:54 +09:00 |
|
minjaesong
|
0f03eafc84
|
tiki torch now spawns smoke particles and flames are randomly animated
|
2021-08-17 16:50:13 +09:00 |
|
minjaesong
|
42c09640d0
|
vanishing particle test
|
2021-08-17 15:31:00 +09:00 |
|
minjaesong
|
1059b4e097
|
more wires moved from work_files into assets
|
2021-08-16 00:27:28 +09:00 |
|
minjaesong
|
479dc5c3fb
|
new and sane graph traversal; only works for first of the multiple wires tho
|
2021-08-13 14:39:20 +09:00 |
|
minjaesong
|
a6d082fb7d
|
wire branching traversal itself works, but fetches wrong signal status
|
2021-08-12 11:38:48 +09:00 |
|
minjaesong
|
740eab3e84
|
fix: fixtures not placing actorblocks
|
2021-08-11 18:01:34 +09:00 |
|
minjaesong
|
f1cece1064
|
multiblock fixtures can now emit/consume multiple wiring types
|
2021-08-10 16:56:22 +09:00 |
|
minjaesong
|
43ae93e982
|
signal emitter: wires are now visible while holding the item
|
2021-08-09 21:42:38 +09:00 |
|
minjaesong
|
a9f46613a2
|
first working instance of wire signal source block
|
2021-08-09 17:00:02 +09:00 |
|
minjaesong
|
995d02d966
|
signal emitter is now a fixture
|
2021-08-08 21:38:38 +09:00 |
|
minjaesong
|
db45557c19
|
unequipping already equipping item when the game tries to equip a new item on the same slot
|
2021-08-07 17:32:32 +09:00 |
|
minjaesong
|
4112dc333f
|
tooltip ui update
|
2021-08-07 14:21:27 +09:00 |
|
minjaesong
|
ce9b86d637
|
hit q to close the storage chest gui
|
2021-08-07 00:27:32 +09:00 |
|