| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-14 | Core/Misc: Fixed build without pch | Shauren | |
| 2014-09-14 | Scripts/Commands: Fixed build with -DSCRIPTS=0 | Shauren | |
| 2014-09-14 | Core/Entities: Use ObjectGuid class in game project | Shauren | |
| 2014-09-13 | Core/Entities: Use new PackedGuid class | Shauren | |
| 2014-09-12 | Core/Entities: Added ObjectGuid class from MaNGOS | Shauren | |
| 2014-09-12 | Core/WorldSocket: Refactored client packet header check | Shauren | |
| 2014-09-12 | Core/Misc: Added const modifier to MessageBuffer::Write parameter | Shauren | |
| 2014-09-12 | DB/Gameobject: Allow to target 2 gameobjects | Aokromes | |
| Closes #13093, closes #13094 | |||
| 2014-09-12 | Core: Fix warning | Vincent-Michael | |
| 2014-09-12 | Core/NetworkIO: Set non blocking mode on sockets properly | Shauren | |
| 2014-09-12 | Core/Skills: Fix rogue's lock picking | DDuarte | |
| Fixes #12677 Closes #13111 | |||
| 2014-09-12 | Core/Quests: Only prompt the player to take the next quest in a chain if he ↵ | Subv | |
| meets the conditions for that quest. | |||
| 2014-09-12 | Merge pull request #12927 from MitchesD/misc_3 | MitchesD | |
| Scripts/CoS: implemented Infinite Corruptor, improvements in instance sc... | |||
| 2014-09-12 | Remove mount vendor cpp script | Dr-J | |
| 2014-09-12 | Scripts/CoS: implemented Infinite Corruptor, improvements in instance script ↵ | MitchesD | |
| and Meathook converted to BossAI Guardian of Time should have some text, but I have not found anything in sniff. Also the whole event needs to be rewritten and improved. | |||
| 2014-09-12 | DB/Misc: Couple more fixes | Dr-J | |
| closes #13112 closes #13115 | |||
| 2014-09-12 | Core/Group: Update enum GroupType | DDuarte | |
| 2014-09-12 | DB/Misc: Random fixes/error fixes | Dr-J | |
| 2014-09-12 | Core/Misc: Kill few more warnings. | w1sht0l1v3 | |
| 2014-09-11 | Core/Misc: Get rid of some warnings. | w1sht0l1v3 | |
| 2014-09-11 | Core: Fix typo in cec2cc806b418997f387bf1324454b7b76b9f0fa | Vincent-Michael | |
| 2014-09-11 | a correction | Dr-J | |
| 2014-09-11 | Remove a Gossip Script which is already in DB | Dr-J | |
| Remove script for Khadgar all of the gossip menus and options are already in db and this is only a gossip script, will deal with db stuff in next commit | |||
| 2014-09-11 | SQL: Fix typo. | WishToDie | |
| Fix typo in 587d87d2ccc888b0a881be4bfaab150422edaec8. | |||
| 2014-09-11 | DB/Misc: Some additions to ↵ | Dr-J | |
| https://github.com/TrinityCore/TrinityCore/commit/137c8a7de9beaa90441c5aa38e14ad0b09bebffe Some additions to https://github.com/TrinityCore/TrinityCore/commit/137c8a7de9beaa90441c5aa38e14ad0b09bebffe * Add a missing npc_text where gossip menu had already existed in db with this text and core script sent this text as gossip but text was not in db * Correct option id for a option. | |||
| 2014-09-11 | Scripts/Misc: some small changes after recent commits | MitchesD | |
| 2014-09-11 | Convert Mount Vendor script to DB | Dr-J | |
| Move CPP script npc_mount_vendor to db * Sniffed gossip menu for Veron Amberstill as we did not have this * There is more than one text per gossip for these, readded all gossip menus we have to include the ones that where not in db already * Conditions for vendor option and texts to only sell to elegible to players and show correct texts We do not have text for Dreanei or dwarf have not checked gnome one since that one had already been moved to db since npc had sai closes #13088 | |||
| 2014-09-11 | Scripts/AV: Drekthar updated to EventMaps | Nyeriah | |
| 2014-09-11 | SQL: Fix up my failure at 2014_09_11_00_world_conditions.sql | Nyeriah | |
| 2014-09-11 | Scripts/Gundrak: Eck the Ferocious updated to EventMap/BossAI | Nyeriah | |
| - Moved his spawn handling to instance script | |||
| 2014-09-11 | Remove BOM from 2014_09_11_00_world_conditions.sql | Vincent-Michael | |
| 2014-09-11 | DB/Conditions: Fix up conditions for Yogg-Saron's portal spells after latest ↵ | Nyeriah | |
| changes to the instance data | |||
| 2014-09-10 | Core/DB: Fix crash on shutdown | jackpoz | |
| Fix race condition crash on shutdown, closing MySQL connections with queries still being executed | |||
| 2014-09-10 | SQL: Fix wrong sql count order | Vincent-Michael | |
| 2014-09-10 | Core/Misc: Fixed build with intel compiler | Shauren | |
| 2014-09-10 | Core/Authserver: Added missing auth socket manager | Shauren | |
| Closes #13085 | |||
| 2014-09-10 | DB/Misc: Cenarion Thicket | Dr-J | |
| * Add strange aura to spell_area for Cenarion Thicket (someone had tried getting the druids to cast this on themselves in sai whoever did obviously did not read this AttributesEx3: 0x00000100 (SPELL_ATTR3_ONLY_TARGET_PLAYERS) * However even when aura is active it still would not hit druids only the Broken Corpses, found that the druids should not even have this aura (proper auras are permament feign death + blue radiation), also in sniff unit_flags2 is 2049 (we had 2048) and dynamic flags 0 (we had 40) * Also removing stun from unit flags, this makes no difference in game as npc gets those flags from feign death | |||
| 2014-09-10 | Scripts/AV: Captain Galvangar updated to EventMaps | Nyeriah | |
| 2014-09-10 | DB/Locales: Correct multiple quest names for the 3.3.5 patch | DDuarte | |
| Ref #13075 | |||
| 2014-09-10 | DB/Locales: Correct multiple npc names for the 3.3.5 patch | DDuarte | |
| Closes #13075 | |||
| 2014-09-09 | Core/Loot: Fix a possible unintialized slot_type in LootMgr | Duarte Duarte | |
| Noticed by @joschiwald | |||
| 2014-09-09 | Core/Loot: Fix some issues with master loot | DDuarte | |
| Thanks to @PortgasDAce for the initial patch Closes #12732 | |||
| 2014-09-09 | Merge pull request #13077 from mik1893/fear_vs_possess | Duarte Duarte | |
| Core/Unit: Do not give client control back to player after fear/confuse if player is under player charm (UNIT_STATE_POSSESSED) | |||
| 2014-09-09 | DB/Misc; Perry Gatner | Dr-J | |
| add some additional lines, | |||
| 2014-09-09 | Scripts/The Barrens: Make BIG WILL attackable in quest id 1719 (the affray) | dkmbasura | |
| Closes #13072 Ref #4764 | |||
| 2014-09-09 | Core/Net: Fix GCC build | Duarte Duarte | |
| 2014-09-09 | CI/Travis: Yet another attempt at reducing the number of killed builds | Duarte Duarte | |
| 2014-09-09 | Core/Unit: Do not give client control back to player after fear | mik1893 | |
| if player is under player charm (UNIT_STATE_POSSESSED) | |||
| 2014-09-09 | Remove CPP script for Jenny/Jezzix Geartwist | Dr-J | |
| 2014-09-09 | DB/SAI: Jenny (Load'er UP) | Dr-J | |
| Ok so found I needed to rescript this to as had not noticed there was already a script on Fezzix Geartwist for this quest, this sai has got same flaws as cpp version had, when npc gets attacked and evades looses crates aura (another example of the thing with auras getting removed at evade causing problems), | |||
