aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2015-03-18Core/Log: Readd include of <stdarg.h> to fix compile issues under gccNaios
2015-03-18Core: WARN instead of INFO - this is actually something we'd want to be infor...click
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
2015-03-18Shared/Logs: Add support to .server set loglevel command after 003d67708b9a27...jackpoz
2015-03-18Shared/Logs: Improve log performancesjackpoz
2015-03-18Core/CrashHandler: Fix char[] without '\0' handlingjackpoz
2015-03-13Core/Log: Add type safe formattingNaios
2015-03-11Core/Log: Fix some issues detected by static analysis.Naios
2015-03-10Core/Support: Update the support/ticket system to 6.xCarbenium
2015-03-09CMake: Remove unused source referenceleak
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-03-08Core/Spells: Implemented multiple spell power costsShauren
2015-03-06Core/DataStores: Added an extra safeguard for loading db2 hotfix locale table...Shauren
2015-03-06Core/Player: fixed some leftovers in db after player deletejoschiwald
2015-03-04Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is s...Shauren
2015-03-04Core/DataStores: Updated dbc structures to 6.1Shauren
2015-03-04Core/DataStores: Made prepared statement index argument for DB2Storage constr...Shauren
2015-02-25Core/DataStores: Fixed out of bounds array access in DBStorageIteratorShauren
2015-02-24Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's se...Shauren
2015-02-22DB: Dropped unused tablesShauren
2015-02-22Core/DataStores: Added iterator class for DBCStorage and DB2StorageShauren
2015-02-22Core/DataStores: Added tables for all loaded DB2 storesShauren
2015-02-22Shared/Database: Improve dead-lock error handlingjackpoz
2015-02-17Core/Spells: Cooldown updatesShauren
2015-02-13Core/Guild: Updated and enabled most previously implemented guild and petitio...Mogadischu
2015-02-08Core/Items: fixed AuctionHouse and GuildBank items from DBjoschiwald
2015-02-08Core/Packets: updated some contactlist packetsjoschiwald
2015-02-07Core/Packets: Implement all mail system relevant packetsCarbenium
2015-02-04Core/Misc: Update outdated license header filesNoffearr
2015-02-04Fix buildNayd
2015-02-04Shared/Database: Fix transactions not being recommitted on dead-lock errorjackpoz
2015-02-02Core/PacketIO: Fixed SMSG_DB_REPLY structureShauren
2015-01-31Core/Misc: Properly sanitize ReputationSpillover datajackpoz
2015-01-30Core/Misc: Fix static analysis issuesjackpoz
2015-01-20Core/Misc: Fix static analysis issuesjackpoz
2015-01-18Core/Misc: Fix static analysis issuesjackpoz
2015-01-18Core/Misc: Fix static analysis issuesjackpoz
2015-01-17Core/Commands: Added "createGameAccount" argument to .bnetaccount create comm...Shauren
2015-01-17Build fixShauren
2015-01-17Core/DataStores: Optimized memory usage for DB2StorageShauren
2015-01-16Core/Auras: Fixed saving all aura effect values to databaseShauren
2015-01-10Core/Maps: Updated map difficultiesShauren
2015-01-02Merge pull request #13809 from AriDEV/6.xjoschiwald
2015-01-02Server/PacketIO: Currency UpdatesAriDEV
2015-01-01Core/PacketIO: Removed SMSG_DESTROY_OBJECT from opcodes enumShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-29Core/Scripts: multiple changesjoschiwald
2014-12-28Core/Quests: Updated Quest System to new FormatIntel
2014-12-28Shared/Networking: Fix buffer overflow in Socket handlingjackpoz
2014-12-27Fix non pch buildGacko