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

Remade PRINT and MESSAGE commands #930

Merged
merged 19 commits into from Jan 18, 2021
Merged

Commits on Jan 10, 2021

  1. Remade PRINT and MESSAGE commands

    PRINT allows you to specify whom (player or creature) the message is from. MESSAGE allows you to specify how long the message is displayed for.
    AdamPlenty committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    8ffb44d View commit details
    Browse the repository at this point in the history
  2. Update lvl_script.h

    AdamPlenty committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    f7916e2 View commit details
    Browse the repository at this point in the history
  3. Update lvl_script.c

    AdamPlenty committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    435052c View commit details
    Browse the repository at this point in the history
  4. Update lvl_script.c

    AdamPlenty committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    ab41412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d84ab38 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    f29fde5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    47afdb6 View commit details
    Browse the repository at this point in the history
  2. Renamed PRINT command

    AdamPlenty committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    6af3485 View commit details
    Browse the repository at this point in the history
  3. Update lvl_script.h

    AdamPlenty committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    f39d75f View commit details
    Browse the repository at this point in the history
  4. Readd new MESSAGE command

    It takes the string number and player/creature as parameters.
    AdamPlenty committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    d97f419 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    958868d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48a9254 View commit details
    Browse the repository at this point in the history
  7. Remove comment

    AdamPlenty committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    febac8c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Renamed MESSAGE command.

    AdamPlenty committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    4c8ba98 View commit details
    Browse the repository at this point in the history
  2. Update lvl_script.h

    AdamPlenty committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    df94b71 View commit details
    Browse the repository at this point in the history
  3. Revert "Update lvl_script.c"

    This reverts commit ab41412.
    AdamPlenty committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    fd37d18 View commit details
    Browse the repository at this point in the history
  4. Aligned creature icon.

    AdamPlenty committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    a16638a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    281cceb View commit details
    Browse the repository at this point in the history
  6. Optimisation

    AdamPlenty committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    3e696bd View commit details
    Browse the repository at this point in the history