aboutsummaryrefslogtreecommitdiff
path: root/src/game/CreatureEventAI.cpp
AgeCommit message (Expand)Author
2010-06-04HIGHLY EXPERIMENTAL - USE AT YOUR OWN RISKRat
2010-04-19Code Style: Remove trailing spaces and tab to spacesSpp
2010-04-19More warning removal (Some code modifications and cleanup when needed)Spp
2010-04-19Remove LOTS of compile warningsSpp
2010-04-14*code cleanupRat
2010-04-08Code Style (game + scripts only):Spp
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: Remove trailing spacesSpp
2010-03-17CleanupXanadu
2010-03-13Fix ScriptedAI::SelectUnit to support SELECT_TARGET_NEAREST and SELECT_TARGET...Trazom62
2010-03-11Fixed ACTION_T_COMBAT_MOVEMENT preventing waypoint movement in OOC state.Xanadu
2010-03-09Rename 'Hostil' to 'Hostile'Spp
2010-03-07Some Creature* casts moved to new ToCreature.raczman
2010-03-07Added new type-safe cast functions.raczman
2010-01-23* Remove CellLock class and all cell-level thread locking.XTZGZoReX
2010-01-16Updated copyright for new year.n0n4m3
2010-01-16Implement option to use delay in ForcedDespawn for creature, allow use delaye...n0n4m3
2010-01-12Fix ACTION_T_RANDOM_PHASE_RANGE. Thanks Nayre and raczmanTrazom62
2010-01-10*Tabs to spacesQAston
2010-01-10Update aura system:QAston
2010-01-08Implemented new event for EventAI, EVENT_T_RESET._manuel_
2009-12-20*apply trinity style to whole sourceRat
2009-12-17Some fixes for GameObject, Chat, Creature, update DuelHandler for 322an0n4m3
2009-11-13Apply #239Kudlaty
2009-11-11*Destroy quest items on quest failure, and some cleanup.maximius
2009-10-17*Backed out changeset 3be01fb200a5maximius
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ...maximius
2009-10-15*Cleanup.maximius
2009-09-27*Merge [8524] New cell search algorithm implemented. You can now choose diffe...maximius
2009-09-26*Replace a ton of switches with RAND(), and overload RAND() to support up to ...maximius
2009-09-18*[8475] fixed some gcc-warnings Author: balrokmaximius
2009-09-14Backed out changeset d3fe2d6d504a (please test your patches thoroughly before...maximius
2009-09-14*Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :)maximius
2009-08-29*Make position as a class;megamage
2009-08-28*Fix build in *nixmegamage
2009-08-23*Update vehicle system. Make vehicle a seperate class from creature.megamage
2009-08-20*Try to fix the bug of mobs' chain aggro.megamage
2009-07-30 [8235] Fixed typos in ACTION_T_SET_INVINCEABILITY_HP_LEVEL. Author: Vladi...megamage
2009-07-30 [8233] Implement new EventAI action ACTION_T_SET_INVINCEABILITY_HP_LEVEL....megamage
2009-07-23*Creature eventAI cancast power check - by smellbee.QAston
2009-07-12 [8146] Fixed handling of eventchance for CreatureEventAI. Author: ApoCmegamage
2009-06-27[8057] Move code from Event AI to class Creature function for reuse in other ...megamage
2009-06-19*Some cleanup of eventAI.megamage
2009-06-18[8040] Implement Creature::ForcedDespawn and ACTION_T_FORCE_DESPAWN for Event...megamage
2009-06-15 [8018] Implement EVENT_T_BUFFED and EVENT_T_TARGET_BUFFED for creature Ev...megamage
2009-06-15*Some creature display id update. By VladimirMangos and GriffonHeartmegamage
2009-06-13[7995] Check display id correctness for creature and gameobjects. Author: Vla...megamage
2009-06-09*Fix a bug that creature ignore LOS in assistance case.megamage