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

QC: Enhance Intermission+Epilogue Implementation, Add Episode 0 Epilogue. #118

Merged
merged 4 commits into from Mar 10, 2024

Commits on Mar 9, 2024

  1. QC: Use Struct for Epilogue/End-of-Chapter Missions

    Allows easy configuration of Epilogue Texts and CD Track numbers in a
    centralized datastructure in client.qc, with a size-agnostic parser
    instead of repeated switch statements. Thanks FTEQCC :^)
    MotoLegacy committed Mar 9, 2024
    Copy the full SHA
    43a0c68 View commit details
    Browse the repository at this point in the history
  2. QC: Add Epilogue Text for LibreQuake Episode 0 (#117)

    Uses the new intermission+epilogue data structure to insert a new
    epilogue string for LibreQuake's Episode 0 ("The WinQuake Compatible
    One"), guarded with __LIBREQUAKE__.
    MotoLegacy committed Mar 9, 2024
    Copy the full SHA
    008f447 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    50a04ca View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0c6e4a8 View commit details
    Browse the repository at this point in the history