Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bippity/CharacterReset
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: moisterrific/CharacterReset
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 19, 2019

  1. Port to mobile 1.3.0.7

    moisterrific authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    766db7a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Fixed issue not resetting offline player

    Fixed issue when trying to reset an offline player and the result said "player has been reset" even though nothing was actually reset.
    moisterrific authored Dec 25, 2019
    Configuration menu
    Copy the full SHA
    59ba6a2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    moisterrific authored Dec 25, 2019
    Configuration menu
    Copy the full SHA
    f008d51 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Update README.md

    moisterrific authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    5f8bb17 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Update README.md

    moisterrific authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    8fb907d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    6a9309c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96fd6d View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    moisterrific authored May 15, 2021
    Configuration menu
    Copy the full SHA
    b3a2617 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Remove CLI ability to use /resetcharacter

    This fixes a rare out of range exception if a user decides to try using /resetcharacter via the CLI
    
    Shoutout to Luke from Pryaxis discord for finding this!
    moisterrific committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    65ac8ab View commit details
    Browse the repository at this point in the history
  2. Version tick

    moisterrific committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7fe4736 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. use string interpolation + support args.Silent

    changed user messages to use string interpolation to make the code more readable, silent command specifier support has been added for commands that broadcast message to all players, also changed a few error messages to show only to the command user instead to all players
    moisterrific committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    4946201 View commit details
    Browse the repository at this point in the history
  2. version tick

    moisterrific committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    84b36f7 View commit details
    Browse the repository at this point in the history
Loading