Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-05 | Core/Spells: Fix Blink/_DEST spell effects when cast inside/near water | Trisjdc | |
2014-07-05 | Core: Remove again whitespace | Vincent-Michael | |
2014-07-04 | Core/Spells: Improve charge path logic, get a point to the target and then ↵ | Trisjdc | |
reduce it by the necessary distance | |||
2014-07-04 | Core/Spells: Fix Charge pathing | jackpoz | |
Fallback to "straight path" pathing when raycast doesn't find a valid path. Fixes #7931 | |||
2014-07-04 | Core/Skills: Fixed players getting all ranged skills when learning one of ↵ | Shauren | |
bows/crossbows/guns | |||
2014-07-03 | Core/VMAPs: Fix object orientation | jackpoz | |
Merge https://github.com/249CAAFE40/mangos-wotlk/commit/2f8b8e55d99122d34be2a08cbdbd2d2b1ae172d1 Quoting original commit log: This patch fixes 2 issues with the vmap extractor. 1) Incorrectly converts vertex coordinates. 2) Forgets to convert coordinates on triangle indices. The effects of [1] causes models to be flipped. This isn't very noticeable on most trees as flipping a cylinder results in the same cylinder, but it's very noticeable on any non-symmetrical geometry (which, even includes trees, it's just harder to notice). [2] Didn't seem to be a problem when the coordinates were incorrectly converted, but when applying the correct conversion caused some triangles to be flipped (i.e. facing inwards). You will need to re-extract vmaps and re-generate mmaps for these changes to take effect. Fixes #417 | |||
2014-07-03 | Core/Spells: fixed Deep Freeze after 2a3546ca36468b81d673bdb27315006144af3165 | joschiwald | |
Closes #12424 | |||
2014-07-03 | Core/Spells: Spells which do not apply auras should not apply DR | Trisjdc | |
- Solves issue where Intimidating Shout applied DR twice on the main target | |||
2014-07-02 | Core/Spells: restore some special aura proc handling | joschiwald | |
Note: can cause some unexpected behavior Closes: #12413 | |||
2014-07-01 | Core/Skills: Use SkillLineAbility.dbc to determine player initial spells - ↵ | Shauren | |
skill assignment done in a new table `playercreateinfo_skills` * Removed DK start skill hacks * Resolved missing skills in character skill tab Closes #12311 | |||
2014-06-30 | Core/Loot: Fixed looting creatures that have only quest items in their loot | Shauren | |
Closes #12400 | |||
2014-06-29 | Core/Battleground: addition to c28345e279f31af2fa32df2411325ccfabe06fc8 | joschiwald | |
2014-06-29 | Core/Mail: Fix exploit that didn't allow recipient to delete the email | jackpoz | |
2014-06-29 | Core/Battleground: Fix crash added in c28345e279f31af2fa32df2411325ccfabe06fc8 | jackpoz | |
Fix a double-delete crash added in c28345e279f31af2fa32df2411325ccfabe06fc8 caused by copy-constructor copying pointers across different Battleground instances. Valgrind log: Invalid read of size 8 at : Battleground::~Battleground() (Battleground.cpp:231) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundMgr::Update(unsigned int) (BattlegroundMgr.cpp:103) by : World::Update(unsigned int) (World.cpp:2067) Address 0x5675d140 is 0 bytes inside a block of size 24 free'd at : operator delete(void*) (vg_replace_malloc.c:509) by : ArenaTeamScore::~ArenaTeamScore() (ArenaScore.h:64) by : Battleground::~Battleground() (Battleground.cpp:231) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundWS::~BattlegroundWS() (BattlegroundWS.cpp:74) by : BattlegroundMgr::Update(unsigned int) (BattlegroundMgr.cpp:103) | |||
2014-06-28 | Core/Creatures: Fixed a typo in respawn code | Sebastian Valle Herrera | |
Creatures should now respawn correctly in their correct time. Closes #12378 | |||
2014-06-28 | Core/Mail: Do not allow to create multiple copies of mail | jackpoz | |
2014-06-28 | Core/Mails: Fix exploit that allowed to take COD items without paying | jackpoz | |
2014-06-28 | Auth/Misc: Move OpenSSL version log from Warning to Information | jackpoz | |
2014-06-28 | COre/Mail: Don't allow to mark delete mails as read. | jackpoz | |
2014-06-28 | Revert "Scripts/Ulduar: Implement Mimiron" | jackpoz | |
2014-06-28 | Merge pull request #12268 from Unholychick/patch_mimironnew | Trisjdc | |
Scripts/Ulduar: Implement Mimiron | |||
2014-06-28 | Core/Battleground: removed hardcoded levels of alterac valley npcs | joschiwald | |
2014-06-28 | Scripts/Commands: fixed possible client crash with .go command | joschiwald | |
2014-06-27 | Core/Battleground: refactored BattlegroundScore | joschiwald | |
(original code by Machiavelli) | |||
2014-06-27 | Core/Misc: Fix gcc warnings | jackpoz | |
2014-06-27 | Scripts/MagistersTerrace: fix possible crash | joschiwald | |
2014-06-27 | Core/Spells: Implement CREATURE_TYPEFLAGS_PROJECTILE_COLLISION, and solve ↵ | Trisjdc | |
some targeting problems with TARGET_DEST_TRAJ | |||
2014-06-27 | Core/Spells: Ensure Haunt's healing takes in consideration crit damage | Trisjdc | |
2014-06-27 | Core/Misc: Define CREATURE_TYPEFLAGS_PROJECTILE_COLLISION | Trisjdc | |
2014-06-26 | Script/MagistersTerrace: Fix fail in 27f28552489bab153d5c4717ce48e31496b4c43f | Vincent-Michael | |
2014-06-26 | Core/Mail: Fix exploit that allowed to send free emails | jackpoz | |
2014-06-26 | Core: Fix warnings and kill again whitespace ... | Vincent-Michael | |
2014-06-26 | Merge pull request #12364 from MitchesD/misc_2 | joschiwald | |
Scripts/MagistersTerrace: reworked InstanceScript and fixed some issues ... | |||
2014-06-26 | Scripts/MagistersTerrace: reworked InstanceScript and fixed some issues on ↵ | MitchesD | |
boss Vexallus * removed old hacks and added missing auras * Vexallus converted to EventMap | |||
2014-06-26 | Core/Loot: Skinning improvements | Shauren | |
* Set skinnable flag only after all loot was taken * Creatures are skinnable only once - after skinning, the player only has to loot the creature again if he did not take all skinning loot | |||
2014-06-26 | Core/Spells: Fixed professions resetting back to 1 when learning new level ↵ | Shauren | |
(expert/artisan) | |||
2014-06-25 | Core/Items: Items shouldn't have a negative item level | Subv | |
Closes #11631 | |||
2014-06-25 | Tools/MMapsGenerator: Improve mmaps generation time on multi-core CPUs | jackpoz | |
Queue biggest maps first for mmaps generation to avoid waiting for last map, usually map id 571. Fix wrong maps count being printed on startup. | |||
2014-06-25 | Core/Skills: Check if a skill can be unlearned with SkillRaceClassInfo.dbc ↵ | Shauren | |
data and use max skill level from SkillTiers.dbc | |||
2014-06-24 | Core/SmartAI: Allow the use of SMART_ACTION_SET_EVENT_PHASE with ↵ | Subv | |
SMART_EVENT_RESPAWN. Closes #9289 | |||
2014-06-25 | Merge pull request #12354 from Kittnz/powering_our_defenses | Aokromes | |
Quest: Powering our Defenses fixed | |||
2014-06-24 | Core/Loot: Make the pickpocket loot refill every 10 minutes by default on ↵ | Subv | |
the NPCs after they have been pickpocketed. Configurable by Creature.PickPocketRefillDelay Closes #935 | |||
2014-06-24 | Core/Skinning: Fixed the creatures becoming non-skinnable even before ↵ | Subv | |
looting them completely. Closes #5318 | |||
2014-06-25 | Fix a warning picked by static code analysis (assignment of a temporary ↵ | Trisjdc | |
variable before destruction) | |||
2014-06-24 | Core/Config: Fixed Rate.Corpse.Decay.Looted | Sebastian Valle Herrera | |
Looted creatures should now correctly obey the Rate.Corpse.Decay.Looted value. Closes #5358 | |||
2014-06-24 | Quest: Powering our Defenses fixed | Kittnz | |
Fix by @Discover-, @untaught, @Kittnz | |||
2014-06-24 | Merge pull request #12332 from Rochet2/unitphase | Sebastian Valle Herrera | |
Core/Phasing: Fix pet dismiss on phase with update | |||
2014-06-24 | Remove github fuckup | Aokromes | |
2014-06-24 | Script/Dustwallow mars: Remove no longer needed script | Aokromes | |
2014-06-24 | Core/Misc: Fixed warnings | Shauren | |