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

Variable Substitution: Options for enabling substution in command strings & for applying {fmt}-style number formatting #3220

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 24, 2024

  1. New feature: flag 'easyrpg_var_substitution_in_commands=true' allows …

    …for command code evaluation inside interpreter command strings
    florianessl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dba94a1 View commit details
    Browse the repository at this point in the history
  2. Refactored Game_Message::ParseParam to use templates & added a new va…

    …riant which parses {fmt}-style format strings
    florianessl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a8d2d8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bacf0ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7b652b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bfc9bc View commit details
    Browse the repository at this point in the history
  6. Modified "ApplyTextInsertingCommands" to directly manipulate the pass…

    …ed std::string instead of creating a copy
    florianessl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b9ea8ad View commit details
    Browse the repository at this point in the history