72
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected about 6 years ago.
Posted almost 11 years ago by UnAfraid
BETA: Added new util method at NpcData to retrieve a List of L2NpcTemplate by specific filter. Added new method to execute synchronous listener with a container without return type.
Posted almost 11 years ago by Zoey76
BETA: Javadocs and replace of Javolution.
Posted almost 11 years ago by St3eT
BETA: Few edited/added listeners. Added OnCreatureAttacked. Splitted OnCreatureDamage to OnCreatureDamageReceived and OnCreatureDamageDealt. Added OnPlayerSummonTalk. Added util method to unregister listener. Patch by: UnAfraid, St3eT
Posted almost 11 years ago by St3eT
BETA: Fixed Olympiad IP restriction bypass. Reported by: Gries Reviewed by: UnAfraid
Posted almost 11 years ago by UnAfraid
BETA: Fixing minor issue causing wrong re-scheduling of Territory War and being started every week. Reported by: CostyKiller?
Posted almost 11 years ago by UnAfraid
BETA: Little reorder of methods in EventDispatcher and removing one useless method.
Posted almost 11 years ago by UnAfraid
BETA: Fixing Endless recursion in EventDispatcher and some minor cleanup. Reported by: yksdtc, Nos
Posted almost 11 years ago by UnAfraid
BETA: Using ReentrantLock instead of pure synchronization in doAttack method to prevent from possible deadlocks.
Posted almost 11 years ago by UnAfraid
BETA: Small rework to listeners: Reworked Npc, Item, Residence annotations to one Id Added new range annotations (id range and npc level range) Prevented from starting event dispatching operations if containers doesn't contains this event type.
Posted almost 11 years ago by UnAfraid
BETA: Catch RejectedExecutionException? within ThreadPoolManager? to prevent from spam when server is shutting down.