Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fixing #10

Open
9 tasks done
JiffyRob opened this issue May 1, 2023 · 4 comments
Open
9 tasks done

Bug Fixing #10

JiffyRob opened this issue May 1, 2023 · 4 comments

Comments

@JiffyRob
Copy link
Owner

JiffyRob commented May 1, 2023

If anyone is playing the web version (or desktop I guess) and finds a bug in the game they can put it here. Currently:

  • Using the cheese item fails because the player can't be poisoned
  • Using the bug net item fails because there isn't a BugNet object in the tools library
  • Quitting the game freezes the tab. Close the tab or disable quitting
  • NPC interaction allegedly freezes the tab. I haven't been able to reproduce this though.
  • When left alt is held, you cannot move up or down
  • If you interact when a bush is picked up, the alt key can be let go of during interaction, and the bush can no longer be picked up (edit: Now you can pick the bush up)
  • If you enter the windmill when a bush is picked up, it appears elsewhere and then cannot be picked up
  • UI does not refresh properly after loading and saving - globals.player not being reset correctly? Probably best to keep the Player object constant at runtime and not make a new one on new map load.
  • Day/Night cycle should not affect buildings
@JiffyRob
Copy link
Owner Author

JiffyRob commented May 1, 2023

I you don't have an account send it to me via email.

@JiffyRob JiffyRob changed the title Discovered Bugs Bug Fizing May 2, 2023
@JiffyRob JiffyRob changed the title Bug Fizing Bug Fixing May 2, 2023
@JiffyRob
Copy link
Owner Author

JiffyRob commented May 2, 2023

  • Cheese problem because all foods items will try to poison the player by default, which is no longer implemented. Removed poison calls.
  • Bug net problem because the bug net was not implemented. Added code to warn in console and return a Null Tool instead
  • NPC problem arises when trying to interact with an NPC from a diagonal. NPCs cannot face diagonally, so the code fails. Added a rounding method to remove diagonal facing.

All of these were fixed with commit 870ada1.

@JiffyRob
Copy link
Owner Author

JiffyRob commented May 3, 2023

Disabled exiting game on web platform aa49c09

@JiffyRob
Copy link
Owner Author

JiffyRob commented May 4, 2023

Some bush related issues fixed with commit fcd2e7f. Bush grabbing is now bound to the interaction key. The teleport after the windmill though still confuses me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant