XTZGZoReX
ede1f7dd07
* Some costmetic changes in Log class.
...
* Removed LOG_TYPE_PACKET and changed LOG_TYPE_CRASH from 10 to 9.
--HG--
branch : trunk
2009-03-24 14:34:50 +01:00
megamage
04b27302b0
*Add new log level "crash alarm" to record very dangerous errors.
...
--HG--
branch : trunk
2009-03-23 20:09:55 -06:00
XTZGZoReX
5197a1beb3
* Fixed loading of LogDB.* config values.
...
--HG--
branch : trunk
2009-03-22 13:40:18 +01:00
XTZGZoReX
69b1c1c219
* Fixed thread deadlock by disabling logging DB errors to DB... Heh.
...
--HG--
branch : trunk
2009-03-22 12:28:28 +01:00
megamage
b522a34247
[7513] Implement currencies tab work. Also check related item data at server startup. Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-21 22:44:59 -06:00
megamage
40a03daf82
[7512] Implement checks of item bag mask at server startup. Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-21 22:43:47 -06:00
megamage
ddb7265018
*Merge. Warning: I do not know if bg fix is still good for wlk.
...
--HG--
branch : trunk
2009-03-21 22:40:06 -06:00
megamage
7de6113d90
[7509] Use defines instead explcit value for talent rank cound (in general and for pets) Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-21 14:55:10 -06:00
megamage
de849cc508
Small code cleanup and partial merge with dev branch Author: tomrus88
...
--HG--
branch : trunk
2009-03-21 14:53:38 -06:00
raczman
6354da1eeb
Added MySQL reconnect support, in case of mysql server dying while trinity's running - Thanks to Xeptor for that one.
...
--HG--
branch : trunk
2009-03-21 20:42:09 +01:00
XTZGZoReX
f1b680826b
* Minor fix for DB log levels.
...
--HG--
branch : trunk
2009-03-21 12:13:32 +01:00
XTZGZoReX
79d27da9ec
* Fixed log levels.
...
--HG--
branch : trunk
2009-03-21 11:51:38 +01:00
panaut0lordv
0bbee0330c
Unwanted changes backed-out.
...
--HG--
branch : trunk
2009-03-21 01:42:46 +01:00
panaut0lordv
4da9844dfc
Merge.
...
--HG--
branch : trunk
2009-03-21 00:48:52 +01:00
XTZGZoReX
44aa61b100
* This should fix a Windows-specific crash (on Windows, time_t is uint64).
...
--HG--
branch : trunk
2009-03-20 22:17:54 +01:00
panaut0lordv
e409fb63e9
mangosd->trinitycore & realmd->trinityrealm
...
--HG--
branch : trunk
2009-03-20 22:17:39 +01:00
XTZGZoReX
7f9ff5f4cb
* Re-implementing timestamps in log files. (Note: Does not work on console yet.)
...
--HG--
branch : trunk
2009-03-20 21:02:08 +01:00
XTZGZoReX
4317751930
* Re-implementing console log colors.
...
* Removed unused code in Log.cpp.
--HG--
branch : trunk
2009-03-20 18:16:36 +01:00
XTZGZoReX
d1adac0d11
* Merge.
...
--HG--
branch : trunk
2009-03-20 15:17:58 +01:00
megamage
a2392121f0
*Fix the bug that summon dbc is not read. Now creatures can be summoned.
...
*Make minipet as tempsummon instead of pet. Make totem as tempsummon.
--HG--
branch : trunk
2009-03-19 14:41:30 -06:00
XTZGZoReX
3c713189fb
* Correctly implement database logging in WorldLog.
...
* This fixes LogDB.World config option.
--HG--
branch : trunk
2009-03-19 21:28:25 +01:00
XTZGZoReX
9fe43fa9c0
* Implementing database logging:
...
** 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 21:13:52 +01:00
XTZGZoReX
6c32bd5441
* Fixed ByteBuffer::read<std::string> specialization. This one is correct.
...
--HG--
branch : trunk
2009-03-19 17:13:56 +01:00
XTZGZoReX
2f9688bb07
* Small speedups in mempool/dotconfpp.
...
--HG--
branch : trunk
2009-03-19 15:42:53 +01:00
XTZGZoReX
a075d37fdd
* Removed unused/unneeded classes: Base, Mthread
...
* Fixed a merge issue that broke VC71 files.
* Moved WheatyExceptionReport to shared, where it should be.
--HG--
branch : trunk
2009-03-19 15:32:16 +01:00
megamage
886b2a51e9
*Fix build.
...
--HG--
branch : trunk
2009-03-18 21:20:35 -06:00
megamage
73d13c4992
*Read dbc summon properties for future use.
...
--HG--
branch : trunk
2009-03-18 20:54:39 -06:00
megamage
1c87752584
[7485] Added support for PostgreSQL connection using Unix sockets. 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 20:39:21 -06:00
megamage
f8bb0cd167
*Commend a function because it break build.
...
--HG--
branch : trunk
2009-03-18 20:22:42 -06:00
XTZGZoReX
838ad6d847
* Merge.
...
--HG--
branch : trunk
2009-03-18 21:57:49 +01:00
XTZGZoReX
d84cec89c0
* Added specialized ByteBuffer::read for std::string. This will aid in packet processing later.
...
--HG--
branch : trunk
2009-03-18 21:34:59 +01:00
QAston
21374e2590
*Fix milling.
...
*Fix Divine Shield.
--HG--
branch : trunk
2009-03-18 21:04:46 +01:00
XTZGZoReX
5184783bd1
* Fixed/improved the config library: Removed useless methods and fixed the existing.
...
* Few related changes to make the rest of the core reflect the changes.
--HG--
branch : trunk
2009-03-18 20:46:39 +01:00
megamage
46dfd6261b
[7477] Implement work ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-17 14:54:32 -06:00
megamage
61f519ca26
[7464] Move check of spell using for lock open to single function. Remove more hacks. Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-15 17:54:24 -06:00
megamage
5286f2351f
*Remove Mangos revision file.
...
--HG--
branch : trunk
2009-03-11 16:16:16 -06:00
megamage
dc4a456416
[7439] Fix wrong liquid level in some places. Need reectract maps. Author: DiSlord
...
Remove some log on extract maps.
Add liquid status log to .gps command
--HG--
branch : trunk
2009-03-10 15:33:54 -06:00
megamage
099d302e69
*Fix a typo in ObjectMgr::LoadAreaTriggerTeleports. By VladimirMangos
...
--HG--
branch : trunk
2009-03-10 15:33:14 -06:00
megamage
a0fede4fc2
[7437] Fixed client visible instance ids for battlegrounds. Author: balrok
...
--HG--
branch : trunk
2009-03-10 15:30:44 -06:00
megamage
1c151b7244
[7436] Fixed Average Wait time for all BG/arena queue types. By Balrok and Triply.
...
--HG--
branch : trunk
2009-03-10 15:29:50 -06:00
megamage
0a8d58c3ff
[7435] Fixed Spell::EffectAddHonor to corrcetly add honor based on player's level Author: Triply
...
--HG--
branch : trunk
2009-03-10 15:28:51 -06:00
megamage
cd5088845d
[7434] Fix one paladin spell bonus Author: rechapa79
...
--HG--
branch : trunk
2009-03-09 18:15:27 -06:00
megamage
bb8dedb581
[7433] Fixed death runes counting. Patch provided by Rastikzzz.
...
--HG--
branch : trunk
2009-03-09 18:14:38 -06:00
megamage
b332caa1b5
[7432] Fixed BattleGround's bonus_honor based on player level and reputation rewards. Implement functions for BattleGroundWeekends. Author: balrok, Triply
...
Correctly assigned some comments.
--HG--
branch : trunk
2009-03-09 18:14:06 -06:00
megamage
0684515b90
[7431] Fix the gnome racial spell Author: Lightguard
...
--HG--
branch : trunk
2009-03-09 18:09:00 -06:00
megamage
5f7a2b4355
[7428] Add new .map file format use more compact data store and use
...
Rewrite .map extractor
+ extract more useful data
+ add "-f 0" option for disable size/accuracy optimisation
+ Compatability vs 2.4.3 client data
More fast get .map data
Implement fatigue timer
Rewrite breath timer
Allow absorb/resist for lava/slime environmental damage
Need re-extract map for work.
Author: DiSlord
--HG--
branch : trunk
2009-03-09 18:06:19 -06:00
megamage
e68bb30fd1
[7427] Sort ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE achievements by normal/heroic and check current player mode fit. Author: VladimirMangos
...
Also ignore any ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE achievements with not implemented custom requirements.
--HG--
branch : trunk
2009-03-09 18:01:25 -06:00
megamage
7a2f21a0b1
[7426] Mounted players now can capture tower point in Eye of Storm. Author: Triply
...
Renamed function isAllowUseBattleGroundObject to CanUseBattleGroundObject
--HG--
branch : trunk
2009-03-09 18:00:56 -06:00
megamage
a32382a5ec
[7425] Fixed crash in BattleGround::Update() Author: Triply
...
--HG--
branch : trunk
2009-03-09 17:58:04 -06:00
megamage
3d3656297f
[7424] Codestyle: removed not needed \n in log output. Author: balrok
...
--HG--
branch : trunk
2009-03-09 17:56:51 -06:00