Skip to content
Success

Changes

Summary

  1. remove the old scriptevent reset system (commit: fe5970b) (details)
  2. add new cancellation tooling (commit: 4a0fd5a) (details)
  3. (INTERNAL BREAKING) run a *copy* of the event, not the original (commit: 3a6ae8e) (details)
Commit fe5970b1956ead11e5839537babb5e49e08a6300 by agoodwin
remove the old scriptevent reset system
(commit: fe5970b)
The file was modified src/main/java/com/denizenscript/denizencore/utilities/debugging/LogInterceptor.java (diff)
The file was modified src/main/java/com/denizenscript/denizencore/events/ScriptEvent.java (diff)
The file was modified src/main/java/com/denizenscript/denizencore/events/core/ConsoleOutputScriptEvent.java (diff)
The file was modified src/main/java/com/denizenscript/denizencore/events/core/ReloadScriptsScriptEvent.java (diff)
The file was modified src/main/java/com/denizenscript/denizencore/events/core/TickScriptEvent.java (diff)
The file was modified src/main/java/com/denizenscript/denizencore/DenizenCore.java (diff)
Commit 4a0fd5a15653413433a5f2e2f44961bb997169b3 by agoodwin
add new cancellation tooling
(commit: 4a0fd5a)
The file was modified src/main/java/com/denizenscript/denizencore/events/ScriptEvent.java (diff)
Commit 3a6ae8e85dcc021a8eadd3a0ff1c4732b746075f by agoodwin
(INTERNAL BREAKING) run a *copy* of the event, not the original
(commit: 3a6ae8e)
The file was modified src/main/java/com/denizenscript/denizencore/events/ScriptEvent.java (diff)