1
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
May 22, 2024 — May 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #48 from addtheice/master
DerisionEQ
as Derision
More... about 12 years ago
Turn HandleZoneChangePacket into method. More... about 12 years ago
Reorganized handling of Packets to be a bit cleaner. More... about 12 years ago
Turn DeleteCharacterPacket handling into a method. More... about 12 years ago
Turn EnterWorldPacket handling into a method. More... about 12 years ago
Turn CharacterCreatePacket handling into a method. More... about 12 years ago
Turn CharacterCreateRequestPacket handling into a method. More... about 12 years ago
Turn GenerateRandomNamePacket handling into a method. More... about 12 years ago
Turn SendLoginInfoPacket handling into a method. More... about 12 years ago
Turn NameApprovalPacket handling into a method. More... about 12 years ago
Fix rare case where heals from buffs could be negative.
JJ
More... about 12 years ago
Moved entity_list.Clear() prior to destruction of Perl objects in zone shutdown
DerisionEQ
as Derision
More... about 12 years ago
Realized there was a better way to do the DB entries for salvage, so I changed the script. Run the optional 2013_04_09_SalvageCleanOld.sql if you ran the old script. More... about 12 years ago
Implemented Salvage AA. Added a new coloumn to tradeskill_recipe_entires called salvagecount that works much in the same way to fail/success/componentcount The code will default to the component list if nothing is found with a salvagecount New script: generate_salvage.py will generate the entries for recipes with a failcount (make sure your config is vaild XML as well, it complains if it isn't) More... about 12 years ago
Merge branch 'salvage' More... about 12 years ago
Fix XML Type Declaration in example configs More... about 12 years ago
More work on salvage, added some extra checks and won't return stacks of items More... about 12 years ago
Work on implementing salvage More... about 12 years ago
Attempting manual merge for Nature's Bounty
JJ
More... about 12 years ago
Merge pull request #46 from mackal/pet_fixes_again
JJ
More... about 12 years ago
Switched rest of pet messages to MT_PetResponse Overloaded Mob::Say_StringID with a version that takes a message type More... about 12 years ago
Merged from Master & changelog. More... about 12 years ago
Merge branch 'master' of https://github.com/EQEmu/Server More... about 12 years ago
Fixed Merc lack of use of heal over time spells (causing excessive healing), fixed pet mitigation/AC issues. More... about 12 years ago
Merge pull request #45 from mackal/aa_fix
JJ
More... about 12 years ago
Patch for: -Perl blessing of exported variables is causing the SVs to be overwritten but never freed by the Perl GC. I'm not sure if this is a feature or a bug in Perl as the documentation sucks. More... about 12 years ago
Bards can now use instant cast AAs while singing (Fading Memories, Boastful Bellow) AA reuse timers now start before the spell is cast and reset upon failure or canceling More... about 12 years ago
Merge pull request #43 from mackal/pet_fixes
DerisionEQ
as Derision
More... about 12 years ago
Fix pet message to use StringIDs, most should be correct related to pet "saying" or just the client getting a message Added the pet taunting message More... about 12 years ago
Merge pull request #42 from SecretsOTheP/master
JJ
More... about 12 years ago