| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-19 | Core/Players: Fixed recently introduced crashes in Player::ApplyEnchantment | Shauren | |
| Closes issue #5193. --HG-- branch : trunk | |||
| 2010-12-19 | Scripts/Trial of the Crusader: Fixed possible crashes in announcer gossip | Shauren | |
| Closes issue #3850. --HG-- branch : trunk | |||
| 2010-12-19 | Core/GameObject: Dismount the player when using spellcaster gameobject | Shauren | |
| Closes issue #2539. --HG-- branch : trunk | |||
| 2010-12-19 | Core: Rename spell attributes, use more general names | linencloth | |
| --HG-- branch : trunk | |||
| 2010-12-19 | Core: Replace spell attribute defines with enums | linencloth | |
| --HG-- branch : trunk | |||
| 2010-12-19 | Core/InstanceSaveMgr: Cleanup for better readability | linencloth | |
| --HG-- branch : trunk | |||
| 2010-12-19 | Core/InstanceSaveMgr: Prevent timer underflow by passing resetTime instead ↵ | linencloth | |
| of timeLeft --HG-- branch : trunk | |||
| 2010-12-19 | Core/Spells: Allow aura´s with SPELL_AURA_MOD_THREAT (10) to properly ↵ | Machiavelli | |
| reduce threat modifiers on death. Inspired by effort of james.gml Fixes issue #3444 --HG-- branch : trunk | |||
| 2010-12-19 | Scripts/Temple of Ahn'Qiraj: Its generally not a good idea to delete stuff ↵ | Shauren | |
| before using it; fixed crash Closes issue #4357. --HG-- branch : trunk extra : rebase_source : b829284f60e2b55f8e79db72751252cc6619e59a | |||
| 2010-12-19 | Core/InstanceSaveMgr: Replace some queries with executes as the result isn't ↵ | linencloth | |
| needed (thanks to Machiavelli for the idea and for spotting these forgotten lines) --HG-- branch : trunk | |||
| 2010-12-19 | Core/Players: Remove player from transport before teleporting to graveyard, ↵ | Shauren | |
| will fix infinite recursion when trying to access unavailable map Core/Auras: Removed unneeded typecasting Closes issue #4862. --HG-- branch : trunk | |||
| 2010-12-18 | Core/InstanceSaveMgr: Optimize instance packing and cleaning up | linencloth | |
| --HG-- branch : trunk | |||
| 2010-12-18 | Core/MovementGenerators: Remove evade state when HomeMovementGenerator gets ↵ | linencloth | |
| destroyed without finishing the movement --HG-- branch : trunk | |||
| 2010-12-18 | Core/Player: Convert _SaveAuras to prepared statement format | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-12-18 | Core/Spells: Fixed possible crashes in Shadow's Fate proc (71169) introduced ↵ | Shauren | |
| in r91073dc6ace3 Core/AuctionHouse: Removed "using namespace std" and fixed crash in AuctionHouseMgr destructor Closes issue #5132. Closes issue #5134. --HG-- branch : trunk | |||
| 2010-12-18 | Scripts/Obsidian Sanctum: Removed unneeded code causing crashes | Shauren | |
| Closes issue #5191. --HG-- branch : trunk | |||
| 2010-12-18 | merge | silinoron | |
| --HG-- branch : trunk | |||
| 2010-12-18 | Core/Auras: Fix Cold Blood handling on misses and parries. | silinoron | |
| Patch by dr.tenma. Fixes issue #2291 --HG-- branch : trunk | |||
| 2010-12-18 | Core/Auras: Fixed crash in AuraEffect::TriggerSpell (dummy effect) and ↵ | Shauren | |
| removed some useless code Scripts/AI: Changed sOnDummyEffect to return bool value Closes issue #5190. --HG-- branch : trunk | |||
| 2010-12-18 | Scripts/Obsidian Sanctum Add support for when encounter is in progress. ↵ | Supabad | |
| thnx to kiper --HG-- branch : trunk | |||
| 2010-12-18 | Core/Dependencies: Adjust jemalloc library caching methods - this will fix ↵ | click | |
| the startup-crash on linux-based systems. Note: This is a temporary measure untill we've figured out why this occurs, further testing will be done. --HG-- branch : trunk | |||
| 2010-12-18 | Core/Social: Really show correct count (matches + displayed) in SMSG_WHO now ↵ | Machiavelli | |
| (switch position of 2 numbers). --HG-- branch : trunk | |||
| 2010-12-18 | Core/Entities: Remove gem bonuses if requirements of prismatic sockets are ↵ | leak | |
| not met Closes issue 4949. --HG-- branch : trunk | |||
| 2010-12-18 | Prevent completing quests by packet manipulation | leak | |
| --HG-- branch : trunk | |||
| 2010-12-18 | Core/Spells: Fix spells 59915 and 59906 / Discerning Eye of the Beast and ↵ | Machiavelli | |
| Swift Hand of Justice (Heirloom trinkets) Fixes issue #2435 Fixes issue #2529 --HG-- branch : trunk | |||
| 2010-12-18 | Core/Dependencies: Update jemalloc library from v1.0.0 to v2.1.0 (latest stable) | click | |
| --HG-- branch : trunk | |||
| 2010-12-18 | Buildsystem/Linux: Fix linking of a long lost little child : jemalloc (yes, ↵ | click | |
| it has returned, and is now actively linked again) --HG-- branch : trunk | |||
| 2010-12-17 | Fixed build i broke | Shauren | |
| --HG-- branch : trunk | |||
| 2010-12-17 | Scripts/Vault of Archavon: Cleaned and simplified scripts, fixed Toravon's ↵ | Shauren | |
| Frozen Orb summon count Closes issue #2857. --HG-- branch : trunk | |||
| 2010-12-17 | Core/Units: Aura´s of type SPELL_AURA_MOD_RESISTANCE_EXCLUSIVE (143) should ↵ | Machiavelli | |
| stack with eachother in the way that only the strongest aura of each magical school applies. Author: Iskander Fixes issue #3897 --HG-- branch : trunk | |||
| 2010-12-17 | Core/Pets: Use the safer pet level check-method in ↵ | click | |
| SynchronizeLevelWithOwner() too (forgotten in previous commit) --HG-- branch : trunk | |||
| 2010-12-17 | Core/Pets: Clean up logic/codedesign slightly for XP/levelup-handling, and ↵ | click | |
| also fix a possible overflow in the pet level-tests (Thanks to Vladimir for the discussion regarding the possible overflow!) --HG-- branch : trunk | |||
| 2010-12-17 | Fix a typo in 52d8bc05c3 | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-12-17 | Core/Auras: Fixed Festive Holiday Mount transformation (3.0.8 update) | Shauren | |
| --HG-- branch : trunk | |||
| 2010-12-17 | Core/Spells: Fixed diminishing returns for positive/event spells, patch by ↵ | Shauren | |
| DrTenma --HG-- branch : trunk | |||
| 2010-12-17 | Core/Achievements: Prevent ACHIEVEMENT_CRITERIA_TYPE_SPECIAL_PVP_KILL ↵ | Shauren | |
| updates at login Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_HONORABLE_KILL Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_HONORABLE_KILL_AT_AREA Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_TEAM_RATING Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_REACH_TEAM_RATING Core/Achievements: Implemented map id requirement for achievement criterias Closes issue #4479. Closes issue #4478. Closes issue #4473. Closes issue #4472. Closes issue #4471. Closes issue #4480. Closes issue #2284. Closes issue #4481. --HG-- branch : trunk | |||
| 2010-12-17 | Core/Player: Change equipmentset saving to use prepared statements. | Machiavelli | |
| Update issue #4550 Please try to re-reproduce --HG-- branch : trunk | |||
| 2010-12-17 | Core/DBLayer: CharacterDB query CHAR_LOAD_PLAYER_ACTIONS_SPEC should be ↵ | Machiavelli | |
| synchronous. Fixes a crash introduced in bd30ad7bd3 --HG-- branch : trunk | |||
| 2010-12-17 | Core/Social: Fix SMSG_WHO. Packet should contain number of players matching ↵ | Machiavelli | |
| given criteria + number of players displayed, instead of total number of players online + number of players displayed. Fixes issue #4886 --HG-- branch : trunk | |||
| 2010-12-17 | DB/Commands: Add some missing entries to commands table.; | Machiavelli | |
| Author: svetilo12 Closes issue #5015 --HG-- branch : trunk | |||
| 2010-12-17 | Core/DBLayer: Add some garbage collection on DatabaseWorkerPool shutdown ↵ | Machiavelli | |
| (deleting SQLOperation objects) --HG-- branch : trunk | |||
| 2010-12-17 | Core/DBLayer: Don´t prepare asynchronous statements on synchronous ↵ | Machiavelli | |
| connections and vice versa. Prevents allocating RAM that will never be used. --HG-- branch : trunk | |||
| 2010-12-17 | Core/Scripts: Prevent double call to mob_acolyte_of_shadronAI::Reset() which ↵ | Machiavelli | |
| applies encounter-related aura´s to certain creatures. Reset() was called from AIM_Initialize and prior to that the AI factory selector Update issue #5152 Please try to re-reproduce --HG-- branch : trunk | |||
| 2010-12-17 | Core/Dungeon Finder: Fix typo, debug msg was supposed to be logged to debug ↵ | Spp | |
| (not error) --HG-- branch : trunk | |||
| 2010-12-17 | Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to ↵ | Shauren | |
| AddUnitState/HasUnitState/ClearUnitState Core/Vehicles: Allow the vehicle to always damage the passenger (removed unneded dbc hacks from scripts) --HG-- branch : trunk | |||
| 2010-12-17 | Core/Vehicles: Fix facing adjustment. Patch by beberlescaraber | Spp | |
| closes issue #1810 updates issue #4714 --HG-- branch : trunk | |||
| 2010-12-17 | Core: Fix non-PCH build | Spp | |
| --HG-- branch : trunk | |||
| 2010-12-17 | Core: Fix a memoryleak in LoadCreatureFormations() - thanks to ge0rg (again) | click | |
| --HG-- branch : trunk | |||
| 2010-12-17 | Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rg | click | |
| --HG-- branch : trunk | |||
| 2010-12-17 | Core/Spells: Fix erraneous behaviour on hunter spell Lock and Load (disable ↵ | click | |
| charge-drop) - thanks to Dr. Tenma Closes issue 3307 --HG-- branch : trunk | |||
