aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-08-08Common/Common: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-08Core/Common: Converted the common library to a shared library.Naios
* There is still the possibility to static link against common. (cherry picked from commit 501fd9b50232ca3ae3623877c3e521c9c1f894be) # Conflicts: # src/common/Collision/Management/MMapManager.h # src/common/Collision/VMapTools.h # src/common/Common.cpp # src/common/Common.h # src/common/Cryptography/Authentication/PacketCrypt.h # src/common/Cryptography/Authentication/WorldPacketCrypt.h # src/common/Cryptography/HmacHash.cpp # src/common/Cryptography/HmacHash.h # src/common/Cryptography/SHA256.h # src/common/GitRevision.h # src/common/Utilities/Random.h # src/common/Utilities/Util.h
2016-08-08Core/Creature: Fix health regeneration. Creatures immediately reset to full ↵Treeston
health upon reaching home, rather than slowly regaining it over multiple seconds, which allows players to re-engage them at less than max health. (#17756)
2016-08-07Update ObjectMgr.cppariel-
2016-08-07Core/Log: Move log to more logical loglevelAokromes
2016-08-07Core/Logs: Fine tune more logsAokromes
And move others to more logical appenders
2016-08-07Core/Logs: Fine tune another logAokromes
2016-08-06Core/Conditions: Add new CONDITION_PET_TYPE (45). Matches target player's ↵treeston
pet against specified (value1) bitmask.
2016-08-06Core/Conditions: Add new CONDITION_CHARMED (44). Does what it says on the tin.treeston
2016-08-06Common/Utilities: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-06Scripts/Commands: Some adjustments to make shutdown commands more user-friendly.treeston
- New error message if a shutdown is delayed due to force threshold. - New status message indicating that a server shutdown was successfully cancelled.
2016-08-06Core/Utils: Added additional argument to Tokenizer class to make it behave ↵Shauren
like strtok - not returning empty tokens in case of multiple consecutive separators in input string (cherry picked from commit dd1533b315bda37e1d43ebe0fb8bde87381c6e66)
2016-08-05Core/Logs: Fine tunning some logsAokromes
2016-08-05Scripts/SmartAI: Some clean-up work:treeston
- NULL -> nullptr - Rename "AssistPlayerInCombat(who)" to "AssistPlayerInCombatAgainst(who)" to reflect what the method actually does - Code style No functionality was changed.
2016-08-05Merge pull request #17733 from ForesterDev/acc_delKittnz
Core/Command: remove account_muted data on account deletion
2016-08-05Update RBAC.hAokromes
2016-08-05Core/RBAC: Name some permissions from 7.x to stop people reuse themAokromes
RBAC_PERM_COMMAND_NPC_EVADE = 837, RBAC_PERM_COMMAND_PET_LEVEL = 838, RBAC_PERM_COMMAND_SERVER_SHUTDOWN_FORCE = 839, conflicts with 6.x: RBAC_PERM_COMMAND_RELOAD_CHARACTER_TEMPLATE = 837, RBAC_PERM_COMMAND_RELOAD_QUEST_GREETING = 838, RBAC_PERM_COMMAND_DEBUG_SEND_PLAYSCENE = 839,
2016-08-04Common/Threading: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-04Common/Logging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-04Core/Scripts: remove #define text in pyrewood_ambushtkrokli
- remove #define text from script - move say text to DB table creature_text - add enum names and values - move values in code to enum
2016-08-04Common/Debugging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-04Merge remote-tracking branch 'tkrokli/hunter_animal_handler' into 3.3.5 (PR ↵treeston
#16554)
2016-08-04ScriptedAI/Creature: Fix a bug where a std::chrono overload was counting ↵treeston
milliseconds instead of seconds.
2016-08-04Core\Command: remove account_muted data on account deletionForesterDev
2016-08-04Scripts/Commands: Change "server shutdown" behaviorjackpoz
Change "server shutdown 0" behavior to delay the shutdown by the force threshold specified in configs if there are still players connected, set to 30 by default
2016-08-04Core/Scripts: move npc_kharan_mighthammer to DB/SAItkrokli
This PR affects the following 2 quests: Quest ID 4001 "What Is Going On?" - part 2 (Horde) Quest ID 4342 "Kharan's Tale" (Alliance) Target of this PR: Move core script npc_kharan_mighthammer to DB/SAI (thereby removing 10 lines of hardcoded text). * DB/conditions: extra gossip conditions - added conditions for gossip before quest taken and after quest completed. - removed redundant core script SAY_GET_ME_OUT_OF_HERE comment * DB/creature: add more text to Kharan - add all missing creature_text lines to entry 9021 Kharan Mighthammer - add SAI duration to wait before TEXT_OVER is triggered (3000 ms)
2016-08-03Common/Crypto: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03Common/Maps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03Common/Maps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03Scripts/Commands: Change "server shutdown" behaviorjackpoz
Change "server shutdown" behavior to always include [force] optional parameter when issued from local or remote console.
2016-08-03Common/MMaps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03Merge remote-tracking branch 'Treeston/3.3.5-spellcastresult' into 3.3.5 (PR ↵treeston
#17112)
2016-08-03Update boss_jedoga_shadowseeker.cppAokromes
2016-08-03Core/DataStores: Fixed name validation crash on locales with utf-8 ↵Shauren
characters encoded on more than a single byte Closes #17725
2016-08-02Dep: Remove boost regex dependency and replace its uses with std regex ↵Shauren
(works since gcc 4.9) (cherry picked from commit 943496e56b648b050ba6e38d83a8161255c1d537) # Conflicts: # src/server/game/DataStores/DB2Stores.cpp # src/server/game/DataStores/DB2Stores.h
2016-08-01Core/Chat: fix codestyleariel-
2016-08-01Core/Chat: Add missing codeAokromes
2016-08-01Core/PvP: Gameobject rotation in BGs and Wintergrasp.ariel-
- Add a workaround in BattleGround correcting for bad rotations in BG scripts - Calculate rotation from rotation in Wintergrasp, this function hasn't a rotation parameter and should be added in the future. - Also removed an ugly hardcode in Battlefield::SpawnGameObject Closes #17711
2016-08-01Core/Group: Do not allow a player to invite himselfjackpoz
Do not allow a player to invite himself in group. Fix an edge case when inviting another player that would cause a crash. Fix #17664
2016-08-01Core/Chat: Split ChatLevelReq.Say into 3Aokromes
ChatLevelReq.Say ChatLevelReq.Emote ChatLevelReq.Yell
2016-08-01Typo fixAokromes
2016-08-01Core/Battlegrounds: do not teleport GMs if out of bounds before startingariel-
2016-08-01Core/Player: New PartyLevelReq setting (#17707)Aokromes
2016-08-01Core/Spells: Abyssal Shatter should have a chance to skill upariel-
2016-08-01Core/Scripts Shade of Akama Rewrite (#17567)Keader
2016-07-31Core/PVP: Move report AFK requirement to config (#17699)Aokromes
2016-07-31Core/Scripts: convert script npcs_riverbreeze_and_silversky to SAI (#17690)tkrokli
Move script npcs_riverbreeze_and_silversky to SAI, thereby removing one line of hardcoded text. - Remove core script npcs_riverbreeze_and_silversky - Create SAI script for gossip event Cenarion Beacon - Add missing gossip_menu for plant description - Add missing creature_text about Cenarion Beacon - Add and correct conditions for gossip availability
2016-07-31Core/Scripts: Remove useless SD2 error log (#17691)tkrokli
* Core/Scripts: Remove useless log message (ref. joschiwald)
2016-07-31Update BattleGroundHandler.cppariel-
2016-07-31Core/PVP: Improve log (#17698)Aokromes