aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2012-08-27Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-27Core/Logging: Minor optimization in ShouldLogSpp
2012-08-27Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-26Core/DBLayer: Fixed memory leaks when query returned empty result setShauren
2012-08-23Core/PacketIO: Updated SMSG_GUILD_BANK_LISTShauren
2012-08-23Core/Guilds: Fixed saving bank withdraw limits for tabs 7 and 8Shauren
2012-08-23Core/PacketIO: Corrected character reorderingShauren
2012-08-22Core/Opcodes: Fix CMSG_REORDER_CHARACTERSNTX
2012-08-18Core/Loading: Fixed a crash at char loginSubv
2012-08-16Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-16Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADINGSpp
2012-08-16Core: Fix buildNay
2012-08-16Core/Logging: Remove recently added "outOpCode" with outInfo(LOG_FILTER_OPCOD...Spp
2012-08-16Core/Logging: Set config options to behave like old log system.Spp
2012-08-16Core/Loading: Re-enable Server loading logSpp
2012-08-15Misc: CRLF to LF, whitespace cleanup and tabs to spacesNay
2012-08-15Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-15Core/Logging: Added documentation about this systemSpp
2012-08-15Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-15Core/Logging: Fix crash on authserver shutdownSpp
2012-08-14Core/Vendors: Add currencies to vendorsNay
2012-08-14Core/AI: Removed EventAI handling. is not needed more for cataclysm...Venugh
2012-08-10Core: Cleanup whitespace, fix build and enable 1 opcodeNay
2012-08-10Core/PacketIO: Added WriteString method to ByteBuffer allowing to write strin...Shauren
2012-08-10Core/PacketIO:kaelima
2012-08-09Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-09Core/Logging: Fixed a possible crash with dynamic log file namesShauren
2012-08-09Core/Logging: Fix crash in AppenderFile deconstructor when logfile is uniniti...kaelima
2012-08-08DB: Rename characters' void_storage to character_void_storageNay
2012-08-08Core&DB/NPCs: Add an extra field for mana_mod in creature_template (for prope...Nay
2012-08-07Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
2012-08-07Core/Authserver: Fix logging crash at startupNay
2012-08-06Update src/server/shared/Logging/AppenderDB.cppkandera
2012-08-06Core/Logging: Use prepared statements in AppenderDBSpp
2012-08-06Core/SQL: Kill core if error 1064 is triggered (error code 1064 you have an e...Spp
2012-08-06Core/Logging: Implement logging to databaseSpp
2012-08-06Core/Logging: Try to simplify configuration of loggers and appendersSpp
2012-08-06Core/Logging: Reload Logging options when .reload config is usedSpp
2012-08-06Core/Logging: Move player delete logging to new type LOG_FILTER_PLAYER_DELETE...Spp
2012-08-05Core/Logging: Add option to remove timestamp, Log Level and Log Filter Type f...Spp
2012-08-05Core/Commands:Vincent-Michael
2012-08-05Core/ByteBuffer: Print stack trace in ByteBufferException::PrintError.LordJZ
2012-08-04Core/Guilds: Implemented some guild packets, some basic guild functions is wo...kaelima
2012-08-04Core/Logging: Use config LogsDir to save log files (re-added)joschiwald
2012-08-03Whitespace is the root of all evilNay
2012-08-03Add missing Copyright headers and some clarification to config files... ¬¬Spp
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-08-02Some codestyle changes.Alternative
2012-08-02Added disable commands.Alternative