aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2015-04-06Core/DataStores: Actually load SpellPowerDifficulty.db2, oops.Shauren
2015-04-06Core/Database: removed old questItem fieldsRat
2015-04-06Core/Spells: small cleanup in EffectDestroyItemRat
2015-04-06Core/DataBase: implemented creature_questitem and gameobject_questitem tablesRat
2015-04-06Core/Packets: fixed usage if ItemDrop field in quest query responseRat
2015-04-06Core/PacketIO: Updated and enabled vehicle opcodesShauren
2015-04-06Core/Spells: implemented SPELL_EFFECT_DESTROY_ITEMRat
2015-04-06Core/GameObjects: fixed build in gccRat
2015-04-06Core/GameObjects: fixed typo and logic (0 is a valid invisibility type)Rat
2015-04-06Core/PacketIO: Updated and enabled SMSG_SET_VEHICLE_REC_ID and SMSG_ON_CANCEL...Shauren
2015-04-06Core/PacketIO: Fixed creature movement on transports (and vehicle enter/exit)Shauren
2015-04-05Core/GameObjects: Implemented gameobject_addon table, you can now set invisib...Rat
2015-04-05Core/Quests: fixed targeting of quest reward auras, mostly used for quest inv...Rat
2015-04-05Core/Commands: fixed crash in gobject target commandRat
2015-04-05Core/Misc: Removed unused variablesShauren
2015-04-05Core/PacketIO: Added missing FlushBits callShauren
2015-04-05Build fix for GCC 4.7Shauren
2015-04-05Core: Fix typo (i should really sleep) :(Vincent-Michael
2015-04-05Core: Fix warningsVincent-Michael
2015-04-05Core/PacketIO: Updated and enabled CMSG_QUEST_POI_QUERY / SMSG_QUEST_POI_QUER...Vincent-Michael
2015-04-05Core/Player: Implement CharSections.dbc and serverside checksCarbenium
2015-04-05Core/PacketIO: Updated and enabled collision height opcodesShauren
2015-04-05Core/DBUpdater: Remove some constructors accidently merged in 455eee9392acNaios
2015-04-05Core/DBUpdater: Exit clean if a query failed to apply.Naios
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
2015-04-05Merge pull request #14491 from doctaweeks/fixes-for-6.xCarbenium
2015-04-04Core/PacketIO: Enabled CMSG_MOVE_KNOCK_BACK_ACK, SMSG_MOVE_UPDATE_KNOCK_BACK ...Shauren
2015-04-04Core/PacketIO: Updated cooldown packetsShauren
2015-04-04Core/Packets: rename classes to match standardsMitchesD
2015-04-04Core/PacketIO: SMSG_ZONE_UNDER_ATTACK, SMSG_THREAT_CLEAR and enabled some opc...MitchesD
2015-04-04Core/PacketIO: Updated and enabled SMSG_SPELL_CHANNEL_START and SMSG_SPELL_CH...Shauren
2015-04-04Build fixShauren
2015-04-04Core/PacketIO: Updated and enabled RaF packetsShauren
2015-04-04Misc: Fixed license header formattingShauren
2015-04-04Core/Players: Updated tradingShauren
2015-04-03Core/PacketIO: updated SMSG_LOOT_RELEASE and enabled CMSG_OPEN_ITEMMitchesD
2015-04-03Core/Networking: Cleanup CloseSocket calls from read failures in WorldSocketShauren
2015-04-02Switch abs to std::absDaniel M. Weeks
2015-04-02Add missing override keyword in scriptsDaniel M. Weeks
2015-04-02Add missing override keyword in gameDaniel M. Weeks
2015-04-02Add missing override keyword in bnetserverDaniel M. Weeks
2015-04-02Rename variables to fix C++11 keyword collisionDaniel M. Weeks
2015-04-02Core: Fix non pch buildVincent-Michael
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelCompleteDDuarte
2015-04-02Core/World: Remove va_list from World::RecordTimeDiff.Naios
2015-04-02Core/Database: Remove va_list from PreparedStatement::PAppend.Naios
2015-04-02Core/Database: Remove va_args from DatabaseWorker::Execute methods.Naios
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelCountdownDDuarte
2015-04-02Core/SAI: fix typoMitchesD
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelRequestedDDuarte