| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-05 | Authserver / Worldserver: Fix warnings about unused variables | Gacko | |
| 2014-02-05 | Core/Auras: Implemented SPELL_AURA_MOD_COOLDOWN | Shauren | |
| Closes #9671 | |||
| 2014-02-05 | Merge pull request #11568 from Rochet2/VendorChecks | Discover- | |
| Core: Add rest of checks from SendListInventory to BuyItemFromVendorSlot | |||
| 2014-02-05 | Core/Achievements: Use ACE_OS::localtime_r instead of localtime in my ↵ | Discover- | |
| previous commit for thread safety. Thanks to @Shauren | |||
| 2014-02-05 | Core/Achievements: Implement criteria type ↵ | Discover- | |
| ACHIEVEMENT_CRITERIA_TYPE_ON_LOGIN and criteria requirements ACHIEVEMENT_CRITERIA_REQUIRE_NTH_BIRTHDAY and ACHIEVEMENT_CRITERIA_REQUIRE_KNOWN_TITLE. Fixes anniversary achievements. By @Schmoozerd | |||
| 2014-02-04 | DB/SAI: Fix Dire Maul entrance levers | Aokromes | |
| Updates #6298 | |||
| 2014-02-04 | Core: Add rest of checks from SendListInventory to BuyItemFromVendorSlot | Rochet2 | |
| 2014-02-04 | Rename 2014_01_21_world_access_requirement.sql to ↵ | Aokromes | |
| 2014_02_04_00_world_access_requirement.sql | |||
| 2014-02-04 | Merge pull request #11095 from gerripeach/pull_request3 | Aokromes | |
| Core/LFG: Minimum item level in Wotlk heroic dungeons | |||
| 2014-02-04 | Core/Spells: Fixed AoE damage reduction auras, original patch by @Unholychick | Shauren | |
| 2014-02-04 | Core/Groups: Fixed UnitIsPartyLeader lua function | Shauren | |
| 2014-02-02 | Core/Misc: remove error log, which returns false positives | joschiwald | |
| 2014-02-02 | Core/Chat: Fix a new issue caused by ↵ | Discover- | |
| c0224dd7ca9a39034518bd7e6285702636749929 which would trigger false positives for CHAT_MSG_AFK and CHAT_MSG_DND. | |||
| 2014-02-01 | Core/Spell: Handle SPELL_AURA_FORCE_REACTION missing cases | jackpoz | |
| Always check forced reputation ranks before any other faction check to get the reaction between 2 units. Fixes #5790 | |||
| 2014-02-01 | Core/Spells: fix crash when loading custom spell attr with invalid spellid | joschiwald | |
| 2014-02-01 | Core/Scripts: Fix quest The Totem of Kar'dash alliance version. | w1sht0l1v3 | |
| Remove some hungarian notation for horde side version. Closes #11035 | |||
| 2014-02-01 | DB/Creature: Fix warnings with creature_formations loading | Vincent_Michael | |
| 2014-02-01 | Core/Chat: Fix an exploit where it was possible to speak in universal ↵ | Discover- | |
| language in say/yell/emote by sending CMSG_MESSAGECHAT using cheats. | |||
| 2014-01-31 | Build: Use override/final keywords for VS 2012 and newer. (VS 2013 still ↵ | Shauren | |
| defines __cplusplus as 199711L) | |||
| 2014-01-31 | Shared/Logs: Fix crash in Console log output | jackpoz | |
| Correctly handle the return value of vsnprintf() which returns -1 if the buffer is too small http://msdn.microsoft.com/en-us/library/1kt27hek.aspx . In this case just truncate the output. This caused a crash on character delete if Logger.entities.player.dump was enabled and set to 3. Fixes #11539 | |||
| 2014-01-31 | Core/Arena: Fix arena season not always appearing to clients | jackpoz | |
| Arena season sent to client with SMSG_INIT_WORLD_STATES opcode was not sent if Player was on a zone with id 0 on login. Initializing the zone id to -1 will always trigger UpdateZone() properly on login. Fixes #10623 | |||
| 2014-01-31 | SQL: Update 2014_01_31_01_world_item_template.sql | Duarte Duarte | |
| 2014-01-31 | DB/item_template: Set defaults of spellcharges_X to 0 instead of NULL | Magnifikator | |
| Closes #10748 Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com> | |||
| 2014-01-31 | Core/Achievs: Rename a few unknown achievement criteria flags | Duarte Duarte | |
| Source tomrus88, Mangos | |||
| 2014-01-31 | SQL: Fixed two issues with 2014_01_31_00_world_spell_custom_attr.sql | Duarte Duarte | |
| Engine should be MyISAM and not MRG_MyISAM MySQL doesn't play nice with hex values so converted them to decimal Closes #11537 | |||
| 2014-01-31 | Core/Spells: Fix DK Ghoul's damage after ↵ | Discover- | |
| ad8eb434c02e451effd0949aaa7d2b7999d91597. I misread 'SpellScript::m_damage' for 'SpellScript::damage'. By @joschiwald | |||
| 2014-01-31 | SQL: Update old .sql files to keep consistency with auth_database.sql | Duarte Duarte | |
| Also update characters_database.sql (generated by mysqldump) | |||
| 2014-01-31 | Core&DB/Spells: Move custom spell attributes from code to DB, ↵ | Duarte Duarte | |
| `spell_custom_attr` table `spell_custom_attr` - `entry` uint PK - `attributes` uint (enum SpellCustomAttributes of SpellInfo.h) | |||
| 2014-01-30 | Fix warnings introduced on littleendian in ↵ | QAston | |
| 2134cb610d45727a0623741f7416a360882133fa This fix prevents possible issues on bigendian machines. Don't use c style casts ppl, it's evul. | |||
| 2014-01-30 | Scripts/HoR: Fix log error | jackpoz | |
| Fix "DoZoneInCombat called for creature that has empty threat list" error caused by DoZoneInCombat() called by IsSummonedBy() in a script before the Creature is allowed to enter combat. | |||
| 2014-01-30 | Core/Splines: Fix "velocity > 0.1f" error | jackpoz | |
| Updates #6191. | |||
| 2014-01-30 | Core/Misc: Missing changes and get rid of useless method in ↵ | Discover- | |
| acd46085d1f496657e27e0d5f823f53d466702dc | |||
| 2014-01-30 | Core/Spells: drop last leftovers of hardcoded spell target selection and ↵ | joschiwald | |
| move it into spellscripts Closes #1719 Closes #3186 | |||
| 2014-01-28 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-28 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-28 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-28 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-28 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-28 | DB/Creature: Typo fix. | Aokromes | |
| 2014-01-28 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-28 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-28 | DB/Creature: Fix some startup errors | Aokromes | |
| Updates #11501 | |||
| 2014-01-27 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-27 | SQL: Rename in correct name | Vincent_Michael | |
| 2014-01-27 | Core/Spells: addition to 96060bf0078441e779c4cfcaa80f66ac5e97a3ff | joschiwald | |
| 2014-01-27 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-27 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-27 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-27 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
| 2014-01-27 | DB/Creature: Fix some factions | Aokromes | |
| Updates #11501 | |||
