https://linen.dev logo
Join Discord
Powered by
# learning
  • m

    Micah

    11/10/2021, 12:05 AM
    Do we have plans for adding an
    EditorAction
    for editing layers/objects? I'm starting to play around with the editor and it seems like it would be a nice addition when you want to rename layers/objects.
    a
    • 2
    • 9
  • m

    Micah

    11/11/2021, 3:39 PM
    @User I'm not entirely sure why your PRs are stuck on a check. Perhaps you can close and then re-open them? It could be an issue on GitHub's end?
  • e

    erlend

    11/11/2021, 7:27 PM
    Trying that now.
  • o

    orhun

    11/15/2021, 9:38 PM
    It turns out that this was happening due to the protected branch (
    main
    ) enforcing build checks for PRs whereas we skip those checks for certain files (
    *.{md,json}
    ) so it gets stuck: https://github.com/fishfight/FishFight/pull/236#issuecomment-969247776
  • m

    Micah

    11/15/2021, 9:56 PM
    oh wow, nice catch! And thanks for documenting that in the issue 👍
  • e

    erlend

    12/08/2021, 4:49 PM
    any notes on https://github.com/fishfight/FishFight/releases/tag/untagged-e66b72d557dea3b316d7 ?
  • o

    orhun

    12/08/2021, 6:52 PM
    woooo, new release! what's the rollout plan 🧐
  • e

    erlend

    12/08/2021, 7:52 PM
    Getting a video of the editor made in the next few days, then we’re ready.
  • e

    erlend

    12/17/2021, 1:29 PM
    > It might be instructive for a tutorial follow-up: Custom UI. We should teach modders the basics of adding new UI to the editor or overall game experience. @Micah is gonna take this on.
  • e

    erlend

    12/17/2021, 1:30 PM
    @cdsupina any thoughts on what your next learning project might be? Lemme me/us know if you want suggestions.
  • e

    erlend

    12/17/2021, 1:49 PM
    One little thing we’ve got pending is a complete listing of all our weapons, including the ones that are specced out.
  • e

    erlend

    12/17/2021, 1:50 PM
    It improves discovery of the still-pending items that we wanna onboard contributors with.
  • c

    cdsupina

    12/18/2021, 4:44 AM
    Do you mean that we could expand on the items page of the book? https://github.com/fishfight/FishFight/blob/main/book/src/items.md do you mean we should add the items that are currently in the game to this page?
  • c

    cdsupina

    12/18/2021, 7:47 AM
    Also I was thinking of adding more branching examples of adding items to the game.
  • c

    cdsupina

    12/18/2021, 7:48 AM
    Currently we have a tutorial for the gun weapon, but I think it may make sense to provide some examples for throwable and melee weapons as well
  • c

    cdsupina

    12/18/2021, 7:48 AM
    I probably will just branch off of the sniper weapon tutorial where the differences matter
  • e

    erlend

    12/18/2021, 10:18 AM
    I’m saying we should add another section for “Pending” items, where we list any item that is in progress with a SPEC already.
  • c

    cdsupina

    12/18/2021, 6:24 PM
    Sounds good I'll work on that next
  • e

    erlend

    12/18/2021, 6:52 PM
    Do we have have any recommended .vscode settings for dev setup?
  • m

    Micah

    12/19/2021, 7:15 PM
    I've been using the Rust Analyzer extension for rust dev: https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer .
  • u

    user

    12/19/2021, 8:01 PM
    that ☝️ +
    "rust-analyzer.checkOnSave.command": "clippy",
  • z

    Zac

    12/19/2021, 11:39 PM
    There is this extension pack that I think it's pretty neat, has some nice extensions: https://marketplace.visualstudio.com/items?itemName=nyxiative.rust-and-friends
  • e

    erlend

    12/29/2021, 1:34 PM
    Let’s commence some open discourse on Book structure.
  • e

    erlend

    12/29/2021, 1:37 PM
    First of all, we might wanna go back to using book.fishfight.org for that particular product, because that’s what it is. It’s more important for the Learning team to default to that more general term, as the Book may not always be this team’s primary project.
  • e

    erlend

    12/29/2021, 1:40 PM
    TODO: Add various more “stickers” to our repo. Example:
  • e

    erlend

    12/29/2021, 1:41 PM
    TODO: Add a list of most important links high up in the readme description.
  • e

    erlend

    12/29/2021, 2:31 PM
    We should consider some new and exalted primary sections..
  • e

    erlend

    12/29/2021, 2:44 PM
    1. Fish Fight: Universe - Community - Gameplay wiki - Modding - Contributing - Releases - Roadmap 2. Fish Fight: Dev - Architecture.md - Mechanics - Netcode - Juice - Editor - Builds 3. Fish Fight: Platformer - how to make Platformer games in Rust (possible collab with PragProg.)
    m
    • 2
    • 5
  • m

    Micah

    12/30/2021, 5:39 PM
    Book structure
  • e

    erlend

    01/11/2022, 8:22 PM
    This needs to be a redirect or smt
12345...8Latest