72
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected about 6 years ago.
Posted about 11 years ago by UnAfraid
BETA: Dropping unused class TaskPriority.
Posted about 11 years ago by UnAfraid
BETA: Removing extra copy and iteration of all items in inventory container when deleting them from the world. Also minor cleanup of L2World. Reviewed by: Nos
Posted about 11 years ago by UnAfraid
BETA: Invoking deleteMe only when deleting item container updateDatabase is used for other things too.. Reported by: Nos
Posted about 11 years ago by UnAfraid
BETA: Fixing resource leak that is causing time limited items to create tasks and upon delete from the world that task to not be stopped and everytime player relogin tasks are created over and over again. Reported by: Nos Reviewed by: Nos, Zoey76
Posted about 11 years ago by Nos
BETA: Little tweak for ThreadPoolManager#getStats using actual queue size instead of calculating it. Reviewed by: UnAfraid, Zoey76
Posted about 11 years ago by UnAfraid
BETA: Minor tweaks to CategoryData?: Overriding getId in L2PcInstance with player's class id. Finalizing isInCategory method.
Posted about 11 years ago by UnAfraid
BETA: Adding timestamp in console log formatter. Patch by: lion
Posted about 11 years ago by Zoey76
BETA: Moving Hellbound to Datapack: New Datapack sided Hellbound Engine. Using one class-loader for all Hellbound related scripts: Faster loading and allows "communication" between scripts. Allows disabling Hellbound completely by just removing the ... [More] class-loader from scripts.cfg. Static Hellbound's spawn data moved from SQL to XML. Removed HellboundManager. Reviewed all the Hellbound related scripts: Finalized all classes and removed main method. Added JavaDocs. Removed the usage of QuestState, it's not required at all at AIs. Moved constructor at the top of the class after fields declaration. [Less]
Posted about 11 years ago by Nos
BETA: Continuation of [6488]. Fixed enchant HP bonus it was not working after [6488]. EnchantItemHPBonusData (data/stats/enchantHPBonus.xml) is using now CrystalType enum. Reported by: d!g0 Tested by: d!g0 Reviewed by: d!g0
Posted about 11 years ago by Adry_85
BETA: Cleanup ArmorType, EtcItemType and WeaponType enums. Reviewed by: Nos, UnAfraid Thanks to: Nos