aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Log.cpp
AgeCommit message (Collapse)Author
2009-08-11*Add function Unit::OutDebugInfo for debug.megamage
--HG-- branch : trunk
2009-07-31*Replace "LoginDatabase" with "loginDatabase"megamage
--HG-- branch : trunk
2009-07-28*Minor cleanup in Log::outDB - by XTZGZoReX.QAston
--HG-- branch : trunk
2009-06-18* In case of a 'for' loop, don't declare the iterator of a type that has a ↵Machiavelli
larger value range when the iterator can take a maximum value of a more efficient data type. (int to uint8 in most cases). * Other minor cleanups, Null pointer checks etc. --HG-- branch : trunk
2009-06-01*Merge.megamage
--HG-- branch : trunk
2009-06-01Detailed log of arena fights and arena team creation.krz
--HG-- branch : trunk
2009-05-31 [7918] Improve portability in work with uint64 string format specifiers ↵megamage
and in code literals. Author: VladimirMangos * Replace platform seelction MaNGOS code for select format descriptor for uint64 by using ACE define. I64FMTD renamed to UI64FMTD for more clear name. * Add new define UI64LIT (base at ACE seelction) for build portables uint64 literals. Please always use UI64LIT(0x00001) instead less portable 0x00001LL --HG-- branch : trunk
2009-04-24* Optimized Log::outDB by removing unneeded variadic argument parsing. Also ↵XTZGZoReX
use enum instead of explicit uint32. --HG-- branch : trunk
2009-04-07*Fix a crash caused by chatlog.megamage
--HG-- branch : trunk
2009-04-05* "CRASH ALARM" --> "CRASH ALERT" - makes more sense ;).XTZGZoReX
--HG-- branch : trunk
2009-03-31* Do not print chat logs to console. It will simply screw up console output.XTZGZoReX
* Fix a possible crash in if/else checks in channel chat logging. --HG-- branch : trunk
2009-03-27* Forgotten a line in last commit.XTZGZoReX
--HG-- branch : trunk
2009-03-27* Implement timestamping of chat logs.XTZGZoReX
--HG-- branch : trunk
2009-03-27* Fixed file open/close of chatLogfile.XTZGZoReX
--HG-- branch : trunk
2009-03-26* Fix some conversion in DB logging.XTZGZoReX
--HG-- branch : trunk
2009-03-25* Implement Log::outString that takes no arguments and just prints \n - on ↵XTZGZoReX
request from megamage (makes MaNGOS merging easier). --HG-- branch : trunk
2009-03-25* Added support for logging chats: Guild, raid, party, public, officer chat, ↵XTZGZoReX
addon messages, whispers, system/custom channels. * Added config options to enable/disable them (ChatLogs.*), LogDB.Chat (enables/disables DB logging of chats), and ChatLogFile to specify the log file to use. --HG-- branch : trunk
2009-03-24* Some costmetic changes in Log class.XTZGZoReX
* Removed LOG_TYPE_PACKET and changed LOG_TYPE_CRASH from 10 to 9. --HG-- branch : trunk
2009-03-23*Add new log level "crash alarm" to record very dangerous errors.megamage
--HG-- branch : trunk
2009-03-22* Fixed loading of LogDB.* config values.XTZGZoReX
--HG-- branch : trunk
2009-03-22* Fixed thread deadlock by disabling logging DB errors to DB... Heh.XTZGZoReX
--HG-- branch : trunk
2009-03-21* Minor fix for DB log levels.XTZGZoReX
--HG-- branch : trunk
2009-03-21* Fixed log levels.XTZGZoReX
--HG-- branch : trunk
2009-03-20* This should fix a Windows-specific crash (on Windows, time_t is uint64).XTZGZoReX
--HG-- branch : trunk
2009-03-20* Re-implementing timestamps in log files. (Note: Does not work on console yet.)XTZGZoReX
--HG-- branch : trunk
2009-03-20* Re-implementing console log colors.XTZGZoReX
* Removed unused code in Log.cpp. --HG-- branch : trunk
2009-03-19* Correctly implement database logging in WorldLog.XTZGZoReX
* This fixes LogDB.World config option. --HG-- branch : trunk
2009-03-19* Implementing database logging:XTZGZoReX
** LogTime and LogColors config options removed due to incompatibility. ** Old file logging still available. ** Totally redone the Log class. ** Config options added: EnableLogDB, DBLogLevel, LogDB.Char, LogDB.RA, LogDB.GM -- remember to update config file. ** SQL updates attached. --HG-- branch : trunk
2009-03-09 [7418] Implement new log filter LogFilter_AchievementUpdates that let ↵megamage
avoid achievments updates spam in logs if not needed. Author: VladimirMangos Enabled by default. --HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-04Replace tabs with spaces, and fix crlf issuesmegamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 2Drahy
* Changed mangos website --HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 1 - Mercurial cant ↵Drahy
convert all files at once --HG-- branch : trunk
2008-12-12*Update to Mangos 6902. Source: Mangos.megamage
*Skipped rev: rev 6893, some code about waypoint movement. --HG-- branch : trunk
2008-11-26*Update to Mangos 6849. Source: Mangos.megamage
--HG-- branch : trunk
2008-11-25*Temp fix for linux build.megamage
--HG-- branch : trunk
2008-11-25*Update to Mangos 6848. Source: Mangos.megamage
--HG-- branch : trunk
2008-10-23[svn] Fixed copyright notices to comply with GPL.w12x
--HG-- branch : trunk
2008-10-14[svn] * Merge Temp dev SVN with Assembla.Seline
* Changes include: - Implementation of w12x's Outdoor PvP and Game Event Systems. - Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed). - All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql). - Improved Config cleanup. - And many more changes. --HG-- branch : trunk
2008-10-02[svn] * Proper SVN structureinitNeo2003
--HG-- branch : trunk