Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SkriptLang/Skript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.13.1
Choose a base ref
...
head repository: SkriptLang/Skript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.13.2
Choose a head ref
  • 13 commits
  • 26 files changed
  • 7 contributors

Commits on Nov 7, 2025

  1. Enable errors in Region converter during parsing (#8278)

    make the converter spit out errors during parsing
    sovdeeth authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    4a9441d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Fix Modern and Legacy Syntax Info Conversion (#8271)

    * Fix SyntaxElementInfo.fromModern
    
    * Requested Changes
    
    * Annotate introduced constructors with ApiStatus.Internal
    
    ---------
    
    Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
    UnderscoreTud and sovdeeth authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    edb901e View commit details
    Browse the repository at this point in the history
  2. Fix concurrent do-while instances only running do section once (#…

    …8263)
    
    * Make the 'do' check in do-while local to the event its run on
    
    * Make the 'do' check in do-while local to the event its run on
    
    * Add test
    UnderscoreTud authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    177ae17 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. Fix variable & function thread safety (#8285)

    * fix function thread safety
    
    * fix variable thread safety
    ericd590 authored Nov 22, 2025
    Configuration menu
    Copy the full SHA
    b9b2039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca1789 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. move addDelayedEvent to trigger after the delay finishes (#8299)

    move addDelayedEvent to trigger after the delay finishes, rather than before.
    sovdeeth authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    72dcc95 View commit details
    Browse the repository at this point in the history
  2. Allow past/future in ExprLevel via default value (#8295)

    Allow default player, past/future states, clean up code
    sovdeeth authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    a8cec28 View commit details
    Browse the repository at this point in the history
  3. Update contributing.md to improve new contributor experience, add AI …

    …disclosure requirement. (#8294)
    
    * Improve contributing guide, add AI disclosure requirement. Remove Eclipse info from README
    
    * Apply suggestions from code review
    
    Co-authored-by: Eren <67760502+erenkarakal@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Eren <67760502+erenkarakal@users.noreply.github.com>
    sovdeeth and erenkarakal authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    ef6ffe5 View commit details
    Browse the repository at this point in the history
  4. [BUG] Resolved Auto reload case sensitive issue. (#8293)

    * [BUG] Resolved Auto reload case sensitive issue.
    
    Signed-off-by: Harsh Mehta <harshmehta010102@gmail.com>
    
    * [BUG] Review comments resolved.
    
    Signed-off-by: Harsh Mehta <harshmehta010102@gmail.com>
    HarshMehta112 authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    3add02d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Ensure that unload event is called before unloading of functions rega…

    …rdless of order in script. (#8250)
    
    * Ensure that unload event is called before unloading of functions.
    
    * Unload based on priority from structure
    
    * Remove unused import
    
    * Remove debug message
    
    * Structures now unload based on priority across multiple scripts.
    
    * Requested Changes
    
    ---------
    
    Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
    TFSMads and sovdeeth authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    8cb697a View commit details
    Browse the repository at this point in the history
  2. Fix brew event pattern (#8284)

    fix pattern
    erenkarakal authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    e06d209 View commit details
    Browse the repository at this point in the history
  3. Fix Incorrect Command Cooldown Storage Warning (#8304)

    fix incorrect warning
    erenkarakal authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    06878b5 View commit details
    Browse the repository at this point in the history
  4. Prepare for 2.13.2 release (#8305)

    bump version
    sovdeeth authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    8209445 View commit details
    Browse the repository at this point in the history
Loading