aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-16Merge [SD2]Kudlaty
r1311 Move SetData from Reset to JustReachedHome for channelers and boss. r1312 Added class for FollowerAI. Note this is under development and may have issues in some situations. FollowerAI is generally to be used for escort quests where NPC follow leader instead of using a predefined path. --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1307 Add gossip for npc_tracy_proudwell. Patch by hoshie r1308 Fixed one not initialized array. r1309 Correct typo in folder name. - skip r1310 Enable faction change and remove unitState at attackStart for script related to quest 1560 --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1306 Remove now empty zone folder and complete re-organize file/folder structure. Thanks to DasBlub, Zor and others for inspiration, help and suggestions. --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1305 Move source files to continent folder, part 3 --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1304 Move source files to continent folder, part 2 --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1302 Create folder structure for sorting instance by continent and move empty folders. - skip r1303 Start move source files to new folders, sorted by continent. --HG-- branch : trunk
2009-08-16*Dont allow function CompletedAchievement() for GMs if ↵Anubisss
GM.AllowAchievementGain disabled in conf. --HG-- branch : trunk
2009-08-15*Script of quest Massacre at light's point. Original author nevan.megamage
*primary bugs: *you may fall below the deck of ship after exiting mine car and have to try again. *mobs spawn too slow (part of it is db issue) *there is no cannon on ship (db issue, you can add some 28833 by yourself or ask your db dev to do it) --HG-- branch : trunk
2009-08-15*Restore the work of escortAI::AddWaypoint.megamage
--HG-- branch : trunk
2009-08-15*Fix the bug that player sometimes take fall damage when exit vehicle.megamage
--HG-- branch : trunk
2009-08-15*More cleanup :)maximius
--HG-- branch : trunk
2009-08-15*Cleanupmaximius
--HG-- branch : trunk
2009-08-15*Replace every tab with 4 spaces, checked by handmaximius
--HG-- branch : trunk
2009-08-15*Add some vehicle ai functions.megamage
--HG-- branch : trunk
2009-08-15*better handle effect 140. do not consider bp > 0 as custom damage.megamage
--HG-- branch : trunk
2009-08-15*Remove inline because it is not necessary. VC++ will set all functions ↵megamage
defined in class declaration as inline automatically. --HG-- branch : trunk
2009-08-16*MergeMachiavelli
--HG-- branch : trunk
2009-08-16* Clear m_actionsButtons regardless of DB data for other spec when switching ↵Machiavelli
specs. --HG-- branch : trunk
2009-08-15*Remove offhand after switching specs if the player can no longer equip that ↵maximius
item (ie: Titan's Grip) --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1296 Fix typo and check for IN_PROGRESS instead of NOT_STARTED and also return after force EnterEvadeMode in UpdateAI - skip r1297 Set sysconfdir path in different way for linux compile, to avoid possible DOTCONF++ error at start. Patch by Saeldur - skip r1298 Fix typo in MC instance script. r1299 Clean up one MC boss script and remove old workarounds. Patch by Reve r1300 Add gossip to npc_naladu. Patch by hoshie r1301 Some minor cleanup and move one folder+source file --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1294 Let EscortAI fill waypoint list at Start(). Scripts using escortAI then no longer need to call FillPointMovementListForCreature(). r1295 Move one misplaced source file. --HG-- branch : trunk
2009-08-16*Merge. :(Anubisss
--HG-- branch : trunk
2009-08-16*Implement Championing system. More info about this patch at ↵Anubisss
http://www.wowwiki.com/Championing *Dont forget that this system can only works fine if has a DB support with level 80 instances' reputations(so need some data to creature_onkill_reputation). --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1291 Move one misplaced script in yesterday commits. r1292 Make own folder for tool, not needed for general work of SD2. - skip r1293 Add script loader to simplify maintenance of scripts. The scripts must now be added to system/ScriptLoader.cpp instead of old way directly in ScriptMgr. --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1288 Update include guards with better naming. r1289 Fix typo in makefile.am - skip r1290 Move AI remaining in misc folders to own folder base. Rename file to same as others for consistency and update includes accordingly. --HG-- branch : trunk
2009-08-16Merge [SD2]Kudlaty
r1287 Move all non-instance scripts that are not related to any special continent to new world folder. sorry about mistake in last sd2 merge. there should be: r1286 Restructure file layout and move all non-instance source files to a logical continental single folder. --HG-- branch : trunk
2009-08-15*MergeMachiavelli
--HG-- branch : trunk
2009-08-15* Better way to toggle between action bars for duel speccing, with help from ↵Machiavelli
thenecromancer's patch, thank you. * Correctly adopt spec 1's action bars into spec 2 when learning a new spec. * Correct handling for UpdateSpecCount where count == 1. * Other small cleanup and consistency variables. --HG-- branch : trunk
2009-08-15This should fix readline on OSX and shouldn't break anything for other OS's ↵Chaz Brown
- submitted by Curuad --HG-- branch : trunk
2009-08-15*Add config option to change minimum level required to Dual Specmaximius
--HG-- branch : trunk
2009-08-15*Update Emalon the Storm Watcher script. By riddickmegamage
--HG-- branch : trunk
2009-08-15*Change react state of guardian back to aggressive. Instead check threat ↵megamage
radius in canstartattack to prevent them attack too far target. --HG-- branch : trunk
2009-08-15*Fix a crash caused by ItemExpire though the reason is unknown.megamage
--HG-- branch : trunk
2009-08-15*MergeMachiavelli
--HG-- branch : trunk
2009-08-15*Correctly calculate spent talent points upon switching to primary/secondary ↵Machiavelli
talent spec. By thenecromancer. --HG-- branch : trunk
2009-08-15Reintroduce spell categories for Food and drink removed in 4904 ↵Chaz Brown
(bd5ef2d4ac26) and change code that used hard coded numbers to use them instead - Thanks, Peldor --HG-- branch : trunk
2009-08-15*Forgot to move delete result after fetch function.Machiavelli
Note: Dual speccing isn't working fully, going past rev 5037 is not recommended. --HG-- branch : trunk
2009-08-15*Fix logical error in Player::LoadFromDB regarding dual speccing, and ↵Machiavelli
relocate code for consistency --HG-- branch : trunk
2009-08-15*fix shapeshift bonus auras, hope i didnt brake anythingRat
--HG-- branch : trunk
2009-08-14*Better, but this needs work.maximius
--HG-- branch : trunk
2009-08-14*Let all controlled entercombat when owner/charmer enters combat.megamage
--HG-- branch : trunk
2009-08-14*Set react as defensive for guardians. Otherwise you cannot finish quest ↵megamage
"the gift keeps giving" until kill all mobs on map. --HG-- branch : trunk
2009-08-14*Fix function disappearanddie to make creature disappear immediately without ↵megamage
death visual. --HG-- branch : trunk
2009-08-14*Fix the bug that summoner cannot attack summoned creatures. This bug was ↵megamage
introduced in 4481. Note the difference between "summoner" and "owner". *Valkyr script updated. --HG-- branch : trunk
2009-08-14*Make sure spell 52479 (gift of the harvester) always works.megamage
--HG-- branch : trunk
2009-08-14*Some cleanup of script vcproj (according to SD2)megamage
--HG-- branch : trunk
2009-08-15Fix compile under windows. Thx for test SundarkKudlaty
--HG-- branch : trunk
2009-08-15*Fix Compile Error "../../npc/npc_escortAI.h"Nevan
--HG-- branch : trunk
2009-08-15Merge [SD2]Kudlaty
r1287 Move all non-instance scripts that are not related to any special continent to new world folder. Windows users pls wait until vcproj will be fixed --HG-- branch : trunk
2009-08-14*Skarvald and Dalronn - Utgarde Keep: To make ghost versions not attackable. ↵megamage
By tlexii --HG-- branch : trunk