aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-01-22*Run grid searches for area auras every 500ms instead of every unit updateQAston
*Fix a stupid typo which caused memory leak in Unit::RemoveOwnedAura --HG-- branch : trunk
2010-01-21* mergeBrian
--HG-- branch : trunk
2010-01-21* Backed out changeset c7c6faf26cbdBrian
* A different solution to damage will be implemented * You will need data from your DB provider if you don't have a backup --HG-- branch : trunk
2010-01-21Fix EffectSendEvent to work if target is GO or Unit.Trazom62
--HG-- branch : trunk
2010-01-21Fix Script Naxxramass Thaddius/Stalagg/FeugenTrazom62
- Stalagg and Feugen respawn if the other adds not dead within 5 sec. - Thaddius start combat timers as soon as both are killed. - Fix Thaddius flags after a crash - Fix global variables used for adds alive flag. --HG-- branch : trunk
2010-01-21Change temp threat aura mods to use temp threat modifier instead of ↵thenecromancer
"asisting" it's threat value over all references. --HG-- branch : trunk
2010-01-21Do not apply SPELL_AURA_MOD_THREAT to negative threat changes (Eg. let Feint ↵thenecromancer
and alikes apply full effect) --HG-- branch : trunk
2010-01-21Send all 24 bits of spell Id for vehicle spell actionsthenecromancer
--HG-- branch : trunk
2010-01-21* Add support for basedmg and baserangeddmg values in creature_classlevelstats.win32
* Remove mindmg, maxdmg, attackpower and ranged field in creature_template and add Dmg_Mod, Rangeddmg_Mod field. --HG-- branch : trunk
2010-01-21So much for my fix-without-compile skills. :(XTZGZoReX
(inb4 scores) --HG-- branch : trunk
2010-01-21* Removed unnecessary query.XTZGZoReX
--HG-- branch : trunk
2010-01-21Implement minimal arena team size for some items arena rating requirements.win32
Autor LordJZ. --HG-- branch : trunk
2010-01-21Implement new commands for add/remove/lookup titles.win32
Autor Vladimir. --HG-- branch : trunk
2010-01-21restore work scripts in *nix systemwin32
--HG-- branch : trunk
2010-01-21Fix SPELLMOD_PCT spell mods to stack in a truly multiplicative wayXanadu
--HG-- branch : trunk
2010-01-21Fix build.Xanadu
--HG-- branch : trunk
2010-01-20* Restore Dalaran no fly zone lost in last commitBrian
--HG-- branch : trunk
2010-01-20* Wintergrasp removal -- part 4: "How deep does the cancer run?"Brian
--HG-- branch : trunk
2010-01-20Merge.Anubisss
--HG-- branch : trunk
2010-01-20Fix a memory leak in AddonMgr::LoadFromDB(). This not leaks _yet_ because ↵Anubisss
that function not used anywhere(if my eyez are right) but in the future can leaks. --HG-- branch : trunk
2010-01-20Allow spells with effect mechanic to allow apply other effects when effect ↵thenecromancer
with mechanic would be fail due to effect/state immunity. --HG-- branch : trunk
2010-01-20Change GetSpellSpecific() to have SpellEntry argument instead of ID, this ↵thenecromancer
saves lookups in spellstore for entries we already have. --HG-- branch : trunk
2010-01-20Fix pass/need opcodethenecromancer
--HG-- branch : trunk
2010-01-20Change MOVE_RUN_BACK speed to match retail datathenecromancer
--HG-- branch : trunk
2010-01-20Fix Script Naxxramass/Loatheb: timers updates. Thanks scarymovie87.Trazom62
Fixes issue #183. --HG-- branch : trunk
2010-01-20Fix .account password command that failed when username not in upppercase in DBTrazom62
--HG-- branch : trunk
2010-01-20Fix .server shutdown commandTrazom62
--HG-- branch : trunk
2010-01-20* Add basic AddonMgr.XTZGZoReX
* All this really does at the moment is save addon names + CRCs to DB for use for.. whatever, later. --HG-- branch : trunk
2010-01-20* Wintergrasp removal part 3 (should be *FINAL*)Brian
--HG-- branch : trunk
2010-01-20closes #245 - GMs will resurrect with full healthSpp
--HG-- branch : trunk
2010-01-20fix HandleAreaSpiritHealerQueryOpcode and HandleAreaSpiritHealerQueueOpcode ↵Spp
broken in f0632b948d --HG-- branch : trunk
2010-01-20* Cleaning Wintergrasp from the core part 1Brian
* When someone feels like coding it properly, it can be added back in. --HG-- branch : trunk
2010-01-20Fixes #420 fixed out-of-range group member's position update, which broken ↵silver1ce
after 7014f421c8 --HG-- branch : trunk
2010-01-19*Fix petAi::Update crash.QAston
--HG-- branch : trunk
2010-01-19*Fix a memory leak with auras for cases when there are some spells casted on ↵QAston
unit during remove from world - all thanks go to debug assert fails, which you all love so much. --HG-- branch : trunk
2010-01-19*added placeholders for SmartAIRat
--HG-- branch : trunk
2010-01-19*Update Copyright timesRat
--HG-- branch : trunk
2010-01-19*small visual fix for Valkyer Battle MaidensRat
--HG-- branch : trunk
2010-01-19*cleanup #1 after script mergeRat
--HG-- branch : trunk
2010-01-19*fix event reset bug for quest The Light of Dawn, Fixes issue #108.Rat
--HG-- branch : trunk
2010-01-19*Integrate Script system to CoreRat
-added ScriptMgr for loading scripts -removed bindings -moved script system to src/game -moved scripts to src/scripts -VC project files updated -cmakes updated (not 100% done yet) NOTE to Devs: -file locations changed -precompiled renamed to ScriptedPch -ecsort_ai renamed to ScriptedEscortAI -follower_ai renamed to ScriptedFollowerAI -guard_ai renamed to ScriptedGuardAI -simple_ai renamed to ScriptedSimpleAI -sc_creature renamed to ScriptedCreature -sc_gossip renamed to ScriptedGossip -sc_instance renamed to ScriptedInstance *use the new headers in scripts, thank you NOTE to ALL: cmake not fully tested, please report any errors with it could make creashes, incompability USE AT YOUR OWN RISK before further tests!! --HG-- branch : trunk
2010-01-18*Remove some of no longer needed debug code.QAston
--HG-- branch : trunk
2010-01-18Fix crash in OutdoorPvPWG::UpdateQuestGiverPositionTrazom62
Fixes issue #342. --HG-- branch : trunk
2010-01-18*Cleanups before delete after not successfull load pet from db. Thanks to ↵QAston
Drahy for debug traces. --HG-- branch : trunk
2010-01-18typosilver1ce
--HG-- branch : trunk
2010-01-18Auras with turn/move interrupt flags are now removed for creatures when they ↵silver1ce
turn/move, cleanup --HG-- branch : trunk
2010-01-18Fix Vaelastrasz not giving quest.Trazom62
--HG-- branch : trunk
2010-01-18*Use std::map instead of UNORDERED_MAP for storing aura applications of an aura.QAston
--HG-- branch : trunk
2010-01-18mergeTrazom62
--HG-- branch : trunk
2010-01-18Fix Script Naxxramas/GothikTrazom62
- fix spell of adds - fix wave schedule to use correct entry --HG-- branch : trunk