Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-07 | Typo | kaelima | |
2012-09-07 | Merge remote-tracking branch 'origin/master' into mmaps | Nay | |
Conflicts: src/server/game/Movement/Spline/MoveSplineInit.cpp | |||
2012-09-07 | Tabs to spaces... | Nay | |
2012-09-07 | Core/MMaps: Add several safety checks to confirm a valid path generation. | kaelima | |
- Address some issues in TargetMovementGenerator. Thanks Chevron | |||
2012-09-06 | Merge pull request #7678 from Aokromes/master | Subv | |
Scripts/Scarlet Monastery: Final boss kill credit closes #7341 | |||
2012-09-07 | Scripts/Scarlet Monastery: Final boss kill credit closes #7341 | Aokromes | |
When Scarlet Commander Mograine dies and High Inquisitor Whitemane appears, if she is downed very quickly, then she will not perform the ressurection on Mograine and will not stun anyone, thus Mograine wont give the achievement nor loot. She should be invincible till she has ressurected Mograine. | |||
2012-09-07 | Core/Vehicle: Correction to 5eb22e5b646fbe1774100e6b3eb7b876591e1cf6. Thanks ↵ | kaelima | |
joschiwald (and slap some others) for noticing | |||
2012-09-07 | Core/Vehicles: | kaelima | |
- Send proper triggering flag when casting spellclick spells on vehicles (should not be fully triggered) - Only compute non-transport positions when not finalized. (Fixes changing seat on vehicles, or changing vehicle from vehicle) | |||
2012-09-07 | Core: Fix some code style | Vincent-Michael | |
2012-09-07 | DB/Spells: Fix Flamecap Fire damage | Vincent-Michael | |
2012-09-06 | Core/Conditions: Allow multiple condition for spellclick source type | cyberbrest | |
Currently unused in 335 but required for some 434 spellclicks | |||
2012-09-06 | Fix some code style issues in previous PR merge | Nay | |
2012-09-06 | Core/SmartAI: Tiny tiny optimization in an if | Nay | |
2012-09-06 | Merge pull request #7658 from e000/creature-interrupt | Nay | |
[Core, Creature] Implement Creature/Pet Interrupts | |||
2012-09-06 | Merge remote-tracking branch 'origin/master' into mmaps | Nay | |
Conflicts: src/server/game/Spells/Spell.cpp | |||
2012-09-06 | Core/Spells: fix extra damage from crits for talents and equipment effects ↵ | Vincent-Michael | |
Closes #6647 | |||
2012-09-06 | Core/Spells: fix intervening dead targets Closes #2090 | tobmaps | |
2012-09-06 | Core/Spells: clean up some code and move to spell script. Closes #7195 | Vincent-Michael | |
2012-09-06 | Merge pull request #7674 from Aokromes/mmaps | Nay | |
Core/Mmaps: compile fix | |||
2012-09-06 | compile fix | Aokromes | |
2012-09-05 | Merge pull request #7670 from Chevron/mmaps_2 | Subv | |
Core/Commands: Implemented mmaps commands. Nayd's seal of aproval. | |||
2012-09-06 | Core/Commands: Implemented mmaps commands. | Venugh | |
2012-09-05 | Merge pull request #7669 from Chevron/mmaps_2 | Subv | |
Core/MMaps: Applied Trinity Codestyle to PathGenerator. | |||
2012-09-05 | Core/MMaps: Applied Trinity Codestyle to PathGenerator. | Venugh | |
2012-09-05 | Core/Mmaps: Fixed unloading mmap tiles, the x and y were swapped. thanks to ↵ | Subv | |
MaNGOS for original implementation, and thanks to @Chevron for noticing. | |||
2012-09-05 | Core/Mmaps: Fixed a mistake in BuildPolyPath which could cause swimming ↵ | Subv | |
creatures to bug in the navmesh generation. | |||
2012-09-05 | Scripts/Commands: Fix .reload creature_template # | Nay | |
2012-09-05 | Core/Misc: Fix typo from 7c971be3c58b3c2f2628cb27f08515c9fafbf081. Thanks ↵ | kaelima | |
Shauren | |||
2012-09-05 | Core/Misc: Fix some warnings and logic mistakes found by static code analysis | kaelima | |
2012-09-05 | Core/MMaps: Minor warning fix | kaelima | |
2012-09-05 | Config: Cosmetic changes | Vincent-Michael | |
2012-09-05 | Merge pull request #7664 from Elron103/pull-requests | Shauren | |
2012-09-05 | Scripts/PitOfSaron: Fix Krick not casting Toxic Waste and Shadow Bolt | Elron103 | |
2012-09-05 | Core/SAI: Add condition to run SMART_ACTION_SET_INVINCIBILITY_HP_LEVEL code | w1sht0l1v3 | |
2012-09-05 | [CombatAI::SpellInterrupted] Fix Typo | e | |
2012-09-04 | [Core, Creature] Implement Creature/Pet Interrupts | e | |
2012-09-04 | Merge pull request #7657 from e000/master | Nay | |
[Spell::CleanupEffectExecuteData] Remove this confusing and potentially worthless function, use memset instead. | |||
2012-09-04 | [Spell::CleanupEffectExecuteData] Remove this confusing and potentially ↵ | e | |
worthless function, use memset instead. | |||
2012-09-05 | Core/SAI: Fix SMART_ACTION_SET_INVINCIBILITY_HP_LEVEL | w1sht0l1v3 | |
Proper usage of params: -param1: flat hp value -param2: percent hp value Note: only one of these params should be used(in case you set values in both,the script will chose percent) | |||
2012-09-05 | Core/BG: Refix cf711ffbe5235a62e40c2a40a1769901afcb8d8e Thanks Kiddie | kaelima | |
2012-09-04 | Core/MMaps: Fix some uninitialized variable complaints in PathGenerator | kaelima | |
2012-09-05 | Core/Spells: Avoid unnecessary code execution for SPELL_ATTR3_NO_DONE_BONUS | Shocker | |
2012-09-04 | Core: Fix build | Vincent-Michael | |
2012-09-04 | Core/BG: Prevent players from using macro to exploit leaving BG queues when ↵ | kaelima | |
they already have entered. - Cleanup and add some comments to MSG_BATTLEGROUND_PLAYER_POSITIONS Closes #7633 | |||
2012-09-04 | Fix a merge failure | Nay | |
2012-09-04 | Corrections to previous merged in PR | Nay | |
2012-09-04 | Merge pull request #7644 from e000/master | Nay | |
[Unit::SetCharm] Restore original walking state when removing charm. Fixes mind control + walk bug. | |||
2012-09-04 | Merge remote-tracking branch 'origin/master' into mmaps | Nay | |
Conflicts: src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp | |||
2012-09-04 | Core/Gameobject: fix collision for gameobjects | Kandera | |
2012-09-04 | Fix codestyle per Vincent-Michael | e | |