aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04DB/SAI: Fix runtime SAI errorKillyana
2016-08-04DB: Blood elf start location / Sunstrider isle fixesKillyana
By msoky
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-03Fix deleting some gameobjectsKittnz
2016-08-03DB/Creature: Grizzly Hills Vordrassil areaKittnz
- Add missing Vordrassil's Seed spawns - Add missing creature spawns: Frostpaw Warrior, Redfang Hunter, Generic Trigger LAB, Frostpaw Shaman, Redfang Elder, Frostpaw Trapper - Add pathing for Frostpaw Shaman, Frostpaw Warrior - Change some SAI's, Redfang Hunter SAI, Frostpaw Shaman SAI, Generic Trigger LAB SAI
2016-08-03Common/Maps: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-03DB/Quest: From the Depths of Azjol-NerubDr-J
Fix this http://www.wowhead.com/quest=12036/from-the-depths-of-azjol-nerub again after https://github.com/TrinityCore/TrinityCore/commit/cdf8f3c2e1f0363b6d0b7ce82221c813d633a62c areatrigger_involvedrelation does not like sai triggers
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-03DB/Misc: Fix on startup errorAokromes
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-02DB/Quest: A Couple more event scriptsDr-J
1) http://www.wowhead.com/quest=11631/vision-of-air so there is actually visual rather than quest been immedietly completed when quest item used 2) Event for turn in of http://www.wowhead.com/quest=11695/the-horn-of-elemental-fury 3) A small fix for Subjugated Iskalder so this npc has to be taken back the the bone witch rather than credit been given on spawn and npc not moving (due to bad follow action),
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-01Rename 9955_22_55_world.sql to 2016_08_01_01_world.sqlAokromes
2016-08-01Core/Scripts Shade of Akama Rewrite (#17567)Keader
2016-07-31Core/PVP: Move report AFK requirement to config (#17699)Aokromes
2016-07-31DB/Item: Fix Pristine Glowbear Pelt disenchantAokromes
Closes #17684 by robinsch
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
2016-07-30Core/GameObject: misc type mismatchariel-
2016-07-30Core/Entities: debloat SummonGameObject parameter list using proper wrappers ↵ariel-
and enable GO rotation in scripts - There's still an overload allowing for x, y, z, o to be passed directly - Fixed default animstate for GameObject creation in many places, it should be 255, not 100 (checked in sniffs)
2016-07-30Core/Ticket System: Ticket comment visual output bugTomatoes
* Commenting on a ticket no longer sends the GM's name to the ticket handler for assignment * Closes #16091 * Closes #17686 Signed-off-by: Naios <naios-dev@live.de>
2016-07-30Core/GameObjects: Gameobject rotation (from cmangos/mangos-wotlk@2bcbc0f) ↵ariel-
(#14146) cmangos/mangos-wotlk@0fe88f35dfb: [11531] Normalize gameobject's quaternion, thanks to zergtmn for pointing cmangos/mangos-wotlk@060dfb791b: [11667] Implement transport path rotation cmangos/mangos-wotlk@565f52c6c1: [11806] A bit gameobject code refactoring cmangos/mangos-wotlk@6874951: [11807] Add gameobject_addon table Closes #14146