Skip to content
Success

Changes

Summary

  1. Change "@Usage <syntax>" meta to "@Syntax <syntax>" (commit: e8984bb) (details)
  2. add list.get[x].to[y] (commit: 8571f51) (details)
  3. Temporarily restore old Debug methods (commit: 2f79dfd) (details)
  4. Make old echoDebug methods function normally, but deprecate them. (commit: 02c5a0a) (details)
Commit e8984bb1a4e8c93517ce4ecaa04f0399a8d67bc5 by morphanone
Change "@Usage <syntax>" meta to "@Syntax <syntax>"
(commit: e8984bb)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/requirements/RequirementRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dList.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/CommandHandler.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dEntity.java (diff)
Commit 2f79dfdfd60b68882292d4284167d72c8ff3fd65 by mcmonkey4eva
Temporarily restore old Debug methods

-- Sentry apparently calls these for some reason. We need to get the
calls out of Sentry before we can delete them entirely.
(And any other plugins that might call them.)  --- I don't think I'm
using DebugElements correctly. Ah well, doesn't matter, as long as
nothing crashes/errors/...
(commit: 2f79dfd)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java (diff)
Commit 02c5a0a2f6b40719846b9aefba5b9fe6b736df39 by jeremy
Make old echoDebug methods function normally, but deprecate them.
(commit: 02c5a0a)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java (diff)