| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-15 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| Conflicts: src/server/game/Handlers/CharacterHandler.cpp src/server/game/World/World.h | |||
| 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-13 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 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 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 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 | Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 4.3.4 | Shocker | |
| 2013-02-10 | Core/Opcodes: Prevent invalid memory access with custom opcodes | Shocker | |
| 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 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| Conflicts: src/server/game/Server/WorldSocket.cpp | |||
| 2013-02-09 | Core/SAI: Rewrite SmartAI::RemoveAuras in a safer way | Shauren | |
| 2013-02-09 | Script/Quest: Kodo Roundup | Gacko | |
| Closes #943 | |||
| 2013-02-09 | DB/Quests: Fix quest The Collapse and Deploy the Shake-n-Quake | Nay | |
| Ref #1005 Ref #2034 Ref ae307048475ff14863d5a Closes #3595 | |||
| 2013-02-08 | Core/DBLayer: Avoid a crash when calling mysql_get_server_version if ↵ | Nay | |
| connection was not open | |||
| 2013-02-08 | DB/Triggers: Added areatriggers in Shadowfang - when you'll try to jump out ↵ | Kinzcool | |
| of the dungeon walls, you will be teleported | |||
| 2013-02-08 | Merge pull request #9166 from thomas33/typo | Nay | |
| Core/Scripts: Coding style | |||
| 2013-02-08 | Core/Players: Fixed crash when mute expired while player was ingame | Shauren | |
| 2013-02-08 | Core/AI: Fixed merge error | Shauren | |
| 2013-02-08 | Core/Auth: Reverted part of fb43a92cc2aaffab42efebf025b6a12c01af8fde - ↵ | Shauren | |
| session key is still needed after logging in to be able to switch realms | |||
| 2013-02-07 | Core/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-07 | typo | thomas33 | |
| 2013-02-07 | Core: More clean up whitespace | Vincent_Michael | |
| 2013-02-07 | Core: Clean up whitespace, and remove a silly warning in boss_lurker_below.cpp | click | |
| 2013-02-07 | Core: Whitespace cleanup | Vincent_Michael | |
| 2013-02-06 | Core: Fixed some compile warnings | Shauren | |
| 2013-02-06 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 2013-02-06 | Fix build | Shocker | |
