Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-31 | *Fix build. | megamage | |
--HG-- branch : trunk | |||
2009-03-31 | *Backport some code from TC2. | megamage | |
--HG-- branch : trunk | |||
2009-03-31 | Probably fix a crash in SocialMgr.cpp | raczman | |
--HG-- branch : trunk | |||
2009-03-31 | Optimize storage for eventAI. Store as Map of creature id's linked to ↵ | raczman | |
vectors of events used by that creature id Author of both commits: NoFantasy. --HG-- branch : trunk | |||
2009-03-30 | Allow eventAI creature have events both inside instance and outside, without ↵ | raczman | |
producing error message. Note that EFLAG_NORMAL/EFLAG_HEROIC must still be defined if this event should trigger in this mode. Creature outside instance will always use all events regardless. --HG-- branch : trunk | |||
2009-03-30 | Fix build after importing Kudlaty's script. | raczman | |
--HG-- branch : trunk | |||
2009-03-30 | Added script for GO 185913 by Kudlaty. | raczman | |
--HG-- branch : trunk | |||
2009-03-30 | Added GO gossip menu support. Kudos and cookies to arrai. | raczman | |
--HG-- branch : trunk | |||
2009-03-29 | Removed automake from TC for good. ACE automake is still there, for folks ↵ | raczman | |
who want to build ACE from dep/ACE_wrappers. --HG-- branch : trunk | |||
2009-03-27 | Added script for GO 175944 by Sorken. | raczman | |
--HG-- branch : trunk | |||
2009-03-27 | *Fix the bug of visibility. | megamage | |
--HG-- branch : trunk | |||
2009-03-27 | Fixed exploit with summoning Epoch Hunter more than once. | raczman | |
--HG-- branch : trunk | |||
2009-03-26 | *Some improvement of update visibility when players leave map. | megamage | |
--HG-- branch : trunk | |||
2009-03-26 | *Do not interrupt channel when persistent aura is removed. | megamage | |
--HG-- branch : trunk | |||
2009-03-26 | *Fix broken single spell immune. | megamage | |
--HG-- branch : trunk | |||
2009-03-26 | *Backport a missing function from TC2. | megamage | |
--HG-- branch : trunk | |||
2009-03-25 | *Fix a crash caused by active object. | megamage | |
--HG-- branch : trunk | |||
2009-03-25 | *Do not allow to add/remove obj to/from world more than once. | megamage | |
--HG-- branch : trunk | |||
2009-03-25 | *Fix dynamic object radius. Backported from TC2. | megamage | |
--HG-- branch : trunk | |||
2009-03-24 | *Try to fix a crash bug. | megamage | |
--HG-- branch : trunk | |||
2009-03-24 | Added script for GO 184421 by Lukaasm. | raczman | |
--HG-- branch : trunk | |||
2009-03-23 | *Fix a typo in knockback effect. | megamage | |
--HG-- branch : trunk | |||
2009-03-23 | Added script for GO 183146. By McBitter. | raczman | |
--HG-- branch : trunk | |||
2009-03-22 | *Backport a crash fix of petai. | megamage | |
--HG-- branch : trunk | |||
2009-03-22 | *Remove possess aura when stop casting bindsight. | megamage | |
--HG-- branch : trunk | |||
2009-03-22 | *Fix a crash caused by boss_kelidan_the_breaker script. | megamage | |
--HG-- branch : trunk | |||
2009-03-22 | *Restrict the size of updatepacket to see if this can fix freeze bug. | megamage | |
--HG-- branch : trunk | |||
2009-03-22 | *Backport blood frenzy fix from TC2. | QAston | |
--HG-- branch : trunk | |||
2009-03-21 | *Do not set civilians as react state defensive as default. | megamage | |
--HG-- branch : trunk | |||
2009-03-21 | *Fix a crash bug of priestess_delrissa script. | megamage | |
--HG-- branch : trunk | |||
2009-03-21 | Not allow to receive rewards when BG finishes prematurely - thanks to ↵ | raczman | |
Sethoso, original author. --HG-- branch : trunk | |||
2009-03-21 | Added MySQL reconnect support, in case of mysql server dying while trinity's ↵ | raczman | |
running - Thanks to Xeptor for that one. --HG-- branch : trunk | |||
2009-03-21 | Fixed spell 41071 summoning more more than one mob - thx, kudos and pie goes ↵ | raczman | |
to Anubiss for that one. --HG-- branch : trunk | |||
2009-03-21 | Mutilate fix - by _krz. | raczman | |
--HG-- branch : trunk | |||
2009-03-20 | *Set homeposition for battleground spawned creatures. By Anubisss. | 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-17 | *Fix build. | megamage | |
--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 | *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-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 a bug that mobs do not return home after wipe. | megamage | |
--HG-- branch : trunk | |||
2009-03-15 | *Remove not used files | Blaymoira | |
--HG-- branch : trunk | |||
2009-03-15 | *Fix a typo - by Klaimmore | Blaymoira | |
--HG-- branch : trunk | |||
2009-03-15 | *Don't apply school silence for delayed/instant spells. - by _krz | Blaymoira | |
--HG-- branch : trunk | |||
2009-03-14 | *Init motionmaster before AI init. This fix some crash bug of script. | megamage | |
--HG-- branch : trunk | |||
2009-03-14 | *Fix a crash. | megamage | |
First set m_currentSpells to NULL, then cancel spells. --HG-- branch : trunk | |||
2009-03-14 | *Fix broken pet autocast. | megamage | |
--HG-- branch : trunk |