aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-17Shared/Database: Increase Database Worker Pool queue sizejackpoz
Increase DatabaseWorkerPool queue size from the default 16KB to 8MB to avoid blocking the caller thread when queuing an async statement/transaction.
2014-05-17Fixed build without pchShauren
2014-05-17Core/Calendar: Align max amount of Players to be invited to Client limitsjackpoz
Limit the max amount of Players to be invited to a Calendar event to 100, same limit as the one in the Client
2014-05-17Core/Calendar: Use single database transaction for adding multiple invites ↵Shauren
when creating new event
2014-05-17Core/GameObjects: fixed instant reset of gameobjects after activationjoschiwald
2014-05-17Contrib: Added an updated version of the configuration file merger tool.Warpten
This one lets you choose which value to keep between the two configuration files. Make sure to carefully read the file's lines 3 to 9 to make sure you don't misuse it and get back at me later raging. It is not exactly as I would like it to be, but current state will have to do. You can try it out live at: http://tinyurl.com/kzxmrlm
2014-05-14Core/Misc: Fix crash in ticket creationjackpoz
Fix a crash happening with malicious CMSG_GMTICKET_CREATE packets.
2014-05-13Merge pull request #12021 from Trisjdc/spell_target_destjackpoz
Core/Spells: Replace MovePosition by MovePositionToFirstCollision in spell dest target handling.
2014-05-13Merge pull request #12058 from Trisjdc/sunwelljackpoz
Scripts/SWP: Sathrovarr will no longer cause player teleports on grid load
2014-05-13Scripts/SWP: Sathrovarr will no longer cause player teleports on grid loadTrisjdc
2014-05-13DB/Conditions: Fix startup error added on 018da66Aokromes
2014-05-12Core/Arena: Fix exploit in arena teamjackpoz
Fix exploit that allowed anyone to add a target Player to any arena team.
2014-05-12Core/Misc: Fix static analysis issuesjackpoz
Fix uninitialized values spotted by coverity. Remove unused "dynamic analysis" code, use Valgrind or another dynamic analysis tool instead if needed.
2014-05-12DB/Creature: Fix Antipersonnel Cannon (1) immune maskAokromes
Closes #11944, by gecko32
2014-05-12Move file 2014_05_12_00_world_misc.sqlAokromes
2014-05-12DB/Creature: Fix Argent Tournament VendorsAokromes
By dr-j, closes #10351
2014-05-12Merge pull request #12050 from Trisjdc/u_liek_fish_questionmarkDiscover-
Core/Spells: Fix fishing on areas with liquid data but no valid height
2014-05-11DB/Gameobjects: Updated the VerifiedBuild of some gameobjectsKinzcool
2014-05-11Scripts/HoR: fixed conflict between multiple classes with same namejoschiwald
Closes #12051
2014-05-11Core/Spells: Fix fishing on areas with liquid data but no valid heightTrisjdc
2014-05-11Script/ICC: Use existing method for getting GO auto-close-timeGacko
2014-05-11Merge branch 'master' of github.com:TrinityCore/TrinityCoreGacko
2014-05-11Core/GameObject: Set trap type 0 back to GO_READY after activation.Gacko
Otherwise it would be activated again on every update. My fault, moving the activation code to GO_ACTIVATED skips the cooldown check. Closes #12047
2014-05-11DB/Gameobjects: Fixed Gymer's cage phasemask to make it appear while doing ↵Kinzcool
"The Storm King's Vengeance" quest
2014-05-11DB: Changed WDBVerified startdard to VerifiedBuildKinzcool
2014-05-11DB/Gameobjects: Added some missing gameobjects spawnsKinzcool
2014-05-10Merge pull request #11960 from MitchesD/horjoschiwald
Scripts/HallsOfReflection: Major changes
2014-05-10Scripts/HallsOfReflection: Major changesMitchesD
* corrections to Intro Event (Falric, Marwyn etc.) * fixed issues with Frostsworn General * improved the whole Wrath of the Lich King event * implemented outro gunship * optimalization code and cleanup and fixed some typos * Big thanks to @joschiwald, he is author too ;-)
2014-05-10DB/Misc: Delete some incorrect player_factionchange_itemsAokromes
Closes #12005
2014-05-09Core/Trade: It's no longer possible to fake the amount of gold put into the ↵Discover-
trade window. It's only visual but still an exploit, allowing scamming.
2014-05-09Merge pull request #12035 from MitchesD/duskwoodjoschiwald
Scripts/Duskwood: prevention to spawn multiple Twilight Corrupter and fi...
2014-05-09Scripts/Duskwood: prevention to spawn multiple Twilight Corrupter and fixed ↵MitchesD
some issues there
2014-05-09DB/Gossip: Fix some gossip in dalaranVincent-Michael
2014-05-08SQL: Rename in correct nameVincent-Michael
2014-05-08DB/Instance: Fix Ahn''Kahet exit (portal/areatrigger)Vincent-Michael
2014-05-08DB/Quest: The Bones of NozronnAokromes
By phoenixfight, closes #11985
2014-05-07DB/Gossip: Remove "Jarin Dawnglow <Innkeeper>" double gossipccrs
Closes #12019
2014-05-07Core/Spells: Replace MovePosition by MovePositionToFirstCollision in spell ↵Trisjdc
dest target handling. - Solves issues such as being able to summon creatures inside terrain/gameobjects, being able to fall through terrain by using Shadowstep/Feral Charge (Cat), and much more
2014-05-07DB/Creature: Fix incorrect flags_extra for 30413Aokromes
By untaught, closes #12010
2014-05-06Remove unnecessary check in previous fixGacko
2014-05-06Core/GameObject: Fix crash added in c6bf7e0b1d615a22c2145c6f4a757a10a9eca92cGacko
Thanks @jackpoz
2014-05-05Core/GameObject: Finish moving activation code of traps to GO_ACTIVATEDGacko
Fixing #6388 should be easier now...
2014-05-05Core/Misc: Fix enchants broken in 3aca9e64b34baee781f402c3f33ad7ee7991c232jackpoz
Compare cast item entry instead of checking cast item spells to fix the exploit mentioned in 3aca9e64b34baee781f402c3f33ad7ee7991c232 without breaking any functionality.
2014-05-05Core/GameObject: Add missing initialization of m_lootStateUnitGacko
2014-05-05Core/GameObject: Store unit in GameObject::SetLootState - required for trap ↵Gacko
activation.
2014-05-05Core/GameObject: Format comments and apply rename of previous commit.Gacko
2014-05-05Core/Gameobject: Added missing break in 24ef7dbdf4b76d312cb1df44958c6ccc79bf75f4Vincent-Michael
2014-05-04Fix indention from changes in previous commit.Gacko
2014-05-04Core/GameObject: Solve some TODOs related to traps in GameObject::Update and ↵Gacko
improve logic. Some more changes, TODO solutions and a fix for traps like those in #1359 or #6388 will follow.
2014-05-04Merge pull request #12000 from Dehravor/algalon-big-bangDiscover-
Scripts/Ulduar: Fix crash when Algalon's Big Bang is casted by player