Skip to content
Snippets Groups Projects
  1. Nov 27, 2023
  2. Jan 29, 2023
    • Zoey76's avatar
      Update to Java 17 · 1c47af6e
      Zoey76 authored
      Simplified Jitpack script.
      Updated Apache Maven Wrapper.
      1c47af6e
  3. Aug 24, 2020
  4. Aug 22, 2020
    • Zoey76's avatar
      MMO Core update · 58effba1
      Zoey76 authored
      Updated license.
      Code formating.
      Interface renaming.
      58effba1
  5. Aug 10, 2020
  6. Jul 15, 2020
    • Zoey76's avatar
      Adding Maven Wrapper · e93a3fcd
      Zoey76 authored
      Now you can do:
      git clone
      mvnw clean install
      
      It doesn't require to download and install Maven.
      e93a3fcd
  7. Mar 19, 2019
  8. 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
  9. Oct 11, 2013
  10. Feb 14, 2013
  11. Sep 23, 2012
  12. 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
  13. Jul 25, 2012
  14. 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
  15. Jul 02, 2012
  16. Jun 27, 2012
  17. Jun 24, 2012
  18. Jun 19, 2012
  19. Jun 05, 2012
  20. Apr 27, 2012
  21. Oct 05, 2011
  22. Oct 02, 2011
  23. Sep 25, 2011
  24. Sep 13, 2011
  25. Sep 24, 2010
  26. Sep 11, 2010
  27. Sep 03, 2010
  28. Oct 28, 2009
  29. Jun 27, 2009
  30. May 04, 2008
  31. Feb 29, 2008
  32. 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
  33. Jan 26, 2008
  34. Jan 19, 2008
  35. May 16, 2007
  36. 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