aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-15Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/game/Handlers/CharacterHandler.cpp src/server/game/World/World.h
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-13Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
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-12Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
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.
2013-02-10Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shocker
2013-02-10Core/Opcodes: Prevent invalid memory access with custom opcodesShocker
2013-02-10DB/Triggers: Added anti-exploration in Hellfire RampartsKinzcool
2013-02-10DB/Factionchange: Add a missing spell (Teleport: Darnassus / Teleport: ↵Vincent_Michael
Thunder Bluff) at player_factionchange_spells
2013-02-09DB/Triggers: Fixed access to Duskwither SpireKinzcool
2013-02-10DB/Creature: Fix Onyxian Lair Guard equipmentVincent_Michael
2013-02-09Core/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-09Core/Spells: Fix cooldown problems for Val'anyr, Hammer of Ancient Kingszwerg
Closes #9162
2013-02-09Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Server/WorldSocket.cpp
2013-02-09Core/SAI: Rewrite SmartAI::RemoveAuras in a safer wayShauren
2013-02-09Script/Quest: Kodo RoundupGacko
Closes #943
2013-02-09DB/Quests: Fix quest The Collapse and Deploy the Shake-n-QuakeNay
Ref #1005 Ref #2034 Ref ae307048475ff14863d5a Closes #3595
2013-02-08Core/DBLayer: Avoid a crash when calling mysql_get_server_version if ↵Nay
connection was not open
2013-02-08DB/Triggers: Added areatriggers in Shadowfang - when you'll try to jump out ↵Kinzcool
of the dungeon walls, you will be teleported
2013-02-08Merge pull request #9166 from thomas33/typoNay
Core/Scripts: Coding style
2013-02-08Core/Players: Fixed crash when mute expired while player was ingameShauren
2013-02-08Core/AI: Fixed merge errorShauren
2013-02-08Core/Auth: Reverted part of fb43a92cc2aaffab42efebf025b6a12c01af8fde - ↵Shauren
session key is still needed after logging in to be able to switch realms
2013-02-07Core/Accounts: sessionkey field in account table is only a temporary storage ↵Shauren
to pass data from authserver to worldserver and should only be used as such. Clearing sessionkey from database after a successful login to prevent possible exploits.
2013-02-07typothomas33
2013-02-07Core: More clean up whitespaceVincent_Michael
2013-02-07Core: Clean up whitespace, and remove a silly warning in boss_lurker_below.cppclick
2013-02-07Core: Whitespace cleanupVincent_Michael
2013-02-06Core: Fixed some compile warningsShauren
2013-02-06Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-02-06Fix buildShocker