| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-30 | DB/Brewfest: Convert some brewfest for alliance: | Vincent-Michael | |
| - Fix Quest "There and Back Again" (for Alliance-side) - Fix Quest "Now This is Ram Racing... Almost." (for Alliance-side) | |||
| 2014-09-30 | Revert "Core/AuctionHouse: Delete expired auctions at startup." | jackpoz | |
| This reverts commit a92038feaf440abe797ee4b0344612b6176e43a8 which caused items of expired auctions not being mailed back to the owner and leaving those items in item_instance table. Please refer to the forum for steps to verify the integrity of your database and remove old unneeded rows in item_instance table. Fixes #12699 | |||
| 2014-09-30 | Core/LootMgr: Fix GCC warning | jackpoz | |
| 2014-09-30 | Core/LootMgr: Fix wrong bit fields padding | jackpoz | |
| 2014-09-30 | Core/SAI: Addet new error log for SMART_ACTION_CAST kill credit invalid target | Vincent-Michael | |
| 2014-09-30 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-09-30 | DB/Misc: The Green Hills of Stranglethorn (3.3.5) | Dr-J | |
| Script replacement of misplaced chapters if player is rewarded for quest which rewards chapter but does not have item and has not turned in quest 338. | |||
| 2014-09-30 | Fixed c/p mistake | Shauren | |
| 2014-09-29 | Merge remote-tracking branch 'origin/master' into 4.3.4 | DDuarte | |
| 2014-09-29 | Core/Scripts: Fix invalid memory write | jackpoz | |
| Fix invalid memory write caused by calling "delete this;" in a base class constructor. | |||
| 2014-09-29 | Core/GameObjects: Implemented new gameobject type 11 (transport) states, ↵ | Shauren | |
| fixes elevators in orgrimmar as well as all stoppable elevators Closes #10019 Closes #12747 Closes #13194 | |||
| 2014-09-29 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-09-29 | Core/Scripts: fixed memory leak caused by unassigned scripts in db | joschiwald | |
| 2014-09-29 | DB/Quests: Fear No Evil quest script | Mihapro | |
| Closes #13236 Fixes #12331 | |||
| 2014-09-29 | Merge remote-tracking branch 'origin/master' into 4.3.4 | DDuarte | |
| 2014-09-29 | DB/Gossips: Added some more assignation to their proper BroadcastTextID | Kinzcool | |
| 2014-09-29 | DB/Quest: Fix more locales on 3.3.5a | Aokromes | |
| 2014-09-28 | DB/Gossips: Added a missing one from 8983fbba531ac732ca48b9b78d85b2858eee67fd | Kinzcool | |
| 2014-09-28 | DB/Gossips: Localized talents gossips by assigning them to their BroadcastTextID | Kinzcool | |
| * Closes #12546 | |||
| 2014-09-28 | Core/AH: Fix Auction House items not deleted from database | jackpoz | |
| Fix some cases where Auction House items were not deleted from item_instance table of character database, for example if the owner didn't exist anymore or if the owner was the AHBot. Updates #12699 Updates #13232 | |||
| 2014-09-28 | Core/GameObjects: Fixed uninitialized elevator period value | Shauren | |
| 2014-09-28 | WorldServer/Misc: Log possible errors on shutdown | jackpoz | |
| Log possible error on shutdown happening when trying to cancel any I/O sync operation in CliThread, refers to #13201 | |||
| 2014-09-28 | Buildsystem/MSVC: Removed /SAFESEH linker option from x86 debug builds as it ↵ | Shauren | |
| doesn't make sense in debug builds and interferes with Edit and Continue Closes #13233 | |||
| 2014-09-28 | Rename 2014_09_28_00_world_conversion.sql to 2014_09_28_00_world.sql | Aokromes | |
| 2014-09-28 | DB/Misc: Fix startup errors | Aokromes | |
| 2014-09-27 | DB/BroadcastText: Assigned BroadcastTextIDs to some texts | Kinzcool | |
| 2014-09-28 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| Conflicts: src/server/game/Loot/LootMgr.cpp | |||
| 2014-09-28 | SQL: Fix sql import on unix | Vincent-Michael | |
| 2014-09-27 | Core/LootMgr: Forgot to change this. Found by Vincent Micheal | Malcrom | |
| 2014-09-27 | DB/Loot Template: If I put the updates sql in the right dir in the first ↵ | Malcrom | |
| place none of this would be happening... | |||
| 2014-09-27 | DB/Loot: Update SQL | Malcrom | |
| 2014-09-27 | Core/LootMgr: Update lootMgr to normalize loot_template tables | Malcrom | |
| 2014-09-28 | Core/Scripts: Fix for issue ↵ | sonic3000 | |
| https://github.com/TrinityCore/TrinityCore/issues/882#issuecomment-57065326 | |||
| 2014-09-27 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-09-27 | Core/Achiev: Remove a wrong call to FlushBits in SendAllTrackedCriterias | DDuarte | |
| Ref e3e649c6cc4d46 | |||
| 2014-09-27 | Merge pull request #13209 from Dekadencee/FixGuildAchievementTracking | Duarte Duarte | |
| [4.3.4] Achievements/Guilds: Fix guild achievement tracking | |||
| 2014-09-27 | Core/ByteBuffer: Call FlushBits() in every append, not only on fundamental types | DDuarte | |
| 2014-09-27 | Core/Spells: Fix structure of a particular SMSG_SPELL_GO used in pet summoning | DDuarte | |
| 2014-09-27 | Merge pull request #13140 from Unholychick/preventfleeing | Duarte Duarte | |
| Core/Mechanics: Fix prevent fleeing + fear | |||
| 2014-09-27 | Update 2014_09_22_00_world.sql | Aokromes | |
| Fix travis import | |||
| 2014-09-27 | Achievements/Guilds: Fix guild achievement tracking | Dekadence | |
| - This fix a typo on commit TrinityCore@7ec22c5 - This fix update of criteria progress on login Thanks to @DDuarte for initial commit and help with pull request Thanks to @Kiritoo for send me sniffs | |||
| 2014-09-27 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-09-27 | DB/SAI: Re-add SAI for Sprinkle that was accidentally deleted at ↵ | Nyeriah | |
| d672e78a5b7a98f4b58936a0bd1c948028005dc0 | |||
| 2014-09-27 | Fixed GCC build | Shauren | |
| 2014-09-27 | Core/Spells: Fix typo | Vincent-Michael | |
| 2014-09-27 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| Conflicts: src/server/scripts/EasternKingdoms/ZulAman/instance_zulaman.cpp src/server/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp src/server/scripts/Spells/spell_dk.cpp src/server/scripts/Spells/spell_druid.cpp src/server/scripts/Spells/spell_shaman.cpp src/server/scripts/Spells/spell_warrior.cpp | |||
| 2014-09-27 | SQL: meh, save button | Vincent-Michael | |
| 2014-09-27 | DB/Gameobject: Fix wrong "Brewfest Banner" position in durotar | Vincent-Michael | |
| 2014-09-27 | Misc/Brewfest: Fix Quest "11407 - Bark for Drohn''s Distillery!" / "11408 ↵ | Vincent-Michael | |
| -Bark for T''chali''s Voodoo Brewery!" | |||
| 2014-09-26 | Scripts/Spells: fixed typo in Improved Frost Presence | joschiwald | |
