| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-18 | DB/Loot: Increase dropchance for Venture Co. Explosives | ZxBiohazardZx | |
| Closes #6243 | |||
| 2012-04-18 | Core/Scripts: Added possibility to remove phase setting from EventMap and an ↵ | Shauren | |
| empty-checking method | |||
| 2012-04-18 | Core/Creatures: Set melee sheath as default only for creatures that do not ↵ | Shauren | |
| have creature_addon data | |||
| 2012-04-18 | DB/Loot: Keepers of Ulduar loot. | ZxBiohazardZx | |
| BEWARE: chest-assignments has been GUESSED in some cases. Script-updates will prove this either wrong or right. MIGHT NOT WORK UNTILL SCRIPTS GET FIXED | |||
| 2012-04-18 | DB/Creature: Update spawntime for Arcturis & Skoll | ZxBiohazardZx | |
| 2012-04-18 | DB/Creature: Set correct spellclick spell and ability spell for Valkyrion ↵ | kaelima | |
| Harpoon Gun | |||
| 2012-04-17 | Script/Pit of Saron: Fix logic in spell_tyrannus_overlord_brand | kaelima | |
| should fix #6247 | |||
| 2012-04-17 | DB/Creatures: Add missing northrend rare elite mobs: Arcturis and Skoll | ZxBiohazardZx | |
| Closes #1324 | |||
| 2012-04-17 | Core/Spells: fix holy shock cast on friendly opposing team going on cooldown ↵ | Kandera | |
| and saying invalid target. spell will now fail with invalid target and not cause a cooldown | |||
| 2012-04-17 | Core/Misc: researched the reasons for instance reset failure and added them ↵ | Kandera | |
| as comments to the sendresetinstancefailed function. | |||
| 2012-04-17 | Core/Player: Removed _lastLiquid from Player class, no need to have it in ↵ | Shauren | |
| both Unit and Player | |||
| 2012-04-17 | Update PackageList.txt after recent jemalloc update | Shocker | |
| 2012-04-16 | Merge pull request #6187 from GiR-Blunti/master | Shocker | |
| Updated jemalloc library to version 2.2.5 | |||
| 2012-04-17 | Core/Unit: Always initialize a pointer before using it. | kaelima | |
| (less segfaults, more fun) | |||
| 2012-04-16 | Spell/Warrior: Fixed Concussion Blow damage part | Shauren | |
| Thanks ShinDarth | |||
| 2012-04-16 | Merge pull request #6219 from Jayz33/master | kandera | |
| Add warden documentation to ban reason | |||
| 2012-04-16 | Add warden documentation to ban reason | Joni | |
| 2012-04-16 | Attempt on converting updatewaterstate for use with units (pets and vehicles) | Kandera | |
| 2012-04-16 | Core/NPC: add essence infused moonstone, key to the focusing iris (and hc) ↵ | Kandera | |
| to the list of keys gettable from locksmith npcs. (per aokromes) | |||
| 2012-04-16 | Merge pull request #6215 from Vincent-Michael/game_event | Discover- | |
| [DB/GameEvent] Add missing Game Event - Pilgrim's Bounty | |||
| 2012-04-16 | [DB/GameEvent] Add missing Game Event - Pilgrim's Bounty | Vincent-Michael | |
| 2012-04-15 | Fixed Fixed broken compile | Shauren | |
| 2012-04-15 | Fixed broken compile | Subv | |
| 2012-04-15 | Scripts/Commands: Make the .modify reputation command only modify the ↵ | Subv | |
| specified reputation (ignore spillovers) Patch by @ogeraisi | |||
| 2012-04-14 | Core/Spells: Do not proc spells with ↵ | Subv | |
| PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_(NEG|POS) if there is no target, reimplemented Storm, Earth and Fire talent in another way Closes #3367 Closes #2424 If you find more spells that are broken because of this, please notify us Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-15 | Core/BG: Fix a logic mistake in ResetStat timer | Nay | |
| It should only be executed every 5 seconds, not in every update | |||
| 2012-04-14 | Core/Spells: Dont remove auras on stance change if the stance you are moving ↵ | Subv | |
| to is also allowed by the spell. Closes #2758 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-14 | Spells/Procs: Fixed Sacred Shield 6 seconds internal cooldown. | Subv | |
| Thanks @Warpten P.D.: You were using the wrong spellid Closes #1711 | |||
| 2012-04-14 | Core/Scripts: Corrected previous commit and added a few AI hooks to GameObjectAI | Shauren | |
| 2012-04-14 | Spells/Bonus: Fixed spell power bonus of Lava Burst, taken from DrDamage and ↵ | Subv | |
| verified Closes #1819 | |||
| 2012-04-14 | Core/Scripts: Added support for creating custom GameObjectAI classes, ↵ | Shauren | |
| similar to how creature scripts work. | |||
| 2012-04-14 | Core/Spells: Fixed Bloodworm's heal effect and damage | Subv | |
| Closes #1808 Thanks @A-Metaphysical-Drama for the damage part Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-14 | Fixed build from my previous commit | Subv | |
| 2012-04-14 | DB/Loot: Add some missing loot definitions to prevent some startup errors | ZxBiohazardZx | |
| 2012-04-14 | Core/Spells: Corrected logic check for SPELL_ATTR4_IGNORE_RESISTANCES | Subv | |
| Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-14 | DB/Loot: add Bogblossom to Bogblossom object, thx Helias | ZxBiohazardZx | |
| Closes #5922 | |||
| 2012-04-14 | SQL: Renamed files to match the order they were commited in. | Shauren | |
| 2012-04-14 | Core/Player: Send calendar raid lockout remove before removing player from ↵ | Shauren | |
| instance save (may invalidate instance save) | |||
| 2012-04-13 | Core/Spells: Add 45 seconds proc cooldown to Blackened Naaru Silver. | Subv | |
| Closes #1509 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-13 | Player/Items: Fix the item durations when the item is stored in a bag ↵ | Subv | |
| different than the default backpack Closes #1026 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-13 | Core/Spells: Reapply glyph bonuses that depend on stance when you shapeshift ↵ | Subv | |
| into that instance Closes #1076 and possibly others Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-13 | Core/BG: When starting a battleground teleport the player to start location ↵ | Nay | |
| if it goes outside of the allowed "waiting" area (for example, getting out of the "bubble" in EotS) Allowed waiting area is calculated as the distance specified in database (battleground_template.StartMaxDist) and the battleground start point for each team A distance of 0 is ignored (not used in SotA nor arenas) The values in DB might need some tweaks, open a pull request if you calculate better ones Closes #180 Initial patch and idea by Rat Also added validation (DBError log) to some fields in battleground_template table | |||
| 2012-04-13 | Core/Spells: Prevent Siphon Life from proccing on Corruption apply. | Subv | |
| Closes #6150 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-13 | Scripts/Icecrown Citadel | Shauren | |
| * Fixed Professor Putricide Tear Gas stunning himself * Fixed visual of Unstable Experiment * Fixed oozes not picking new targets after hitting old * Fixed Gas Cloud not using melee attack * Removed ooze summon position hack Closes #4301 Closes #2726 Closes #5119 Closes #4464 Closes #2874 Closes #4407 Closes #2421 Closes #4899 | |||
| 2012-04-13 | SQL: fix a few mistakes in a previous commit | Kandera | |
| 2012-04-13 | Core/Spells: Fixed Recklessness charges being dropped twice. | Subv | |
| Closes #932 | |||
| 2012-04-13 | DB: various db fixes from patches. authors are mentioned above the patches. ↵ | Kandera | |
| closes #2169, closes #3344, closes #4162, closes #3530, closes #5982, closes #5849, closes #6098, closes #5569, closes #5493, closes #5510, closes #5470, closes #5408, closes #5406, closes #4875, closes #5457, closes #4467, closes #4043, closes #3899, closes #3859, closes #3518. signed off by nayd | |||
| 2012-04-13 | Core/Movement: Changed casting check in TargetedMovementGenerator to be able ↵ | Shauren | |
| to freely manipulate cast+move interaction in scripts | |||
| 2012-04-13 | DB/SAI: Revert some mistakes in SAI db data (target_types were added to ↵ | Nay | |
| action_param6; contiguous fields) Please, don't do this error. | |||
| 2012-04-13 | DEP: Updated Jemalloc to Version 2.5 | Multivitamin | |
| Signed-off-by: Multivitamin <DasUmba@.(none)> | |||
