Commit Graph

371 Commits (66b4333d73b8051f7227ecc7b9041b3015ea594a)

Author SHA1 Message Date
Mohammad Shoaib af50fd114c Cleaned the code a bit 2022-05-15 15:03:04 +05:30
Mohammad Shoaib 7f81d72771 added more scenes to grandpa story 2022-05-15 15:00:08 +05:30
Mohammad Shoaib f9dd84efc8 Patched grandpa story and intro mini game 2022-05-15 13:28:20 +05:30
Mohammad Shoaib 4dcef714fa Fixed warning 2022-05-15 12:30:52 +05:30
Mohammad Shoaib 373a39fa33 Added pet's water bowl 2022-05-15 12:29:40 +05:30
Mohammad Shoaib 715601f694 Added footstep sounds to auto walk 2022-05-15 12:29:40 +05:30
Mohammad Shoaib cb49832b5a Player stops auto walking if WASD is pressed 2022-05-15 12:29:40 +05:30
Mohammad Shoaib c8b274347e Added auto walk feature to tile viewer 2022-05-15 12:29:40 +05:30
bradjrenshaw 9e0c2dfab7 Fix incorrectly named Topaz Gem Bird. 2022-05-15 01:43:39 -04:00
bradjrenshaw e4187a636a Ginger Island gem birds added to TileInfo npcs category. 2022-05-15 00:22:36 -04:00
bradjrenshaw f4a47bf64a Added ore panning spot to interactables category. 2022-05-12 20:33:50 -04:00
bradjrenshaw 153b120730 Added old mariner to npcs category when present. 2022-05-12 20:05:01 -04:00
bradjrenshaw 569311c61e Fix incorrect AM and PM time announcement and :00 formatting. 2022-05-12 20:04:33 -04:00
Mohammad Shoaib d74ca682eb Added time warning 2022-05-12 23:22:59 +05:30
Mohammad Shoaib 6c04ba7bf4 Removed pause from hud message as it was pausing too much 2022-05-12 22:59:40 +05:30
Mohammad Shoaib 92b7230a4d Fix for stone types 2022-05-12 22:54:33 +05:30
Mohammad Shoaib f8a6cab24e Added missing entrances 2022-05-12 21:47:01 +05:30
Mohammad Shoaib ebc68f0ffa Added pause option to config
It now pauses in hud messages
2022-05-12 16:00:20 +05:30
Mohammad Shoaib 92d5ae22d9 Added other languages to warning message 2022-05-12 15:56:05 +05:30
Mohammad Shoaib 2d74653217 Read tile pauses when narrating a warning message 2022-05-12 15:28:09 +05:30
Mohammad Shoaib d8dbfe78d4 Added i18n folder for other language support
and logic for narrating warnings
2022-05-11 13:47:19 +05:30
Mohammad Shoaib 04ba44d045 Added warnings.cs 2022-05-11 13:29:12 +05:30
Mohammad Shoaib eb25243377 Code documentation 2022-05-11 13:14:46 +05:30
Mohammad Shoaib d27c7c749c
Merge pull request #16 from bradjrenshaw/TileViewer
Tile viewer
2022-05-11 13:00:04 +05:30
bradjrenshaw 55b9255dc8 Formatting and code cleanup; added documentation and some clarifying comments. 2022-05-10 17:30:40 -04:00
bradjrenshaw 8446049c55 Rename MouseHandler to TileViewer for accuracy 2022-05-10 16:36:23 -04:00
bradjrenshaw 7a1b768bdb Added option to allow tile cursor to view the entire map regardless if it is visible or not. 2022-05-10 16:31:54 -04:00
bradjrenshaw 955ffac65b Implementation of relative offset lock (keep mouse in position relative to you as yo umove). 2022-05-10 15:22:32 -04:00
bradjrenshaw c8bf29b6d0 Added precise tile cursor movement (defaults to 8 pixels per key press). 2022-05-10 15:09:54 -04:00
bradjrenshaw a8bcaf6cef Refactored keyboard tile cursor input to be triggered at the same time as the rest of keyboard input; fix bug in reading UI components with tile cursor. 2022-05-10 14:37:43 -04:00
bradjrenshaw 332dd858a8 Fixed bug with tile cursor not passing exact integer tile values causing terrain features like crops to not be read out. 2022-05-10 14:21:17 -04:00
Mohammad Shoaib c49dec4f29 Beta 1.2.2 2022-05-10 20:55:51 +05:30
Mohammad Shoaib 78a466a010 Added category to manual read tile key 2022-05-10 20:47:40 +05:30
Mohammad Shoaib 7688bc0dd5 Fixed giant crop narration 2022-05-10 20:47:21 +05:30
Mohammad Shoaib 6acfd313e8 Added quartz, etc. to mine item category 2022-05-10 20:05:02 +05:30
Mohammad Shoaib cedf2dcc03 Added area narration when switching to other area 2022-05-10 19:48:04 +05:30
Mohammad Shoaib 672f9a1f00 Added twig to debris category 2022-05-10 19:39:22 +05:30
bradjrenshaw 838273b3ce Read blocked or empty tiles if no object is on a tile. 2022-05-10 00:05:35 -04:00
bradjrenshaw bc6ec49619 Initial implementation of cursor movement and mouse snapping to cursor location. 2022-05-09 23:53:29 -04:00
bradjrenshaw 2717efa42e Merge branch 'master' into TileViewer 2022-05-09 20:05:12 -04:00
Mohammad Shoaib 730beeffaa removed birdie from static tiles
(as she was already detectable)
2022-05-10 00:21:37 +05:30
Mohammad Shoaib eebabe8fe6 Added statue of perfection & endless fortune 2022-05-10 00:02:15 +05:30
Mohammad Shoaib 415231c65d Added farm and farm cave tiles 2022-05-09 23:29:21 +05:30
bradjrenshaw 72f1835929 Brief refactor for readability. 2022-05-08 19:31:04 -04:00
bradjrenshaw 43c3dbb0d8 Added diggable golden walnut locations to ginger Island tileInfo. 2022-05-08 19:22:28 -04:00
bradjrenshaw 0b318b29ad MouseHandler refactoring. 2022-05-08 18:46:37 -04:00
bradjrenshaw 797e0ab136 Add cursor keys to mod config. 2022-05-08 01:55:38 -04:00
bradjrenshaw 8dd96d84b3 Refactoring mouse handling into a separate class. 2022-05-08 01:47:32 -04:00
bradjrenshaw bd29fae9ca Initial refactor of mouse handling. 2022-05-06 19:47:11 -04:00
Mohammad Shoaib f9fbbc4181 Moved static-tiles.json to assets folder 2022-05-05 00:08:17 +05:30
Mohammad Shoaib 8355f05684 Added event tiles 2022-05-05 00:01:56 +05:30
Mohammad Shoaib 4cc4bba62e Added trailer tiles 2022-05-04 23:33:05 +05:30
Mohammad Shoaib 14506b1e11 Added Josh House tiles 2022-05-04 23:29:15 +05:30
Mohammad Shoaib 297eca3adc Added haley house tiles 2022-05-02 23:43:43 +05:30
Mohammad Shoaib 1aa569ab84 Added sam house tiles 2022-05-02 23:31:17 +05:30
Mohammad Shoaib b287021db7 Added science house tiles 2022-05-02 23:26:41 +05:30
Mohammad Shoaib 110989ebcc Added saloon tiles 2022-05-02 23:10:50 +05:30
Mohammad Shoaib 56c17bf96d Added animal shop tiles 2022-05-02 23:02:22 +05:30
Mohammad Shoaib 03c3ba4981 Added tiles for hospital & blacksmith 2022-05-02 22:46:08 +05:30
Mohammad Shoaib 4735bde498 Added secret woods tiles 2022-05-02 22:23:06 +05:30
Mohammad Shoaib a6f8e5fe35 Added wizard house tiles 2022-05-02 14:36:17 +05:30
Mohammad Shoaib c00ae77d03 Added sewer tiles 2022-05-02 14:28:13 +05:30
Mohammad Shoaib 03e8eead73 Added seed shop tiles 2022-05-02 14:21:25 +05:30
Mohammad Shoaib 83a26bb04a Added movie theater tiles 2022-05-02 14:12:17 +05:30
Mohammad Shoaib c2630ffb70 Added mountain, backwoods, railroad tiles 2022-05-02 13:41:56 +05:30
Mohammad Shoaib 825c8b6a56 Added mine tiles 2022-05-02 13:06:49 +05:30
Mohammad Shoaib 5cdf1da37f Added manor house tiles 2022-05-02 13:02:02 +05:30
Mohammad Shoaib 130204e39e Added mail box to read tile 2022-05-02 12:54:04 +05:30
Mohammad Shoaib ce69a5ad98 Added SearchLocation() to API 2022-05-01 14:26:08 +05:30
Mohammad Shoaib 6acfb4ff4e Implemented BFS to SearchLocation() 2022-05-01 14:17:31 +05:30
Mohammad Shoaib c3c0169ac6 Added method to scan entire location for tiles 2022-05-01 13:20:18 +05:30
Mohammad Shoaib 666dfd745b Added library museum tiles 2022-04-30 23:45:58 +05:30
Mohammad Shoaib 33b42b0901 Added joja mart tiles 2022-04-30 23:43:00 +05:30
Mohammad Shoaib d3055f7cbe Added ginger island tiles and stuff 2022-04-30 23:37:41 +05:30
Mohammad Shoaib b16fa50cd2 Added community center exit 2022-04-30 22:37:35 +05:30
Mohammad Shoaib 45ad9ec42f Added cellar exit 2022-04-30 22:34:31 +05:30
Mohammad Shoaib ababbcbe07 Added Beach night market static tiles 2022-04-30 22:29:20 +05:30
Mohammad Shoaib d933152982 Added forest static & dynamic tiles 2022-04-30 22:09:53 +05:30
Mohammad Shoaib cb450b95fa Added exits for farm houses 2022-04-30 20:23:17 +05:30
Mohammad Shoaib 97fabf7638 Added building human and animal doors to read tile 2022-04-30 20:16:51 +05:30
Mohammad Shoaib e1e75ab449 Added exit points to existing maps 2022-04-30 20:04:54 +05:30
Mohammad Shoaib 08af64d560 Added fish shop and boat tunnel static tiles 2022-04-29 20:22:56 +05:30
Mohammad Shoaib 9e28399a0e Added desert static tiles 2022-04-29 20:00:26 +05:30
Mohammad Shoaib c4290173fd Added missed rewards bundle to read tile 2022-04-29 19:46:26 +05:30
Mohammad Shoaib 2dbc52a994 Added club/casino static tiles 2022-04-29 19:41:30 +05:30
Mohammad Shoaib d4e31f8a1a Added caldera static tiles 2022-04-29 00:12:13 +05:30
Mohammad Shoaib 4dff690bbe Added beach bridge 2022-04-28 23:50:26 +05:30
Mohammad Shoaib fb7791e7ba Added adventure guild static tiles 2022-04-28 23:12:53 +05:30
Mohammad Shoaib 4db3c305f3 Added slime hutch static tiles 2022-04-28 23:05:52 +05:30
Mohammad Shoaib c0ad4b83ab Code organization 2022-04-28 22:54:19 +05:30
Mohammad Shoaib 253d01ac6f Added barn to static tiles 2022-04-28 20:12:07 +05:30
Mohammad Shoaib 5355a2015e Added more dynamic tiles 2022-04-28 20:00:27 +05:30
Mohammad Shoaib d9f99ac922 Added static tiles in coops 2022-04-24 13:14:52 +05:30
Mohammad Shoaib bafc966072 Added command to refresh static tiles json 2022-04-24 13:14:34 +05:30
Mohammad Shoaib 2a03fa6724 Added interactables to town location 2022-04-24 12:26:53 +05:30
Mohammad Shoaib 21c5080f73 Added more to the default exclusion list 2022-04-24 12:14:18 +05:30
Mohammad Shoaib 864ad56cfc Added bridge in CATEGORY 2022-04-24 12:10:13 +05:30
Mohammad Shoaib 4082cc033b multiple values for same tile 2022-04-24 11:57:14 +05:30
Mohammad Shoaib 98b4247cbb Bug fix 2022-04-23 18:29:35 +05:30
Mohammad Shoaib ca8ecd845b Added category to static tiles 2022-04-23 18:21:50 +05:30