Skip to content
Snippets Groups Projects
  1. Jun 26, 2016
  2. Jun 24, 2016
    • HorridoJoho's avatar
      Syntax: Fixing illegal FlagWar.super expression. · 5cf19ac6
      HorridoJoho authored
      Using super to get the this reference as a reference of the type of the
      super class is not valid. According to java documentation super can be
      used to access members and methods of it's super class. Using it to get
      a reference to the current class is not documented. In the past ECJ
      allowed this expression and hapilly compiled. But tests one year ago has
      shown that the JDK compiler in tools.jar was reporting it as an error.
      Now as reported @Sacrifice, the last update of Eclipse also complains
      about this, so this expression is now removed and the code a little bit
      cleaned using a lambda instead of inner class.
      
      Reported By: @Sacrifice
      Patch By: @Sacrifice, @HorridoJoho
      5cf19ac6
  3. Apr 04, 2016
  4. Mar 29, 2016
  5. Mar 23, 2016
  6. Mar 14, 2016
  7. Jan 25, 2016
  8. Jan 18, 2016
    • Zoey76's avatar
      Area Friendly target handler update · 8c011d6a
      Zoey76 authored
      Static comparator to prevent initialization on each call.
      List is created after single-target checks are performed.
      Using LinkedList instead ArrayList due resize overhead.
      Adding target only if it's not null.
      Sorting the list of creatures after it's complete, not after adding the
      target (that wouldn't have an effect on the list since it has a single
      element).
      Performing maximum target check first.
      Skipping hidden creatures.
      Skipping, when in siege, creatures that are not in the same siege side.
      8c011d6a
    • Zoey76's avatar
  9. Jan 17, 2016
  10. Jan 13, 2016
  11. Jan 08, 2016
  12. Dec 26, 2015
    • Alex's avatar
      typo · f8c0e03a
      Alex authored
      Missing HTML page: data/scripts/quests/Q00212_TrialOfDuty/30109-04.html
      f8c0e03a
  13. Dec 24, 2015
  14. Dec 19, 2015
  15. Dec 18, 2015
  16. Dec 17, 2015
  17. Dec 11, 2015
  18. Dec 10, 2015
  19. Dec 09, 2015
  20. Dec 08, 2015
  21. Nov 30, 2015
  22. Nov 28, 2015
  23. Nov 25, 2015
  24. Nov 24, 2015
Loading