aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-06Core/PacketIO: Fixed a mistake in SMSG_RANDOMIZE_CHAR_NAME (thk Shauren)Subv
2012-08-06Core/Logging: Use prepared statements in AppenderDBSpp
2012-08-06Core/SQL: Kill core if error 1064 is triggered (error code 1064 you have an ↵Spp
error in your sql syntax). This means the sql has an build error and core fix is needed
2012-08-06Core/Logging: Implement logging to databaseSpp
2012-08-06Core/Logging: Try to simplify configuration of loggers and appendersSpp
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)
2012-08-06Core/Movement: Some cleanup in spline flagsShauren
2012-08-06Core/Logging: Reload Logging options when .reload config is usedSpp
2012-08-06Core/Logging: Move player delete logging to new type ↵Spp
LOG_FILTER_PLAYER_DELETE (34). Also add missing sql from 55ce180f28
2012-08-05Fixed a compile errorSubv
2012-08-05Core/PacketIO: Enabled another bunch of opcodes and made some misc fixes ↵Subv
here and there
2012-08-05Merge pull request #7296 from cyberbrest/pull9Nay
[434][PacketIO] structure CMSG_MOVE_CHNG_TRANSPORT.
2012-08-06[PacketIO] structure CMSG_MOVE_CHNG_TRANSPORT.cyberbrest
2012-08-05Merge pull request #7295 from cyberbrest/pull8Nay
[434][Movement/Spline]: set correct spline flags for taxi patching.
2012-08-06[Movement/Spline]: set correct spline flags for taxi patching.cyberbrest
2012-08-05Core/Items: Implemented SOCKET_COLOR_COGWHEEL.Subv
Codestyle/Misc: Renamed recv_data to recvData
2012-08-05Core/Misc: Fixed a crash in .modify money command.Subv
Fixed a mistake in the reforge handler
2012-08-05Protocol/PacketIO: Enabled a few more opcodesSubv
2012-08-05Protocol/PacketIO: Enabled more opcodesSubv
2012-08-05Core/Spells: Generic fix for auras with effect ↵Faq
SPELL_EFFECT_APPLY_AREA_AURA_ENEMY Author Vincent-Michael
2012-08-05Script/Commands: Fix a copy paste type in .reload item_set_names commandNay
2012-08-05Scripts/Commands: remove reload item_set_names and locales_item_set_nameNay
2012-08-05Core/Items: Remove a few missing thingsNay
2012-08-05Core/Protocol: Removed SMSG_ITEM_NAME_QUERY_RESPONSE, it no longer existsSubv
2012-08-05Core/Items: Removed no longer needed code for item set names and item set ↵Subv
names locales
2012-08-05Core/Logging: Add option to remove timestamp, Log Level and Log Filter Type ↵Spp
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
2012-08-05 Core/Spells: Fix Divine Shield and Ice Block casted in CycloneVincent-Michael
2012-08-05Core/Spells: Remove no longer needed hack to Apply Enchanted BridleNay
2012-08-04Merge pull request #7255 from Vincent-Michael/summonVehicleNay
Core/Spells: Fix some summon vehicle spells with basepoint 1
2012-08-04Merge pull request #7273 from Faq/Debuff_0Nay
Core/Spells: Wrath of the Plaguebringer should be a debuff. thnx Tibbi
2012-08-04Merge pull request #7283 from Vincent-Michael/disableCommandNay
Core/Commands: Some fixes for disable command
2012-08-05Core/Commands:Vincent-Michael
* Add remove support for disable command * Add quest disables support * Add check for no existent entry * Fix problems with flags 0 * Fix code style
2012-08-05Core/ByteBuffer: Print stack trace in ByteBufferException::PrintError.LordJZ
2012-08-04Core/Items: Fix compileNay
2012-08-04Tools: Proper default target build outputLordJZ
Ref #7022
2012-08-04Merge pull request #7267 from cyberbrest/pull5Nay
[434][Item] remove support KeyRing Slots and CurrencyTokenSlots.
2012-08-04Merge pull request #7272 from cyberbrest/pull6Nay
[434][PacketIO] castbar.
2012-08-04Core/PacketIO: Enabled some more opcodesSubv
2012-08-04Core/PacketIO: Add some (possible) missing FlushBitsNay
2012-08-04Core/Protocol: Enabled CMSG_BUY_ITEMSubv
2012-08-04Core/Chat: Fix unitialized lang variable (set to LANG_UNIVERSAL) when text ↵Nay
type is emote, afk or dnd
2012-08-04Core/Guilds: Implemented some guild packets, some basic guild functions is ↵kaelima
working, though most are still WIP/TODO
2012-08-04Core/Player: Use DBC data to set the correct amount of hp and mana based on ↵Subv
player level and class
2012-08-04DB/Quest: add quest&seasonal relations for Midsummer Fire FestivalTheSensei
2012-08-04DB/Disables another 39 deprecated questsZxBiohazardZx
2012-08-04DB/Disables: add priest T3 as well, stupid "of Faith" suffix got unnotedZxBiohazardZx
2012-08-04DB/Disables: add T3 deprecated questsZxBiohazardZx
2012-08-04Core/Chat: Send addon prefix in addon messagesNay
Correct structure of some CMSG_MESSAGECHAT_ADDON_x opcodes Fix a compile error in HandleReforgeItemOpcode
2012-08-04DB/Quest: Add questrelations for Honor the Flame questsZxBiohazardZx
Closes #5989
2012-08-04DB/Quest: add dungeonflag for rewardquestsZxBiohazardZx
2012-08-04DB/Disables: another 26 related to BG's deprecated. also fixed an SQL syntax ↵ZxBiohazardZx
error on previous file, wrong file got committed