Skip to content
Snippets Groups Projects
  1. Sep 24, 2021
    • Zoey76's avatar
      Update to Java 17 · e3b0b7f1
      Zoey76 authored
      Updated BitBucket pipeline.
      Updated Maven Wrapper.
      
      Updated SLF4J 1.7.31 to 1.7.32.
      Updated JUnit 5.7.2 to 5.8.0.
      Updated Mockito 3.11.2 to 3.12.4.
      e3b0b7f1
  2. Jul 08, 2021
    • Zoey76's avatar
      Update to Java 16 · 54cb75bf
      Zoey76 authored
      Replaced TestNG with JUnit.
      Updated SLF4J from 1.7.30 to 1.7.31.
      54cb75bf
  3. Jun 12, 2021
  4. Sep 07, 2020
    • Zoey76's avatar
      Fixed EnemyOnly target handler · 22fdde03
      Zoey76 authored
      Fixed a bug where in duel player couldn't use debuffs such as Surrender
      to Fire against enemy, with or without ctrl key pressed.
      Fixed a bug that didn't allow to use debuff in Olympiad when opposing
      side was Clan or Alliance mate.
      
      Skills using this target handler cannot be used in party members,
      regardless of being in PvP area.
      
      Skills using this target handler can be used in Clan mates while inside
      PvP area.
      
      Guessed that unless in PvP area skills using this target handler cannot
      be used in Alliance or Command Channel members.
      
      ---
      
      Unit tests:
      Each target case is properly documented using a single unit test.
      Added 100% coverage unit tests for this target handler.
      Replaced Mockito with EasyMock.
      22fdde03
  5. Aug 23, 2020
  6. Jul 15, 2020
    • Zoey76's avatar
      Adding Maven Wrapper · 22ef232e
      Zoey76 authored
      Now you can do:
      git clone
      mvnw clean install
      
      It doesn't require to download and install Maven.
      22ef232e
  7. Apr 27, 2020
  8. Dec 27, 2019
  9. Aug 24, 2019
  10. Apr 01, 2019
  11. Mar 05, 2019
    • Zoey76's avatar
      Complete DataPack refactor · 62c9e72b
      Zoey76 authored
      Moved to Maven instead of Gradle.
      Using proper project structure and package structure.
      62c9e72b
Loading