aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2010-05-04Add support to set RandomProperty / RandomSuffix to -1 in item_templateSpp
--HG-- branch : trunk
2010-05-04Fix Honor Kill formulaSpp
Patch by JohnHoliver Closes issue 1863 --HG-- branch : trunk
2010-05-04Remove Marks and Quest Reward at BG finish.Spp
Patch by Gyullo --HG-- branch : trunk
2010-05-04ALWAYS use starting personal rating from config IF greater then 0, thanks to ↵Rat
Gyullo using 0 will let core calculate it --HG-- branch : trunk
2010-05-04elites in instances should have a 2.75x base xp bonus instead of the regular ↵Rat
2x world bonus --HG-- branch : trunk
2010-05-04starting from season 6, new arena team members should get the team rating as ↵Rat
a starting personal rating, with a maximum of 1000 --HG-- branch : trunk
2010-05-04use DB speeds for battleground creaturesRat
fixes moving cannons, if you set speeds to 0 in DB for them --HG-- branch : trunk
2010-05-04Fix quest 9868 (The Totem of Kar'dash) - thanks to Erocolococlick
Closes issue 1086. --HG-- branch : trunk
2010-05-04Add support for quest 6641 (Vorsha The Lasher)click
--HG-- branch : trunk
2010-05-04Add support for quest 1126 (Hive in the Tower) - patch by supabadclick
Closes issue #68 --HG-- branch : trunk
2010-05-04*Fix: correctly apply or remove enchantments requiring a skill when gaining ↵click
a skill level - fix by Liberate Closes issue #1407 --HG-- branch : trunk
2010-05-03Revert parts of a previous transaction-fix (would create a nested ↵click
transaction), add missing support for rollback in battleground-group creation --HG-- branch : trunk
2010-05-03*more script texts fixed, thanks to terrorbringerRat
--HG-- branch : trunk
2010-05-03*when dismounting from a flying vehicle (and it was flying) you will get a ↵Rat
pretty parachute --HG-- branch : trunk
2010-05-03*fixed quest support for hunter pet trainersRat
--HG-- branch : trunk
2010-05-03Rename some more opcodes - patch by Zorclick
--HG-- branch : trunk