Commit History

Author SHA1 Message Date
  Nik 25ddc83175 BETA: MailManager using L2TIntObjectHashMap (ehh sry, i still forget to put BETA: tags on my commits >.< ) 13 years ago
  Nik 2042ce821a HtmCache using L2TIntObjectHashMap 13 years ago
  Rumen Nikiforov b4d71a8c7d BETA: Cleanup all useless commends like //synchronized (blabla) 13 years ago
  Nik 19e750a90c BETA: L2PcInstance _reuseTimeStamps and _cubics use L2TIntObjectHashMap instead of shared fastmap :) 13 years ago
  Nik e6b26e9d46 BETA: L2TIntObjectHashMap for _disabledSkills @ L2Character too... 13 years ago
  Nik aa8ca88a27 More usage of L2TIntObjectHashMap - character skills. 13 years ago
  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. 13 years ago
  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. 13 years ago
  Zoey76 68340238d3 BETA: Fix for L2JMod Offline Shops, now players won't remain standing after disconnect if they aren't in shop mode. 13 years ago
  Zoey76 7684a7cc29 BETA: Fix for double store for Combat flag: 13 years ago
  MELERIX 76ffd2700b BETA/STABLE: Fixes & Cleanup in builders. 13 years ago
  Rumen Nikiforov d2b224ffee BETA: Javadocs for some utils thanks FBIagent 13 years ago
  Rumen Nikiforov 5c6ff8eb68 BETA: Core Support for DebuffImmunity DP will come later 13 years ago
  MELERIX 1218ef42d4 BETA/STABLE: Fix for JDK7 Requirement in builders (now using "java.lang.AutoCloseable" which is introduced in JDK7), thanks FBIagent. 13 years ago
  MELERIX ce8f52cc62 BETA: Minor Fixes for /loc in RespawnZones by Nyaran. '''NOTE: Require DataPack [DP8240]''' 13 years ago
  MELERIX 3d5b4cf320 BETA/STABLE: Code Format in some builders. 13 years ago
  MELERIX ae3ba2b59c BETA/STABLE: Some more for [4696]. 13 years ago
  MELERIX 16185a1bf8 BETA/STABLE: Minor update in builders. 13 years ago
  Zoey76 605655eae4 BETA: Pet exploit fix, by UnAfraid's request. 13 years ago
  Zoey76 c34cdcf77b BETA: Fix for wrong parameter count. 13 years ago
  Nik 091855a73c BETA: Forgot this from [4775] 13 years ago
  Nik 0a7ca3f6fa BETA: CharEffectList getAllEffects() cache (based on DrHouse's code). I've been using it for months and so far no problems, so I've decided to commit it. 13 years ago
  GodKratos 63670b3a23 BETA: Cleanup of CharEffectList 13 years ago
  Rumen Nikiforov fedfcd3ac0 BETA: Warnings cleanup 13 years ago
  MELERIX afaac1d7c9 BETA: Retail Like '''"Respawn Zones"''' by Nyaran. 13 years ago
  Rumen Nikiforov da45199648 BETA: Possible Deadlock fix 13 years ago
  MELERIX fd69ca7a67 BETA/STABLE: Other minor update for builders. 13 years ago
  MELERIX 71ec8fc0bc BETA/STABLE: Updating builders for Java 7. 13 years ago
  Zoey76 a21d11326d BETA: Retail like Party system messages by Nyaran. 13 years ago
  Rumen Nikiforov 95d51a9088 BETA: Kamaels can now take 3rd sub inspector thanks Zoey76 14 years ago