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

Implement AGSSpriteFont plugin for Clifftop Games #1705

Merged
merged 17 commits into from Jul 21, 2022

Commits on Jun 25, 2022

  1. AGSSpriteFont: added stub for SetLineHeightAdjust

    This function was added in the Clifftop Games variant of the plugin
    and adding it allows starting Kathy Rain and WOAM.
    criezy committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    cdaa050 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. AGSSpriteFont: made font renderer destructors virtual

    This will be needed with the addition of renderers that derive from
    those for the Clifftop Games.
    criezy committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a046272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b5cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    331ab64 View commit details
    Browse the repository at this point in the history
  4. AGSSpriteFont: implemented SetLineHeightAdjust

    This function is used in Kathy Rain and WOAM from Clifftop Games.
    However there are more changes needed to make those game work
    since the font parameters set are not yet used anywhere.
    criezy committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1b56100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bb19b0 View commit details
    Browse the repository at this point in the history
  6. AGSSpriteFont: added placeholder code to instantiate the Clifftop Gam…

    …es variants of the renderers
    
    The code is actually not current executed as we still beed to find a way to know
    which renderers variants should be instantiated.
    criezy committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    189b4d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0560870 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e235ba7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5be31b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5f3d54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    157d31c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab0bbbf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c147271 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    97d02b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f13f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a02138 View commit details
    Browse the repository at this point in the history