| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-27 | [7716] Fixed some typos and possible crashes. Author: AlexDereka | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-25 | *Add back a mistakely deleted file. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-25 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-25 | [7711] Removed Sqlite Code. Author: AlexDereka | megamage | |
| --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-06 | * Trailing whitespace removed. | XTZGZoReX | |
| --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-28 | *Add new creature_template column VehicleId | megamage | |
| *Allow spawn vehicles *Make vehicles grid objects. --HG-- branch : trunk | |||
| 2009-03-28 | [7560] Implement IconName for gameobject Author: NoFantasy | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-27 | * Fixed typo | Drahy | |
| --HG-- branch : trunk | |||
| 2009-03-27 | *Add a missing file. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-27 | * Fixed CMakeLists after DBC move. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-27 | * Merge. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-27 | * Forgotten a line in last commit. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-27 | *Add and remove files. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-27 | [7552] Move client version dependend DBC code to src/game. Author: ↵ | megamage | |
| VladimirMangos --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 | [7545] Fixed exploration achievements for certian areas Author: DonTomika | megamage | |
| [7546] move uptime table to Realm database, use realmid column. Author: Triply --HG-- branch : trunk | |||
| 2009-03-26 | * Fix some conversion in DB logging. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-25 | *Summon all creatures by summon properties. | megamage | |
| --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 | [7534] Fixed some problems in achievement messages broadcasting. Author: ↵ | megamage | |
| VladimirMangos * Send SMSG_CRITERIA_UPDATE to player itself only. This will fix bug when, for example near player death owerwrite another player death count in statistics until next death or relogin. * Send to near player CHAT_MSG_ACHIEVEMENT instead CHAT_MSG_GUILD_ACHIEVEMENT * Not send CHAT_MSG_GUILD_ACHIEVEMENT to player itself. * Limit around broadcast of SMSG_ACHIEVEMENT_EARNED to CONFIG_LISTEN_RANGE_SAY (same as for CHAT_MSG_ACHIEVEMENT) --HG-- branch : trunk | |||
| 2009-03-24 | [7532] Avoid warnings at use size_t with printf fromat strings. Author: ↵ | megamage | |
| VladimirMangos --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 | [7513] Implement currencies tab work. Also check related item data at server ↵ | megamage | |
| startup. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-21 | [7512] Implement checks of item bag mask at server startup. Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-03-21 | *Merge. Warning: I do not know if bg fix is still good for wlk. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-21 | [7509] Use defines instead explcit value for talent rank cound (in general ↵ | megamage | |
| and for pets) Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-21 | Small code cleanup and partial merge with dev branch Author: tomrus88 | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-21 | Added MySQL reconnect support, in case of mysql server dying while trinity's ↵ | raczman | |
| running - Thanks to Xeptor for that one. --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-21 | Unwanted changes backed-out. | panaut0lordv | |
| --HG-- branch : trunk | |||
| 2009-03-21 | Merge. | panaut0lordv | |
| --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 | mangosd->trinitycore & realmd->trinityrealm | panaut0lordv | |
| --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-20 | * Merge. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-19 | *Fix the bug that summon dbc is not read. Now creatures can be summoned. | megamage | |
| *Make minipet as tempsummon instead of pet. Make totem as tempsummon. --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-19 | * Fixed ByteBuffer::read<std::string> specialization. This one is correct. | XTZGZoReX | |
| --HG-- branch : trunk | |||
