aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-11Core/MiscShauren
* Cleaned up packet manipulation methods, no need to keep duplicate sets of functions doing the same * Added a very basic ObjectGuid structure for easier (and endian-safe) method of accessing individual guid bytes
2012-07-11Core/Spells: Fix Pain and Suffering reduces damageVincent-Michael
2012-07-11Core/PacketIO: Defined and enabled character list time opcodes (customize, ↵Shauren
rename, change race and faction)
2012-07-11Core/Misc: Updated ResponseCodes enumShauren
2012-07-11Core/Players: Fixed saving/loading glyphsShauren
2012-07-10Core/Escort: few modifications to add the IMMUNE_TO_NPC flag after npc does ↵Kandera
a full reset.
2012-07-10Core/Escort: fix issues with escorts not attacking enemies.Kandera
2012-07-10Core/Objects: Updated UpdateFieldsShauren
2012-07-10SQL: Corrected sql fileShauren
2012-07-09Buildsystem/Tools: Corrected vmap tool dependenciesShauren
2012-07-09Tools/Extractors: Corrected merge errors (libmpq was removed)Shauren
2012-07-09Core/Loot: fix small errorKandera
2012-07-09Core/Loot: fix crash number 2Kandera
2012-07-09Core/Loot: typos!Kandera
2012-07-09Core/Loot: fix crash.Kandera
2012-07-09Core/Loot: couple of small changes to loot.Kandera
2012-07-09DB/Spells: fix spell id for wrath of the astromancer spell.Kandera
2012-07-09Core/Spells: correct sanctified wrath damage calculations.Kandera
2012-07-09Core/PacketIO: Updated character list packet structure to 4.3.4Shauren
2012-07-09Core/Achievements: Fixed a mistake in building guild criteria packetsShauren
2012-07-09Core/Achievements: Implemented guild achievementsShauren
2012-07-07Core/LootMgr: Fix a little logging mistake on startup to prevent confusion.Discover-
2012-07-06Miscellaneous: Unsigned expressions cant be negativeSubv
2012-07-06Fixed buildSubv
2012-07-06Merge pull request #7031 from Vincent-Michael/lockupCommandSubv
Core/Commands: Convert lookup commands in commandscript
2012-07-06Merge pull request #7032 from Exodius/masterkandera
[Script/ICC] Properly fix Dark Nucleus aggro problems
2012-07-06Core/Loot: correctly fix rolling on quest loot that follows group loot rules ↵Kandera
via custom flags.
2012-07-06[Script/ICC] Properly fix Dark Nucleus aggro problems and them not following ↵Exodius
you when they should. Closes #6589 Fix by @Marosa. Guidelines by @Kandera.
2012-07-06Core/Commands: Convert lookup commands in commandscriptVincent-Michael
2012-07-06fix build againKandera
2012-07-06fix build from r2bcc291Kandera
2012-07-06Core/Loot: fix possible crash from having a bad itemKandera
2012-07-06Core/Loot: fix master looting quest items with the custom flag.Kandera
2012-07-06Scripts/Spells: fix wrath of the astromancer and stop the startup error.Kandera
2012-07-05Merge pull request #7004 from Vincent-Michael/guildCommandSubv
Core/Commands: Convert guild commands in commandscript
2012-07-05Core/Loot: fix a typo from previous commit. (thx joschiwald)Kandera
2012-07-05Core/Loot: fix the way quest items are handled. so far ive only found 3 ↵Kandera
quest items that should be able to be masterlooted. added a new flag to item_template.flagsCustom to allow for making a quest item always follow loot rules. a bonus may be the fix of the handlelootmasteropcode crash!
2012-07-05Fix another sql update name. used the correct date of pushKandera
2012-07-05fixed sql update file nameKandera
2012-07-05Core/Networking: Handle few more auth-time opcodes and left comments for ↵Shauren
CMSG_ENABLE_NAGLE
2012-07-05Core/Spells: codestyle cleanup. case statements are your friend :]Kandera
2012-07-05Merge branch '4.x' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2012-07-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.xShauren
2012-07-04Merged pull request #6873Shauren
2012-07-04Core: Added 4.3.4 opcodes from WPP, commented out some code to fix compile ↵Shauren
(switches with opcodes - duplicate case 0: labels) and fixed authentication
2012-07-04Core: Minor startup error fixes (db structure)Shauren
2012-07-04Core/DBC: 4.3.4 structure updatesShauren
2012-07-03Merge pull request #7017 from AliveShiro/q12735Nay
Fix Quest A Cleansing Song
2012-07-04Fix Quest A Cleansing SongAliveShiro
2012-07-03Load art.MPQ in mapextractorLordJZ