aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/World
AgeCommit message (Expand)Author
2015-04-04Core/PacketIO: Updated and enabled RaF packetsShauren
2015-04-02Core/World: Remove va_list from World::RecordTimeDiff.Naios
2015-04-01Core/PacketIO: Updated all client opcode valuesShauren
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-27Core/PacketIO: Updated values of all known server opcodesShauren
2015-03-16Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map s...Rat
2015-03-10Core/Support: Update the support/ticket system to 6.xCarbenium
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-03-06Core/Player: fixed some leftovers in db after player deletejoschiwald
2015-02-23Core/Packets: SMSG_NOTIFICATIONGolrag
2015-02-22Core/Database: Removed locales_item from world database (use item_sparse_loca...Shauren
2015-02-22Core/DataStores: Added tables for all loaded DB2 storesShauren
2015-02-22Core/Config: Force SaveRespawnTimeImmediately config to Enabledjackpoz
2015-02-22Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps (t...click
2015-02-13Core/Guild: Updated and enabled most previously implemented guild and petitio...Mogadischu
2015-02-05Core/Packets:joschiwald
2015-02-04Core/Packets: Add structure for CMSG_GM_TICKET_GET_CASE_STATUS, SMSG_GM_TICKE...Carbenium
2015-01-26Core/Creatures: No gray aggro configHristo Bogdanov
2015-01-18Core/Misc: Fix static analysis issuesjackpoz
2015-01-02Server/Currency: Missed one more line.AriDEV
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-28Core/Achievements: Updated achievements - progress is currently not saved unt...Shauren
2014-12-27Server/Currency: Implement Apexis CrystalsAriDEV
2014-12-26Core/DataStores: Added DB2ManagerShauren
2014-12-25Core/DataStores: Moved broadcast_text handling to DB2StorageShauren
2014-12-25Core/PetitionsHandler: Move charter costs to configmthsena
2014-12-24Core/DataStores: Implemented loading hotfixes database into DB2StorageShauren
2014-12-23Core/Packets: moved chat packet building function to packet builder classjoschiwald
2014-12-19Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spellsShauren
2014-12-01Core/Spells:Rat
2014-11-19Core/Packets: updated SMSG_BINDPOINTUPDATE, SMSG_INVALIDATE_PLAYER, SMSG_LOGI...joschiwald
2014-11-17Core/Packets: Added some chat message packetsIntel
2014-11-12Core/World: hold deleted characters in character storejoschiwald
2014-11-09Core/NetworkIO: updated SMSG_UPDATE_WORLD_STATE, added SMSG_PVP_SEASON and ad...joschiwald
2014-11-09Core/NetworkIO: Added second connection to WorldSession, handle AuthContinued...Shauren
2014-11-08Core/NetworkIO: updated CMSG_RANDOMIZE_CHAR_NAME, SMSG_RANDOMIZE_CHAR_NAME, S...joschiwald
2014-11-06Core/Misc: Added const qualifier to HmacHash ctor argShauren
2014-11-04Core/PacketIO: Enabled SMSG_ADDON_INFO and SMSG_ACCOUNT_DATA_TIMESShauren
2014-11-03Core/NetworkIO: implemented undelete opcodes and moved char create/delete pac...joschiwald
2014-11-02Core/Graveyards: Made the graveyard orientations loading from WorldSafeLocs.dbcKinzcool
2014-10-29Core/Entites: Updated GUID formatShauren
2014-10-27Core/Entities: Updated HighGuid valuesShauren
2014-10-25Core/Entities: Changed a few lowguid uses to ObjectGuid::LowTypeShauren
2014-10-23Core/Entities: Second part of required database changes for migrating guids t...Shauren
2014-10-22Core/Entities: Fourth part of removing GetGUIDLow() usesShauren
2014-10-19Core/NetworkIO: *Fixed basic auth packetsSovak
2014-10-19Core/Misc: Remove unsafe not thread-safe localtime() callsjackpoz
2014-10-19Merge remote-tracking branch 'origin/3.3.5' into 4.3.4DDuarte
2014-10-18Merge pull request #13353 from ShinDarth/335_quest_trackerDuarte Duarte
2014-10-18Core/Quest: implement Quest TrackerShinDarth