| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-14 | Scripts/Magister's Terrace: Fix Translocation Orb Activation and correct ↵ | Martin Weinelt | |
| some codestyle | |||
| 2012-03-14 | Revert "Core: more more cleanup" - Build test anyone? | leak | |
| This reverts commit 20cd4c71ee6336610daab304959909b2f6397287. | |||
| 2012-03-14 | Core/SpellScripts: fix crash caused my spell_gen_vehicle_scaling. closes ↵ | kandera | |
| #5703 (thx vincent-michael) | |||
| 2012-03-14 | Core: more more cleanup | thomas33 | |
| 2012-03-14 | Core/Script: Clean-Up in Scripts. | Gyx | |
| InstanceScript* Instance -> InstanceScript* instance Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-14 | Core/Script: Clean-Up in Scripts. | Gyx | |
| Creature* c -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-12 | Scripts/Icecrown Citadel: Lock Deathbringer Saurfang and Valithria ↵ | Shauren | |
| Dreamwalker chests to players who fought them | |||
| 2012-03-12 | Scripts/UP/Svala: Temp compile fix for Svala. Currently rewriting the entire ↵ | Machiavelli | |
| script. | |||
| 2012-03-12 | Scripts/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-12 | Core/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-11 | R.I.P SimpleAI | Nay | |
| - Convert SimpleAI to (DB) SmartAI - Spell ids corrected (and completed some of the scripts) - Random cleanup (code style) in some scripts | |||
| 2012-03-11 | Scripts/Serpentshrine Cavern: Fixed crashes caused by uninitialized ↵ | Shauren | |
| variables, patch by PuniCZ Closes #4988 Closes #5645 | |||
| 2012-03-10 | Merge pull request #5632 from FrozenSouL/tc_helper | Discover- | |
| Update forgotten copyright-headers for 2012 | |||
| 2012-03-10 | Core/DBC: Remove store getters (useless since we don't have scripts as ↵ | Shauren | |
| external dll) | |||
| 2012-03-11 | Update forgotten copyright-headers for 2012. | frozenarmor | |
| Signed-off-by: frozenarmor <venom.victorios@gmail.com> | |||
| 2012-03-09 | Some random cleanup here and there | Spp | |
| 2012-03-07 | Core/Spells: cleanup warning for life tap | kandera | |
| 2012-03-07 | Core/Spells: attempt to fix damage for life tap (thx again vincent-michael) | Kandera | |
| 2012-03-07 | Warning fixes and some random cleanup here and there | Spp | |
| 2012-03-07 | Core/Maps | Shauren | |
| * 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-07 | Core: Remove some whitespace and tabs | click | |
| 2012-03-06 | Scripts/Spells: Fixed target of visual polymorph in Silvermoon city | Shauren | |
| 2012-03-05 | Core/Commands: add command to reload locales_creature_text | joschiwald | |
| 2012-03-05 | small cleanup | Kandera | |
| 2012-03-05 | Core/SpellScripts: Fix life tap mana regen (thx to vincent-michael) closes #5536 | Kandera | |
| 2012-03-04 | Core: Adjust parameter output values to avoid excessive warning outputs on ↵ | click | |
| GCC and some other minor warnings | |||
| 2012-03-04 | Add handling for areatriggers at Area 52 entances. | Malcrom | |
| 2012-03-04 | Core/Quest: Fix MovementInform handler filter for Quest "The Amphitheater of ↵ | Vincent-Core | |
| Anguish: Tuskarrmageddon!" | |||
| 2012-03-04 | Scripts/Misc: Script entrance areatriggers for Area 52. | Discover- | |
| 2012-03-03 | Merge pull request #5426 from Souler/fix_ds_pipe_knockback | Subv | |
| Dalaran Sewers Arena: Knockback from starting pipe | |||
| 2012-03-03 | Fix a warning. | Machiavelli | |
| 2012-03-03 | Core/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-03 | Core/Spells: Allow spell effects to have multiple destinations. Spells like: ↵ | QAston | |
| 49814, 10869 and similar are now properly selecting destination targets. | |||
| 2012-03-02 | Core/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-01 | Core: Fixed compile without PCH | Shauren | |
| 2012-03-01 | Core/CreatureTextMgr: Added support for creature_text localization | Shauren | |
| 2012-03-01 | DB/Creature_Text: Convert script_texts to creature_text for boss General ↵ | Malcrom | |
| Bjarngrim | |||
| 2012-03-01 | Script/Commands: Some safer code in wp modify | kaelima | |
| 2012-02-29 | DB/Creature_Text: Convert script_texts to creature_text for boss Volkhan, ↵ | Malcrom | |
| Halls of Lightning. | |||
| 2012-02-29 | DB/Creature_Text: Convert script_texts to creature_text for boss Ionar, ↵ | Malcrom | |
| Halls of Lightning. | |||
| 2012-02-29 | DB/Creature_Text: Convert script_texts to creature_text for boss Loken, ↵ | Malcrom | |
| Halls of Lightning & Added sound. | |||
| 2012-02-27 | Merge pull request #5445 from Souler/fix_demonic_circle | QAston | |
| Move Demonic Circle related code to spell_warlock.cpp | |||
| 2012-02-27 | Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here ↵ | Spp | |
| and there | |||
| 2012-02-26 | Scripts/Spells: Move Demonic Circle mechanics to spell_warlock.cpp | Souler | |
| 2012-02-25 | Core/Warden: Add reload ability for character.warden_action table / ↵ | leak | |
| Centralize the crypto keys in one header file | |||
| 2012-02-25 | Core/Scripts: Remove script for npc_goblin_prisoner (handled by SAI already) | click | |
| 2012-02-25 | Core/Scripts: Remove some leftover debugging-output from the warlock ↵ | click | |
| spellscripts | |||
| 2012-02-25 | DB/SAI: SAI for Quest: 12843 "They Took Our Men!". Remove cpp script. | Malcrom | |
| 2012-02-25 | Core/Scripts: Fix non-PCH building and linking under GCC | click | |
| 2012-02-25 | Scripts/go_black_cage: Remove script replaced by SAI. | Malcrom | |
