Skip to content
Snippets Groups Projects
  1. Aug 22, 2020
    • Zoey76's avatar
      MMO Core update · 58effba1
      Zoey76 authored
      Updated license.
      Code formating.
      Interface renaming.
      58effba1
  2. Aug 10, 2020
  3. 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
  4. Mar 19, 2019
  5. 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
  6. Oct 11, 2013
  7. Feb 14, 2013
  8. Sep 23, 2012
  9. 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
  10. Jul 25, 2012
  11. 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
  12. Jul 02, 2012
  13. Jun 27, 2012
  14. Jun 24, 2012
  15. Jun 19, 2012
  16. Jun 05, 2012
  17. Apr 27, 2012
  18. Oct 05, 2011
  19. Oct 02, 2011
  20. Sep 25, 2011
  21. Sep 13, 2011
  22. Sep 24, 2010
  23. Sep 11, 2010
  24. Sep 03, 2010
  25. Oct 28, 2009
  26. Jun 27, 2009
  27. May 04, 2008
  28. Feb 29, 2008
  29. 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
  30. Jan 26, 2008
  31. Jan 19, 2008
  32. May 16, 2007
  33. 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