Skip to content
Snippets Groups Projects
  1. Mar 19, 2019
  2. Mar 01, 2015
    • Zoey76's avatar
      MMOCore rework · d4b72c94
      Zoey76 authored
      Removing Javolution dependence.
      Replaced FastList with ConcurrentLinkedQueue (instead of
      CopyOnWriteArrayList or LinkedList).
      Reorganized packages.
      Updated build.xml.
      Added Git ignore.
      d4b72c94
  3. Oct 11, 2013
  4. Feb 14, 2013
  5. Sep 23, 2012
  6. Jul 30, 2012
    • MELERIX's avatar
      BETA/COMMUNITY/LIBS: Some minor updates/fixes. · 5582f59d
      MELERIX authored
       * Minor Update for Builders javac task to prevent Ant from creating empty dummy classes.
       * Updated Eclipse settings (same that core) for Libs Projects and Community Server.
       * Removed -switchDefault from warn settings in ECJ due is already ignored by default.
      5582f59d
  7. Jul 25, 2012
  8. Jul 07, 2012
    • Nik's avatar
      BETA: MMOCore try/catch to avoid server crashes. · 6f5b7894
      Nik authored
      (really stupid thing to crash your server)
      Exception in thread "SelectorThread-523" java.lang.NullPointerException
      	at org.mmocore.network.NioNetStackList.removeFirst(NioNetStackList.java:48)
      	at org.mmocore.network.SelectorThread.writeClosePacket(SelectorThread.java:471)
      	at org.mmocore.network.SelectorThread.run(SelectorThread.java:205)
      6f5b7894
  9. Jul 02, 2012
  10. Jun 27, 2012
  11. Jun 24, 2012
  12. Jun 19, 2012
  13. Jun 05, 2012
  14. Apr 27, 2012
  15. Oct 05, 2011
  16. Oct 02, 2011
  17. Sep 25, 2011
  18. Sep 13, 2011
  19. Sep 24, 2010
  20. Sep 11, 2010
  21. Sep 03, 2010
  22. Oct 28, 2009
  23. Jun 27, 2009
  24. May 04, 2008
  25. Feb 29, 2008
  26. Feb 17, 2008
    • KenM's avatar
      - Fixes an issue on read code · 3500b557
      KenM authored
      - Prevents disconnection code from being called more then one time(futher calls to close shall be ignored now)
      - Refactoring
      - Minor fix on ant buildfile
      3500b557
  27. Jan 26, 2008
  28. Jan 19, 2008
  29. May 16, 2007
  30. May 06, 2007
    • KenM's avatar
      MMOCore · e6c567d4
      KenM authored
      This is still pending cleanup and opts for this very reason please do not send contribs to this now(they wont be accepted unless its a bugfix).
      Notice that this project may go on a unstable state, so its encoraged to use the compiled jar that come with l2j itself witch is suposed to be the lastest stable version.
      e6c567d4
Loading