aboutsummaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Collapse)Author
2010-01-07Some Fixes for Earth Shield.Astellar
Now Dispel and Spellsteal effects will correctly dispel and steal Earth Shield's charges instead of entire aura. --HG-- branch : trunk
2010-01-07* Fix the .wp add command to output proper point starting at 1Brian
* Thanks QAston (For Malcrom with love) --HG-- branch : trunk
2010-01-07fishing: send correct message when fish escape.Trazom62
--HG-- branch : trunk
2010-01-07Added meaning for one unknown 3.2.0 column in Spell.dbc.Astellar
--HG-- branch : trunk
2010-01-07Fix Essence of Wintergrasp apply conditions removed in 3.2.2 upgradeSpp
--HG-- branch : trunk
2010-01-07solved problems, that came after 6b22e47d1csilver1ce
--HG-- branch : trunk
2010-01-07Fixes issue 152. Now Improved Water Shield works as intended.Astellar
1. Removed hardcoded proc chance for Lesser Healing Wave (all ranks had equal proc chance). 2. Added proc chance for Chain Heal (patch 3.2). 3. Fixed bug with Lesser Healing Wave and Chain Heal rolled default spell proc chance at first and then correct chance in dummy proc. So they have never ever proced for low ranks of the talent. 4. Removed consumption of charges (patch 3.2). --HG-- branch : trunk
2010-01-06Reverted commit ba4294dec1. n0n4m3 asked me to do it.Astellar
--HG-- branch : trunk
2010-01-06mergesilver1ce
--HG-- branch : trunk
2010-01-06call SetPosition when player relocated by movement generator.silver1ce
SetPosition should interrupt auras with movement or turn interrupt flags, update position for group, etc --HG-- branch : trunk
2010-01-06fixed the bug that GetVmapHeight returns incorrect height on terrains(flying ↵silver1ce
units fall below map etc) also unlocked max ray lenght for getHeight, by default it's 10 yards --HG-- branch : trunk
2010-01-06Fixed Issue 11. Now combo points are kept when finishing move misses. Revert ↵Astellar
it if it's wrong. --HG-- branch : trunk
2010-01-05typosilver1ce
forget that cell area used not only in cell visit functions --HG-- branch : trunk
2010-01-05fix my typosilver1ce
--HG-- branch : trunk
2010-01-05update cell search methtod (visiting grids by coords)silver1ce
the old way will miss the grids when non standart cell size used --HG-- branch : trunk
2010-01-05DB update to have correct Windfury proc chance for already commited hack :)Astellar
--HG-- branch : trunk
2010-01-05Glyph of Blocking proc moved to DB.Astellar
--HG-- branch : trunk
2010-01-05Cleanups for Devastate and Glyph of Devastate.Astellar
--HG-- branch : trunk
2010-01-05Fixed Glyph of Sunder Armor.Astellar
--HG-- branch : trunk
2010-01-05Fixed previous commit. Now elemental is despawned when totem is replaced.Astellar
--HG-- branch : trunk
2010-01-05Fixed Issue 10. Now summoned elemental is correctly despawned.Astellar
Try to find a better place for such check... --HG-- branch : trunk
2010-01-04Fixed Glyph of Lightwell.Astellar
--HG-- branch : trunk
2010-01-04fix Pain and Suffering (reduces the damage you take from your own Shadow ↵Win32
Word: Death) and remove double dmg Shadow Word: Death --HG-- branch : trunk
2010-01-04fix Restorative TotemsWin32
--HG-- branch : trunk
2010-01-03Fix GO crash in boss_arlokk script.p0wer
Remove irrelevant TODO comment. --HG-- branch : trunk
2010-01-03* mergeBrian
--HG-- branch : trunk
2010-01-03* Removed useless check for items in DBC but not in DB.Brian
--HG-- branch : trunk
2010-01-03* Update structure for SMSG_CALENDAR_SEND_CALENDAR and add support for ↵XTZGZoReX
sending raid reset times. Thanks to raczman for helping with the client research. --HG-- branch : trunk
2010-01-02Removed moveflags column from creature_addon and creature_template_addon. ↵_manuel_
Thanks to Zor and raczman. --HG-- branch : trunk
2010-01-02The core should add the movementflags depending on the InhabitType._manuel_
--HG-- branch : trunk
2010-01-01Fix unknown error message for summoned fire elemental and risen ghoul.p0wer
--HG-- branch : trunk
2010-01-01Make the core boot alot cleaner. Fix some formating. Make custom attributes ↵p0wer
for spells show a bar and how much they are loading. Overall fix 99% of display issues while core is booting. --HG-- branch : trunk
2010-01-01Fixed instance reset when high server uptime, thx Wowka321n0n4m3
--HG-- branch : trunk
2010-01-01Fixed Ebon Hold taxi for Alliance, by seirgy.n0n4m3
--HG-- branch : trunk
2010-01-01Fixed spell Ignite, by Metaphysical.Drama.n0n4m3
--HG-- branch : trunk
2010-01-01Fixed spell Borrowed Time, by Metaphysical.Drama.n0n4m3
--HG-- branch : trunk
2010-01-01Fixed spell Glacier Rot, by Metaphysical.Drama.n0n4m3
--HG-- branch : trunk
2010-01-01Fixed spell Tundra Stalker, by Metaphysical.Drama.n0n4m3
--HG-- branch : trunk
2009-12-31Update DBCFilesCount to the current amount of DBC files. Also, if locale ↵p0wer
tables are empty, they will no longer display anything. --HG-- branch : trunk
2009-12-31Add support for TARGET_UNIT_DRIVER where the target must be controlling a ↵p0wer
vehicle. Should fix 63665 used for ToC. --HG-- branch : trunk
2009-12-31Implemented function CheckPlayerCondition, it will be used before the player ↵_manuel_
enters in vehicles. Now vehicles Argent Warhorse and Argent Battleworg can't be used if the player dosen't have Argent Lance eqquiped. --HG-- branch : trunk
2009-12-31* Re-Fixed GO type 6 and type 8 to use radius for distance calculations insteadBrian
* of diameter. This will prevent things like people getting burned even though * you aren't touching the fire. --HG-- branch : trunk
2009-12-30Added vehicles for Grand Champion Bosses. It needs db support for vehicleids._manuel_
--HG-- branch : trunk
2009-12-30* re-add missed part of commit from rev 6418Brian
* Original patch by Machiavelli --HG-- branch : trunk
2009-12-30* re-fix repeatable quests so that they are completable if the playerBrian
* logs out and logs back in. * Thanks to Aokromes for pointing it out. --HG-- branch : trunk
2009-12-30Fix a memory leak.Anubisss
--HG-- branch : trunk
2009-12-29Implement Glyph of Divine Storm. Based on zajast's patch.Anubisss
--HG-- branch : trunk
2009-12-29Implement Glyph of Circle of Healing.Anubisss
--HG-- branch : trunk
2009-12-29* Remove useless CheckDB functionality. This does not belong in core in any ↵XTZGZoReX
shape or form. --HG-- branch : trunk
2009-12-29Fix 3 memory leakz.Anubisss
--HG-- branch : trunk