aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-12-24Fixed overkill proc after vanish. by bodompellen0n4m3
--HG-- branch : trunk
2009-12-24Temporary revert 6743 commit. I fix this patch across 1-2 days.n0n4m3
--HG-- branch : trunk
2009-12-23MergeMachiavelli
--HG-- branch : trunk
2009-12-23Hopefuly fix the queue icon for arena's. It should now properly show the ↵Machiavelli
faction/arena icon and correctly show skirmish/rated depending on the match type. Please leave feedback in the issue tracker as I'm unable to test this, make sure to add the output of the debug message I added. --HG-- branch : trunk
2009-12-23* Fixed compile.XTZGZoReX
--HG-- branch : trunk
2009-12-23Remove unneeded typecastMachiavelli
--HG-- branch : trunk
2009-12-23Fixed some typosn0n4m3
--HG-- branch : trunk
2009-12-23Added missing filesn0n4m3
--HG-- branch : trunk
2009-12-23Replaced time(NULL) on sGameTime.GetGameTime() this is used for better ↵n0n4m3
performance. Original Timer.h divided into 2 parts. Shared project has no need to know about GameTime Singleton. 2 Identical structures with different types are now replaced with one generic templated structure and 2 typedefs. --HG-- branch : trunk
2009-12-23Zul'drak: Support for quest The Amphitheater of Anguish: Magnataur!.maanuel
--HG-- branch : trunk
2009-12-22* Require all RA use to have -1 (equal power across all realms) to prevent abusep0wer
* of people using RA to assign powers to themselves on other realms. Thanks Sundark. --HG-- branch : trunk
2009-12-23Fixed typo in RASocket.cppmaanuel
--HG-- branch : trunk
2009-12-23Zul'Drak: Improvements in scripts for quest chain The Amphitheater of ↵maanuel
Anguish. Now the Korrak movement is done with escortai. --HG-- branch : trunk
2009-12-22* Fix a silly mistake by Sundark.p0wer
--HG-- branch : trunk
2009-12-22* Add more checks for the gmlevel patch in RAsocket.cppp0wer
* Allow only GM's with the gmlevel across all realms access to RA. * Thanks to Sundark. --HG-- branch : trunk
2009-12-22Also add expansion and unit class to debug output when base stats for ↵Machiavelli
creature cannot be found to better pinpoint lack of DB support. --HG-- branch : trunk
2009-12-22MergeMachiavelli
--HG-- branch : trunk
2009-12-22Fix setting of "main tank" and "main assistant" variables in a raid group, ↵Machiavelli
and correctly send these to the client. --HG-- branch : trunk
2009-12-22Added new function "GetSecurity(targetAccountId, gmRealmID);" by ogeraisi.maanuel
Fixed command .account set gmlevel Fixed command .ticket assing by Sundark/ogeraisi. Improvements in .modify scale by ogeraisi. Repaired Remote Access by Sundark. The original patch of the access by realms was from ogeraisi/Kudlaty, not ilixiumemu like commit 6710 say. --HG-- branch : trunk
2009-12-22Send arena team name as uint8(0) in case of a nonrated match in ↵Machiavelli
MSG_PVP_LOG_DATA. --HG-- branch : trunk
2009-12-22Allow spell cast on an NPC that is linked to a KillCredit to count toward ↵Machiavelli
the KillCredit. --HG-- branch : trunk
2009-12-22Fix MSG_PVP_LOG_DATA (battleground statistics) that was broken since 3.1Machiavelli
--HG-- branch : trunk
2009-12-22Howling Fjord: Correct gossip script for creature 24040. Added taxi path spell.maanuel
--HG-- branch : trunk
2009-12-21* Fix typo in .ticket assign. Thanks Sundark and Ogeraisi for pointing it out.p0wer
--HG-- branch : trunk
2009-12-21Fix some whitespace errors. Corrected account_access 'id' type.p0wer
--HG-- branch : trunk
2009-12-21* Add support for different gmlevel's for different realms.p0wer
* * Using the value -1 will add the same value for all realms. * Make sure to apply the updates. * Information regarding this patch will be posted on the database forums soon. * * Thanks to Sundark and the Ilixiuemu team(for original patch) --HG-- branch : trunk
2009-12-21Fix Mana Burn to remove fear on target. Closes #629.p0wer
--HG-- branch : trunk
2009-12-22* Correction for 6706.XTZGZoReX
- If a GO template (type 3 and 25) has at least one spawn and a data1 set to a lootid, then error. If no spawns, silently ignore. --HG-- branch : trunk
2009-12-22* More DB tweaks:XTZGZoReX
- Load GO even if it has no displayid - while it's wrong, it's not something that'll kill the client anyway. - Don't warn about non-existing loot templates for GOs - this is to allow some WDB data to be filled in (GOs that have no spawns and thus no gameobject_loot_template entries). --HG-- branch : trunk
2009-12-22* Better way to do the check in rev 6697.XTZGZoReX
00:33:56 | @runningnak3d: Leave a big message in the commit log to along the lines of "runningnak3d didn't know what the f*** he was doing" :) --HG-- branch : trunk
2009-12-21* Added comment in trinitycore.conf concerning PlayerStart.AllSpells onlyBrian
* working up to TBC classes / races, and the fact that it is the * responsibility of the server admin to populate that table. --HG-- branch : trunk
2009-12-21* Fixed quest handler! I want to slit my own wrists everytime if have to dealBrian
* with QuestRecord. One step closer to 3.2.2a :) --HG-- branch : trunk
2009-12-21* Same goes for you...XTZGZoReX
--HG-- branch : trunk
2009-12-21* Added back support for 1000 value to indicate unlimited stacking inBrian
* item_template.stackable * Removed pointless check for stackable limit at item_template load. --HG-- branch : trunk
2009-12-21* Clean up a few old filesBrian
--HG-- branch : trunk
2009-12-21* Added support for GAMEOBJECT_TYPE_TRAP and GAMEOBJECT_TYPE_SPELL_FOCUS toBrian
* have modelid=0 since this is valid data for those GO types. More to the * point removed the check at core load that resulted in an error being logged --HG-- branch : trunk
2009-12-21* Commented useless debug output for spell_script_target andBrian
* spell_target_position. If someone REALLY wants to see which ones are * missing, they can uncomment them for a debug compile. * Can finally start the core in debug mode and get useful data... --HG-- branch : trunk
2009-12-21* Add support for extremely large stackable value in item_template.Brian
* Patch by Kudlaty -- THANK YOU! --HG-- branch : trunk
2009-12-21* Add support for RewSpellCast=-1. If -1 remove all auras applied to player atBrian
* quest start. * Patch by Kudlaty -- THANK YOU! --HG-- branch : trunk
2009-12-21* Commented out a useless debug line for spell chain data since it is readBrian
* from DBC and can't be fixed with the current way the core handles * spell chains --HG-- branch : trunk
2009-12-21Implement aura 304.win32
--HG-- branch : trunk
2009-12-21Cleanup in spell codewin32
--HG-- branch : trunk
2009-12-21Set use mtmaps by default, and cleanup some code in MapManager.n0n4m3
TODO: Set MapUpdate.Threads=0 in config, for full disable mtmaps, for correct work mtmaps, need ACE 5.7.2+, recommend 5.7.5 --HG-- branch : trunk
2009-12-21Zul'Drak: Implemented random movement at spawn for creature 28526. To have a ↵maanuel
complete fix, apply the eventai scripts for quest "But First My Offspring", they are in tdb forum. --HG-- branch : trunk
2009-12-20Mergemaanuel
--HG-- branch : trunk
2009-12-20Blackfathom Deeps: Corrected says in Kelris script.maanuel
--HG-- branch : trunk
2009-12-20Fix Replenishment to apply 1% every 5 seconds rather then 4. Thanks to ↵p0wer
Morpheux for pointing it out. --HG-- branch : trunk
2009-12-20* Added missing file in rev 6678 AuthCodes.cppBrian
--HG-- branch : trunk
2009-12-20Fix whitespace. Sorry about that.p0wer
--HG-- branch : trunk
2009-12-20Fix Preserved Holly. Patch by laise. Closes #822.p0wer
--HG-- branch : trunk