aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-17Remove BOM from 2 SQL filesShocker
Closes #9233
2013-02-17Core/Auras: Always run all script hooks attached to the aura to prevent ↵Shauren
leaving aura script state stack in unbalanced state
2013-02-17Scripts/Icecrown Citadel: Improvements to Shadowmourne quest lineShauren
2013-02-16Core/SAI: Add actions to set/add/remove (104/105/106) gameobject flagsNay
2013-02-16Merge branch 'master' of github.com:TrinityCore/TrinityCoreShauren
2013-02-16Core/Auras: Prevent saving vehicle auras to db for players as they require ↵Shauren
both caster and target to be in world (which cannot be guaranteed)
2013-02-16Core/Character: Rename engrish functionVincent_Michael
2013-02-16Scripts/BWL: Fix build no. 2Vincent_Michael
2013-02-16Scripts/BWL: Fix buildNay
2013-02-16Say NO to whitespaceNay
2013-02-16Merge pull request #9228 from gigatotem/BWLv2Nay
Scripts/Blackwing Lair: Broodlord Lashlayer clean-up.
2013-02-16Scripts/BWL: Fix typo in recent commit.Gigatotem
2013-02-16Scripts/Blackwing Lair: Broodlord Lashlayer clean-up.Gigatotem
2013-02-16Core/Vehicles: Fix another crashMachiavelli
Fixes #9225
2013-02-16Core/Auras: Only auras that are stackable to use the same slotShauren
2013-02-16DB/Quests:dr-j
Update Quest Requirements for To Bor'gorok Outpost, Quickly! Closes #9113 Fix Quest Grouping Add Quest Conditions for Hellscream's Champion Closes #9092 Fix SAI for Hugh Glass Closes #9097
2013-02-16DB/Loot:Exodius
+ Remove Zulian Mudskunk from Zulian Crocolisk loot template Closes #9169 + Add Vicious Oil to Vicous Oil Closes #9147
2013-02-16DB/SAI: Add script for Quergo's GoldRicko92
Closes #1677
2013-02-16DB/Creature: Add texts for LurgglbrZxBiohazardZx
Closes #1608
2013-02-16Merge pull request #9214 from Aokromes/masterMachiavelli
Scripts/Ulduar: Kologarn's gate should be open while in combat
2013-02-16Core/Vehicles: Fix crash introduced in my previous changeMachiavelli
2013-02-16Misc/Spells:Vincent_Michael
- Add some ulduar teleport pos for spells - Add target hack for ulduar teleport spells
2013-02-16Core/Vehicle: Make the passenger join event asynchronousMachiavelli
Prevents a crash in the following scenario: Player 1 enters vehicle X Seat on vehicle X is taken by Player 2 Player 2 is removed from vehicle X Vehicle X dismisses (but player 1 did not even finish AddPasssenger call) Fixes #4271
2013-02-16DB/Creature: The Ocularw1sht0l1v3
Now Eyesore Blaster hits this npc for 12600 damage as it should.
2013-02-15Core/Auras: Allow auras that cannot create a separate stack for each caster ↵Shauren
to stack on one slot
2013-02-15TDB 335.51 - 2013/02/14TDB335.51Nay
Ref #8947 Closes #9077
2013-02-15Scripts/TheStormPeaks: Cosmetic changes.w1sht0l1v3
2013-02-15Scripts/TheStormPeaks: Cold Hearted quest update.w1sht0l1v3
Fix a crash.Thx @DDuarte. Closes #8865 Move waypoint data from script to DB table.
2013-02-14Scripts/Gundrak: Drakkari ColossusWishToDie
Drakkari Colossus should not move when in freeze phase.
2013-02-14Core/Maps: Prevent creating maps without a valid Map.dbc entryShauren
Closes #9181
2013-02-14Core/Handlers: Missing returns after KickPlayer() callMachiavelli
2013-02-14Core/Handlers: Prevent some cheating in CharacterHandlerMachiavelli
Prevents factionchanging and char customising of characters that do not belong to the current account.
2013-02-14Core/Handlers: Fix a crash in HandleCharFactionOrRaceChangeMachiavelli
Ensure there's always valid character name data present, even for characters that were manually inserted into the database, by adding character name data on char enum if needed.
2013-02-14Core/LFG: Fix a crashMachiavelli
Fix a crash in case a player is recognized as in a LFG dungeon, but without a valid group
2013-02-14Core/RA: Addition to previous crashfixMachiavelli
To make sure it also works for sessions that use more than 1 command before closing.
2013-02-14Core/RA: Fix a possible crashMachiavelli
Caused when RASocket::handle_close (event-driven) would delete the underlying object before RASocket::commandFinished callback was executed for that object. Dereferencing freed pointers is bad.
2013-02-14Core/Loot: Minor change to previous commit, thanks Vincent_Michael for ↵Shauren
reminding me about this method in Map class
2013-02-14Scripts/Ulduar: Kologarn's gate should be open while in combatAokromes
Source: personal experience and http://youtu.be/JcOiyNaKDlg?t=18s
2013-02-13Core/Loot: Only 3 items of the same entry can drop on 25 man raid ↵Shauren
difficulties and 1 everywhere else (non-raid or 10 man)
2013-02-13Core/Spells: Fixed charge effects with non-explicit targetsShauren
2013-02-12Scripts/Icecrown Citadel: Fixed possible crash for Necrotic Plague (if cast ↵Shauren
outside of ICC) Closes #9188
2013-02-12Buildsystem: Do not print warning that user needs to do a git pull with tags ↵Shauren
if configured to not use git at all
2013-02-11Buildsystem/CMake: Correct a few mistakes regarding WITHOUT_GIT, and add a ↵click
better warning during configure-phase.
2013-02-11Buildsystem/CMake: Forgot to change variable in main CMakeLists.txtclick
2013-02-11Buildsystem/CMake: Fix an issue with MSVC not finding git-binary when ↵click
updating the revisionhash/revisiondate + rename DISABLEGITCHECK parameter to WITHOUT_GIT (to adhere to our standard) Also cleaned up the checks slightly + moved git-specific testing to its own macro (minor changes to shaurens original patch applied)
2013-02-11Buildsystem/CMake: Allow building the core without the gitchecks, this is ↵click
done in the GUI, or through the DISABLEGITCHECK parameter on *nix-platforms. DO NOTE THAT WE WILL NOT GIVE SUPPORT ON ANY CORE-VERSION COMPILED WITH THIS FLAG, AS WE CAN NOT EFFECTIVELY FIND OUT WHAT REVISION YOU ARE ON
2013-02-11Core/RealmSocket: Remove a not required #ifndef MSG_NOSIGNAL / #define ↵Nay
MSG_NOSIGNAL 0 Somewhere in ACE overloads of send(), flags are default'ed to 0 if not provided
2013-02-11DB/NPCs: Set trigger flags_extra to a bunch of quest credit markersNay
God damn Aokromes, always making me do work and stuff...
2013-02-11Core/Sockets: Always try to send MSG_NOSIGNAL in peer().send()Nay
Fixes RASocket::authenticate crash "MSG_NOSIGNAL: If you send() to a remote host which is no longer recv()ing, you'll typically get the signal SIGPIPE. Adding this flag prevents that signal from being raised." Closes #5040 Thanks to @derex for the hint
2013-02-11Buildsystem/CMake: Drop a FATAL_ERROR-message if the git binary is not found ↵click
or outdated. Allow for it to be pointed to through the ADVANCED settings in the CMake GUI if the above is true.