Commit Graph
100 Commits
Author SHA1 Message Date
Shocker 03aa05a799 Actually fix compile
(sorry about the multitude of commits)
2013-05-22 02:26:21 +03:00
Shocker 0ae066254d Another missing include 2013-05-22 01:39:22 +03:00
Shocker 0b8ad579df Compile fix after recent merge 2013-05-22 01:29:04 +03:00
Shocker e5ec998864 Core/Spells: Fix dynobj aura stacking 2013-04-18 05:40:39 +03:00
Shocker 20e913efa6 Core/Spells: Implement TRIGGERED_IGNORE_EQUIPPED_ITEM_REQUIREMENT to allow ignoring equipped item requirements on triggered casting 2013-02-25 05:38:34 +02:00
Shocker 1049d02e5f Core/Spells: Define SPELL_ATTR6_PRINT_SPELLNAME
(Can't think of a better name/description)
2013-02-25 04:55:53 +02:00
Shocker 37292a3038 Remove BOM from 2 SQL files
Closes #9233
2013-02-17 06:03:15 +02:00
Shocker 7d28c10bd0 Core/Misc: Delete spell from character_spell table too when encountering an invalid spell 2013-01-18 03:22:58 +02:00
Shocker d2063d2fb3 Build fix 2012-11-24 00:48:21 +02:00
Shocker 7243b988b7 SQL: Rename recent SQL 2012-11-24 00:35:05 +02:00
Shocker 8cbc904f02 Merge pull request #8407 from Gacko/creaturetext
Core/Scripts: More creaturetext conversions
2012-11-23 14:33:54 -08:00
Shocker c94e11e514 Fix build 2012-10-31 18:41:25 +02:00
Shocker cd55d64364 Core/Spline: Improve error output for SpineInitArgs check
by Schmoozerd
2012-10-31 18:39:05 +02:00
Shocker 71f6b7d74b Update THANKS file
Don't complain about duplicates / invalid names, they were extracted & parsed from commits
2012-10-13 03:47:14 +03:00
Shocker db61c290a1 Merge pull request #8064 from Warpten/modMoney
Core/Commands: Allow .modify money to take complex parameters
2012-10-12 13:22:13 -07:00
Shocker 7213843c22 Merge pull request #7828 from Trista/master
Core/Conditions: Add relation to creator
2012-09-21 10:16:45 -07:00
Shocker 8c4feb4c4e Core/Battlegrounds: Use correct constant for groups iterator in BattlegroundQueue::RemovePlayer (same value, correct semantics) 2012-09-17 03:54:31 +03:00
Shocker d33259e84e Core/Spells: Remove incorrect usage of SPELL_ATTR0_NEGATIVE_1 in CanDispelAura (which is used in SPELL_AURA_SCHOOL_IMMUNITY handling)
Closes #5940
2012-09-08 20:29:03 +03:00
Shocker ed6b58b17d Core/Spells: Avoid unnecessary code execution for SPELL_ATTR3_NO_DONE_BONUS 2012-09-05 00:13:43 +03:00
Shocker ff85ebe632 Fix Didn't Stand a Chance achievement 2012-08-20 13:29:52 -04:00
Shocker e40a088b15 Merge pull request #7220 from Vincent-Michael/petCommand
Core/Command: Add missing part for pet command
2012-07-29 04:49:52 -07:00
Shocker fce6ec014d Merge pull request #6605 from Vincent-Michael/scale
Core/Misc: Add SetObjectScale function
2012-05-29 03:56:47 -07:00
Shocker 00849132ee Merge pull request #6336 from Aristoo/master
Script/Trial of the Crusader: Fix Permafrost define
2012-04-25 18:00:13 -07:00
Shocker 125efc7dc8 DB/SQLs: Small corrections to sql files from recent pull requests 2012-04-24 03:29:16 +03:00
Shocker 64e4fa254b Merge pull request #6250 from Frca/master
Core/Misc: Do not set TeleportDestination as reference in WorldSession::HandleMoveWorldportAckOpcode()
2012-04-23 17:26:34 -07:00
Shocker aa9bf26786 Merge pull request #6251 from elecyb/wardendoc2
Core/Warden: Documented more warden checks
2012-04-23 17:25:06 -07:00
Shocker ad14ad33e0 Merge pull request #6164 from Jildor/honor_among_thieves_proc
DB/Spells: Fix Honor Among Thieves proc chance
2012-04-23 17:23:03 -07:00
Shocker 83e1e17649 Merge pull request #6008 from cookta2012/troy09
Core/Commands: Some porting and organizing

Moving a commands around eliminating a unnecessary file, and porting the "demorph" command
 * moved the "wpgps" command into the cs_debug.cpp because it seems more fitting
 * organized the "modify speed" commands into a table of their own
 * moved the "gps" command into the cs_misc.cpp
2012-04-23 17:21:42 -07:00
Shocker cf305bc7c9 Merge pull request #5992 from 4m1g0/master
Core/Arenas: Fix waterFallKnockbackTimer typo and set more blizzlike values for Dalaran Sewers waterfall
2012-04-23 17:18:33 -07:00
Shocker 70f93a63a2 Merge pull request #6304 from Vincent-Michael/shaman
Core/Spells: Fix Earthen Power

Closes #4795
2012-04-23 17:14:12 -07:00
Shocker ef64e8d35a Merge pull request #6316 from Kezo90/rogue_t9_2p
Core/Spells: Rogue T9 2P should proc only from Rupture ticks
2012-04-23 17:10:46 -07:00
Shocker 7fd9af6bd6 Merge pull request #6292 from Vincent-Michael/gate
Core/Battlegrounds: Fix broken gate state in Strand of the Ancients

Closes #4801
2012-04-23 17:08:05 -07:00
Shocker de3db06731 Update PackageList.txt after recent jemalloc update 2012-04-17 04:24:59 +03:00
Shocker d6133d1028 Merge pull request #6187 from GiR-Blunti/master
Updated jemalloc library to version 2.2.5
2012-04-16 18:19:57 -07:00
Shocker b4341413e5 Merge pull request #5648 from Elron103/pull-requests
Core/Misc: Add a validity check for coordinates, prevents possible crashes with invalid coordinates
2012-04-10 17:15:24 -07:00
Shocker cce6424337 Merge pull request #6001 from Tasssadar/master
Code style: Give field pointers in Player::DeleteFromDB() more appropriate name
2012-04-07 19:14:48 -07:00
Shocker 1fccaae4b0 Merge pull request #6070 from MrSmite/PetAI_3.1
Core/Pets: Improve PetAI

Closes #6048
Closes #6070
2012-04-06 18:42:37 -07:00
Shocker 37840a882f Merge pull request #5964 from GyxTom/master
Core/Misc: Code style and some rewriting
2012-03-31 14:10:14 -07:00
Shocker b292437989 Merge pull request #5933 from GyxTom/master
Core/Misc: Code style and remove unused define
2012-03-30 14:49:44 -07:00
Shocker 3fb947d955 Merge pull request #5903 from Warpten/ringOfValor
Core/Battlegrounds: Fire lines in Ring of Valor should only be lit when the arena battle begins
2012-03-30 14:46:45 -07:00
Shocker a08cb234c0 Merge pull request #5918 from GyxTom/master
Core/Misc: Various cleanups
2012-03-28 18:00:42 -07:00
Shocker b4f9cb6aa8 Core/Spells: Correct diminishing returns for Horror category 2012-03-28 01:30:12 +03:00
Shocker 13e071195d Core/Groups: Remove redundant check in WorldSession::HandleLootRoll 2012-03-27 03:50:53 +03:00
Shocker fab1944ae4 Core/Spells: Don't remove summoned gameobjects for non-channeled spells when spell cast was canceled
Fixes issues like Demonic Circle: Summon removing the last summoned circle when the new cast was canceled
2012-03-26 03:03:32 +03:00
Shocker 48dc9313b9 Core/Misc: Fix logic for owner check in Unit::RemoveGameObject 2012-03-26 02:50:08 +03:00
Shocker 4c16421cde Core/Spells: Fix periodic aura log for SPELL_AURA_PERIODIC_HEAL and SPELL_AURA_OBS_MOD_HEALTH when there is heal absorption 2012-03-24 20:21:17 +02:00
Shocker 68ad764e2e Merge pull request #5744 from MrSmite/Guild_1
Core/Guilds: Allow deposit / withdraw money in guild banks without having tabs
2012-03-16 16:02:01 -07:00
Shocker 6f031b814e Merge pull request #5733 from GyxTom/master
Core/Script: Clean-ups in scripts
2012-03-16 15:13:44 -07:00
Shocker 91314b4cc3 Merge pull request #5743 from MrSmite/PetAI_2
Core/Pets: Fix the Attack button to stop flashing after combat end
2012-03-16 15:01:57 -07:00
Shocker 97f5a06d34 Merge pull request #5742 from MrSmite/PetAI_1
Core/Pets: Correctly obey the stay command for pets when attacking in melee range
2012-03-16 15:00:09 -07:00
Shocker ae27a2cf51 Merge pull request #5690 from thomas33/master
Core/Misc: Remove hungarian notations
2012-03-13 14:41:53 -07:00
Shocker a91d5d0fad Merge pull request #5686 from Bezo/master
Core/Arena: Add match type info for arena logs
2012-03-12 19:00:07 -07:00
Shocker 15a3ad7276 Core/Misc: Fix gcc compile 2012-03-04 20:12:55 +02:00
Shocker ab65bb4b57 Core/Misc: Make ObjectAccessor::FindPlayerByName case-insensitive 2012-03-04 19:24:38 +02:00
Shocker 7e4fa9174d Core/Auction House: Fix item loss issue when inserting multiple stacks (by Elron103)
Closes #5428
2012-02-26 02:16:45 +02:00
Shocker f0d0d95cf9 Core/Spells: Fix spellmod restore on failed cast for auras that have multiple mods for different spells (by lost-illusion) 2012-02-25 22:51:06 +02:00
Shocker cdc85bbc36 Merge pull request #5392 from kandera/fix_rotface_ooze_flood
Scripts/Icecrown Citadel: Fix Rotface ooze flood (thx to vincent-michael)
2012-02-23 09:58:36 -08:00
Shocker 8c2526e7d0 Core/Misc: Avoid some redundant checks in Player::ResetTalents 2012-02-10 22:08:13 +02:00
Shocker 4623db0abe Merge pull request #5052 from devilcoredev/fix_003
Core/Spells: Check line of sight for AoE targeted spells
2012-02-09 10:29:45 -08:00
Shocker d2e018dbbc Merge pull request #5150 from Kline-/master
Core/Config: Add config option for Quest Auto Accept/Ignore

(commiter's note: there is no blizzlike reason for this but that doesn't mean it's not a good idea)
2012-02-09 10:28:02 -08:00
Shocker 493ff0fbb2 Merge pull request #5148 from elecyb/impharmstring
Core/Spells: Remove incorrect diminishing group check for Improved Hamstring
2012-02-09 10:26:15 -08:00
Shocker 84092d69b1 Merge pull request #5147 from glkrlos/SartharionDebuffs
Scripts/Obsidian Sanctum: Sartharion Debuffs should be active while the respective bosses are alive
2012-02-09 10:24:07 -08:00
Shocker 08be716ef8 Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_* 2012-02-03 19:02:17 +02:00
Shocker 1a41d8e1de Merge pull request #5012 from Vincent-Michael/tocr
Scripts/Trial of the Crusader: Some fixes for Beasts of Northrend:
* Add missing MovementInform handler filters for Icehowl
* Remove UNIT_FLAG_OOC_NOT_ATTACKABLE for Beasts of Northrend
* Fix codestyle for Beasts of Northrend

Closes #3193
2012-02-01 13:48:54 -08:00
Shocker 4fa1de776f SQL: Correct SQL naming/line endings for recent commits 2012-01-29 17:14:32 +02:00
Shocker ff1964906b Merge pull request #4981 from Souler/fix_omen
Events/Lunar Festival: Fixed behaviour of Elune's Candle, Rockets and Rocket Clusters. Implemented AI for Omen and his summoning ritual.

Closes #4939
2012-01-29 07:11:16 -08:00
Shocker 0fcaa5349c Merge branch 'master' of github.com:TrinityCore/TrinityCore 2012-01-28 23:45:05 +02:00
Shocker 83c85a2f07 Scripts/Utgarde Keep: Fix possible crsah in Ingvar code 2012-01-27 02:24:48 +02:00
Shocker fbca334227 Merge branch 'master' of github.com:TrinityCore/TrinityCore 2012-01-21 18:37:02 +02:00
Shocker c04c247f20 SQL: Fix file naming after recent pull 2012-01-21 18:36:08 +02:00
Shocker 5552a33251 Merge pull request #4839 from Fredi/reload
Core/Commands: Implement reload multiple creature templates
2012-01-21 08:32:54 -08:00
Shocker 8045210d73 Merge pull request #4874 from Vincent-Michael/AchievementFix
Core/Achievements: Fix The Alterac Blitz, Let's Get This Done and Flurry achievements
2012-01-21 08:27:00 -08:00
Shocker 79f07ec7c8 Merge pull request #4814 from Chaplain/master
Dependencies/G3D: Fix typo in isNaN(float x)
2012-01-14 02:51:36 -08:00
Shocker c398f20988 Core/Achievements: Add SQLs for recent pull 2012-01-11 01:08:35 +02:00
Shocker 41488c9deb Merge pull request #4757 from Subv/shocking
Core/Achievements: Fix Shocking! on 10-man and 25-man
2012-01-10 15:06:25 -08:00
Shocker f53a1f253e Merge pull request #4719 from Norfik/bjarngrim
Scripts/Halls of Lightning: Implement "Lightning Struck" achievement
2012-01-08 15:30:14 -08:00
Shocker 0b5e071d75 Merge pull request #4705 from Norfik/fbe3eaf2266039fe5469fd79c1cae92d278ead97
Scripts/Trial of the Crusader: Fix visual of Permafrost in Anub'arak encounter
2012-01-08 12:47:15 -08:00
Shocker 5b972184e0 Merge pull request #4725 from Chaplain/cleanup
Core/Spells: Implement CAST_FLAG_ADJUST_MISSILE (old CAST_FLAG_UNKNOWN_18)
2012-01-08 12:30:48 -08:00
Shocker 0db7c3f170 Merge pull request #4702 from Venugh/year
Build/CMake: Updated year to 2012
2012-01-07 14:12:32 -08:00
Shocker 736bf37d04 SQL: Fix an sql error
Closes #4647
2012-01-06 07:55:10 +02:00
Shocker bad912e69d Merge branch 'master' of github.com:TrinityCore/TrinityCore 2012-01-06 07:51:14 +02:00
Shocker 0b10ded2d8 SQL: Some newline file endings 2012-01-06 07:47:57 +02:00
Shocker 33de07e2dc Merge pull request #4641 from Subv/fix001
Core/Vehicles: Vehicles with SAI should not kick their passengers when resetting
2012-01-05 19:20:13 -08:00
Shocker e0bafc73f8 Merge pull request #4649 from Souler/fix_simon_game
Scripts/Quest: An Apexis Relic and The Relic's Emanation and Guardian of the Monument
2012-01-05 19:14:23 -08:00
Shocker 0412c80083 Merge pull request #4645 from Venugh/waypoint
Core/Commands: Implement .reload waypoint_data
2012-01-05 19:10:06 -08:00
Shocker 2766b48c68 Merge branch 'master' of github.com:TrinityCore/TrinityCore 2012-01-05 00:53:14 +02:00
Shocker 1a1d8a100b Core/Guilds: Players should be removed from guild when changing faction
Closes #4623
2012-01-05 00:50:33 +02:00
Shocker d5647760e2 Merge branch 'master' of github.com:TrinityCore/TrinityCore 2012-01-04 23:57:11 +02:00
Shocker 69a901fe24 Core/Quests: Fix Priest Class quest fix for Night Elf / Dwarf / Undead (by evharten)
Closes #4601
2012-01-04 23:56:03 +02:00
Shocker 2fac227480 Merge pull request #4405 from Warpten/feral
Core/Spells: Fix Druid's T10 Feral 4P Bonus
2012-01-04 13:50:17 -08:00
Shocker 08bcbc89b0 Merge pull request #4229 from devilcoredev/fix_002
Core/Spells: Fix the spell immunity system to be effect-dependent
2012-01-04 13:41:51 -08:00
Shocker a7a1b6a312 SQL: Fix SQL naming after recent pull 2012-01-04 23:36:26 +02:00
Shocker 00e1de4c0a Merge pull request #3478 from Havenard/fix0011
Core/Spells: Fix Divine Storm
2012-01-04 13:35:29 -08:00
Shocker 91d51d9474 Merge pull request #4244 from Warpten/master
Core/Spells: Fix Earthen Power
2012-01-04 13:31:45 -08:00
Shocker 5e9882f862 SQL: Correct SQL file name after recent pull 2012-01-04 23:28:36 +02:00
Shocker ecb1bdd7c3 Merge pull request #4489 from devilcoredev/fix_001
Core/Achievemens: Fix 'The Undying' and 'The Immortal' achievements
2012-01-04 13:27:43 -08:00
Shocker 0a17ab2e4c Merge pull request #4314 from drskull/master
Core/Spells: Windfury and Flametongue should proc from abilities
2012-01-04 13:25:43 -08:00
Shocker b1129499a2 Merge pull request #4587 from wilds/fix_reenter_bg
Core/Battleground: Fix re-entering battlegrounds after disconnect
Closes #90
2012-01-04 13:18:05 -08:00
Shocker 19e9a09c2a Merge pull request #4614 from Bezo/master
Core/Logs: Add logs for change pass command on players level (.account password)
2012-01-04 13:16:38 -08:00
Shocker 872859ce39 SQL: Correct SQL naming/locations for recent pull 2012-01-04 23:13:31 +02:00