aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-04-10*Remove some invalid template functions.megamage
--HG-- branch : trunk
2009-04-10*Fix a script bug that causes memory corruption.megamage
--HG-- branch : trunk
2009-04-11*Make maim be breakable by damageQAston
*Fix a typo causing freeze --HG-- branch : trunk
2009-04-11*Add forgotten line to Unit::UpdateQAston
--HG-- branch : trunk
2009-04-10*fix auras (buff/debuff) original patch by IskanderRat
--HG-- branch : trunk
2009-04-10* Fix consume shadows.QAston
* Change handling of bladestorm and auras with similar immunity to it. --HG-- branch : trunk
2009-04-10*hyjal updateRat
-small cleanup -disable loot and reputation gain from trash mobs if players didn't do enough dmg -added raid damage to instance save -disable loot for bosses if players do less then 50% damage based on boss' max health -removed min players workaroud to start the events --HG-- branch : trunk
2009-04-10*Make CreatureGroupHolder map-based to prevent crash when using multi-thread ↵megamage
map. --HG-- branch : trunk
2009-04-10*added creature extra flag No Crit (CREATURE_FLAG_EXTRA_NO_CRIT)Rat
*added function to disable reputation gained from monsters *tabs2spaces in affected files --HG-- branch : trunk
2009-04-10*Fix Riptide.QAston
*Show bladestorm as buff. --HG-- branch : trunk
2009-04-10*Set correct target type for 'add socket' effect.QAston
--HG-- branch : trunk
2009-04-10*Apply spellhaste mod only for magic spells with spellfamily.QAston
--HG-- branch : trunk
2009-04-10*Make shattered barrier and prayer of mending work again, Refresh aura when ↵QAston
recasted on target with full stackamount. --HG-- branch : trunk
2009-04-10* Fix BG start teams, make them even, send only corrent amount of invites. ↵biglad
thanks Machiavelli for help --HG-- branch : trunk
2009-04-09*Do not allow boss to be dazed by other creatures.megamage
--HG-- branch : trunk
2009-04-09[7643] Allow set, store and output creture EventAI data version in addition ↵megamage
to world DB and script library versions. Author: VladimirMangos *This patch is disabled in TC2. --HG-- branch : trunk
2009-04-09*Update Object deconstruct check.megamage
--HG-- branch : trunk
2009-04-09*MergeQAston
--HG-- branch : trunk
2009-04-09*Take charges for Finger of Frost and Sudden Death correctly.QAston
*Clearcasting for Arcane Potency - From KAPATEJIb's cumulative patch package --HG-- branch : trunk
2009-04-09* Merged ScriptDev2 952Muhaha
--HG-- branch : trunk
2009-04-09*Change some assert to better debug.megamage
--HG-- branch : trunk
2009-04-09*Add new console command "server set logfilelevel".megamage
--HG-- branch : trunk
2009-04-09*Update vehicle code.megamage
*Show correct visual effects to other players. *Do not allow attack players on vehicle. *Only dismiss vehicle when it is summoned. --HG-- branch : trunk
2009-04-09*Allow to use ice block while affected by CC and fix compile warning.QAston
--HG-- branch : trunk
2009-04-09*Fix bladestorm.QAston
--HG-- branch : trunk
2009-04-09commitQAston
--HG-- branch : trunk
2009-04-09*Set 2 charges for fingers of frost.QAston
--HG-- branch : trunk
2009-04-09*Fix seals: command, justice, wisdom, light unleashing damage.QAston
--HG-- branch : trunk
2009-04-09Fix TrinityScript vcproj files more properlyChaz Brown
--HG-- branch : trunk
2009-04-09*Fix build with vcpp80.QAston
*Set aura charges for Sudden Death. --HG-- branch : trunk
2009-04-08*Fix a crash when a player with a charmed target removes the pet.megamage
--HG-- branch : trunk
2009-04-08*Fix build.megamage
--HG-- branch : trunk
2009-04-08*Merge.megamage
--HG-- branch : trunk
2009-04-08*Fix a typo that causes crash.megamage
--HG-- branch : trunk
2009-04-09*Fix Slice and Dice and other multitarget spells using combopoints in effects.QAston
--HG-- branch : trunk
2009-04-08*Merge.megamage
--HG-- branch : trunk
2009-04-08*Add unit to notify when unit is add to world (including load grid case).megamage
*Add some check in remove object function. --HG-- branch : trunk
2009-04-09Added missing z-value in Formations.TrullyONE
--HG-- branch : trunk
2009-04-08*Enable some disabled gm command.megamage
--HG-- branch : trunk
2009-04-08[7641] Implement check noDamageImmune fields at gameobject templates loading ↵megamage
at server startup. Author: VladimirMangos --HG-- branch : trunk
2009-04-08 [7640] Move spell and chair height checks to functions for gameobject ↵megamage
loading code. Fixed some field ids. Author: VladimirMangos --HG-- branch : trunk
2009-04-08[7639] Correctly fixed error spam, revert [7637]. Thx to vladimir Author: Triplymegamage
--HG-- branch : trunk
2009-04-08[7638] Move linked trap gameobject template checks at gameobject templates ↵megamage
loading to function. Author: VladimirMangos --HG-- branch : trunk
2009-04-08[7637] Prevent console spam - FATAL: Unknown arena team type %u for some ↵megamage
arena team. Author: rastikzzz --HG-- branch : trunk
2009-04-08[7636] Move lock id checks at GO templates loading to function and add check ↵megamage
for all GO types with similar fields. Author: VladimirMangos --HG-- branch : trunk
2009-04-08Removed some outdated comments Author: tomrus88megamage
--HG-- branch : trunk
2009-04-08[7635] Spell hit chance cap change to 100% in 3.0.x Author: Tassadermegamage
--HG-- branch : trunk
2009-04-08 [7634] Fixed: select non-despawnable gameobjects base at appropriate for ↵megamage
gameobject type dataN fields. Author: VladimirMangos Many in world gameobject that unexpected daspawned before must now work in more expected way. In tests i not found any damage to bg gameobject work, and at least this restore expected work for non-bg dorrs//buttons broken after half-year ago patch (that has been reverted partly in this commit) --HG-- branch : trunk
2009-04-08 [7633] Implement support multiply basic requirements for crireria in ↵megamage
`achievement_criteria_data`. Author: VladimirMangos Also implement additional basic requirements for proper implementing checks for ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE Req. DB support. --HG-- branch : trunk
2009-04-08 [7632] more "if"-condition related codestyle in battlegroundfiles ↵megamage
Author: balrok,Triply this time with this regex: sed -i 's/if *( *\(.*\) *)$/if (\1)/' BattleGround* --HG-- branch : trunk