root/trunk/src/game

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @213 [213] 17 years yumileroy [svn] Fix some aura_interrupt_flag to correctly remove auras. Add …
(edit) @212 [212] 17 years yumileroy [svn] Added player latency reading to Characters DB. Patch by …
(edit) @211 [211] 17 years yumileroy [svn] Disable the follow and stay commands on charmed units or pets that …
(edit) @210 [210] 17 years yumileroy [svn] * GCC compile fix - Source Derex * Cleanups *** This revision made …
(edit) @209 [209] 17 years yumileroy [svn] Fix some typos. Original author: megamage Date: 2008-11-10 …
(edit) @208 [208] 17 years yumileroy [svn] * Fixed tickethamdeling stuff. * ArenaDb? access,ticketcache, Client …
(edit) @207 [207] 17 years yumileroy [svn] * Improve some arena team related DB access * Cache GM tickets on …
(edit) @206 [206] 17 years yumileroy [svn] * Switch from hashmap to unordered map. - cleanup source - mangos. …
(edit) @205 [205] 17 years yumileroy [svn] Fix pet spells: only AOE and enemy target spells are …
(edit) @203 [203] 17 years yumileroy [svn] Send AttackStart? package when update visibility. Update …
(edit) @200 [200] 17 years yumileroy [svn] * Disabled the move and stay commands while pet is possessed * Make …
(edit) @198 [198] 17 years yumileroy [svn] Fixed charmer or possessor not being entered in the threat lists of …
(edit) @197 [197] 17 years yumileroy [svn] Merge from mangos: Do not check LOS for triggered spells. Fri Nov 07 …
(edit) @196 [196] 17 years yumileroy [svn] Fix: DOT and HOT only proc effects when hit, but not on every tick …
(edit) @194 [194] 17 years yumileroy [svn] Do not break stealth when spell is not successfully casted (e.g. out …
(edit) @193 [193] 17 years yumileroy [svn] Disable LOS check in canSeeOrDetect. It has been proved that CPU …
(edit) @191 [191] 17 years yumileroy [svn] Fixed pets stopping attack after pressing the attack button multiple …
(edit) @190 [190] 17 years yumileroy [svn] Removed accidentally forgotten debug code added in [197]. Original …
(edit) @189 [189] 17 years yumileroy [svn] Possession: * Fixed player not having PvP flag on remove * Fixed pet …
(edit) @186 [186] 17 years yumileroy [svn] Remove isVisible function. Check stealth and invisible in …
(edit) @185 [185] 17 years yumileroy [svn] Fix ritual of summoning. Original author: megamage Date: 2008-11-06 …
(edit) @184 [184] 17 years yumileroy [svn] Merge from mangos: b44eac552a0f9d4f298398d4cb07d2cd1462ad41 Use …
(edit) @183 [183] 17 years yumileroy [svn] Fix a typo in canSeeOrDetect(). Original author: megamage Date: …
(edit) @181 [181] 17 years yumileroy [svn] Merge from Mangos: 3c7ac5bd3e20c33a22ac57c5c3bac23a0798dc9e …
(edit) @180 [180] 17 years yumileroy [svn] Fix hunter's trap (let original caster summon dynamic object). Fix …
(edit) @179 [179] 17 years yumileroy [svn] Check combat reach in GetRandomContactPoint?() until find out why …
(edit) @178 [178] 17 years yumileroy [svn] Rewrite canSeeOrDetect function. Minor change on trigger …
(edit) @177 [177] 17 years yumileroy [svn] * Avoid access to bag item prototype for getting bag size, use …
(edit) @176 [176] 17 years yumileroy [svn] Fix a bug that summon spells may summon incorrect number of …
(edit) @174 [174] 17 years yumileroy [svn] Implemented player on player and player on creature possession: * …
(edit) @173 [173] 17 years yumileroy [svn] * Avoid access to bag item prototype for getting bag size, use …
(edit) @172 [172] 17 years yumileroy [svn] Add some assert for better debug. Original author: megamage Date: …
(edit) @169 [169] 17 years yumileroy [svn] * minor fix * Add missed part of 176 Original author: KingPin? Date: …
(edit) @168 [168] 17 years yumileroy [svn] *** Source Mangos *** *Load npc_options at server startup, use …
(edit) @164 [164] 17 years yumileroy [svn] * Updated Serpentshrine Cavern scripts to use script_texts * Added …
(edit) @163 [163] 17 years yumileroy [svn] added commands : pet create, tp, learn, unlearn. gobject activate …
(edit) @162 [162] 17 years yumileroy [svn] Remove a hack on triggered spell target selection. Some minor …
(edit) @161 [161] 17 years yumileroy [svn] Fix 146_world.sql. Do not use default for text. (Ignore this if you …
(edit) @160 [160] 17 years yumileroy [svn] Update black temple boss 1, 2 script. Original author: …
(edit) @157 [157] 17 years yumileroy [svn] Fix hunter's frozen trap, half duration when pvp. Use vector to …
(edit) @156 [156] 17 years yumileroy [svn] Use IsWithinCombatDist? for all AI. This should fix the bug that pet …
(edit) @155 [155] 17 years yumileroy [svn] Fix SPELL_ATTR_UNAFFECTED_BY_INVULNERABILITY spells, patch provided …
(edit) @152 [152] 17 years yumileroy [svn] Fix the compile error. Patch provided by Tidus. Merge part of mangos …
(edit) @151 [151] 17 years yumileroy [svn] Set destination when calling CastSpell?. This should fix the bug that …
(edit) @149 [149] 17 years yumileroy [svn] *Implement new player conditions CONDITION_NO_AURA, …
(edit) @148 [148] 17 years yumileroy [svn] Fix tame beast. Original author: megamage Date: 2008-11-02 …
(edit) @147 [147] 17 years yumileroy [svn] Fix eagle eye (and other far sight spells). Original author: …
(edit) @146 [146] 17 years yumileroy [svn] Fix a bug that GameObject::CastSpell? crash the server. Original …
(edit) @145 [145] 17 years yumileroy [svn] Add function GameObject::CastSpell?. Used for hunter's trap and …
(edit) @144 [144] 17 years yumileroy [svn] Disable combat_reach spams. Fix holy nova. Patch provided by …
(edit) @143 [143] 17 years yumileroy [svn] Check creature combat reach when loading db. This should fix the bug …
(edit) @142 [142] 17 years yumileroy [svn] Fix teleport spells. Fix cone spells. Use interrupt_aura_flag to …
(edit) @141 [141] 17 years yumileroy [svn] Improve TargetedMovement? (TODO: let mob find "near angle" rather …
(edit) @140 [140] 17 years yumileroy [svn] Set target in combat even if spell does not hit target. Call AI …
(edit) @139 [139] 17 years yumileroy [svn] Spell target selection improvement. Remove most mangos hacks in …
(edit) @138 [138] 17 years yumileroy [svn] Enable linked spells: cast spells/remove auras when spells …
(edit) @136 [136] 17 years yumileroy [svn] Provide creature dual wield support. Update glancing damage …
(edit) @135 [135] 17 years yumileroy [svn] Merge from mangos. Wed Oct 29 15:06:00 …
(edit) @134 [134] 17 years yumileroy [svn] * Fixed compile error from rev 140 Original author: slg Date: …
(edit) @132 [132] 17 years yumileroy [svn] * Added npc follow, waterwalk, repairitems commands. Patch by …
(edit) @131 [131] 17 years yumileroy [svn] Fix broken spell target 38 (script target). Implement linked spells, …
(edit) @130 [130] 17 years yumileroy [svn] Add new function SelectUnit? and SelectUnitList? to select target or …
(edit) @129 [129] 17 years yumileroy [svn] * Fixed several commands that were accidentally removed in 120 - …
(edit) @128 [128] 17 years yumileroy [svn] * Prevent crash at access to deleted social data for player. Remove …
(edit) @126 [126] 17 years yumileroy [svn] * Fixed startup error flood if creature model id is 0 * Fixed totems …
(edit) @123 [123] 17 years yumileroy [svn] * Changed modelid_a/h(2) values to modelid1..4, display ids are no …
(edit) @122 [122] 17 years yumileroy [svn] Fix a compile error about M_PI_2. Update Felmyst script to test new …
(edit) @120 [120] 17 years yumileroy [svn] * Allow WorldObjects? to keep the grid active, and prevent it from …
(edit) @119 [119] 17 years yumileroy [svn] Fix some mistakes of the last two commits. Original author: …
(edit) @118 [118] 17 years yumileroy [svn] Make mobs scatter around in melee attack. Patch provided by …
(edit) @114 [114] 17 years yumileroy [svn] Fix a bug that hunter cannot summon traps. Fix a bug that debuff AOE …
(edit) @112 [112] 17 years yumileroy [svn] * Merge CLI Commands with regular commands and give them level4 …
(edit) @111 [111] 17 years yumileroy [svn] * Fixed xp calculation for low level characters when grouped with a …
(edit) @110 [110] 17 years yumileroy [svn] Add SpellExtraInfoMap?. Currently support: Limited-number-of-players …
(edit) @108 [108] 17 years yumileroy [svn] Continue the work of rewriting spell target selection functions …
(edit) @107 [107] 17 years yumileroy [svn] Fix the bug that summoned creatures may respawn. Original author: …
(edit) @106 [106] 17 years yumileroy [svn] Fix a crash caused by gruul script. Change in EffectSummonWild? and …
(edit) @105 [105] 17 years yumileroy [svn] Fix cloak of shadow, can remove fairy fire now. Add yells to High …
(edit) @104 [104] 17 years yumileroy [svn] Prevent Bestial Wrath from being applied 5 times when cast by a …
(edit) @102 [102] 17 years yumileroy [svn] Fixed copyright notices to comply with GPL. Original author: …
(edit) @101 [101] 17 years yumileroy [svn] Fix a bug that elixir buff cannot stack. Fix quest 9685. Patch …
(edit) @100 [100] 17 years yumileroy [svn] Add SPELL_ATTR_BREAKABLE_BY_DAMAGE. Remove part of the hacked …
(edit) @99 [99] 17 years yumileroy [svn] Fixed crashes in LoadQuests?(). Removed TrinityCore? Only project …
(edit) @98 [98] 17 years yumileroy [svn] Fix a bug that shaman's shield can stack. Fix: MovementInform?
(edit) @97 [97] 17 years yumileroy [svn] Add missing SQL changes from prev. commit, also fix mistakenly …
(edit) @96 [96] 17 years yumileroy [svn] * Implement honor rewards from quests - Source Mangos Original …
(edit) @95 [95] 17 years yumileroy [svn] Added sanity checks in loading player cache to prevent crashing upon …
(edit) @94 [94] 17 years yumileroy [svn] * Use ObjectMgr/AccountMgr? functions rather than DB queries. Source …
(edit) @93 [93] 17 years yumileroy [svn] Fix cloak of shadows. Dispel type should be based on …
(edit) @90 [90] 17 years yumileroy [svn] * Prevent Cheating at logout/login by players. Thank you Visagalis * …
(edit) @88 [88] 17 years yumileroy [svn] * Added some player info cache to the core. Thanx to Rognar for …
(edit) @87 [87] 17 years yumileroy [svn] Try to remove the big hack in SpellMgr::IsNoStackSpellDueToSpell?. …
(edit) @85 [85] 17 years yumileroy [svn] Implement a new table (spell_disabled) to allow disabling some …
(edit) @83 [83] 17 years yumileroy [svn] * Compile fixes from previous revs. Original author: KingPin? Date: …
(edit) @81 [81] 17 years yumileroy [svn] Implement CREATURE_FLAG_EXTRA_TRIGGER. In GM mode, creatures flagged …
(edit) @80 [80] 17 years yumileroy [svn] Fixed a crash in OutdoorPvP*::BuffTeam?(). Original author: …
(edit) @79 [79] 17 years yumileroy [svn] * Minor code fixes * Move account related functions from ObjectMgr?
(edit) @78 [78] 17 years yumileroy [svn] * fixed help for subcommands - source mangos * Renamed accounts …
(edit) @76 [76] 17 years yumileroy [svn] Fix a typo in rev 80. Patch provided by ogeraisi. Original author: …
(edit) @74 [74] 17 years yumileroy [svn] * Fixed compile from r78 * Fixed: not apply healling bonus to spell …
Note: See TracRevisionLog for help on using the revision log.