aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-02-24*Try to fix some crash bug related to grid.megamage
--HG-- branch : trunk
2009-02-25*Added some spell linked spellDarkRabbit
--HG-- branch : trunk
2009-02-24*Fix build.megamage
--HG-- branch : trunk
2009-02-24*Merge.megamage
--HG-- branch : trunk
2009-02-24[7331] Normalization and corrections in mangos_commands. Author: FrenchWmegamage
--HG-- branch : trunk
2009-02-24 [7330] Code warnings and style cleanups. Some bugs fixes. Author: ↵megamage
VladimirMangos 1) comparison singed and unsigned values 2) redundent includes 3) wrong constructor :-part field initilization 4) unused not-/*name*/-guarded args in template/virtual functions that not required like args. 5) explicitly list not implemented achievement types. Also bugs fixed: 1) Drop wrong phase mask 0 check in WorldObject::InSamePhase. 2) ArenaTeamMember::ModifyPersonalRating incorrect work with move points in negative with infinity values in result. 3) ArenaTeam::SaveToDB code send uint64 value to string with arg format %u. --HG-- branch : trunk
2009-02-24*MergeBlaymoira
--HG-- branch : trunk
2009-02-24Backed out changeset: aee1fec2cb04Blaymoira
--HG-- branch : trunk
2009-02-23[7329] Fixed CastBarCaption localization data loading from DB. Author: ↵megamage
wilibald09 --HG-- branch : trunk
2009-02-24*small fix in KalecgosDarkRabbit
--HG-- branch : trunk
2009-02-23*Merge.megamage
--HG-- branch : trunk
2009-02-23*Fix the bug of taxi movement.megamage
*Correct the size of move stop packet. --HG-- branch : trunk
2009-02-23*Particulary revert 1537.QAston
--HG-- branch : trunk
2009-02-23*Fix a typo.QAston
--HG-- branch : trunk
2009-02-23*More fix about move flag.megamage
--HG-- branch : trunk
2009-02-23*Small fix in High Warlord Naj'entus - by ElronDarkRabbit
--HG-- branch : trunk
2009-02-23*Send correct move flag to client.megamage
--HG-- branch : trunk
2009-02-23*A temp fix for the crash caused by players disconnected in bg. Replace ↵megamage
assert(false) by return NULL; --HG-- branch : trunk
2009-02-23*Remove possessed summons when aura is cancelled but not when channelling is ↵megamage
canncelled. This fix Eye of Kilrogg. --HG-- branch : trunk
2009-02-23*Save aurastates for all auras from spell, not only for first one.QAston
*Bring back old code for frozen aura state(by megamage). *Remove visible aura slot on aura destruction instead on sending aura update. --HG-- branch : trunk
2009-02-23*Fix a typo in DoZoneInCombat function - by ElronBlaymoira
--HG-- branch : trunk
2009-02-22*Fix build.megamage
--HG-- branch : trunk
2009-02-22*Fix build.megamage
--HG-- branch : trunk
2009-02-22[7328] Implement new way of work for warlock player summoning spell 698. ↵megamage
Required correct DB data. Author: VladimirMangos --HG-- branch : trunk
2009-02-22[7327] Restore work of meeting stones, and make it work in more correct way. ↵megamage
Required correct DB data. Author: charlie2025 --HG-- branch : trunk
2009-02-22[7325] Always have flag UNIT_FLAG2_REGENERATE_POWER set for loaded ↵megamage
character. Author: VladimirMangos and nos4r2zod. --HG-- branch : trunk
2009-02-22[7324] Spells deleted from characters in 3.0.2+ Author: Sephiroth1983megamage
--HG-- branch : trunk
2009-02-22*Merge.megamage
--HG-- branch : trunk
2009-02-22*Merge.megamage
--HG-- branch : trunk
2009-02-22[7323] Character Customize should not force rename. Author: aerione_altmegamage
--HG-- branch : trunk
2009-02-22*Change "if" in SwitchGridContainers to assert.megamage
--HG-- branch : trunk
2009-02-22*Check IsInWorld() when calling GetMap() in RemoveFromWorld(). This may fix ↵megamage
some crash bugs. --HG-- branch : trunk
2009-02-22*Do not interrupt possess auras on receiving damage.megamage
--HG-- branch : trunk
2009-02-22*Fix a crash caused by npc_overlord_morghorAI script.megamage
--HG-- branch : trunk
2009-02-22*Small POI correction in Stormwind Guard gossupBlaymoira
--HG-- branch : trunk
2009-02-22*Some cleanups in aura state code, fix bug with wrongly removed aurastates ↵QAston
for some auras. --HG-- branch : trunk
2009-02-22*Fix Bugs in Keleseth Script + add some better timersBroodWyrm
*Add Script for Vrykul Skeleton for Keleseth Event --HG-- branch : trunk
2009-02-22*Fix Prayer of mending jump on pet when caster is not in a party.QAston
--HG-- branch : trunk
2009-02-22*Not allow have ammo_pouch and a quiver equipped in same time. - by balrokBlaymoira
--HG-- branch : trunk
2009-02-21*Fix build.megamage
--HG-- branch : trunk
2009-02-21*Fix a crash bug in HandleGroupChangeSubGroupOpcode.megamage
--HG-- branch : trunk
2009-02-21*Fix the damage of seal of command. (I do not know if the fix is correct ↵megamage
because I do not know the correct formula) --HG-- branch : trunk
2009-02-21*Apply frozen state for both stun and root auras. Original patch by ↵megamage
VladimirMangos and Tassader2. --HG-- branch : trunk
2009-02-21[7319] Fixed compile on Unix systems. Author: ApoCmegamage
--HG-- branch : trunk
2009-02-21[7318] Fixed damage bonus for spell 1329 and ranks when target is poisoned. ↵megamage
Author: Tequila --HG-- branch : trunk
2009-02-21[7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommesmegamage
--HG-- branch : trunk
2009-02-21[7315] Fixed bonus damage for Seal of Command. Author: Lightguardmegamage
--HG-- branch : trunk
2009-02-21[7314] Not set GR_RIGHT_WITHDRAW_GOLD_LOCK flag for guild masters, remove in ↵megamage
DB. Author: Zerg2000 --HG-- branch : trunk
2009-02-21[7313] Optimized checks of presence in std::set Author: zhenyamegamage
--HG-- branch : trunk
2009-02-21[7312] Use localized DB-based achievement message instead hardcoded string. ↵megamage
Author: VladimirMangos --HG-- branch : trunk