aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Pet
AgeCommit message (Expand)Author
2011-05-31Core: use UNIT_DYNFLAG_NONE instead of 0-value. Also fixed typo in reset UNIT...Ramusik
2011-05-31Core/Players: Pet talents can be reset at a pet trainer for free, original id...tobmaps
2011-05-02Core/Pets: Prevent loading of non-existent saved pet data on pet first summon...tobmaps
2011-04-29Add spaces after commasleak
2011-04-28Core/ObjectMgr: Refactor sCreatureStorageleak
2011-04-28Core/ObjectMgr: Refactor sItemStorageleak
2011-04-23Core: Corrected NULL usage, it should only be used with pointers, not integersShauren
2011-04-17Core/Spells: Fix damage scaling of mages Water Elementals.kaelima
2011-03-15Core/PetsShauren
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-26Core: Generic cleanup (tab2spaces/trailing whitespace removal)leak
2011-01-20SQL: Characters db storage type cleanup No. 7 (final) - Note:leak
2011-01-19SQL: Characters db storage type cleanup No. 3 - Note:leak
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-22Core/ObjectMgr: Static members are no longer accessed through singletonShauren
2010-12-17Core/Pets: Use the safer pet level check-method in SynchronizeLevelWithOwner(...click
2010-12-17Core/Pets: Clean up logic/codedesign slightly for XP/levelup-handling, and al...click
2010-12-14Core: Fixes some warningsShauren
2010-12-11Cleanup: implemented helper methods for manipulating percentage calculation a...azazel
2010-12-06Core: Some optimizationsSpp
2010-11-29Core/Groups: Move all function definition from .h to .cppSpp
2010-11-14Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740Shocker
2010-11-13Core:linencloth
2010-10-10Core/Pets: Initialize pet level properly (stupid mistake), and set loaded XP ...click
2010-10-10Core/Pets: Initialize petlevel before synchronizing with ownerclick
2010-10-10Core/Entities: Ensure that pets retain their XP-points when dismissed in any ...click
2010-10-07REALLY fix the CRLF-crap...click
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-09-24Core/DBLayer:Machiavelli
2010-09-19Core/Spells: Force of Nature should scale with spell power, fixes issue 2618Shocker
2010-09-15Core/Creature: Fix creature respawn time in unloaded/inactive grid cells.linencloth
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
2010-09-11Core/DBLayer:Machiavelli
2010-09-03Core/Game: Fix remaining warnings on windows (and most likely almost all of t...silinoron
2010-09-03Fix snake's HP for hunter's Snake TrapShocker
2010-08-31Pet level-synchronization with owner should be done before initializing stats...Shocker
2010-08-30Core: Fix more warningsSpp
2010-08-28Core/Pets: Improved hunter pet's scaling with stamina, values should now be c...Shauren
2010-08-26Core:azazel
2010-08-23Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...silinoron
2010-08-23Core:azazel
2010-08-23Core: Fix some warningsSpp
2010-08-22Core/Game: fix all warnings related to converting doubles and floats.silinoron
2010-08-22Core:azazel
2010-08-21Core: Remove lots warnings:Spp
2010-08-21DB Layer:Machiavelli
2010-08-08* Some singleton renames for consistency:XTZGZoReX