aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-04-18Scripts/CoS: Chrono Lord Epoch converted to BossAIMitchesD
(cherry picked from commit d74e0d823d96df02822005e7165139b2bf1709de)
2015-04-18Core/Misc: Fix issues reported by static analysisjackpoz
Properly fix Coverity defect ID 1227434
2015-04-18Core/Condition: Add In Water ConditionKittnz
Updates #7019
2015-04-15Core/LFGMgr: One more addition to fix the crash on logout.w1sht0l1v3
2015-04-15Add missing newlineDaniel M. Weeks
(cherry picked from commit f48b86fd8ad734855744e766109a543208fce454)
2015-04-15Use std::sqrtDaniel M. Weeks
(cherry picked from commit 9c197e82a3b6742a7d2b521efe9cd9232e9ab8f1)
2015-04-15Remove unnecessary semicolonsDaniel M. Weeks
(cherry picked from commit 27923b8d8fc10b46f86a2419cf27e9c9f1a96be8)
2015-04-15Fix documentationDaniel M. Weeks
(cherry picked from commit 62ff887236ad835f1353c415ae6baca6ac6b94b8)
2015-04-15Prevent collisions in GCC attribute definitionsDaniel M. Weeks
(cherry picked from commit 64848856002a796e30b822d70a31087495084bfa)
2015-04-14Scripts: Shattered Halls: Revamped instance script, support for quests ↵arks
10884, 9524, 9525
2015-04-13Core/LFGMgr: Attempt to leave LFG the right way...i think...w1sht0l1v3
2015-04-13Port commit 56186319bdd41dd26b6cc14f84e6e41eef5d953b (6.x branch)ariel-
Core/Spells: Cooldown updates Updates #14418
2015-04-12Fix $n bug in NPC text for quest 11664 Escaping the Misttkrokli
Make quest NPC target player character to say the actual name instead of $n Idea by @DDuarte Final solution found in similar escort quests. (Example script: npc_kayra_longmane in zone_zangarmarsh.cpp)
2015-04-11Merge pull request #14497 from tkrokli/Kodo_RoundupMitchesD
[Quest] Kodo Roundup
2015-04-11Core/Scripts: Remove Bloodmaul Brutes scriptNick
As explained by @dr-j in 6b846a4e290097cde39f02a2f9a5be34cd06a65d
2015-04-10Core: Follow codingstyle guidelines (CamelCase for functions, lowerCamel for ↵click
vars and local stuff)
2015-04-10Core: Whitespace/tab2spaces cleanupclick
2015-04-09Update LFGMgr.cppWishToDie
Core/LFGMgr: Fix crash in e743f4a479ce7ddd3f13d51ca1c19a591c803fc0
2015-04-07Core/Spells: Reinstate helperfunction removed in commit 0e3607df (with a new ↵click
functionname to make more sense out of it), and adjust the remaining code slightly to accomodate that.
2015-04-07Core/Spells: Allow non-skill-based flying mounts to be used in designated areas.click
- Flying mounts that are not in the "SKILL_MOUNT"-tree and area-restricted can now be used properly (ex. 64749 - Loaned Gryphon). - Remove isKnowHowFlyIn()-function (useless and deprecated since this is handled properly in the spellsystem). Massive thanks to rat for extremely good help and support on fixing this (most of this is his work).
2015-04-07Core/Command: Sanitize input for .account set gmlevel <username> handlingclick
2015-04-06Core/Scripts: Remove The Thunderspike scriptNick
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
2015-04-05Core/LFGMgr: Fix the case where the last player left in a lfg group would be ↵w1sht0l1v3
stuck in party when porting out of the instance. If you find a better way or think this is wrong feel free to remove it or improve it.
2015-04-05Build fix for GCC 4.7Shauren
(cherry picked from commit e7deae947c94eab04370b5bdaab059ac425d697d)
2015-04-05Scripts/Kalimdor: Ashenvale - add missing enumAokromes
2015-04-05Scripts/Kalimdor: Ashenvale - Remove Torek C++ ScriptRushor
2015-04-05Core/Misc: Warning fixesShauren
(cherry picked from commit cc4d79495f98006f77c68792b946a412f5e86714) Partial cherry-picked. Signed-off-by: Naios <naios-dev@live.de>
2015-04-05Switch abs to std::absCarbenium
(cherry picked from commit 8476c2ac5a3cad03bc26b12fcc8b3f4f32854b65)
2015-04-05Add missing override keyword in scriptsCarbenium
(cherry picked from commit b948a4275e90c59db2599a1961937d62f17736ce) Conflicts: src/server/scripts/Kalimdor/Firelands/boss_alysrazor.cpp src/server/scripts/Kalimdor/zone_tanaris.cpp src/server/scripts/Maelstrom/Stonecore/boss_slabhide.cpp src/server/scripts/OutdoorPvP/OutdoorPvPZM.h src/server/scripts/Spells/spell_mage.cpp src/server/scripts/Spells/spell_paladin.cpp
2015-04-05Rename variables to fix C++11 keyword collisionCarbenium
(cherry picked from commit 573cda7b524ee4d7d23cefd026b056181f451a8b)
2015-04-05Remove old ACE referenceCarbenium
(cherry picked from commit 18acb9914a2ea8660b34bac13ea81b13a5ee9fe1)
2015-04-05Core/DBUpdater: Exit clean if a query failed to apply.Naios
* Fix some \W4 warnings about constructors.
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
* This are r-value references already. * Thanks @Shauren for noticing
2015-04-05Merge pull request #13862 from ariel-/pr_tmpCarbenium
Implement CharSections.dbc and Serverside Checks.
2015-04-04Core/Networking: Fixed unsafe access to _worldSession member in WorldSocketShauren
(cherry picked from commit bed88e0dd475af5b73cea03821f7fb7cb9ddce9d) Core/Networking: Fixed deadlock in HandlePing if the client is about to be kicked for overspeed pings (cherry picked from commit 3da0f7e40920b652d2222fa88dbb4b516d24725d) Core/Networking: Cleanup CloseSocket calls from read failures in WorldSocket (cherry picked from commit 18343a7309fbf53a3509749c0a5ca1f8ea273c57) Conflicts: src/server/game/Server/WorldSocket.cpp Ref #14474
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1227510, 1227434, 1023036, 1062426, 1062425, 1062424, 1062423, 1062422
2015-04-04Core: Comment out unused parameter in DBCStructure.h (removes a warning)click
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1267938, 1267937, 1267933, 1267932, 1267929
2015-04-04[Quest] Kodo Rounduptkrokli
by @pete318, closes #12811 Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace: - removes combat status from creature 11627, Tamed Kodo - sets normal walking speed as the creature's follow speed - makes the Tamed Kodo stop at Scrabblescrew's Camp - enables quest objective count 0/5 -> 5/5, quest complete - SQL (by @tkrokli) links the missing gossip text in the DB
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
2015-04-04Core/Dungeon Finder: Add additional logs for SMSG_LFG_QUEUE_STATUSjackpoz
Log the current LfgState of the target player when sending SMSG_LFG_QUEUE_STATUS packet.
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1292760, 1292761, 1292762, 1292771, 1292770
2015-04-03Scripts/Misc: Fix warningjackpoz
2015-04-03Revert "Merge pull request #14424 from Rushor/Rampart"DDuarte
This reverts commit 22c0007b42e80fecd81eee53f856fd10decd5c05, reversing changes made to 20bc2c51f668db245d6e360486ea8743c1887fac.
2015-04-03Merge pull request #14424 from Rushor/RampartAokromes
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
2015-04-03Merge pull request #14083 from Gooyeth/3.3.5_sample_satisfactionDuarte Duarte
Core/Spells: Fixed Sample satisfaction not entering combat
2015-04-03Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in ↵click
commit 16179f8
2015-04-02Core/SAI: fix typoMitchesD
(cherry picked from commit 9ed21eb5b176986dd73c2a467e665fe449499155)
2015-04-02Core/Database: Remove va_list from PreparedStatement::PAppend.Naios
2015-04-02Core/World: Remove va_list from World::RecordTimeDiff.Naios
* also split it in ResetTimeDiffRecord() and RecordTimeDiff() to avoid passing of null values.