aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-03-16Core/Script: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Script: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
InstanceScript* m_instance -> InstanceScript* instance Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
GameObject* pGO -> GameObject* go Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
Creature* c -> Creature* creature Creature* _Creature -> Creature* creature Creature* Creature -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com>
2012-03-15Scripts/Icecrown Citadel: Corrected flying animations for frostwyrms in ↵Shauren
Sindragosa's Lair and prevent reentering combat with Deathbringer Saurfang after encounter is won
2012-03-14Scripts/Magister's Terrace: Fix Translocation Orb Activation and correct ↵Martin Weinelt
some codestyle
2012-03-14Revert "Core: more more cleanup" - Build test anyone?leak
This reverts commit 20cd4c71ee6336610daab304959909b2f6397287.
2012-03-14Core/SpellScripts: fix crash caused my spell_gen_vehicle_scaling. closes ↵kandera
#5703 (thx vincent-michael)
2012-03-14Core: more more cleanupthomas33
2012-03-14Core/Script: Clean-Up in Scripts.Gyx
InstanceScript* Instance -> InstanceScript* instance Signed-off-by: Gyx <2359980687@qq.com>
2012-03-14Core/Script: Clean-Up in Scripts.Gyx
Creature* c -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com>
2012-03-12Scripts/Icecrown Citadel: Lock Deathbringer Saurfang and Valithria ↵Shauren
Dreamwalker chests to players who fought them
2012-03-12Scripts/UP/Svala: Temp compile fix for Svala. Currently rewriting the entire ↵Machiavelli
script.
2012-03-12Scripts/ICC/Lich King: Typo correction in unit_field_bytes_1 usage related ↵Machiavelli
to hover, introduced in previous commit (thankfully the only one).
2012-03-12Core/Units:Machiavelli
- Implement UNIT_FIELD_HOVERHEIGHT (requires DB data). This field, sent in update object packet, will determine the height at which a creature hovers if it has movementflag_hover applied. Note that hovering will now update the server-sided z-coordinate by the value of this field, and that all subsequent positional updates to the client will need to send z coordinate MINUS the hover height offset, or the hoverheight will be visually doubled client side. - Correct our usage of movementflag_flying, movementflag_can_fly, movementflag_hover and movementflag_disable_gravity (previously levitate), and how they relate to InhabitType in the database. This fixes "flying creatures on steroids" bug (wings flapping too fast), and potentially a lot of visual issues in AI scripts. Note that a lot of scripts still set wrong movementflags, these need to be fixed on a case by case basis. - Send correct packets for SPELL_AURA_FEATHER_FALL, SPELL_AURA_WATER_WALK and SPELL_AURA_HOVER apply/unapply. - Send correct packet contents for movement update in Unit::SetSpeed. - Misc. cleanup in affected scripts.
2012-03-11R.I.P SimpleAINay
- Convert SimpleAI to (DB) SmartAI - Spell ids corrected (and completed some of the scripts) - Random cleanup (code style) in some scripts
2012-03-11Scripts/Serpentshrine Cavern: Fixed crashes caused by uninitialized ↵Shauren
variables, patch by PuniCZ Closes #4988 Closes #5645
2012-03-10Merge pull request #5632 from FrozenSouL/tc_helperDiscover-
Update forgotten copyright-headers for 2012
2012-03-10Core/DBC: Remove store getters (useless since we don't have scripts as ↵Shauren
external dll)
2012-03-11Update forgotten copyright-headers for 2012.frozenarmor
Signed-off-by: frozenarmor <venom.victorios@gmail.com>
2012-03-09Some random cleanup here and thereSpp
2012-03-07Core/Spells: cleanup warning for life tapkandera
2012-03-07Core/Spells: attempt to fix damage for life tap (thx again vincent-michael)Kandera
2012-03-07Warning fixes and some random cleanup here and thereSpp
2012-03-07Core/MapsShauren
* Corrected liquid type extraction in maps - MCLQ chunk must be parsed together with MH2O (they stack) * Fixed liquid detection in WMO objects * Implemented LiquidType.dbc use, players will now get proper auras in special liquids * Turned off slime damage by default (Naxxramas uses periodic damage aura for this purpose) * Implemented liquid type overrides basing on area/zone * Renamed final temp_gameobject_models to GameObjectModels.dtree (the temporary one produced by vmap extractor remains unaffected) Note: Map and Vmap re-extraction is required
2012-03-07Core: Remove some whitespace and tabsclick
2012-03-06Scripts/Spells: Fixed target of visual polymorph in Silvermoon cityShauren
2012-03-05Core/Commands: add command to reload locales_creature_textjoschiwald
2012-03-05small cleanupKandera
2012-03-05Core/SpellScripts: Fix life tap mana regen (thx to vincent-michael) closes #5536Kandera
2012-03-04Core: Adjust parameter output values to avoid excessive warning outputs on ↵click
GCC and some other minor warnings
2012-03-04Add handling for areatriggers at Area 52 entances.Malcrom
2012-03-04Core/Quest: Fix MovementInform handler filter for Quest "The Amphitheater of ↵Vincent-Core
Anguish: Tuskarrmageddon!"
2012-03-04Scripts/Misc: Script entrance areatriggers for Area 52.Discover-
2012-03-03Merge pull request #5426 from Souler/fix_ds_pipe_knockbackSubv
Dalaran Sewers Arena: Knockback from starting pipe
2012-03-03Fix a warning.Machiavelli
2012-03-03Core/Commands: Implement .debug moveflags command. With params you can set ↵Machiavelli
MoveFlags and MoveFlagsExtra for targeted unit. Without params it will display the current MoveFlags and MoveFlagsExtra. Useful for debugging upcoming changes.
2012-03-03Core/Spells: Allow spell effects to have multiple destinations. Spells like: ↵QAston
49814, 10869 and similar are now properly selecting destination targets.
2012-03-02Core/Arenas/Dalaran Sewers: Players who stay on the pipe after the battle ↵Souler
has begun should be knocked into the arena. Also corrected the orientation of horde starting position
2012-03-01Core: Fixed compile without PCHShauren
2012-03-01Core/CreatureTextMgr: Added support for creature_text localizationShauren
2012-03-01DB/Creature_Text: Convert script_texts to creature_text for boss General ↵Malcrom
Bjarngrim
2012-03-01Script/Commands: Some safer code in wp modifykaelima
2012-02-29DB/Creature_Text: Convert script_texts to creature_text for boss Volkhan, ↵Malcrom
Halls of Lightning.
2012-02-29DB/Creature_Text: Convert script_texts to creature_text for boss Ionar, ↵Malcrom
Halls of Lightning.
2012-02-29DB/Creature_Text: Convert script_texts to creature_text for boss Loken, ↵Malcrom
Halls of Lightning & Added sound.
2012-02-27Merge pull request #5445 from Souler/fix_demonic_circleQAston
Move Demonic Circle related code to spell_warlock.cpp
2012-02-27Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here ↵Spp
and there
2012-02-26Scripts/Spells: Move Demonic Circle mechanics to spell_warlock.cppSouler