| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2009-03-19 | * Small speedups in mempool/dotconfpp. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-19 | * Removed unused/unneeded classes: Base, Mthread | XTZGZoReX | |
| * Fixed a merge issue that broke VC71 files. * Moved WheatyExceptionReport to shared, where it should be. --HG-- branch : trunk | |||
| 2009-03-18 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-18 | *Read dbc summon properties for future use. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-18 | [7485] Added support for PostgreSQL connection using Unix sockets. ↵ | megamage | |
| Author: ApoC For using socket connection specify host name as . and port as path to Unix socket directory or . for default path specified in PostgreSQL compile time. --HG-- branch : trunk | |||
| 2009-03-18 | *Commend a function because it break build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-18 | * Merge. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-03-18 | * Added specialized ByteBuffer::read for std::string. This will aid in ↵ | XTZGZoReX | |
| packet processing later. --HG-- branch : trunk | |||
| 2009-03-18 | *Fix milling. | QAston | |
| *Fix Divine Shield. --HG-- branch : trunk | |||
| 2009-03-18 | * Fixed/improved the config library: Removed useless methods and fixed the ↵ | XTZGZoReX | |
| existing. * Few related changes to make the rest of the core reflect the changes. --HG-- branch : trunk | |||
| 2009-03-17 | [7477] Implement work ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-03-15 | [7464] Move check of spell using for lock open to single function. Remove ↵ | megamage | |
| more hacks. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-11 | *Remove Mangos revision file. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-10 | [7439] Fix wrong liquid level in some places. Need reectract maps. ↵ | megamage | |
| Author: DiSlord Remove some log on extract maps. Add liquid status log to .gps command --HG-- branch : trunk | |||
| 2009-03-10 | *Fix a typo in ObjectMgr::LoadAreaTriggerTeleports. By VladimirMangos | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-10 | [7437] Fixed client visible instance ids for battlegrounds. Author: balrok | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-10 | [7436] Fixed Average Wait time for all BG/arena queue types. By Balrok and ↵ | megamage | |
| Triply. --HG-- branch : trunk | |||
| 2009-03-10 | [7435] Fixed Spell::EffectAddHonor to corrcetly add honor based on player's ↵ | megamage | |
| level Author: Triply --HG-- branch : trunk | |||
| 2009-03-09 | [7434] Fix one paladin spell bonus Author: rechapa79 | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-09 | [7433] Fixed death runes counting. Patch provided by Rastikzzz. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-09 | [7432] Fixed BattleGround's bonus_honor based on player level and ↵ | megamage | |
| reputation rewards. Implement functions for BattleGroundWeekends. Author: balrok, Triply Correctly assigned some comments. --HG-- branch : trunk | |||
