| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-01 | Core/Players: Prevent trading, taking gold from mail and withdrawing from ↵ | Shauren | |
| guild bank if it would put the player over gold cap. Closes #4015 | |||
| 2013-02-01 | DB/Loot: Fix Prismatic Black Diamond | Zaphod | |
| 2013-02-01 | Core/Spells: Correct a check in IsLootCrafting, allows Prismatic Black ↵ | Nay | |
| Diamond to be fixed (a very peculiar spell...) The following conversation led to this fix: http://paste2.org/p/2816385 (for reference) | |||
| 2013-02-01 | DB/Gameobject: Removed gameobject with bad wdb data | Vincent_Michael | |
| 2013-01-31 | Script/ICC: Fix phase check and warning | Gacko | |
| 2013-01-31 | Core/Spells: Fix Gas Cloud Tracking stacking with other tracking spells | Vincent_Michael | |
| 2013-01-31 | Scripts/Commands: Show correct guild Rank when using .pinfo command | Spp | |
| (Corrections to 1b551cc1) | |||
| 2013-01-31 | Script/ICC: Fix phase check in Saurfang script | Gacko | |
| ... typos - typos everywhere. me->request(glasses); | |||
| 2013-01-30 | Script/ICC: Fix phase check in Saurfang script | Gacko | |
| Related to changes in dbecf05e39204ff46621ce46bf5dd181e6450eeb | |||
| 2013-01-30 | Core: Fix warnings | Vincent_Michael | |
| 2013-01-30 | Merge pull request #7873 from Gacko/eventphases | Gacko | |
| Core: Logical fixes in EventMap | |||
| 2013-01-30 | Core: Logical fixes and improvements in EventMap | Gacko | |
| 2013-01-30 | Core: Fix non pch build | Vincent_Michael | |
| 2013-01-30 | Script/ToCr: Fix crash for lord jaraxxus Mistress Kiss + cleanup | Vincent_Michael | |
| 2013-01-30 | Merge pull request #9103 from Norfik/authdb | Nay | |
| DB/Auth: Fix typo in sql/base/auth_database.sql | |||
| 2013-01-30 | DB/Auth: Fix typo in sql/base/auth_database.sql | Emo | |
| ERROR 1136 (21S01) at line 216: Column count doesn't match value count at row 1 | |||
| 2013-01-30 | Core/Misc: Some changes to minimize differences with 4.3.4 branch | Spp | |
| 2013-01-30 | Core/Misc: Remove using directive from header files (It will eventually lead ↵ | Spp | |
| to name collisions) | |||
| 2013-01-30 | Core/Misc: Always state what columns are affected by MySQL statements | Spp | |
| 2013-01-30 | Core/Misc: Remove some calls to const_cast | Spp | |
| 2013-01-29 | DB/Loot: Fix 9 drop chance in gameobject_template (7 quests should be fixed ↵ | Nay | |
| by this) If a GO with flags 4 drops a quest item, ChanceOrQuestChance for that items needs to be negative Query used to find the issue: ``` SELECT * FROM `gameobject_loot_template` WHERE (`item` IN (SELECT `questItem1` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR `item` IN (SELECT `questItem2` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR `item` IN (SELECT `questItem3` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR `item` IN (SELECT `questItem4` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR `item` IN (SELECT `questItem5` FROM `gameobject_template` WHERE (`flags` & 4) != 0) OR `item` IN (SELECT `questItem6` FROM `gameobject_template` WHERE (`flags` & 4) != 0)) AND `ChanceOrQuestChance` > 0; ``` | |||
| 2013-01-29 | Buildsystem/CMake: Revoke commit 7b49da48f9c3c21406fbe350de170757ea6e285f - ↵ | click | |
| it creates unwanted results when used with PCh on *nix platforms. | |||
| 2013-01-29 | DB/Achievements: Fix Portal Jockey | FH3095 | |
| Current Status: Portal Jockey(10) is rewarded from 10nh and 25nh, Portal Jockey(25) is rewarded from 10hc and 25hc. Reason: Achievement-criteria 12971 is required for Portal Jockey(25), but checks for map-difficulty 2=10hc. On the other side achievment-criteria 12979 is required for Portal Jockey(10), but checks for map-difficulty 1=25nh. Closes #9081 Ref #6810 | |||
| 2013-01-29 | Buildsystem/CMake: Change policy CMP0005 to NEW and corect some ↵ | click | |
| buildvariables accordingly ** Info from CMake: ** The OLD behavior for this policy is to place definition values given to add_definitions directly in the generated build rules without attempting to escape anything. ** The NEW behavior for this policy is to generate correct escapes for all native build tools automatically. If this breaks build, let us know on irc : irc.rizon.net/#trinity | |||
| 2013-01-29 | DB/Loot: Add Cache of the Ley-Guardian to heroic Oculus loot when RDF aura ↵ | w1sht0l1v3 | |
| is present. Closes #6927 | |||
| 2013-01-28 | DB/Gameobjects: Set proper state for ToCr doors and fixed looting of ↵ | Kinzcool | |
| Venomhide Egg & Discarded Soul Crystal | |||
| 2013-01-28 | Core/Quest: Bloody Breakout | Gacko | |
| Closes #641 | |||
| 2013-01-27 | DB/Gameobjects: Added an another missing Gameobject | Kinzcool | |
| 2013-01-27 | Typo: i will now go hang myself..... _ typo | ZxBiohazardZx | |
| 2013-01-27 | Fix/Commit: push final file, not the workingcopy | ZxBiohazardZx | |
| 2013-01-27 | DB/Creature: Add spawns for Unseen in Duskwood (thanks Expecto for that) | Expecto | |
| DB/SAI: Add SAI for the Unseen's Aura (thx ZxBiohazardZx) | |||
| 2013-01-27 | Core/Authserver: Added possibility to allow realm connections both from ↵ | Shauren | |
| "world" and local networks. | |||
| 2013-01-27 | Core/Battlegrounds: Fixed arena scoreboards not showing all players. | Shauren | |
| 2013-01-27 | Update sql/updates/world/2013_01_26_07_world_gameobject_template.sql | Nay | |
| 2013-01-26 | DB/Gameobject: Added a missing gameobject template | Kinzcool | |
| 2013-01-26 | DB/Creature: Fixed equipment of Elder Razormaw, he should no longer have a ↵ | Kinzcool | |
| sword as arms | |||
| 2013-01-27 | DB: Fix import | Gacko | |
| 2013-01-26 | Scripts/Commands: Add guild info to .pinfo | Nay | |
| Original patch by @secharles, modified Closes #8946 | |||
| 2013-01-26 | DB/Misc: | ZxBiohazardZx | |
| Add Rare Bosses to Dire Maul Closes #5882 Add SAI for Quest: No Mercy for the Captured Closes #568 Add Spawn for Sand Shark Closes #5925 (thx Mogale) Fix underground Centaurs Closes #8498 (thx baric) | |||
| 2013-01-26 | Scripts/Icecrown Citadel: Fix warning | Vincent_Michael | |
| 2013-01-26 | Core: Some cosmetic changes | Vincent_Michael | |
| 2013-01-26 | DB/Loot: some modifications to Mithrill Bound Trunk | ZxBiohazardZx | |
| Closes #3801 | |||
| 2013-01-26 | DB/Conditions: Add conditions for Bellowing Roar / Eruption | Vincent_Michael | |
| 2013-01-26 | DB/Loot: add loot for Protectorate Treasure Cache and make sure you always ↵ | ZxBiohazardZx | |
| get sometime out of it... Closes #8589 | |||
| 2013-01-26 | DB/Loot: add missing items to Coren Direbrew | dele | |
| Closes #7297 | |||
| 2013-01-26 | Core/GossipDef: Fix a build error from 9812afe08be | Nay | |
| *slaps MrSmite* | |||
| 2013-01-26 | Merge pull request #9063 from MrSmite/QuestLevelsInUi | Nay | |
| Option to show quest levels in dialogs | |||
| 2013-01-26 | Scripts/ShadowmoonValley: Fixup script for Lord Illidan Stormrage quest to ↵ | w1sht0l1v3 | |
| be doable. Notice: this whole script needs a proper rewrite(contains wrong Illidan npc id,bad dialogues,etc). | |||
| 2013-01-26 | Update README | Aokromes | |
| TrinityCore Requirements Platform: Linux, Windows or Mac Processor with SSE2 support ACE ≥ 5.8.3 MySQL ≥ 5.1.0 CMake ≥ 2.8.0 OpenSSL ≥ 0.9.8o GCC ≥ 4.3 (Linux only) MS Visual Studio ≥ 9 (2008) (Windows only) | |||
| 2013-01-25 | Adds CONF option to show quest levels in dialogs. | MrSmite | |
| Example: [13] Westfall Stew Default = 0 (off). Make sure to set UI.ShowQuestLevelsInDialogs to 1 to turn it on NOTES: * DO NOT supply the quest level when using commands such as .lookup quest, it is not actually part of the title (even though it will be printed in the result) * Also adds the level in the quest tracker and quest log * If locale is used, the level is added after the proper title is looked up * LUA Mods that offer this feature do not work properly with TC, most will not put the level in all dialogs. Users who have such mods should disable the mod's feature or they may see the quest level listed twice. Example: [13][13] Westfall Stew | |||
