aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2011-11-26Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.xRat
2011-11-26Core/CharacterHandler: fixed guid reading in PlayerLoginOpcode handlerRat
2011-11-26Core/Packets: disable sending 0 as opcode and print trace infoRat
2011-11-26Merge branch 'master' into 4.xNay
2011-11-26Core|DB/Quests: Rename and re-order fields in `quest_template` table, for the...Nay
2011-11-26Core/DB: Fix character creation in Player::SaveToDB.kaelima
2011-11-26Core/Misc: Fix compile and char creationkaelima
2011-11-25Core/ItemsShauren
2011-11-25Core/Mechanics:kaelima
2011-11-25Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.xMachiavelli
2011-11-25Core/DBLayer: Use prepared statements in Player::SaveToDB. Also split the fun...Machiavelli
2011-11-24Core/Protocols: Rename CMSG_WORLD_LOGIN to CMSG_LOAD_SCREEN and add simple st...kaelima
2011-11-24Core/Protocol: Fix struct of SMSG_AURA_UPDATE/SMSG_AURA_UPDATE_ALLkaelima
2011-11-24Core/Items: Updated scaling item stat calculationsShauren
2011-11-24Core/DataStores:Rat
2011-11-24Core/Protocol: Handle CMSG_CAST_SPELL.kaelima
2011-11-24Core/Protocol: Add few opcode idsNay
2011-11-24Core/Auth: Fix SMSG_AUTH_RESPONSENay
2011-11-23Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
2011-11-23Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
2011-11-23Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of th...Shauren
2011-11-23Clean up very some confusing MapManager functions (create/find map/base map).megamage
2011-11-22-updated all DBC formats, except spell* onesRat
2011-11-22Core/Opcodes: Change status of CMSG_MOVE_SET_COLLISION_HGT_ACK to Unhandled t...Spp
2011-11-22Core/Packets: Allow CMSG_MOVE_SET_COLLISION_HGT_ACK to be received from the c...Machiavelli
2011-11-20Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
2011-11-20Initial Commit for client version change to 4.2.2 (14545)Rat
2011-11-16Core/WorldShauren
2011-11-11Some cleanup of add/remove to/from map.megamage
2011-11-09Merge pull request #3872 from Bootz/masterShocker
2011-11-08Change more ace_guard to trinity_guardmegamage
2011-11-07Core: Codestyle clean-upBootz
2011-11-07Core: Codestyle clean-upBootz
2011-11-03Revert commit ab023e8 (Add GM tag to gms in Who)Yelvann
2011-10-31Use TRINITY_GUARD to replace ACE_GUARD. ASSERT(false) if failed to acquire th...megamage
2011-10-21Use read/write thread mx guard instead of general guard for HashMapHolder.megamage
2011-10-19Core/Grid:kaelima
2011-10-18Rename some classes in grid system.megamage
2011-10-18Minor changes here and there:Spp
2011-10-18Core/Calendar: Send map raid reset only onceSpp
2011-10-18Core/Items: Split SetSoulboundTradeable in two functions (Set and Clear)Spp
2011-10-11Core/Group: Fix recent issues with displaying group members on minimap.kaelima
2011-10-10Pass low guid instead of guid to DeleteCharaceterNameData.megamage
2011-10-10Rename Map::Add to Map::AddToMap, Map::Remove to Map::RemoveFromMap for bette...megamage
2011-10-10Rename "SetPosition" to "UpdatePosition".megamage
2011-10-10Remove duplicated code for SendNameQueryOpcodemegamage
2011-10-08Update char name data when create/delete char.megamage
2011-10-08Update code related to character name data.megamage
2011-10-07Merge pull request #3281 from n4ndo/mastermegamage
2011-10-07REPO: code-style clean-upBootz