aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-18 [7485] Added support for PostgreSQL connection using Unix sockets. ↵megamage
Author: ApoC For using socket connection specify host name as . and port as path to Unix socket directory or . for default path specified in PostgreSQL compile time. --HG-- branch : trunk
2009-03-18[7484] Cast proper triggred spell at spell 27808 tick. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-18[7483] the spell 'Protectorate Demolitionist' is a debuff. Author: DasBlubmegamage
--HG-- branch : trunk
2009-03-18*Placeholder for special target selection for spell 57669. Patch writed by ↵megamage
kozelo, rechapa79 with active support from Lightguard. *Not really implemented. Need to find a good way. --HG-- branch : trunk
2009-03-18*Fix a typo in 1984.megamage
--HG-- branch : trunk
2009-03-18*Commend a function because it break build.megamage
--HG-- branch : trunk
2009-03-18*Merge with 243.megamage
--HG-- branch : trunk
2009-03-18*Fix chain heal. Heal target even when it has full health.megamage
--HG-- branch : trunk
2009-03-18*Do not always add target to aoe map with target number limit.megamage
--HG-- branch : trunk
2009-03-18*Fixed possible crash and wrong data in instance state save (or not save). ↵megamage
Author: zhenya --HG-- branch : trunk
2009-03-18* Merge.XTZGZoReX
--HG-- branch : trunk
2009-03-18* Added specialized ByteBuffer::read for std::string. This will aid in ↵XTZGZoReX
packet processing later. --HG-- branch : trunk
2009-03-18* Do not output "Table `game_graveyard_zone` incomplete" for maps of type ↵XTZGZoReX
MAP_ARENA. These are not meant to have graveyards anyway. --HG-- branch : trunk
2009-03-18* Implemented new ObjectAccessor functions: GetCreatures, GetUnits, ↵XTZGZoReX
GetGameObjects, and GetWorldObjects. These can be used for loopong over objects in the world. * Note: GetWorldObjects is (probably) heavy and should be used very sparingly. Always use the function corresponding to the type of object you're looping over. --HG-- branch : trunk
2009-03-18*Fix milling.QAston
*Fix Divine Shield. --HG-- branch : trunk
2009-03-18* Added DO_WARN (-DDO_WARN=1) option to CMake. This can help find/remove ↵XTZGZoReX
warnings. --HG-- branch : trunk
2009-03-18* Fixed/improved the config library: Removed useless methods and fixed the ↵XTZGZoReX
existing. * Few related changes to make the rest of the core reflect the changes. --HG-- branch : trunk
2009-03-18* Fixed extractor on systems with 2GB fopen() limit. Author: arraiXTZGZoReX
--HG-- branch : trunk
2009-03-18*Fix Furious Attacks proc. By Darwin.QAston
--HG-- branch : trunk
2009-03-18*Merge.QAston
--HG-- branch : trunk
2009-03-18Backed out changeset eb07c8f645e8QAston
--HG-- branch : trunk
2009-03-18* Apply aura SPELL_AURA_ABILITY_IGNORE_AURASTATE for damage bonuses.QAston
--HG-- branch : trunk
2009-03-17*Fix a crash. By VladimirMangosmegamage
--HG-- branch : trunk
2009-03-17*Fix build.megamage
--HG-- branch : trunk
2009-03-17*Fix build.megamage
--HG-- branch : trunk
2009-03-17[7480] Clear flight flag early for safe. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-17[7479] Implement per client localization for text emote target name. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-17 [7478] Avoid rescan data at some achievments triggering for speed. ↵megamage
Author: VladimirMangos Only if chnage can affect result * ACHIEVEMENT_CRITERIA_TYPE_LEARN_SPELL * ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILLLINE_SPELLS * ACHIEVEMENT_CRITERIA_TYPE_GAIN_REPUTATION * ACHIEVEMENT_CRITERIA_TYPE_GAIN_EXALTED_REPUTATION if --HG-- branch : trunk
2009-03-17[7477] Implement work ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-17 [7476] Implement druid's talent 61336. Author: Lightguardmegamage
--HG-- branch : trunk
2009-03-17*Fix a bug that redundant packets are sent to clients which may cause freeze.megamage
--HG-- branch : trunk
2009-03-17*Allow triggered spells with spellfamilyflags to trigger other ones if ↵QAston
spellprocevent for triggering aura has specified spellfamily. --HG-- branch : trunk
2009-03-17*Move movementinform to finalize function to prevent error log spams.megamage
--HG-- branch : trunk
2009-03-17*Remove an assert and use error log instead.megamage
--HG-- branch : trunk
2009-03-17*Merge.QAston
--HG-- branch : trunk
2009-03-17*Revert Damage Shield fix.QAston
--HG-- branch : trunk
2009-03-16*Fix a crash in aura::triggerspell.megamage
--HG-- branch : trunk
2009-03-16*Fix torment the weak.QAston
--HG-- branch : trunk
2009-03-16*Fix dead-loop crash.QAston
*Fix damage shield. --HG-- branch : trunk
2009-03-16[7475] Move Player::IsInFeralForm to Unit::IsInFeralForm Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-16[7474] Set correct value/maxvalue for skill with fixed skill value at skill ↵megamage
loading. Author: VladimirMangos --HG-- branch : trunk
2009-03-16[7473] Better support new DK class profession. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-16 [7472] Fixed messages in Eye of Storm Battleground. Author: Triplymegamage
--HG-- branch : trunk
2009-03-16[7471] Ignore player target case for spell 29528 instead error reports in ↵megamage
log. Author: VladimirMangos --HG-- branch : trunk
2009-03-16[7470] Fixed possible loot exploit, thanks to leak` for reporting Author: arraimegamage
--HG-- branch : trunk
2009-03-16[7469] Allow scripting aura spell triggering in case not existed spell. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-03-16*Use SpellCastResult and finaly fix SPELL_CAST_OK value (255 custom value ↵megamage
now). By VladimirMangos. --HG-- branch : trunk
2009-03-16*Merge.megamage
--HG-- branch : trunk
2009-03-16*Try to fix the bug that client get freezed when players teleported out of ↵megamage
bg/arena. --HG-- branch : trunk
2009-03-15*Fix living bomb using a better way.megamage
--HG-- branch : trunk