aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-05-11started implementing battleground experience systemRat
-players gain xp by killing enemy players (event bonuses not added for now) -player can switch xp gain on/off by talking to npc Slahtz or Behsten for a fee of 10golds NOTE: turning off xp gain will turn off ALL xp gains from quests,monsters,pvp,etc --HG-- branch : trunk
2010-05-11Spell custom attribute data for Northrend faction commendation badges ↵Machiavelli
(spells 61306,61308,61311,61312,69757). They now give proper reputation --HG-- branch : trunk
2010-05-10Force animprogress for GameObjects Type FishNodeSpp
Original patch by beberlescaraber --HG-- branch : trunk
2010-05-10Typo.Machiavelli
(Need more caffeine) --HG-- branch : trunk
2010-05-10Fix typo that occured in the mess of exporting/stripping, my humble apologies.Machiavelli
--HG-- branch : trunk
2010-05-10MergeMachiavelli
Thanks to Aokromes for helping me test my previous commit --HG-- branch : trunk
2010-05-10Cleanup and optimization in realmd netcode.Machiavelli
- Get rid of some potential memory leaks and lingering connections issues. - Code style cleanup where applicable. Please give proper feedback and let me know how she fares. --HG-- branch : trunk
2010-05-10Remove double-included headers from script + remove whitespace. Closes issue ↵click
2091. --HG-- branch : trunk
2010-05-07* Add SCRIPT_COMMAND_CLOSE_GOSSIP that can be used in gossip_scripts to forceBrian
* the gossip window to close when a given menu option is chosen. * This is with all my love -- for Malcrom :P --HG-- branch : trunk
2010-05-10Stop drinking heavily and instead do things properly - fixes a typo from ↵click
previous commit... --HG-- branch : trunk
2010-05-10Fix the little messup from the previous commit (sorry!)click
--HG-- branch : trunk
2010-05-10Add support for NPC-based start of playing moviesequence + clean up ↵click
indenting on earlier commit --HG-- branch : trunk
2010-05-10Another little fix on hunter Disengage - stop it from being usable when rootedclick
--HG-- branch : trunk
2010-05-10Correctly complete quests with QUEST_FLAGS_AUTO_ACCEPT which should be ↵click
completed the moment you accept it. This fixes the quests which weren't completable in starting areas. Fixes issue #2042. Patch by liberate. --HG-- branch : trunk
2010-05-09Fix a crash in GameObject::TakenDamageSpp
Fixes issue 2082 --HG-- branch : trunk
2010-05-09Fix hunters Disengage - disallow use when not in combat + use correct text ↵click
when attempting to use it out of combat Patch by mrDiver - fixes issue #568. --HG-- branch : trunk
2010-05-09Show GameObject HealthBarSpp
Original patch by beberlescaraber Closes issue 2056 --HG-- branch : trunk
2010-05-06* Fix the damn everloving neutral assist once againBrian
* Patch coutesy of PivoNRoll --HG-- branch : trunk
2010-05-08Cleanup on some database-related files: merge some DB-related files, add ↵click
some consistency to callhandles in sourcetree (M + combine MySQL-specific files into main database-files (click) + fix vcproj-files, adjust handler-function names for consistency (Machiavelli) --HG-- branch : trunk
2010-05-08Add GUID to groupsSpp
--HG-- branch : trunk
2010-05-06Fix Beacon Of Light: not applying when not in LoS. Patch by beberlescaraber ↵Trazom62
(adapted to latest rev). Fixes issue #921. --HG-- branch : trunk
2010-05-06Fix Script AzjolNerub/Anubarak. Patch by Snakeice.Trazom62
Fixes issue #2022. - Closes the ring, dives, summon mobs, visual before spikes and finally spikes. --HG-- branch : trunk
2010-05-06Fix Script Ahnkahet/Volazj.Trazom62
- fix typo for insanity spell 3. - reset phase mask of players when combat ends. - remove heroic spell definition now in spelldifficulty_dbc. --HG-- branch : trunk
2010-05-06Correctly allocate memory for script npc_crusade_recruit. Bug found by hunteee.Anubisss
--HG-- branch : trunk
2010-05-06small tweak for escortAI's debuglogRat
--HG-- branch : trunk
2010-05-06Cleanup : Remove postgreSQL-support (not used and has also been broken for a ↵click
long time) --HG-- branch : trunk
2010-05-06Remove a double transaction-start (creating a nested transaction = bad)click
--HG-- branch : trunk
2010-05-05Make sure that socket reference is removed on closing WorldSession server ↵Machiavelli
sided before ReactorRunnable does in the reactor event loop. --HG-- branch : trunk
2010-05-05Any opcode sent after CMSG_CHAR_ENUM should reset the timeout timer, not ↵Machiavelli
just CMSG_PLAYER_LOGIN. --HG-- branch : trunk
2010-05-05Use ACE_GUARD_RETURN macro in LockedQueue::next to guarrantee the lock is ↵Machiavelli
acquired before changing the queue´s properties --HG-- branch : trunk
2010-05-05Add support for quest 4921 (The scent of Lar'Korwi)Spp
Patch by D_Skywalk Fixes issue 1671 --HG-- branch : trunk
2010-05-05Remove a nested transaction messing up character savestates - thanks to Zor ↵click
for spotting the culprit Fixes issue #2018. Fixes issue #2004. --HG-- branch : trunk
2010-05-05Fix crash when deleting vendoritems with multiple extendedcosts - thanks to ↵click
Vladimir Fixes issue #1989 --HG-- branch : trunk
2010-05-05Fix crash in CreatureGroup::MemberAttackStart.Trazom62
Fixes issue #1982. --HG-- branch : trunk
2010-05-05Forgot Map.h from previous commit. sorry.Trazom62
--HG-- branch : trunk
2010-05-05Sorted out minor (but boring) issues with the pdump-command ↵click
(load/save/store-on-delete) Fixes issue #1659 + changed the dumpheader from engrish1.0 to engwegian1.2 --HG-- branch : trunk
2010-05-05Fix raid groups load from DB and save to DB.Trazom62
Fixes issue #299. - In table GROUPS, since rev 7841, isRaid is used to store the groupType. The DB was not updated. this is now fixed. - Fix isRaid set to 1 when group converted to raid (shall be the groupType). - Fix isRaidGroup check as groupType is now a set of flags. - Fix dungeon/raid check when difficulty change. --HG-- branch : trunk
2010-05-05SOTA: Fix team being declared winner when it should be tieSpp
Original patch by Gyullo closes issue 1111 --HG-- branch : trunk
2010-05-05Save items with itemstate ITEM_CHANGED using DELETE followed by an INSERT ↵Machiavelli
query (wrapped in a transaction). --HG-- branch : trunk
2010-05-05Violet Hold: make boss ichoron attackableSpp
patch by maketheking closes issue 2012 --HG-- branch : trunk
2010-05-05Fix Arena starting personal rating formulaSpp
Original patch by maketheking closes issue 2013 --HG-- branch : trunk
2010-05-05Fix crash in script for quest 10512 + code style cleanup.Machiavelli
--HG-- branch : trunk
2010-05-05Use DELETE + INSERT statement wrapped in a transaction in ↵Machiavelli
Item::SaveRefundDataToDB() --HG-- branch : trunk
2010-05-04Unstable Affliction: Fix caster, bonus and penalty damageSpp
Original Patch by N4rk0 Closes issue 739 --HG-- branch : trunk
2010-05-04Fix: Force rogues not to steal stuff during charcreation - it stole a double ↵click
set of startingweapons intead of a single set (Thanks to BioHazard for the note) --HG-- branch : trunk
2010-05-04*fixed compileRat
-NOTE: COMPILE BEFORE PUSHING, thankyou --HG-- branch : trunk
2010-05-04Fix Script Sunwell/Felmyst. Thanks Ille000.Trazom62
Fixes issue #318. + Fixes code layout. + Uses standard EventMap instead of homemade Timer. --HG-- branch : trunk
2010-05-04Some additional checks to Login Instance check. + code layout.Trazom62
--HG-- branch : trunk
2010-05-04Add stricter regulations for instances (login-checks and support for sending ↵click
unbound player to parent-instance / homebind if not matching criterias) Patch by Elron103 - closes issue #1323. --HG-- branch : trunk
2010-05-04Allow spellid_x fields in item_template to be -1Spp
--HG-- branch : trunk