Commit Verlauf

Autor SHA1 Nachricht Datum
  Zoey76 0f96e09af1 BETA: System message update. vor 13 Jahren
  Zoey76 17cb2c26bc BETA: Some more cleanup, getting rid of some warnings. vor 13 Jahren
  Zoey76 495954c733 BETA: More cleanup and code refactoring. vor 13 Jahren
  Zoey76 e92ef87b39 BETA: Some cleanup and code improves, also a new configuration option OfflineModeInPaceZone. vor 13 Jahren
  Nik 0f37a15b7d telnet - cleanvoiditems vor 13 Jahren
  Nik ec61b66b45 ItemTable item deletion logging vor 13 Jahren
  Nik e1cbedbddd BETA: GameTimeController iteration fix. vor 13 Jahren
  lion abf0686629 fix bug with offline craft after [4790],thx sam.jr vor 13 Jahren
  Rumen Nikiforov 7f1af48c60 BETA: Support for Quest class to accept addTalkId(1, 2, 3, 4) instead of adding multiple times addTalkId and leave old declarations because of jython it converts them as int[] -_- vor 13 Jahren
  Rumen Nikiforov e35fec22ff BETA: Using xml filter in zones and skill trees vor 13 Jahren
  Nik 2c30e8364b HtmCache's map should be synchronized only if lazycache is running. vor 13 Jahren
  Nik 89a81beaa6 BETA: L2TIntObjectHashMap at GameTimeController, L2Manor, L2Attackable, L2ZoneType. Can't think of any more places where i can use this, except knownlist (im still testing this rework). vor 13 Jahren
  Nik 25ddc83175 BETA: MailManager using L2TIntObjectHashMap (ehh sry, i still forget to put BETA: tags on my commits >.< ) vor 13 Jahren
  Nik 2042ce821a HtmCache using L2TIntObjectHashMap vor 13 Jahren
  Rumen Nikiforov b4d71a8c7d BETA: Cleanup all useless commends like //synchronized (blabla) vor 13 Jahren
  Nik 19e750a90c BETA: L2PcInstance _reuseTimeStamps and _cubics use L2TIntObjectHashMap instead of shared fastmap :) vor 13 Jahren
  Nik e6b26e9d46 BETA: L2TIntObjectHashMap for _disabledSkills @ L2Character too... vor 13 Jahren
  Nik aa8ca88a27 More usage of L2TIntObjectHashMap - character skills. vor 13 Jahren
  Nik bc66790984 Creating a L2TIntObjectHashMap which is a synchrinized TIntObjectHashMap via ReentrantReadWriteLock and cleaning up L2World.java from the synchronizers, since we are using L2TIntObjectHashMap. vor 13 Jahren
  Nik a731a3de61 L2World maps(_allPlayers, _allObjects, _petsInstance) reworked. They are now TIntObjectHashMap surrounded by ReentrantReadWriteLock working as synchronization. Keep in mind that FastMap<K,V>.shared() drains a lot of CPU usage, because the whole map is filled with synchronizations. ReentrantLock is much faster than synchronized and it does the same job, even better. vor 13 Jahren
  Zoey76 68340238d3 BETA: Fix for L2JMod Offline Shops, now players won't remain standing after disconnect if they aren't in shop mode. vor 13 Jahren
  Zoey76 7684a7cc29 BETA: Fix for double store for Combat flag: vor 13 Jahren
  MELERIX 76ffd2700b BETA/STABLE: Fixes & Cleanup in builders. vor 13 Jahren
  Rumen Nikiforov d2b224ffee BETA: Javadocs for some utils thanks FBIagent vor 13 Jahren
  Rumen Nikiforov 5c6ff8eb68 BETA: Core Support for DebuffImmunity DP will come later vor 13 Jahren
  MELERIX 1218ef42d4 BETA/STABLE: Fix for JDK7 Requirement in builders (now using "java.lang.AutoCloseable" which is introduced in JDK7), thanks FBIagent. vor 13 Jahren
  MELERIX ce8f52cc62 BETA: Minor Fixes for /loc in RespawnZones by Nyaran. '''NOTE: Require DataPack [DP8240]''' vor 13 Jahren
  MELERIX 3d5b4cf320 BETA/STABLE: Code Format in some builders. vor 13 Jahren
  MELERIX ae3ba2b59c BETA/STABLE: Some more for [4696]. vor 13 Jahren
  MELERIX 16185a1bf8 BETA/STABLE: Minor update in builders. vor 13 Jahren