HackMD
  • Prime
    Prime  Full-text search on all paid plans
    Search anywhere and reach everything in a Workspace with Prime plan.
    Got it
    • Prime  Full-text search on all paid plans
      Prime  Full-text search on all paid plans
      Search anywhere and reach everything in a Workspace with Prime plan.
      Got it
      • Options
      • Versions and GitHub Sync
      • Transfer ownership
      • Delete this note
      • Template
      • Insert from template
      • Export
      • Dropbox
      • Google Drive
      • Gist
      • Import
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
      • Download
      • Markdown
      • HTML
      • Raw HTML
      • Sharing Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • More (Comment, Invitee)
      • Publishing
        Everyone on the web can find and read all notes of this public team.
        After the note is published, everyone on the web can find and read this note.
        See all published notes on profile page.
      • Commenting Enable
        Disabled Forbidden Owners Signed-in users Everyone
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
        • Everyone
      • Invitee
      • No invitee
    Menu Sharing Help
    Menu
    Options
    Versions and GitHub Sync Transfer ownership Delete this note
    Export
    Dropbox Google Drive Gist
    Import
    Dropbox Google Drive Gist Clipboard
    Download
    Markdown HTML Raw HTML
    Back
    Sharing
    Sharing Link copied
    /edit
    View mode
    • Edit mode
    • View mode
    • Book mode
    • Slide mode
    Edit mode View mode Book mode Slide mode
    Note Permission
    Read
    Owners
    • Owners
    • Signed-in users
    • Everyone
    Owners Signed-in users Everyone
    Write
    Owners
    • Owners
    • Signed-in users
    • Everyone
    Owners Signed-in users Everyone
    More (Comment, Invitee)
    Publishing
    Everyone on the web can find and read all notes of this public team.
    After the note is published, everyone on the web can find and read this note.
    See all published notes on profile page.
    More (Comment, Invitee)
    Commenting Enable
    Disabled Forbidden Owners Signed-in users Everyone
    Permission
    Owners
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Invitee
    No invitee
       owned this note    owned this note      
    Published Linked with GitHub
    Like BookmarkBookmarked
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # 2021-08-01 Weekly Meeting ###### tags: `weekly-meeting` ### Topics: ## MRs * https://gitlab.com/veloren/veloren/-/merge_requests/2211 * Pfau: If we want this, it shouldn't just be for food, it should be general for any countable items. Currently you can count food by putting it in your skillbar. Let players drag items into a field that allows them to see how many they have. * aweinstock: This dispays anything tagged with food, which is different than just dragging to skillbar. Can be closed since this solution doesn't encapsulate the full functionality. * Slipped: By stacking, you lose proper feel of Veloren being a barter-based economy. * Status: Closed to allow for reimplementation if needed. * https://gitlab.com/veloren/veloren/-/merge_requests/2173 * Pfau: Lots of work that would have to be done, move MR description to tracking issue * https://gitlab.com/veloren/veloren/-/merge_requests/2537 * xmac will talk with xvar, leaving open * https://gitlab.com/veloren/veloren/-/merge_requests/2549 * Pfau: probably won't get implemented * https://gitlab.com/veloren/veloren/-/merge_requests/2354 * Slipped: Waiting on imbris, needs review, big changes, leave for imbris to close ## Issues * https://gitlab.com/veloren/veloren/-/issues/1261 * Options to toggle PvP * More options for how to allow PvP * Towns allow you to switch to either PvE or PvP. In towns, everything is PvE. * You can only do PvP in certain areas, allowing you to opt in to events like capture the flag, king of the hill, dungeons that open at a certain time... * e.g. shrines that apply a pvp-enabled buff in some radius, and spawn chests when enough player deaths happen nearby * https://gitlab.com/veloren/veloren/-/issues/775 * zest: we want players to feel scared while in the dark, however, new players will just max out their gamma/brightness to make the game reasonable to play for them. Non-physical ambient light won't ever feel good. We need to get better at doing lighting, but the solution isn't more sliders. Don't trust the player to make it look right. * xmac: give more light sources, enemies with lanterns, moonlight, encourage players to run from light to light * zest: our lighting model is partly visible based, and so there are areas (deep caves) should be entirely black. Our eyes irl have a high dynamic range, and it's really hard to simulate that in games. We do some hacks to make light look ok, we do ambient lighting during the day, some ambient with lanterns. * angel: Can we export this problem to mod developers to do with their own shaders? Players might want the game to look a certain way, and prefer how to play the game with other games they're used to. Allowing the player to pick from several options would solve the problem. * xmac: give players the agency to play with lighting in different ways. * zesterer: only other lighting we have in dark regions is the (bloom?)/flood lighting from sources. Sharp wants to move to a deferred rendering engine. * xmac: can we simulate human eyes adjusting to dark light * https://gitlab.com/veloren/veloren/-/issues/1081 * Closing due to cannot repoduce * https://gitlab.com/veloren/veloren/-/issues/1060 * aweinstock: Should be fine as long as site layer is done after other worldgen, we can clear areas to place the dungeon. * https://gitlab.com/veloren/veloren/-/issues/1216 * Just need to replace text * To be resolved by Pfau * https://gitlab.com/veloren/veloren/-/issues/1132 * https://gitlab.com/veloren/veloren/-/issues/1114 ## Permissions for non-developers - Currently, there are no devs on the repo. This means that no one can approve MRs - Write a bot like Bors that would allow approval through replies - Give permissions to more trusted people ## Questing RFC https://gitlab.com/veloren/rfcs/-/blob/master/open/xxxx-questing-proposal.md ### Zesterer - We can implement questing without persistence, wouldn't be great though. When you log off, you lose all progress towards larger quest lines. - Want some type of persistence. - Issues: - Procedural world, chaotic system, changing small amount of seed or worldgen will trickle down to every element of what quests might be. - This effect on history will have large effects on how quests can be saved - We might be able to base persistence on a Git hash - Change release period to mess less with persistence - Will be easier when releases are based on versions - (angel): Still won't solve problem when players are questing across versions - Build up as parts of interactions in the world, based on state of the world ### aweinstock - Minimal quest: - Keep track of wolf/deer pop, villager gives quest to kill them in a nearby woods - Quest giver can persist identity - Waypoints might not be relevent after a while - (zest) this makes assumptions that the world state will stay for long enough ### zester - hard to migrate data, would need a scheme ## Next week leads Lead: Slipped MRs: xMAC94x Issues: Dr. Dystophia Minutes: Angel

    Import from clipboard

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lost their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template is not available.


    Upgrade

    All
    • All
    • Team
    No template found.

    Create custom template


    Upgrade

    Delete template

    Do you really want to delete this template?

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in via Google

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Tutorials

    Book Mode Tutorial

    Slide Mode Tutorial

    YAML Metadata

    Contacts

    Facebook

    Twitter

    Feedback

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions

    Versions and GitHub Sync

    Sign in to link this note to GitHub Learn more
    This note is not linked with GitHub Learn more
     
    Add badge Pull Push GitHub Link Settings
    Upgrade now

    Version named by    

    More Less
    • Edit
    • Delete

    Note content is identical to the latest version.
    Compare with
      Choose a version
      No search result
      Version not found

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub

        Please sign in to GitHub and install the HackMD app on your GitHub repo. Learn more

         Sign in to GitHub

        HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Available push count

        Upgrade

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Upgrade

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully