aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2013-06-07Core/Spells: Fixed category cooldownsShauren
2013-06-07Core/PacketIO: Enabled CMSG_REQUEST_VEHICLE_SWITCH_SEAT and fixed client cras...Shauren
2013-06-07Core/PacketIO: Fixed structure of SMSG_UPDATE_OBJECT CreateObject block for o...Shauren
2013-06-07Core/Auras: Fixed SPELL_AURA_CAST_WHILE_WALKINGShauren
2013-06-03Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-06-03Core/Players: Fixed talent specialization spells not being saved to databaseShauren
2013-06-02Merge pull request #9854 from Ascathor/masterSubv
2013-06-02DB/Autobroadcast: Update correct db struktur and auth basejoschiwald
2013-06-02Core/PacketIO: Fixed structure of CMSG_VOID_STORAGE_TRANSFERShauren
2013-06-01Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-06-01Core/Scripts: Always run OnSpellClick AI hook, even if there are no spells de...Shauren
2013-06-01Core/PacketIO: Fixed SMSG_PLAY_SOUND structureShauren
2013-06-01Core/Movement: Separated CatmullRom and UncompressedPath setting, they do not...Shauren
2013-06-01Core/MovementShauren
2013-06-01Core: Advance loggingGacko
2013-06-01Core/Achievements: Fixed broken Achievement_Criteria.dbc structureShauren
2013-06-01Core/Movement: Implemented method to send SMSG_SPLINE_MOVE_SET_ANIMShauren
2013-05-31Core/Units: Added method to send SMSG_SET_PLAY_HOVER_ANIMShauren
2013-05-31Core/Players: Fixed loading creator guid for void storage itemsShauren
2013-05-31Core/Auras: Implemented SPELL_AURA_ENABLE_ALT_POWERShauren
2013-05-31Core/Build: Missing include.Subv
2013-05-31Core/Movement: Follower creatures in a formation will now follow their leader...Subv
2013-05-30Fixed merge errorsShauren
2013-05-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-05-30Core/Transports: Refactored methods used to calculate passenger offsets (made...Shauren
2013-05-30Core/Movement: Added generatePath argument to MovePoint overload accepting Po...Shauren
2013-05-30Core/Misc: Another batch of fixes for issues found by static analysisSpp
2013-05-30Core/Misc: Fix invalid pointer use after being deletedSpp
2013-05-29Update Chat.cppb4nan1
2013-05-28Core/Players: Send only values update when turning gm mode on or accepting qu...Shauren
2013-05-28Core/Misc: Fixed includes in AreaTrigger.cppShauren
2013-05-28Core/Misc: Compile warning fixShauren
2013-05-28Core/AreaTrigger: Fixed compileShauren
2013-05-26Core/Handler : Fix Sharing questBitCoding
2013-05-26Core/SmartAI: Add ability to modify UNIT_FIELD_FLAGS_2 to SAI actions.Malcrom
2013-05-26Core/Command: Optimized .pinfo moreAscathor
2013-05-26CMake: Include AreaTrigger directory in CMake file for game project tooShocker
2013-05-26Core/AreaTrigger: Add object ToAreaTrigger() cast and AreaTrigger typeid/mask...Shocker
2013-05-26Core/Spells: Implement SPELL_EFFECT_CREATE_AREATRIGGER (effect #179)Shocker
2013-05-26Core/Misc: Minor changes in recent commitShocker
2013-05-26Core/Misc: Implement AreaTrigger entityShocker
2013-05-26Core/Misc: Rename AreaTrigger structure to AreaTriggerStructShocker
2013-05-25Core/ItemsShauren
2013-05-24Scripts/Halls of Reflection: Fixed gauntlet eventShauren
2013-05-24Core/Commands: Warning fixShauren
2013-05-24Core/Commands: Fixed wrong field types used in db queries for pinfo command a...Shauren
2013-05-24Core/Player: Fix honor after duel exploitMachiavelli
2013-05-22Implement .arena commands - add new commands to the core to handle with arena...Bezo
2013-05-21Core: Fix warningsVincent-Michael
2013-05-21Merge pull request #9827 from Ascathor/masterAokromes