Skip to content
Success

Changes

Summary

  1. Don't process null McMMOPlayer events (commit: 9b4070d) (details)
  2. Avoid the pitfalls of implementing an everchanging interface from a SNAPSHOT (commit: 95c291d) (details)
  3. Also avoid issues in this test by mocking instead of implementing an ever changing interface (commit: 9e7bb12) (details)
  4. Optimize imports (commit: e4b8b74) (details)
  5. Fix Serrated Strikes not processing Rupture for additional targets (commit: 989f7fd) (details)
  6. Update changelog (commit: d67c561) (details)
  7. Remove explosion from rupture, and rupture bug fixes and other tweaks (commit: f983f95) (details)
Commit 9b4070d971bad8dd75999ee8211a2864ce7622c4 by nossr50
Don't process null McMMOPlayer events
Fixes #4499
(commit: 9b4070d)
The file was modified src/main/java/com/gmail/nossr50/listeners/SelfListener.java (diff)
The file was modified Changelog.txt (diff)
Commit 95c291d630b5ebe7c82078ae64e95714a50d8bf7 by nossr50
Avoid the pitfalls of implementing an everchanging interface from a SNAPSHOT
(commit: 95c291d)
The file was modified src/test/java/com/gmail/nossr50/util/blockmeta/ChunkStoreTest.java (diff)
Commit 9e7bb12dc3bb52dacf701a6a021fb849e3861c4e by nossr50
Also avoid issues in this test by mocking instead of implementing an ever changing interface
(commit: 9e7bb12)
The file was modified src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java (diff)
The file was modified src/test/java/com/gmail/nossr50/util/blockmeta/ChunkStoreTest.java (diff)
The file was modified src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java (diff)
Commit 989f7fd51b9908f2692dd2090126beacffc74779 by nossr50
Fix Serrated Strikes not processing Rupture for additional targets
(commit: 989f7fd)
The file was modified src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modified Changelog.txt (diff)
The file was modified Changelog.txt (diff)
Commit f983f9596150bf1ac2a1456a65e37946c258661a by nossr50
Remove explosion from rupture, and rupture bug fixes and other tweaks
(commit: f983f95)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/RuptureTask.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/swords/SwordsManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/SwordsCommand.java (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/PlayerListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)