aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-06Merge pull request #7311 from Kaldorei/patch-1Nay
[4.3.4] Fixed SMSG_GROUP_INVITE
2012-08-07Fixed SMSG_GROUP_INVITEKaldorei
2012-08-06Core/Opcodes: Fix some wrong handler assigments/dupesNay
2012-08-06Core/Opcodes: Sync opcodes with WPP, add handlers placeholders for new opcshorn
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-08-06Core/Opcodes: Sync opcodes with WPP, add handlers placeholders for new opcshorn
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-08-06Core/Items: Finished reforging (mostly by subv)Shauren
2012-08-06Core/PacketIO: Fix structure of CMSG_RANDOMIZE_CHAR_NAMENay
2012-08-06Core/PacketIO: Enable duel related opcodesNay
2012-08-06Protocol/PacketIO: enable more opcodes and add one opcode numberKandera
2012-08-06DB/Schema: Change basehp/mana/armor in creature_classlevelstatus to unsigned ↵Nay
mediumint There's no reason to be cheap...
2012-08-06Core/Creature: Add basehp3 to creature_classlevelstatsNay
2012-08-06Core/Commands: missing change from previous commitKandera
2012-08-06Core/Commands: change .modify money to only use int32Kandera
2012-08-06Compile fix for noob compilersShauren
2012-08-06Update src/server/shared/Logging/AppenderDB.cppkandera
Core/Appender: fix typo
2012-08-06Core/Movement: Added another researched spline flagShauren
2012-08-06Core/NetworkIO: enable more opcodesKandera
2012-08-06Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
2012-08-06Protocol/PacketIO: Enabled more opcodesSubv
2012-08-06Core/PacketIO: Enable some gameobject related opcodesNay
2012-08-06Protocol/PacketIO: Enabled more opcodes.Subv
2012-08-06Core/Movement: Verified one more spline flagShauren
2012-08-06Core/Spells: add name for cast_flag_unknown_2 to cast_flag_has_trajectoryKandera
2012-08-06Core: Fix buildNay
2012-08-06Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
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