| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-24 | Core/Warden: Fix warning | leak | |
| 2012-03-24 | Core/DBLayer: Convert PQuery() queries to prepared statements | leak | |
| 2012-03-23 | Correct codestyle from previous commit | kandera | |
| 2012-03-23 | Core/Spells: Fix improved unholy presence removal. | Kandera | |
| 2012-03-23 | Core/Spells: Fix death coil damage bonus from sigil of the vengeful heart | Kandera | |
| 2012-03-23 | Core/Commands: Add support for ip2nation database lookups when using .pinfo ↵ | Spp | |
| command. This will (when a full database exists) allow for seeing (approximately) which country a player might be from when doing .pinfo <player> Note: External data required for this patch to work correctly can be found at http://www.ip2nation.com/ip2nation/Download Signed-off-by: click <click@gonnamakeyou.com> | |||
| 2012-03-23 | Core/Creatures: Properly initialize m_zoneScript when it depends on zone id ↵ | Shauren | |
| (OutdoorPvP/Battlefield) and fixed z offset for hovering creatures at creation | |||
| 2012-03-22 | DB/Conditions: 39152 should only be lootable if you have at least 390 skills ↵ | ShinDarth | |
| in First Aid; Also add proper file ending to recent SQLs Closes #5840 | |||
| 2012-03-22 | Merge pull request #5837 from w1sht0l1v3/AK | Machiavelli | |
| Scripts/Ahn'kahet/Prince Taldaram: Fix Conjure Flame Sphere visual casting. | |||
| 2012-03-22 | Scripts/Ahn'kahet/Prince Taldaram: Fix Conjure Flame Sphere visual casting. | w1sht0l1v3 | |
| Flame Sphere should not be visible to players(only their visual). | |||
| 2012-03-21 | Core/SAI: Allow using SMART_TARGET_ACTION_INVOKER with SMART_ACTION_MOVE_TO_POS | Subv | |
| Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-03-21 | Merge pull request #5825 from w1sht0l1v3/ToCr | Machiavelli | |
| Scripts/ToCr/Val'kyr Twins: Fix orb targeting. | |||
| 2012-03-21 | Scripts/ToCr/Val'kyr Twins: Fix orb targeting. | w1sht0l1v3 | |
| Add missing triggers. | |||
| 2012-03-21 | Scripts/ToC/Anub'Arak: Prevent spells (Leeching Swarm in particular) being ↵ | Machiavelli | |
| interrupted by other spells. | |||
| 2012-03-20 | Core/Units: Fix issues with threat management on phase changes | Elron103 | |
| 2012-03-20 | DB/Gossip: Quel'Danas gossips Closes #5803 | Malcrom | |
| 2012-03-19 | DB/SAI: SAI & Gossip for Unrestrained Dragonhawk | Malcrom | |
| 2012-03-19 | Core/Spells: Implemented CREATURE_TYPEFLAGS_PARTY_MEMBER, creature with this ↵ | Shauren | |
| type_flag set can be targeted by spells that require target to be in caster's party/raid | |||
| 2012-03-19 | Core/DBLayer: Remnant cleanups | leak | |
| 2012-03-19 | Core/DBLayer: Convert DirectExecute() queries that are not runtime relevant ↵ | leak | |
| back to regular queries | |||
| 2012-03-19 | Scripts/Serpentshrine Cavern: Fixed crash in boss_leotheras_the_blind caused ↵ | Shauren | |
| by uninitialized variable; also replaced unsafe AI typecasting with Get/SetGUID | |||
| 2012-03-19 | Core/DBLayer: Convert PExecute() queries to prepared statements | leak | |
| 2012-03-19 | Core/SmartScript: Fixed possible crashes when attempting to use ↵ | Shauren | |
| StoreTargetList with a the same list already stored on the same id | |||
| 2012-03-18 | Core/Spell: Fix crash for Glyph of Divinity | Kaelima | |
| 2012-03-18 | Core/Movement: Update MOVEMENTFLAG_MASK_MOVING, thanks to idostyle | Machiavelli | |
| 2012-03-18 | Core/Movement: Compute current position in spline::Launch with Z offset. ↵ | Machiavelli | |
| Fixes e.g. hovering creatures height increasing every time player interacts with it. | |||
| 2012-03-18 | Core/Units: Fix movementflag apply for flying/hovering creatures on respawn | Machiavelli | |
| 2012-03-17 | Merge pull request #5748 from MrSmite/Pet_1 | Subv | |
| Pet - Fix focus regen gets stuck due to lag/high diffs closes #5153 | |||
| 2012-03-17 | Collision/GameObjects: Fixed LoS for all doors (open and closed). Looks like ↵ | Subv | |
| data0 for type 0 is in fact startClosed instead of startOpen closes #5660 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-03-17 | Core/Movement: | Machiavelli | |
| - Don't abort relocation if movementflag restrictions were violated. There might be lag between client and server and even different parts of the core that made this approach improper. - MOVEMENTFLAG_ROOT cannot be used in conjunction with MOVEMENTFLAG_MASK_MOVING, but it's a valid flag to receive from client. - Fix falling to ground when unapplying fly/waterwalk aura. NOTE: This is a client-side initiated fall, in the future this should be initiated and updated by the server. (Working on it) - Rename MOVEMENTFLAG_FALLING to MOVEMENTFLAG_FALLING_FAR - Rename MOVEMENTFLAG_JUMPING to MOVEMENTFLAG_FALLING Closes #5751 | |||
| 2012-03-17 | Core/Movement: Corrected movement info structure written in WriteMovementInfo | Shauren | |
| 2012-03-17 | Tools/VmapExtractor: Don't check registry for game folder on windows, just ↵ | Machiavelli | |
| use relative "Data" dir, similar to linux. | |||
| 2012-03-17 | Merge pull request #5763 from w1sht0l1v3/master | Machiavelli | |
| Core/Unit: Disable spline movement on death. Fixe respawning after ForceDespawn is called. Closes #4518 | |||
| 2012-03-17 | Core/Unit: Fix respawning after ForceDespawn is called. | w1sht0l1v3 | |
| 2012-03-17 | Merge pull request #5758 from GyxTom/master | Lopin | |
| Core/Game: Code style changes | |||
| 2012-03-17 | Core/Game: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-17 | Core/Protocol: Have client displaying some graphic/audio when player ↵ | kaelima | |
| increased its reputation rank | |||
| 2012-03-17 | Merge pull request #5755 from GyxTom/master | Machiavelli | |
| Core/Script: Clean-Up in Scripts. | |||
| 2012-03-17 | Update src/server/game/Server/WorldSession.cpp | Machiavelli | |
| 2012-03-17 | Update src/server/game/Server/WorldSession.cpp | Machiavelli | |
| 2012-03-17 | Core/Movement: Add debug output to Worldsession::ReadMovementInfo to find ↵ | Machiavelli | |
| out which movementflag restriction was violated. Please use this to give feedback. | |||
| 2012-03-17 | Core/Script: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-17 | Core/Script: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Pet - Fix focus regen gets stuck due to lag/high diffs | MrSmite | |
| closes #5153 | |||
| 2012-03-16 | Merge pull request #5744 from MrSmite/Guild_1 | Shocker | |
| Core/Guilds: Allow deposit / withdraw money in guild banks without having tabs | |||
| 2012-03-16 | Core/Protocol: And correct the struct of SMSG_UPDATE_INSTANCE_ENCOUNTER_UNIT... | kaelima | |
| 2012-03-16 | Core/Movement: Remove MOVEMENTFLAG_FLYING on fly aura unapply as well as ↵ | Machiavelli | |
| _CAN_FLY | |||
| 2012-03-16 | Core/Movement: Fix brackets in macro | Machiavelli | |
| 2012-03-16 | Core/InstanceScript: Encounterframe research - extended the ↵ | kaelima | |
| EncounterFrameType enum | |||
| 2012-03-16 | Merge pull request #5733 from GyxTom/master | Shocker | |
| Core/Script: Clean-ups in scripts | |||
