aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-23Core/Hotswap: Fix Reload on LinuxDoctorKraft
* Closes #19465
2017-05-23Core/Hotswap: Replace #ifdef conditions with comparisons of values defined ↵Shauren
in CompilerDefs.h (cherry picked from commit 43510a258c83215efcf5e70a253523e8a4199502)
2017-05-23Build: Fix a build error which happened on unix debug buildsNaios
* Thanks DDuarte for the fix * Closes #19786
2017-05-23Fix buildAokromes
2017-05-23Core/Defines: define faction templates and replace magic numbers from scriptsForesterDev
2017-05-22DB/Creature: Blightguard spawnsKillyana
2017-05-19Scripts/ICC: add missing cases for Dark Martyrdom difficulty entriesccrs
how come nobody noticed this?
2017-05-17Update showoptions.cmakeAokromes
2017-05-17DB: Fix some DB errorsKillyana
2017-05-16Core/Scripts: improvements on the Thorim scriptariel-
Improvements done to initial work by joschiwald: - Fixed stormhammer casting and visuals - Fixed spell credits - Implemented removal of Impale when HP is higher than 90% - Corrected faction templates for the pre combat creatures - Implemeted Leap on the arena adds (thanks to joschiwald for implementing conditions) - Scripted lighting charge using AuraScript periodic - Fixed timings - Corrections on the hallway encounters (added knockback immunity to minibosses too) - Fixed multiple blizzards issue - Lever will now reset properly, should players fail to get inside. This allows the door to be opened more than once during the combat - Corrections in the outro event - Implemented paralytic field traps on the hallway. - Implemented Ancient Gate of the Keepers opening. - Changed blizzard bunny targetting to conditions entirely. - Removed obsolete scripts - Standards: delete spell script names by ScriptName instead of spell_id - Swapped factions for pre-adds (alliance should get horde trash and vs) - Fixed Leap setting home position for adds - Removed a bunch of magic numbers - Runic Colossus should finish current Runic Explosion before beginning to attack - Fixed UpdateAI logic to put it in line with other scripts (ie don't stop casts) Special thanks to: - chaodhib for the blizzard trigger waypoints and investigation on spell radius - Malcrom for creating the Conditions Creator :P Closes #15008 Closes #17072
2017-05-16Scripts/Ulduar: Initial implementation of the Thorim Encounterjoschiwald
Closes #7651 Fix logic fail in achievement: SPELL_LIGHTNING_CHARGE aka 62279 is casted on Thorim itself to buff him, not the damage spell tracked by the achievement.
2017-05-16DB/Gameobject: Fix 3 startup errorsAokromes
2017-05-14Core/Spells: Change the radius of PBAoEs following the feedback received on ↵Chaouki Dhib
(#16290)
2017-05-14DB/SAI: A Righteous SermonDr-J
Fix bad target for script for move to position which was using target 1 instead of 8 which was causing npc to walk through wall and dissapear on quest accept
2017-05-14Fix sql importShauren
2017-05-14Update RBAC.hjoschiwald
2017-05-14Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521)TecDian
2017-05-14Core/Gossip: Fix gossip bug on modify money (#19551)Rochet2
2017-05-14Core/Unit: don't clear low health aura states on deathariel-
- Confirmed with sniffs, healthless states aren't cleared - Prevents some procs from happening Closes #19754
2017-05-13DB/GameObjects: Add missing gobs for map 450, 560, 329Kittnz
Mostly chairs and random stuff
2017-05-13DB/Creature: FizzlesKillyana
Taken from https://github.com/mangosArchives/databaseZero_Rel19/blob/aece8088f1f701d7de0f50dda997e20e4ff4d86f/_develop/206_updatepack_mangos.sql
2017-05-12Core/Logs: Reword some logsAokromes
2017-05-10DB/Gameobject: Add a missing cosmetic Yellow TeleportKillyana
2017-05-10DB/Creature: Time WatchersKillyana
Remove a hack, the npc will despawn at the end of the mini event and respawn later in a correct position Remaining issue #19744
2017-05-10DB/Creature: Arcatraz SentinelKillyana
Closes #10647
2017-05-09DB/Creature: Fallen Earthen WarriorKillyana
Closes #16559
2017-05-07Core/Quests: Display quest objective explore completion messagexinef1
- Game client should show an on-screen message for explored quest objectives (AreaExploredOrEventHappens) when the objective has been completed. Closes #19543
2017-05-07Core/Globals: fix array out of bounds crash on loading npc_text_localeariel-
Closes #19556
2017-05-07DB/Misc: Fix PK for gossip_menu_option_localeAokromes
2017-05-07DB/Misc: Fix PK for npc_text_localeAokromes
2017-05-06Core/Players: fix null dereference crashariel-
2017-05-06Typo fixAokromes
2017-05-05Core/Entities: allow guardian pets to inherit spellmodsariel-
2017-05-05Scripts/Commands: Update reload commands namesChazy Chaz
2017-05-04Core/Spells: Move Big Blizzard Bear implementation to spell script (#19544)Mikhail Redko
2017-05-04Core/Misc: Update locales_gossip_menu_option to simple systemChazy Chaz
2017-05-04Core/Misc: Update locales_npc_text to simple systemChazy Chaz
2017-05-04Core/Misc: Update locales_creature_text to simple systemChazy Chaz
2017-05-03DB/SAI: run Marin Noggenfogger's script inside the questtkrokli
- change event type to On Quest Taken (19) instead of Finished (20) - modify comment to reflect the event type used - also modify comment to show the quest name instead of number
2017-05-03Core/Movement: Ported teleport packet fixes from master branch to get rid of ↵Shauren
ugly relocations
2017-05-03Core/Unit: revert recent changesccrs
master cherry pick incomming :D
2017-05-03Core/Unit: 6fe4d37f8d followupccrs
2017-05-03DB/Creature: Set correct Position Z height of some more Orgrimmar NPCsKittnz
2017-05-03Core/Achievement: Fix startupAokromes
2017-05-02Core/Spells: change to the way the spell effect SPELL_EFFECT_JUMP workChaouki Dhib
2017-05-02Core/Misc: Update locales_achievement_reward to simple systemChazy Chaz
Closes #19528
2017-05-02Core/Unit: SendTeleportPacket correctionsccrs
2017-05-02Core/Creature: drop method SetPositionccrs
eeeevil, use UpdatePosition. It was there just for old scripts compatibility.
2017-05-02Core/Transport: fix logic errorccrs
justStopped was always set true, but when transports spawn and remain stationary timer, _currentFrame->ArriveTime and _currentFrame->DepartureTime are set to 0, making justStopped always remain true and triggering incorrect calls.
2017-05-02Core/Creature: IsMovementPreventedByCasting followupccrs
Handle correctly move allowed channels: IsChannelActive checks if channel phase has started (after cast if any) Must skip the other checks since all channels focus target. ref #19532