a3c16e1aca
Deal with save corruption correctly
2025-02-24 20:13:48 -08:00
2c121f0c8a
Integrate save system
2025-02-24 20:09:15 -08:00
32b6bf0b53
Merge branch 'main' into savesystem
2025-02-24 19:18:05 -08:00
897133f8de
Reformat config file
2025-02-24 19:01:12 -08:00
c285c76096
Fix two known bugs (and WebStorm)
2025-02-24 19:00:44 -08:00
6fe843bf55
Save on end-of-day, or after endgame.
...
Putting it here avoids a circular reference problem
2025-02-23 22:30:57 -08:00
93ef512554
oops, forgot to save the split-up of save.ts
2025-02-23 22:28:34 -08:00
3a968af5ca
autoformat the world
2025-02-23 22:25:19 -08:00
2837461add
create StateManager from file
2025-02-23 22:23:27 -08:00
58b8bbc27b
oops, missed revisions in StateManager
2025-02-23 22:21:10 -08:00
a149938f00
violently read player from file
2025-02-23 22:20:05 -08:00
7d0e5566f8
Playtester build
2025-02-23 21:12:54 -08:00
b24e24a7ca
Merge branch 'main' into savesystem
2025-02-23 20:59:52 -08:00
3aba0beac5
prototype for writing a save
2025-02-23 20:59:15 -08:00
02d32266e9
Fix a linter warning
2025-02-23 19:58:38 -08:00
770ff68a62
Dynamic colors
2025-02-23 19:58:00 -08:00
a57cc50803
Put colors in instance variables
2025-02-23 18:37:34 -08:00
f2f20b820e
Enhance ending sounds
2025-02-23 17:50:02 -08:00
81f498c804
Fix the numbers
2025-02-23 16:23:54 -08:00
5ab3778074
Restructure level gen a little
2025-02-23 14:50:29 -08:00
18ce5875c5
Additional fixes to thrall art
2025-02-23 13:58:17 -08:00
4616945b12
Increase contrast with BG for character art
2025-02-23 13:55:56 -08:00
b0226d5d4b
Finish the NPC dialogue
2025-02-23 13:44:33 -08:00
a7024728ba
Add item collection sound
2025-02-23 12:16:14 -08:00
d031a6acbe
Various minor fixes to successor system and mixing
2025-02-23 12:09:47 -08:00
9024d67114
Add an opening scene
2025-02-23 11:36:43 -08:00
2923fd0a11
Add sounds to stuff
2025-02-22 23:44:27 -08:00
6ede822d4a
Run prettier
2025-02-22 22:51:21 -08:00
9d4a9bc0b1
Use Bhijn's algorithm for corner assist
2025-02-22 22:45:01 -08:00
bccd7661b8
An iteration of the original solution that maybe feels less bad
2025-02-22 22:05:28 -08:00
f1872c74ad
Hacky movement issue fix
...
Maybe Kistaro can do better? This design has the problem that like most
designs that don't move the player to a contact point, walking into a
wall causes vibration.
2025-02-22 22:01:27 -08:00
1ffc0518b2
Ceremonial PR: fix map gen ( #39 )
...
improve errors
merge state debug dumper
use detailed debugging in map gen
more distinct wall chars
not all sealed walls are walls. okay
handle negative region IDs
also catches some missed semis
stop using the "dark shade" character for standard walls
now uses inverse bullet for sealed walls and full block otherwise
also show final result with region numbers
fix fencepost error when merging regions
map connectedness checker (floodfill)
check for connectedness in mapgen
add commented-out cheat and test buttons
looks like mapgen is now fixed. here are the buttons I used to test it
autoformat code
Merge branch 'main' into fix-mapgen
Co-authored-by: Kistaro Windrider <kistaro@gmail.com>
Reviewed-on: #39
2025-02-23 05:41:19 +00:00
bd1cff68e6
Rewrite thrall rewards
2025-02-22 21:08:03 -08:00
09e619208a
Flashier loot animations
2025-02-22 20:48:44 -08:00
27459787c1
Blockify collectibles
2025-02-22 19:22:06 -08:00
4a1f06e6bd
Player repels walls
2025-02-22 16:40:05 -08:00
92288085b7
Costing and feel-related movement fixes
2025-02-22 16:19:06 -08:00
d9a7b5094c
Run prettier
2025-02-22 15:50:31 -08:00
b45f81e6c6
Non-grid-based movement
2025-02-22 15:50:03 -08:00
a528ffd9e0
Recenter thrall art
2025-02-22 14:28:21 -08:00
0d5dfa6749
Hold left click to grab items
2025-02-22 14:25:56 -08:00
bfc1e53f3e
Run Prettier
2025-02-22 13:32:07 -08:00
9e7ca67f55
Remove the menu camera system
2025-02-22 13:30:54 -08:00
fb235d0c15
Badges on available manor objects
2025-02-22 13:20:21 -08:00
1f8ac16272
Replace sleep modal
2025-02-22 12:35:24 -08:00
de04ad09ef
Label zones
2025-02-22 12:18:35 -08:00
82a40b42e3
Move four invocations of withCamera
2025-02-22 11:55:06 -08:00
ddca881b36
Visible costing in many places
2025-02-22 11:44:10 -08:00
258795d76c
Signal "out of blood" in HUD and on map
2025-02-22 11:16:04 -08:00
c84affb8c2
Fix two minor visual flaws
2025-02-22 11:07:30 -08:00