aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-12Scripts/The Culling of Stratholme: Fix quest credit for Mal'GanisVincent-Michael
2012-08-12Scripts: Fixed some unitialized variablesShauren
2012-08-12[Spell]: add new effects and auras.cyberbrest
privent crash with casting it.
2012-08-12Core/Misc: Code stylezorix
2012-08-12Core/Spells: Implemented Spell attributesEx8zorix
Remove custom flag spell scalable and apply flag SPELL_ATTR8_AURA_SEND_AMOUNT
2012-08-11Core/Movement: Use MonsterMoveStop spline type to stop movement instead of ↵Shauren
sending movement to current position
2012-08-11Core/Movement: Use spline id generatorShauren
2012-08-11Core/PacketIO: Updated player move speed change packet structuresShauren
2012-08-11Compile fix for gcc 4.5 and newerShauren
2012-08-11Core/Achievements: Compile fix by o0Loco0oShauren
2012-08-11Scripts/Grizzly Hills: Fix uninitialized variable in ↵kaelima
npc_venture_co_straggler. minor cleanup
2012-08-10Core/PacketIO: Enabled one more opcodeSubv
2012-08-10Core/PacketIO: Enabled more opcodesSubv
2012-08-11[Object]: at teleportaion transform orientation to 0-2pi range. As we cat ↵cyberbrest
set bad orientation to plr by transport teleportation or bad db data. + additionally check orientation at loading, for priventing loading bad orientation (Fix Freeze at loading in some cases)
2012-08-10Core/PacketIO: Cleaned up manual shifting for account name length reads in ↵Shauren
CMSG_AUTH_SESSION
2012-08-10Core: Cleanup whitespace, fix build and enable 1 opcodeNay
2012-08-10Core/PacketIO: Enable 2 opcode handlers, remove legacy ↵Nay
HandlePageQuerySkippedOpcode
2012-08-10Core/Misc: Use ByteBuffer's WriteString where possible/neededNay
2012-08-10Core/PacketIO: Added WriteString method to ByteBuffer allowing to write ↵Shauren
strings without null-terminating them
2012-08-10Core/PacketIO: Enable most arena related opcodesNay
2012-08-10Core/Movement: Implemented creature slow fall movementShauren
2012-08-10Core/PacketIO: Enable few more opcode handler (fixes mailing and others)Nay
2012-08-10Core: Add missing includeNay
2012-08-10Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-10Core/PacketIO:kaelima
- Enable a bunch of spline packets. - Correct emblems written in SMSG_GUILD_INVITE - Revert changes in GuildCommandType and add more errors to GuildCommandError - Rename Powers to match names in Lua code from client
2012-08-10Core/Movement: Ensured object orientation is always within 0-2pi range, this ↵Shauren
fixes movement.
2012-08-10Core: Fix build and proper deinitialization in HandleTransmogrifyItems (by ↵Nay
using vectors instead of new/delete)
2012-08-10Core/ChatAddon: Implement server side addon communication filteringNay
2012-08-09Core/PacketIO: Fixed a few more opcodesSubv
2012-08-09Core/PacketIO: Enabled/Fixed more opcodesSubv
2012-08-09Core: Fix some bad casts when reading bytebuffer dataNay
2012-08-09Merge pull request #6520 from Vincent-Michael/shadowstepNay
Core/Spell: Fix not using Shadowstep while rooted
2012-08-09Core/PacketIO: Enable SMSG_LOOT_RESPONSENay
TODO: Implement currency looting (on it)
2012-08-09Core/Spells: Implemented SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLSShauren
2012-08-09Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-09Core/Logging: Fixed a possible crash with dynamic log file namesShauren
2012-08-09Core: Add missing FlushBits and fix some typos (/slap subv)Nay
2012-08-09Core/Logging: Fix crash in AppenderFile deconstructor when logfile is ↵kaelima
uninitialized
2012-08-08Core/PacketIO: Enabled/Fixed more opcodesSubv
2012-08-09Core/PacketIO: Enable few more opcode handlersNay
2012-08-08Core/PacketIO: Enabled SMSG_ATTACKERSTATEUPDATESubv
2012-08-08Core/PacketIO: Enabled more opcodesSubv
2012-08-09Core/Quests: Fix and enable all quest related opcodesNay
2012-08-08Core/Chat: Correct HandleChannelPassword and HandleChannelInviteNay
2012-08-08Finished Opcodes.cpp cleanup (moved some missed handlers that are not in ↵horn
WPP) and removed CMSG_GROUP_ACCEPT and CMSG_GROUP_DECLINE from opcode list
2012-08-08DB: Rename characters' void_storage to character_void_storageNay
Core: Fix build (/slap subv) Also proper names for sql files
2012-08-08Core&DB/NPCs: Add an extra field for mana_mod in creature_template (for ↵Nay
proper mana calculations) This field is usually 2 for a small group of creatures with double mana
2012-08-07Core/PacketIO: Enabled/Fixed more opcodesSubv
2012-08-07Core/PacketIO: Fixed and enabled SMSG_ITEM_REFUND_RESULTSubv
2012-08-07Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Subv