| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-16 | Scripts/BWL: Fix build | Nay | |
| 2013-02-16 | Say NO to whitespace | Nay | |
| 2013-02-16 | Merge pull request #9228 from gigatotem/BWLv2 | Nay | |
| Scripts/Blackwing Lair: Broodlord Lashlayer clean-up. | |||
| 2013-02-16 | Scripts/BWL: Fix typo in recent commit. | Gigatotem | |
| 2013-02-16 | Scripts/Blackwing Lair: Broodlord Lashlayer clean-up. | Gigatotem | |
| 2013-02-16 | Core/Vehicles: Fix another crash | Machiavelli | |
| Fixes #9225 | |||
| 2013-02-16 | Core/Auras: Only auras that are stackable to use the same slot | Shauren | |
| 2013-02-16 | DB/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-16 | DB/Loot: | Exodius | |
| + Remove Zulian Mudskunk from Zulian Crocolisk loot template Closes #9169 + Add Vicious Oil to Vicous Oil Closes #9147 | |||
| 2013-02-16 | DB/SAI: Add script for Quergo's Gold | Ricko92 | |
| Closes #1677 | |||
| 2013-02-16 | DB/Creature: Add texts for Lurgglbr | ZxBiohazardZx | |
| Closes #1608 | |||
| 2013-02-16 | Merge pull request #9214 from Aokromes/master | Machiavelli | |
| Scripts/Ulduar: Kologarn's gate should be open while in combat | |||
| 2013-02-16 | Core/Vehicles: Fix crash introduced in my previous change | Machiavelli | |
| 2013-02-16 | Misc/Spells: | Vincent_Michael | |
| - Add some ulduar teleport pos for spells - Add target hack for ulduar teleport spells | |||
| 2013-02-16 | Core/Vehicle: Make the passenger join event asynchronous | Machiavelli | |
| 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-16 | DB/Creature: The Ocular | w1sht0l1v3 | |
| Now Eyesore Blaster hits this npc for 12600 damage as it should. | |||
| 2013-02-15 | Core/Auras: Allow auras that cannot create a separate stack for each caster ↵ | Shauren | |
| to stack on one slot | |||
| 2013-02-15 | TDB 335.51 - 2013/02/14TDB335.51 | Nay | |
| Ref #8947 Closes #9077 | |||
| 2013-02-15 | Scripts/TheStormPeaks: Cosmetic changes. | w1sht0l1v3 | |
| 2013-02-15 | Scripts/TheStormPeaks: Cold Hearted quest update. | w1sht0l1v3 | |
| Fix a crash.Thx @DDuarte. Closes #8865 Move waypoint data from script to DB table. | |||
| 2013-02-14 | Scripts/Gundrak: Drakkari Colossus | WishToDie | |
| Drakkari Colossus should not move when in freeze phase. | |||
| 2013-02-14 | Core/Maps: Prevent creating maps without a valid Map.dbc entry | Shauren | |
| Closes #9181 | |||
| 2013-02-14 | Core/Handlers: Missing returns after KickPlayer() call | Machiavelli | |
| 2013-02-14 | Core/Handlers: Prevent some cheating in CharacterHandler | Machiavelli | |
| Prevents factionchanging and char customising of characters that do not belong to the current account. | |||
| 2013-02-14 | Core/Handlers: Fix a crash in HandleCharFactionOrRaceChange | Machiavelli | |
| 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-14 | Core/LFG: Fix a crash | Machiavelli | |
| Fix a crash in case a player is recognized as in a LFG dungeon, but without a valid group | |||
| 2013-02-14 | Core/RA: Addition to previous crashfix | Machiavelli | |
| To make sure it also works for sessions that use more than 1 command before closing. | |||
| 2013-02-14 | Core/RA: Fix a possible crash | Machiavelli | |
| 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-14 | Core/Loot: Minor change to previous commit, thanks Vincent_Michael for ↵ | Shauren | |
| reminding me about this method in Map class | |||
| 2013-02-14 | Scripts/Ulduar: Kologarn's gate should be open while in combat | Aokromes | |
| Source: personal experience and http://youtu.be/JcOiyNaKDlg?t=18s | |||
| 2013-02-13 | Core/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-13 | Core/Spells: Fixed charge effects with non-explicit targets | Shauren | |
| 2013-02-12 | Scripts/Icecrown Citadel: Fixed possible crash for Necrotic Plague (if cast ↵ | Shauren | |
| outside of ICC) Closes #9188 | |||
| 2013-02-12 | Buildsystem: 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-11 | Buildsystem/CMake: Correct a few mistakes regarding WITHOUT_GIT, and add a ↵ | click | |
| better warning during configure-phase. | |||
| 2013-02-11 | Buildsystem/CMake: Forgot to change variable in main CMakeLists.txt | click | |
| 2013-02-11 | Buildsystem/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-11 | Buildsystem/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-11 | Core/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-11 | DB/NPCs: Set trigger flags_extra to a bunch of quest credit markers | Nay | |
| God damn Aokromes, always making me do work and stuff... | |||
| 2013-02-11 | Core/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-11 | Buildsystem/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. | |||
| 2013-02-10 | DB/Triggers: Added anti-exploration in Hellfire Ramparts | Kinzcool | |
| 2013-02-10 | DB/Factionchange: Add a missing spell (Teleport: Darnassus / Teleport: ↵ | Vincent_Michael | |
| Thunder Bluff) at player_factionchange_spells | |||
| 2013-02-09 | DB/Triggers: Fixed access to Duskwither Spire | Kinzcool | |
| 2013-02-10 | DB/Creature: Fix Onyxian Lair Guard equipment | Vincent_Michael | |
| 2013-02-09 | Core/Objects: Rewritten UpdateMask class to perform bit operations faster at ↵ | Shauren | |
| the cost of higher memory use and moved building the mask for packet to a separate method. Closes #9127 | |||
| 2013-02-09 | Core/Spells: Fix cooldown problems for Val'anyr, Hammer of Ancient Kings | zwerg | |
| Closes #9162 | |||
| 2013-02-09 | Core/SAI: Rewrite SmartAI::RemoveAuras in a safer way | Shauren | |
| 2013-02-09 | Script/Quest: Kodo Roundup | Gacko | |
| Closes #943 | |||
