Skip to content
Snippets Groups Projects
  1. Sep 25, 2020
  2. Sep 01, 2020
  3. Aug 31, 2020
    • James R.'s avatar
      Kill NOHS · 6c2370f8
      James R. authored
      (cherry picked from commit 3437b0690a3f4278e3ecc657102a126a3e2f3d13)
      6c2370f8
  4. Aug 30, 2020
  5. Jul 25, 2020
  6. Jul 11, 2020
  7. Jul 10, 2020
  8. Jul 07, 2020
  9. Jun 27, 2020
  10. Jun 20, 2020
  11. May 28, 2020
  12. May 24, 2020
  13. May 14, 2020
    • toaster's avatar
      Introducing Marathon Run. (I was going to call it Marathon Mode, but NiGHTS... · d593e2e1
      toaster authored
      Introducing Marathon Run. (I was going to call it Marathon Mode, but NiGHTS Mode being right next to it on the menu looked terrible.)
      
      Basically a dedicated Record Attack-like experience for speedrunning the game as a continuous chunk rather than ILs. Has several quality of life features.
      
      Benefits include:
      * An unambiguous real-time bar across the bottom of the screen, always displaying the current time, ticking up until you reach the ending.
      * Disable the console (pausing is still allowed, but the timer will still increment).
      * Automatically skip intermissions as if you're holding down the spin button.
      * Show centiseconds on HUD automatically, like record attack.
      * "Live Event Backups" - a category of run fit for major events like GDQ, where recovery from crashes or chokes makes for better entertainment. Essentially a modified SP savefile, down to using the same basic functions, but has its own filename and tweaked internal layout.
      * "spmarathon_start" MainCfg block parameter and "marathonnext" mapheader parameter, allowing for a customised flow (makes this fit for purpose for an eventual SUGOI port).
      * Disabling inter-level custom cutscenes by default with a menu option to toggle this (won't show up if the mod doesn't *have* any custom cutscenes), although either way ending cutscenes (vanilla or custom) remain intact since is time is called before them.
      * Won't show up if you have a mod that consists of only one level (determined by spmarathon_start's nextlevel; this won't trip if you manually set its marathonnext).
      * Unconditional gratitude on the evaluation screen, instead of a negging "Try again..." if you didn't get all the emeralds (which you may not have been aiming for).
      * Gorgeous new menu (no new assets required, unless you wanna give it a header later).
      
      Changes which were required for the above but affect other areas of the game include:
      * "useBlackRock" MainCFG block parameter, which can be used to disable the presence of the Black Rock or Egg Rock in both the Evaluation screen and the Marathon Run menu (for total conversions with different stories).
      * Disabling Continues in NiGHTS mode, to match the most common singleplayer experience post 2.2.4's release (is reverted if useContinues is set to true).
      * Hiding the exitmove "powerup" outside of multiplayer. (Okay, this isn't really related, I just saw this bug in action a lot while doing test runs and got annoyed enough to fix it here.)
      * The ability to use V_DrawPromptBack (in hardcode only at the moment, but) to draw in terms of pixels rather than rows of text, by providing negative instead of positive inputs).
      * A refactoring of redundant game saves smattered across the ending, credits, and evaluation - in addition to saving the game slightly earlier.
      * Minor m_menu.c touchups and refactorings here and there.
      
      Built using feedback from the official server's #speedruns channel, among other places.
      d593e2e1
  14. May 12, 2020
  15. May 11, 2020
  16. May 10, 2020
  17. May 02, 2020
  18. Mar 22, 2020
  19. Mar 21, 2020
  20. Mar 20, 2020
  21. Feb 22, 2020
  22. Feb 19, 2020
  23. Feb 15, 2020
  24. Feb 05, 2020
  25. Jan 24, 2020
  26. Jan 18, 2020
  27. Jan 16, 2020
    • Sal's avatar
      ?? · ef81bf81
      Sal authored
      did not commit??
      ef81bf81
  28. Jan 11, 2020
  29. Jan 08, 2020
  30. Dec 30, 2019
  31. Dec 26, 2019
    • James R.'s avatar
      More fine tuned versioning · 6bd38362
      James R. authored
      You get a PACKETVERSION, for when some packets change format.
      
      You get SRB2APPLICATION, for when you have big fucking mod.
      6bd38362
  32. Dec 25, 2019
Loading