aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2012-02-25Core/Warden: Add reload ability for character.warden_action table / Centraliz...leak
2012-02-25Core/Spells: Fix spellmod restore on failed cast for auras that have multiple...Shocker
2012-02-25Core: Add some more output in HandleSetActionButtonOpcode (show playername/gu...Discovered
2012-02-25Core/Player: Fixed feral AP applying for non-scaling itemsShauren
2012-02-25Core/Calendar: Use defines when sending holiday dataNay
2012-02-25Core/Commands: Added lost group commandsShauren
2012-02-25Core/Calendar: Fix compile without PCHShauren
2012-02-25Core/Spells: Remove SpellSelectTargetTypes enum - it's not needed anymore.QAston
2012-02-25Core/Spells: send spell error messages on spell cast condition checks.QAston
2012-02-25Scripts/Icecrown Citadel: Removed obsolete workaround for Ice Tomb LoSShauren
2012-02-25Copy-paste typos in previous commit (0f1bd50) :(Nay
2012-02-25Core/Calendar: Holiday.dbc -> SMSG_CALENDAR_SEND_CALENDARNay
2012-02-25Core/Calendar: Change (revert) CalendarFlags vars to intsNay
2012-02-25Core/Calendar:Nay
2012-02-25Core/Calendar: Added some checks & error responses for calendar actions, many...Shauren
2012-02-24Core/Calendar: Corrected structure of SMSG_CALENDAR_COMMAND_RESULTShauren
2012-02-24Compile fixShauren
2012-02-24Core/MovementGenerators: Removed pointless checkShauren
2012-02-24Core/Calendar: Code refactoring/removed obsolete functionsShauren
2012-02-24Core/Calendar: WIP Calendar.Spp
2012-02-24Core/CalendarShauren
2012-02-24Core/Calendar: Use enumsNay
2012-02-24Core/CalendarShauren
2012-02-24Core/Calendar: Initial work for calendarNay
2012-02-23Copypaste fixShauren
2012-02-23Core: Random cleanup + compile fixShauren
2012-02-23Core/Movement: Use SetLevitate(true/false) instead of AddUnit/RemoveUnit.Venugh
2012-02-23Core/Movement: Use SetWalk(true/false) instead of AddUnit/RemoveUnit.Venugh
2012-02-22Core/Vehicles: Fix a crash in object update packet builder (need to remove UP...Machiavelli
2012-02-22Core/Spells: Prevent assertion failure in Spell::SelectImplicitDestDestTarget...QAston
2012-02-22Misc: Delete searing_gorge.cpp and fix a typo in worldserver configNay
2012-02-22Core/Unit: Corrected packet structure in Unit::BuildMovementPacketShauren
2012-02-22Core/Spells: Change logic in assertion in Spell::SelectImplicitTargetObjectTa...Machiavelli
2012-02-22Core/Vehicles: Fix a crash in ~Vehicle. Closes #5366Machiavelli
2012-02-22fix issue with seasonal quests and repeatabilityKandera
2012-02-22Merge pull request #5271 from Chaplain/knockbackMachiavelli
2012-02-22Core/Vehicles: Remove some wrong/redundant calls to Unit::ExitVehicle. The au...Machiavelli
2012-02-22Core/Conditions: Fix grouping for CONDITION_SOURCE_TYPE_SPELL_CLICK_EVENTMachiavelli
2012-02-22Core/Spells: Use right function for obtaining spell target type. Fixes assert...QAston
2012-02-22Core/Spells: Fix a typo in f09b5a6bea89da1b73a0beb05b977feba3285562 - call ri...QAston
2012-02-22Fix build (gcc) and fix warningsSpp
2012-02-21Merge.QAston
2012-02-21Core/Db/Conditions:QAston
2012-02-21Core/Pet: Fixed possible crash after swapping pet with stable master. Closes ...kaelima
2012-02-21Merge pull request #5337 from LiMCrosS/patch-1Machiavelli
2012-02-21Update src/server/game/Handlers/PetHandler.cppMachiavelli
2012-02-21Core/Pets: Fix stay command if pet is currently processing spline movementMachiavelli
2012-02-21Core/Pets: Fix bugged reactstate behaviour after spline system implementation.MrSmite
2012-02-21Core/Units: Use spellclick conditions in Player::canSeeSpellClickOnMachiavelli
2012-02-21Fixed compile error, thanks to AliveShiro.Manuel Carrasco