aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-11Core/Entities: Implement SMSG_INVALIDATE_PLAYERDehravor
2014-01-11Core/Battlegrounds: Fix offline players not being resurrected when ↵jackpoz
Battleground ends Fixes #7081
2014-01-11Core/Wintergrasp: Fix typo in CMSG_HEARTH_AND_RESURRECT handlerjackpoz
Fix CMSG_HEARTH_AND_RESURRECT handler trying to resurrect players with 100x hp/mana/energy ( SetHealth()/SetPower() were sanitizing the input anyway ) .
2014-01-10Core/Spells: Fix potions cooldown in combatjackpoz
Fix a cooldown issue related to potions allowing Players in combat to use more than 1 potion in a row, especially with high latency. This also fixes an exploit about using infinite potions in combat just by skipping the client-side check. The original implementation c064c2e2e1eebd43b273365583dd181293bafa22 was missing a check in Spell::CheckCast() about this particular case since Potion cooldown is added only after the Player goes out of combat. Fixes #1259 .
2014-01-10Core/Battlefield: some codestyle changesjoschiwald
2014-01-10Scripts/PoS/Garfrost: cleanup saronit blocks after deathjoschiwald
2014-01-10Core/SAI: drop unneeded codejoschiwald
2014-01-09DB/Spawns: remove duplicate NPCs on Zeppelin from Orgrimmar to Thunder BluffKittnz
Closes #11420
2014-01-09Fix buildjoschiwald
2014-01-09Scripts/BloodFurnace:joschiwald
* cleanup InstanceScript * fix broggok poison cloud Scripts/Naxxramas/Grobbulus: * fix poison cloud * fix mutating injection
2014-01-08DB/Creature: update more creature templatesjoschiwald
2014-01-07DB: update some creature templatesjoschiwald
2014-01-06Core/Entities: add some log messages in CheckCreatureTemplatejoschiwald
* Happy Error Spam
2014-01-06Misc:Shauren
* Tools: Fixed a compile warning * Commands: Fixed npcflag format in .npc info
2014-01-06Core/Movement: Fixed vehicle passengers disappearing clientsideShauren
Closes #11411
2014-01-05Scripts/HoS: update Maiden of Griefjoschiwald
2014-01-05Core/Threading: Handle CMSG_ZONEUPDATE only in WorldSession update - ↵Shauren
changing zones triggers changing chat channels, what is not a thread safe operation
2014-01-05DB/Spells: correct more spelldifficulty_dbc entriesjoschiwald
* add log message to find wrong entries
2014-01-04DB/Spells: remove duplicate/invalid entries from spelldifficulty_dbcjoschiwald
* For new entries: use spellid0 as id to avoid conflicts with dbc file
2014-01-04Core/Entities: correct creature damage, offhand damage should work toojoschiwald
* todo: some creatures need dmg_multiplier update in creature_template
2014-01-04Scripts/Halion: Fixed Soul Consumption's pull effect.Warpten
Thanks to Winterfell for pointing out the issue.
2014-01-03Core/Instances: Fix Instance bindingjackpoz
Fix players not being bound to instance if the group was disbanded before killing any boss. Fixes #437
2014-01-02Core/VehiclesShauren
* Fixed vehicle orientation on transports * Fixed exiting vehicles on moving transports
2014-01-02Core/Guild: HandleRoster should always have a valid sessionDehravor
2014-01-02Core/Guild: Implement GR_RIGHT_VIEWOFFNOTEDehravor
2014-01-02Update SpellAuraEffects.cppNate
2014-01-02Update SpellAuraEffects.cppnatepizzle
2014-01-01Update SpellAuraEffects.cppnatepizzle
Added Several Well Fed Item-Spells
2014-01-01Core/Loot: Fix Master Loot exploitjackpoz
Fix Master Loot exploit allowing any online Player to receive loot.
2014-01-01Update more copyright note for 2014.Vincent_Michael
I have no excuse for my fail :/
2014-01-01Merge pull request #11394 from Dehravor/guild-create-logShauren
Core/Guild: Fix an exploit related to CMSG_GUILD_CREATE
2014-01-01Core/Guild: Fix an exploit related to CMSG_GUILD_CREATEDehravor
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-12-31Core/Quests: Fix crash on startupjackpoz
Fix a crash on startup when loading Quest POIs if quest_poi table referenced POIs not in quest_poi_points table, caused by 5de48a67c6b650e98271acc704de8c4ed432bf4f . Fixes 11390.
2013-12-31Merge pull request #11391 from Nawuko/waypoint-fixShauren
Core/Waypoints: Revert partly f1a82a578be525624c416ba5f882b2f1a7e13536 t...
2013-12-31Core/Waypoints: Revert partly f1a82a578be525624c416ba5f882b2f1a7e13536 to ↵Nawuko
fix a crash caused by accessing uninitialized splines
2013-12-31Db/Classlevelstats: Little fix for base warrior damage.Malcrom
I won't be working on this anymore until next year
2013-12-31Core/Creature: Obtain Attack power and base damage from ↵Malcrom
creature_classlevelstats table.
2013-12-31Core/Movement: Fixed creature movement on transportsShauren
2013-12-31Core/Spells: Fixed movement from SPELL_EFFECT_PULL_TOWARDS_DESTShauren
2013-12-31DB/classlevelstats: Update mage exp0, exp1, exp2 base damageMalcrom
2013-12-30DB/classlevelstats: Exp1 & Exp2 Paladin base damage.Malcrom
Exp1 57 to 60 and 71 to 73 estimated. Exp2 67 to 70 and 81 to 83 estimated.
2013-12-30DB/Classlevelstats: Fix damage for Exp0 Paladin Class.Malcrom
25, 55, 59, and 61 to 83 are estimated all others are accurate.
2013-12-30Scripts/Misc: Code cleanupjackpoz
Remove some NULL checks not needed anymore after 3744c141841917075c295c3c38643e3d156eb9d4 . Fix an invalid Creature to TempSummon cast.
2013-12-30Merge pull request #11386 from Nawuko/vincent-fixSubv
Core: user defined literals need a space in front
2013-12-30Core: user defined literals need a space in frontNawuko
2013-12-30Buildsystem: Fix GCC not being recognized on Ubuntujackpoz
Fix CMake not recognizing /usr/bin/cc as GCC on Ubuntu ( 13.10 x64 ) .
2013-12-30Core/Transports: Fix array overflowjackpoz
Fix an array overflow in TransportMgr::GeneratePath() spline code. Valgrind log: Invalid read of size 4 at : G3D::Vector3::operator*(float) const (Vector3.h:650) by : Movement::C_Evaluate(G3D::Vector3 const*, float, G3D::Matrix4 const&, G3D::Vector3&) (Spline.cpp:103) by : Movement::SplineBase::SegLengthCatmullRom(int) const (Spline.cpp:171) by : Movement::SplineBase::SegLength(int) const (in /home/jackpoz/trinity/bin/worldserver) by : Movement::Spline<double>::initLengths() (SplineImpl.h:86) by : TransportMgr::GeneratePath(GameObjectTemplate const*, TransportTemplate*) (TransportMgr.cpp:125) by : TransportMgr::LoadTransportTemplates() (TransportMgr.cpp:78) Address 0x1d07d154 is 8 bytes after a block of size 300 alloc'd
2013-12-30DB/ClassLevelStats: All stats for testing.Malcrom
2013-12-29DB/Classlevelstats: Base damage for expansion 1Malcrom