Commit Graph

64 Commits (b3b0281b5ee34cdcc17ccf9c806b439f2099b6b2)

Author SHA1 Message Date
John Montagu, the 4th Earl of Sandvich 3642851bef
Merge branch 'master' into wip 2024-06-09 08:51:07 -07:00
John Montagu, the 4th Earl of Sandvich dba2d89251
wip: new sprites 2024-06-09 08:36:41 -07:00
John Montagu, the 4th Earl of Sandvich 4f3d5dd316
Use World singleton 2024-06-06 09:21:39 -07:00
HumanoidSandvichDispenser b8a5e641b6
Implement Vendor NPCs (#37)
* Add WIP vendors

* Add TimerExtensions

* chore: Update dialogue manager version

* Add Inventory.EquippedItem signal

* Move files to UI.Inventory namespace

* Modify Hotbar and InventorySlot organization

Made InventorySlot a bit more modular.

* Modify hotbar icons

* Implement request to display shop

* Add forsenLevel placeholder icon

* Add shop UI

* Update UI to use theme and click through

* Update item metadata

Added placeholder icons for items without an icon.

* Add Snus Dealer example vendor NPC

* Implement factions with bitflags instead

* Fix typo in Doc dialogue

* Hide and show shop menu

* Add shaders

* Add newline to console output

* Add modal interface
2024-06-04 22:12:01 -07:00
John Montagu, the 4th Earl of Sandvich 96977ac79f
Implement factions with bitflags instead 2024-06-01 19:12:23 -07:00
John Montagu, the 4th Earl of Sandvich b287f978e3
Add WIP vendors 2024-05-27 12:14:53 -07:00
John Montagu, the 4th Earl of Sandvich 7b98fe4b96
Add alignment methods for IFaction 2024-05-18 15:53:33 -07:00
John Montagu, the 4th Earl of Sandvich 341f5137eb
change parry to use stagger instead of direct stun 2024-03-29 16:17:19 -07:00
John Montagu, the 4th Earl of Sandvich a1165b08dc
remove print statements 2024-03-25 22:13:42 -07:00
John Montagu, the 4th Earl of Sandvich 371b19c41e
implement character staggering; fix #34 2024-03-25 21:14:43 -07:00
John Montagu, the 4th Earl of Sandvich 51682ef7ef
remove unused files 2024-03-08 10:05:15 -08:00
John Montagu, the 4th Earl of Sandvich 3230e487f2
associate weapon scenes with resources 2023-12-29 17:46:03 -08:00
John Montagu, the 4th Earl of Sandvich 1bd258dbae
fix animation inconsistent root nodes 2023-10-02 00:10:24 -07:00
John Montagu, the 4th Earl of Sandvich 31c66d33ed
rolling gives invincibility frames 2023-09-17 00:23:18 -07:00
John Montagu, the 4th Earl of Sandvich 42da94cd63
removed unused functions 2023-09-15 22:15:27 -07:00
John Montagu, the 4th Earl of Sandvich 1158605908
ensure animations point to same node and property 2023-09-09 22:34:30 -07:00
John Montagu, the 4th Earl of Sandvich ffe6c50e93
updated AudioManager to handle multiple sublayers 2023-09-09 15:14:53 -07:00
John Montagu, the 4th Earl of Sandvich eb63e05dd2
audio manager 2023-09-09 01:00:13 -07:00
John Montagu, the 4th Earl of Sandvich 385ed4ffdb
leveling up 2023-09-03 17:42:32 -07:00
John Montagu, the 4th Earl of Sandvich d04679009a
remove unnecessary comments and print statements 2023-09-01 01:53:04 -07:00
John Montagu, the 4th Earl of Sandvich 33e47f640f
camera bounds 2023-08-26 01:00:18 -07:00
John Montagu, the 4th Earl of Sandvich 44e9be4124
more consistent scene transitions 2023-08-17 01:14:12 -07:00
John Montagu, the 4th Earl of Sandvich 0d4605009b
manual cache staling 2023-08-17 01:05:21 -07:00
John Montagu, the 4th Earl of Sandvich 29b146558e
scene transitions 2023-08-17 00:13:24 -07:00
John Montagu, the 4th Earl of Sandvich 316c9e8bc4
MethodName to nameof() 2023-08-16 21:03:26 -07:00
John Montagu, the 4th Earl of Sandvich 9de1b41acd
character now teleports to specified marker when switching maps 2023-08-15 19:52:15 -07:00
John Montagu, the 4th Earl of Sandvich 8d20d96059
shotgun effects (resolves #5)
- animations
- fires 3 pellets
- particles
- bassier and quieter sound
2023-08-15 18:27:57 -07:00
John Montagu, the 4th Earl of Sandvich f4be615635
increment death count 2023-08-15 14:00:03 -07:00
John Montagu, the 4th Earl of Sandvich 1824cb94cf
fix crashing when respawning with no save 2023-08-15 11:28:02 -07:00
John Montagu, the 4th Earl of Sandvich 24f2c3b9fd
area labels 2023-08-13 20:11:40 -07:00
John Montagu, the 4th Earl of Sandvich 2e1e831195
move UI to its own autoload 2023-08-13 16:49:18 -07:00
John Montagu, the 4th Earl of Sandvich d762a843f4
cleanup 2023-08-12 22:26:48 -07:00
John Montagu, the 4th Earl of Sandvich 1b80fa54a7
game save class 2023-08-12 15:01:22 -07:00
John Montagu, the 4th Earl of Sandvich 9a3d6fa8e4
centurion and legionary enemies 2023-08-08 00:54:00 -07:00
John Montagu, the 4th Earl of Sandvich 95e323ed63
saving game state 2023-08-07 02:38:51 -07:00
John Montagu, the 4th Earl of Sandvich 3c6fd6088f
fix dialogue balloon not refocusing after choice 2023-08-06 02:53:49 -07:00
John Montagu, the 4th Earl of Sandvich 6b29cbf8fe
cultist npc + buttons wip 2023-08-05 23:50:08 -07:00
John Montagu, the 4th Earl of Sandvich bc85f4e44f
global scene manager (world) 2023-08-03 16:17:34 -07:00
John Montagu, the 4th Earl of Sandvich 5dc8015dbf
interactable arena entrance 2023-08-01 23:49:48 -07:00
John Montagu, the 4th Earl of Sandvich 897ec99d26
arena entrance 2023-08-01 02:10:55 -07:00
John Montagu, the 4th Earl of Sandvich 4a4d1b2062
character updates 2023-07-31 01:12:47 -07:00
John Montagu, the 4th Earl of Sandvich 5fab0c8ff0
dialog and intro state 2023-07-25 03:48:02 -07:00
John Montagu, the 4th Earl of Sandvich cc3ca57467
global game state manager 2023-07-25 03:48:02 -07:00
John Montagu, the 4th Earl of Sandvich 47f5c6869b
some fixes 2023-07-25 03:48:01 -07:00
John Montagu, the 4th Earl of Sandvich 82c8e85c63
boss UI 2023-07-23 11:05:01 -07:00
John Montagu, the 4th Earl of Sandvich 5186a85803
improved visuals 2023-07-22 20:23:48 -07:00
John Montagu, the 4th Earl of Sandvich 64329f1992
new effects and stuff 2023-07-21 02:54:13 -07:00
John Montagu, the 4th Earl of Sandvich 4ac4590cae
torches 2023-07-19 01:25:02 -07:00
John Montagu, the 4th Earl of Sandvich 2979f69405
rework spike attack; added unwanted frequency 2023-07-19 00:17:25 -07:00
John Montagu, the 4th Earl of Sandvich 54c2bef86b
sprites for doc attack state 2023-07-17 09:30:49 -07:00