| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-10-18 | Core/Spells: Add a new stack rule for spellgroups: ↵ | Liberate | |
| SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT This stack rule makes the effects of the spells in the spellgroup non-stackable, but the spells/auras itself are stackable. a spell should be in only 1 group with this stack rule. Fixes #2243 | |||
| 2011-10-18 | Core/Grid: Fix a typo in e0d933fed8. Grids should work correctly again. ↵ | Liberate | |
| Thanks Kaelima. | |||
| 2011-10-18 | Clean up grid system. Get rid of GridLoader. This patch should not change ↵ | megamage | |
| any logic, except the incorrect calculation of the number of loaded corpse (which only affects log). | |||
| 2011-10-18 | Compile Fix | Spp | |
| 2011-10-18 | More clean up of grid system. | megamage | |
| 2011-10-18 | Clean up grid system: allow directly creating Cell from x, y. | megamage | |
| 2011-10-18 | Use method IsCoordValid() to replace explicit checks. | megamage | |
| 2011-10-18 | Rename some classes in grid system. | megamage | |
| Note: The naming of classes is still confusing. "cell" usually refers to class "Grid", and "grid" usually refers to class "NGrid". But it requires a lot of changes to clean this up. | |||
| 2011-10-18 | Minor changes here and there: | Spp | |
| - Cosmetic changes - 'Engrish fix' - Initialization of some vars - Remove some not needed includes | |||
| 2011-10-18 | Core/Calendar: Send map raid reset only once | Spp | |
| Also some minor changes here and there | |||
| 2011-10-18 | Core: Fix some warnings | Spp | |
| 2011-10-18 | Core/Grid: Replaced ambiguous operator overloads with functions (Makes it ↵ | Spp | |
| clear to read) | |||
| 2011-10-18 | Minor cleanups here and there | Spp | |
| 2011-10-18 | Core/Items: Split SetSoulboundTradeable in two functions (Set and Clear) | Spp | |
| Note: this is mostly for clarify action being done: ClearSoulboundTradeable better than SetSoulboundTradeable(..., ..., false) | |||
| 2011-10-18 | Core/GameObject: Fixed memory leak in GameObject AI handling | Spp | |
| 2011-10-18 | Core/GameObject: Fix compile warning (Note: bg->GetTypeID(true) will always ↵ | Spp | |
| return the Bg type being played, never Random) | |||
| 2011-10-17 | Core/Mechanic: Fix spell penetration from items. | kaelima | |
| 2011-10-17 | Merge pull request #3560 from Fredi/cleanup2 | Machiavelli | |
| Core/Misc: Added 'f' after float values | |||
| 2011-10-17 | Core/Misc: Added 'f' after float values | Fredi Machado | |
| 2011-10-17 | Core/Movement: Fix Point Movement after a stun/root. The NPC should now ↵ | Liberate | |
| correctly start moving again. | |||
| 2011-10-16 | Fix a crashed caused by mob_mistress_of_pain. Fix #3527. | megamage | |
| 2011-10-16 | Merge pull request #3539 from dracosvk/DeathwhisperTiming | Shauren | |
| 2011-10-16 | Core/Auras: Fixed another proc crash | Shauren | |
| Closes #3537 | |||
| 2011-10-16 | Scripts/Icecrown Citadel | draco | |
| * Lady Deathwhisper : Correction in timers for summoning waves of adds in heroic mode | |||
| 2011-10-15 | Scripts/Icecrown Citadel: Stinky should only have his damage aura in combat | Shauren | |
| Closes #3519 | |||
| 2011-10-15 | Core/WaypointMgr: Allow to set orientation to waypoints. | kaelima | |
| - Instead of the need to use a waypoint_script to change orientation on waypoint arrival. | |||
| 2011-10-15 | Scripts/Icecrown Citadel: Corrected timer on Death and Decay | Shauren | |
| Closes #3512 | |||
| 2011-10-14 | Core/Scripts: Fix Build. | Nay | |
| Closes #3500 Closes #3503 Thanks @raelik | |||
| 2011-10-13 | Remove some "_" from private methods as required by TC standards. Thanks to ↵ | megamage | |
| Shauren for pointing out. | |||
| 2011-10-13 | Merge pull request #3467 from Studioworks/master | megamage | |
| Core: Style cleanup in boss_illidan.cpp | |||
| 2011-10-13 | More cleanup of CanSeeOrDetect | megamage | |
| 2011-10-13 | Some cleanup of CanSeeOrDetect code. | megamage | |
| 2011-10-13 | Fix the sequence of some lines because of my previous changes. | Studioworks | |
| 2011-10-12 | Readd accidentally removed line in my previous commit. | Studioworks | |
| 2011-10-12 | Merge pull request #3445 from Bootz/master | megamage | |
| Scriptwork/Clean-up (Av,Brd,Brs) | |||
| 2011-10-12 | Add a missing break in AuraEffect::CalculateSpellMod. Thanks to vlad852 for ↵ | megamage | |
| pointing out. | |||
| 2011-10-12 | Scripts/Icecrown Citadel | Shauren | |
| * Corrected Shadow Prison (Prince Keleseth casts it) * Fixed spell_putricide_slime_puddle second effect hook | |||
| 2011-10-12 | Merge pull request #3430 from Havenard/fix0007 | megamage | |
| Scripts/ICC: Fix Shadow Prison | |||
| 2011-10-12 | Merge pull request #3444 from Havenard/fix0008 | megamage | |
| Fix Elemental Oath | |||
| 2011-10-12 | Merge pull request #3469 from Chaplain/cleanup3 | megamage | |
| Core/Spells: SPELL_AURA_MOD_INCREASE_ENERGY_PERCENT improvement | |||
| 2011-10-12 | Add MX lock to InstanceSave::Add/RemovePlayer. Because BindToInstance can be ↵ | megamage | |
| called within Player::Update. Try to fix crashes #2514 and #2177. May also fix #3466, #2862 and #2239. | |||
| 2011-10-12 | Build fix | Shauren | |
| 2011-10-12 | Scripts/Icecrown Citadel: Adjusted Ooze Puddle spell effect radius after ↵ | Shauren | |
| correcting its size | |||
| 2011-10-12 | Core/Spells: SPELL_AURA_MOD_INCREASE_ENERGY_PERCENT improvement | Chaplain | |
| *Now it'll correctly increase\decrease % of power *Added helper function for modify power with percent ammount | |||
| 2011-10-11 | Core/MapScripts: Fixed SCRIPT_COMMAND_QUEST_EXPLORED again after ↵ | kaelima | |
| 26869bda30b5fb2ec5abb98bb90d4ed4f87085ab. | |||
| 2011-10-11 | Fix crash caused by FlameLeviathanPursuedTargetSelector | megamage | |
| 2011-10-11 | Core/Group: Fix recent issues with displaying group members on minimap. | kaelima | |
| Update GroupMemberOnlineStatus enum (creds to TOMRUS) Also fix reduant GetVehicle() check in BuildPartyMemberStatsChangedPacket | |||
| 2011-10-11 | Core: Style cleanup in boss_illidan.cpp | Studioworks | |
| 2011-10-11 | Fix compile error in gcc. | megamage | |
| 2011-10-11 | Fix a crash caused by my previous commit. | megamage | |
