| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-01 | *Fix broken target 38 spells. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | *Fix broken pet action bar of guardians. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-01 | [7929] Some fixes and optimizations for work with packet guids. Author: ↵ | megamage | |
| VladimirMangos * Allocate only minimal required buffer size for object packet guid cache, avoid it realocation. * At adding aboyher buffer content copy only until wpos (really writed to buffer data) * In appendPackGUID check buffer size before data write. --HG-- branch : trunk | |||
| 2009-06-01 | *Backout 3672. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Fix a crash caused by possessed creatures. Thanks to Amit86 | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *wintergrasp: allow players to click titan relic to change the ↵ | megamage | |
| attacker/defender teams. Now only some of npc and portal will be changed. --HG-- branch : trunk | |||
| 2009-05-31 | *Fix compile in *nix. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Set creature group leader following dist and angle to be zero to make it ↵ | megamage | |
| safer. --HG-- branch : trunk | |||
| 2009-05-31 | *Store creatureData and goData for creatures and gos. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Lay on hands should have heal amount = caster's max health. | megamage | |
| *Let goober call zonescript when an event happens. *Thanks Elron for the last rev (flight bug) --HG-- branch : trunk | |||
| 2009-05-31 | *Fix a bug that player get stuck when changing map on flight. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Fix the bug that healing pvp target does not make players enter pvp. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | [7928] Player must standup at stun (from 1.5 client starting) Author: DonTomika | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | [7927] For achievement criteria type ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM ↵ | megamage | |
| check also items equip at loading. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7926] Implement loot roll achievement criteria types used in statistics ↵ | megamage | |
| Author: DonTomika * ACHIEVEMENT_CRITERIA_TYPE_ROLL_NEED * ACHIEVEMENT_CRITERIA_TYPE_ROLL_GREED: --HG-- branch : trunk | |||
| 2009-05-31 | [7925] Correct minor output format error inside ByteBuffer class Author: ↵ | megamage | |
| Naicisum --HG-- branch : trunk | |||
| 2009-05-31 | [7924] Not teleport player to non-player caster at ressurection. Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7923] Search all available locale skill names in .learn all_recipes Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7922] Implement param2 for ACTION_T_COMBAT_MOVEMENT for allow control ↵ | megamage | |
| start/stop melee combat state for creature at start/stop movement in combat. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7920] Ignore racial skill and skills without recipes in .learn all_recipes. ↵ | megamage | |
| Cleanup code. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7918] Improve portability in work with uint64 string format specifiers ↵ | megamage | |
| and in code literals. Author: VladimirMangos * Replace platform seelction MaNGOS code for select format descriptor for uint64 by using ACE define. I64FMTD renamed to UI64FMTD for more clear name. * Add new define UI64LIT (base at ACE seelction) for build portables uint64 literals. Please always use UI64LIT(0x00001) instead less portable 0x00001LL --HG-- branch : trunk | |||
| 2009-05-31 | [7917] Spell effect with SPELL_AURA_MOD_SPELL_CRIT_CHANCE always possitive ↵ | megamage | |
| with possitive aura value. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-05-31 | [7915] Implement more stricted checks and limitations at loading creature ↵ | megamage | |
| addon data. Author: NoFantasy --HG-- branch : trunk | |||
| 2009-05-31 | [7914] Fixed variable name typos in creature event AI code. Author: NoFantasy | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | Mangos [7911]. Author: tomrus88 | megamage | |
| Very big patch. May cause bugs. --HG-- branch : trunk | |||
| 2009-05-31 | *Merge SD2. | Anubisss | |
| *r988: Remove obsolete code for first boss in BT. - Just use enums. *r989: Added summons for misc ethereum gameobjects *r990: Added gossip options to learn engineering "teleport trinket" schematics (misc npc's) *r991: Correcting a few waypoints, added more texts and visuals to shadowfang prisoners - Skip: Its already merged. *r992: Added GO summons related to quest 10990, 10991 and 10992 *Register 2 missing scripts. --HG-- branch : trunk | |||
| 2009-05-31 | *Fix a typo that makes target stop automatically when it is hit by attacker. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-31 | *Move addcre/go functions from opvp to objmgr. | megamage | |
| *Do not save respawn time for internally added cre/go. --HG-- branch : trunk | |||
| 2009-05-30 | *Provide another way to implement dynamic spawns. Now a creature will call ↵ | megamage | |
| its zonescript before spawn to determine the spawned entry. This can be used to implement zones such as wintergrasp with less data requirement (only need to know the entry of counterpart creatures, not require spawn points) *Use zonescript as basic class of opvp script and dugeon script (can also be used for bg) *Store zonescript in worldobject. *Add door for sapphiron. --HG-- branch : trunk | |||
| 2009-05-30 | *Fix a crash. Thanks to Amok | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-30 | *Allow to spawn correct npc for defender/attacker in wintergrasp based on ↵ | megamage | |
| game event. Now only xxx Champion is spawned based on faction for test. Other npc and gameobjects requires DB support (now in db the defender is always horde and attacker always alliance, and the data of counterpart is missing) *Fix defenders' portal (now only useable for horde) *Display random model if the model id in creature table is one of those in creature_template table (in this case they should be 0 actually). --HG-- branch : trunk | |||
| 2009-05-30 | *Add game event type GAMEEVENT_INTERNAL which can only be started by scripts. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-30 | *Fix the bug that opvp creatures and gobjects are not displayed. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-30 | *Start game event system before init bg and opvp in case that bg and opvp ↵ | megamage | |
| needs to start some game events. --HG-- branch : trunk | |||
| 2009-05-30 | *Fix bug that unworthy initiate don't find the soulprison gameobject | BroodWyrm | |
| --HG-- branch : trunk | |||
| 2009-05-30 | *Fix some Script Bugs ... in TC2 virtual Aggo is EnterCombat now ... this ↵ | BroodWyrm | |
| fix Kiljaden, Muru, Moroes Script --HG-- branch : trunk | |||
| 2009-05-30 | *Fix spell Rune Strike. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-30 | *Fix a bug that pet does not autocast after summoned or log in. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-30 | *Update targeted motion code. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-29 | *Always use idle motion as default for triggers. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-29 | *make the Rate.Reputation.Gain config option apply to reputation gains ↵ | megamage | |
| inside battlegrounds as well By BudIcePenguin --HG-- branch : trunk | |||
| 2009-05-29 | [7908] Extract class data from creature_*_addon bytes0 fields, drop its, ↵ | megamage | |
| amd add unit_class field to creature_template. Author: NoFantasy --HG-- branch : trunk | |||
| 2009-05-29 | *Fix a crash caused by removing areaaura. Thanks to arthurcik | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-29 | *Add function FindNearestCreature and FindNearestGameObject to replace old ↵ | megamage | |
| FindCreature and FindGameObject --HG-- branch : trunk | |||
| 2009-05-29 | *Allow some warrior shouts and druid roars to interrupt stealth. thanks to ↵ | megamage | |
| thenecromancer --HG-- branch : trunk | |||
| 2009-05-29 | *Merge. | BroodWyrm | |
| --HG-- branch : trunk | |||
| 2009-05-29 | *Fix some resetbugs in script for quest 12848 | BroodWyrm | |
| --HG-- branch : trunk | |||
| 2009-05-29 | *Fix a crash. Thanks to DaGNU. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-29 | *Try to fix some bugs on script for quest 12848 | BroodWyrm | |
| --HG-- branch : trunk | |||
