Age | Commit message (Collapse) | Author |
|
[4.3.4] Fixed SMSG_GROUP_INVITE
|
|
|
|
|
|
Signed-off-by: Nay <dnpd.dd@gmail.com>
|
|
Signed-off-by: Nay <dnpd.dd@gmail.com>
|
|
|
|
|
|
|
|
|
|
mediumint
There's no reason to be cheap...
|
|
|
|
|
|
|
|
|
|
Core/Appender: fix typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error in your sql syntax). This means the sql has an build error and core fix is needed
|
|
|
|
Changed multiple lines to a simple format:
- Logger.name=Type,LogLevel,Flags,AppenderList
- Appender.name=Type,LogLevel,Flags,optional1,optional2
* Type = File: optional1 = File name, optiona2 = Mode
* Type = Console: optional1 = Colors
Created a default set of loggers and appenders.
- Root logger defaults to Error, that means you will see nothing on console by default (not even loading)
- You need to add the loggers to Loggers options if you want to enable them, otherwise Root logger will be used for all types
Restored outSQLDriver (LOG_FILTER_SQL_DRIVER), outSQLDev (LOG_FILTER_SQL_DEV), outArena (LOG_FILTER_ARENA) and outChar (LOG_FILTER_CHARACTER) functionality by creating new types (LOG_FILTER_CHARACTER is a rename of LOG_FILTER_DELETE.
Note: You need to update your config file... again (yeah sorry... trying to make it simpler)
|
|
|
|
|
|
LOG_FILTER_PLAYER_DELETE (34). Also add missing sql from 55ce180f28
|
|
|
|
here and there
|
|
[434][PacketIO] structure CMSG_MOVE_CHNG_TRANSPORT.
|
|
|
|
[434][Movement/Spline]: set correct spline flags for taxi patching.
|
|
|
|
Codestyle/Misc: Renamed recv_data to recvData
|
|
Fixed a mistake in the reforge handler
|
|
|
|
|
|
SPELL_EFFECT_APPLY_AREA_AURA_ENEMY
Author Vincent-Michael
|
|
|
|
|
|
|
|
|
|
names locales
|
|
from logged msgs
- Appender config option .Timestamp and .Backup became obsolete
- New Appender config option .Flags added
Appender Console prefixes Log Level and Log Filter Type to the logged text as default
Appender File prefixes Timestamp, Log Level and Log Filter Type to the logged text as default
|