aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-06-08Added readline support into CLI.raczman
Supports scrolling through past commands, and tab-completion for commands (no subcommands, sorry). Requires libreadline package to build from now on! for debian/ubuntu: apt-get install libreadline5-dev Linux only, windows users shouldnt notice any difference. --HG-- branch : trunk
2009-06-08*Increase default creature/object visible distance. You can change it back ↵megamage
if it causes server performance loss (I do not think that will happen) --HG-- branch : trunk
2009-06-08*Fix the bug that kelthuzad summons infinite mobs.megamage
--HG-- branch : trunk
2009-06-08* Fix World::SendGlobalGMMessage, only send packet to connections with ↵Machiavelli
appropriate security level --HG-- branch : trunk
2009-06-08* Fix World::SendGMText, only send packet to connections with appropriate ↵Machiavelli
security level --HG-- branch : trunk
2009-06-08*Some update of kelthuzad script.megamage
--HG-- branch : trunk
2009-06-08*Some update of kelthuzad script.megamage
--HG-- branch : trunk
2009-06-07*Some small update of kelthuzad script.megamage
--HG-- branch : trunk
2009-06-07*Move creature::update before summon timer check to prevent to lose the last ↵megamage
tick. --HG-- branch : trunk
2009-06-07*Implement spell aura 177.megamage
--HG-- branch : trunk
2009-06-07 [7976] Store additional reqs for ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE ↵megamage
in `achievement_criteria_data`. Author: VladimirMangos Required DB support. Some reqs not implements in code and then can be used ACHIEVEMENT_CRITERIA_DATA_TYPE_DISABLED in Db to make its non-complitable. --HG-- branch : trunk
2009-06-07 [7974] Added two more achievement_criteria for ↵megamage
`achievement_criteria_data` (T_LEVEL, T_GENDER) Author: DerDyddye Its required for implementing new cases of 110 achievement criteria in 3.1.x. Ofc, this required DB support. --HG-- branch : trunk
2009-06-07*Do not allow two side emote.megamage
--HG-- branch : trunk
2009-06-07*Fix the bug that players always gain one point less of reputation than the ↵megamage
real value. --HG-- branch : trunk
2009-06-07*Do not allow two side emote.megamage
--HG-- branch : trunk
2009-06-07*Again fix build. Remove files merged from TC1 which are no longer needed.megamage
--HG-- branch : trunk
2009-06-07Backed out changeset: 70fff36a6db4megamage
--HG-- branch : trunk
2009-06-07*Again fix build. Remove files merged from TC1 which are no longer needed.megamage
--HG-- branch : trunk
2009-06-07Backed out changeset: 16b92e595ab9megamage
--HG-- branch : trunk
2009-06-07*Fix build. Remove files merged from TC1 which are no longer needed.megamage
--HG-- branch : trunk
2009-06-07*Merge.QAston
--HG-- branch : trunk
2009-06-07*Add support for stance-dependant action bar spellsQAston
*Temporary remove assert check in Player::RestoreSpellMods *Apply bleeding damage bonuses for Shred. --HG-- branch : trunk
2009-06-07Calculate spell critical hit chance at spell cast instead spell hit. Patch ↵krz
by thenecromancer. --HG-- branch : trunk
2009-06-07Fix crash in Aura::Update.krz
Check if target has Invisibility or Stealth aura before checking IsVisibleForOrDetect to allow cast spells on invisible triggers and fix pet linked spells. Send correct message to client if target is not visible for caster. Sorry for my previous buging commits. --HG-- branch : trunk
2009-06-07*Merge.megamage
--HG-- branch : trunk
2009-06-07*Remove a tc1 sql.megamage
--HG-- branch : trunk
2009-06-07*Merge. A m_casttime check is added to prevent redundent check of ↵megamage
canseeordetect. --HG-- branch : trunk
2009-06-07*Fix a crash in spell::castmegamage
--HG-- branch : trunk
2009-06-07*Merge. Note: A better way is needed for Sanctuary effect. (interrupt all ↵megamage
spells towards self). --HG-- branch : trunk
2009-06-07*Remove rank buff when players leave wintergrasp.megamage
--HG-- branch : trunk
2009-06-07*Fix the output of arena log. Note: use I64FMT to output full guid (uint64) ↵megamage
and %u to output guidlow (uint32). Otherwise the log will be bugged. --HG-- branch : trunk
2009-06-07Remove second copy of flusharenapoints command from chat.cpp - Backported ↵Chaz Brown
from TC2 --HG-- branch : trunk
2009-06-07Remove second copy of flusharenapoints command from chat.cppChaz Brown
--HG-- branch : trunk
2009-06-07*Allow auras SPELL_AURA_MECHANIC_DURATION_MOD and similar to use effect ↵QAston
mechanics to check which spell can be moded. *Note: prev commit was about freezing arrow:) --HG-- branch : trunk
2009-06-07*Fix freezing trap.QAston
--HG-- branch : trunk
2009-06-07*Fix Glyph of Renewed Life.QAston
*Update formula for Death strike healing amount. --HG-- branch : trunk
2009-06-07*Do not allow judgements to proc seals.QAston
--HG-- branch : trunk
2009-06-06*Fix a typo in 3806 that makes players item is mailed back.megamage
*Also a missing part of last rev. --HG-- branch : trunk
2009-06-06 [7971] Implement support exotic pets limtations related to hunter telent ↵megamage
53270. Author: VladimirMangos Note: before this commit hunters can tame exotic pets like any other. After patch like not propertly contriolled pets will auto-dismiss at loading if talent not learned. --HG-- branch : trunk
2009-06-06[7970] Update test for spell 16972 and ranks (now if have 2 dummy effect but ↵megamage
need effect 0 in check place) Author: VladimirMangos --HG-- branch : trunk
2009-06-06 [7969] Remove gameobject from owner gameobjecs list at expire. Author: Ambalmegamage
This will prevent delayd owner access from gameobject destructor in time remove list proccessing and fix possible related problems with crosslinked pointers. --HG-- branch : trunk
2009-06-06[7968] In packet compression use real writed data size. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-06-06[7967] Removed unused field. Author: tomrus88megamage
--HG-- branch : trunk
2009-06-06*Merge.megamage
--HG-- branch : trunk
2009-06-06*Fix quest gift of harvester.megamage
*Add missing frostbrood vanquisher vehicle id in previous sql. Thanks to Azrael --HG-- branch : trunk
2009-06-07Fix some broken channeled spells.krz
--HG-- branch : trunk
2009-06-06*Fix incorrect check of trap charges.megamage
--HG-- branch : trunk
2009-06-06*Fix a crash bug caused by update packet.megamage
--HG-- branch : trunk
2009-06-07Fix the bug that players couldn't talk with Spirit Healerkrz
--HG-- branch : trunk
2009-06-06*Update spell bonus data for many spells.Drahy
--HG-- branch : trunk