aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-24Fix: Do not ignore CD for Hunter-based triggered spells (and thanks to ↵click
QAston for the spell-lesson) Fixes 1155 --HG-- branch : trunk
2010-07-24Allow the full raidgroup to uses meetingstones, not just a single subgroup ↵click
(blizzlike) - thanks to Silinoron! --HG-- branch : trunk
2010-07-24Fix charactercleaning of talentsclick
+ apply some codestyling and new headers --HG-- branch : trunk
2009-07-23Added missing data to world_database.sql forgotten in commit 9000._manuel_
--HG-- branch : trunk
2010-07-23Fix naming in config files.XTZGZoReX
--HG-- branch : trunk
2010-07-23Fix wrong spell_bonus_data entry for Priests : Mind Flay (15407) - thanks to ↵click
n4rk0 and filip.havlicek Closes issue 2351 --HG-- branch : trunk
2010-07-23Added tag UP33 for changeset 5da9f62c5795Brian
--HG-- branch : trunk
2010-07-23Build is fixed NOWShauren
... guess you cant trust VS to do all things 100% properly --HG-- branch : trunk
2010-07-23Proper fix for windows buildShauren
--HG-- branch : trunk
2010-07-23* Hopefully fix Windows post compile lib copy problemBrian
* Please test and leave feedback --HG-- branch : trunk
2010-07-23Moved old sql files to /3.3.35a_old subdir.teacher
--HG-- branch : trunk
2010-07-23This should not have been commitedShauren
--HG-- branch : trunk
2010-07-23Fixed windows project files - added SOAPShauren
Added project file for SOAP Applied Trinity coding standards to TCSoap files --HG-- branch : trunk
2010-07-23Add SOAP-implementation (based on Benjys patch and adapted for latest core ↵click
by xk1) --HG-- branch : trunk
2010-07-23* Proper Trinity SQL standards for recent orientation fileBrian
* Update world_database.sql with that data --HG-- branch : trunk
2010-07-23Remove defunct handling of RemoteAccess console on/off (it's handled in config)click
--HG-- branch : trunk
2010-07-23[mq]: soapclick
--HG-- branch : trunk
2010-07-22* orientation information for the previous commitBrian
* Provided by crackm (thanks Zor) --HG-- branch : trunk
2010-07-22* Add the ability to set player orientation for new characters.Brian
* Requires DB data to actully do anything, however not needed for working * server * Original patch by Vladimir --HG-- branch : trunk
2010-07-22* Implemented DB cleaning on startupBrian
* Must be enabled in conf AND set in worldstates for what you want to clean * CLEANING_FLAG_ACHIEVEMENT_PROGRESS = 0x1, * CLEANING_FLAG_SKILLS = 0x2, * CLEANING_FLAG_SPELLS = 0x4, * CLEANING_FLAG_TALENTS = 0x8 * Set to 0xF to clean all 4 * Patch by hunuza --HG-- branch : trunk
2010-07-22Shaman totem models are now different depending on raceShauren
--HG-- branch : trunk
2010-07-22Fixed resist chances with Positive Auras._manuel_
BIG thanks to QAston. --HG-- branch : trunk
2010-07-22Add missing CheckStableMaster() functions for ↵click
SPELL_AURA_OPEN_STABLE-implementation - casting Call Stabled Pet opens stable-window, with proper updating --HG-- branch : trunk
2010-07-22sigh, i did the same compile error mistakeShauren
--HG-- branch : trunk
2010-07-22Add proper check to EffectQuestComplete preventing completion of quest if we ↵Shauren
already did that --HG-- branch : trunk
2010-07-22*Backout second change from last commit (CanCompleteQuest check) Thanks to ↵QAston
Shauren for info. --HG-- branch : trunk
2010-07-22*Remove not needed dummy effect handler for spell 28006 - by azazel_konQAston
*Add CanCompleteQuest in Spell::EffectQuestComplete - thanks to azazel_kon for research. *Fixes issue #3011 --HG-- branch : trunk
2010-07-22*Fix amount calculation for spell effect with EffectDieSides set to 0.QAston
--HG-- branch : trunk
2010-07-22Proper name for my previous sql update. Sorry for wasting rev numbers.teacher
--HG-- branch : trunk
2010-07-22Fix new character delete system. Those queries were not supposed to be there.Shauren
patch by Az@zel --HG-- branch : trunk
2010-07-22Added placeholder for serverside spell for future development.teacher
--HG-- branch : trunk
2010-07-22Fixes import errors (updated insert statements to new table structures) to ↵teacher
world_database.sql. Some random Trinity standards in sql syntax. --HG-- branch : trunk
2010-07-22*Implement SPELL_AURA_OPEN_STABLE(292) - original patch by Ceris, modified ↵QAston
by VladimirMangos *Improvements in error messaging for stable related opcodes - by VladimirMangos --HG-- branch : trunk
2010-07-21* Add missing SQL updateBrian
--HG-- branch : trunk
2010-07-21* Implement the ability to delete characters without them being removed fromBrian
* the DB, so they can be unerased * Original patch by DasBlub * Ported to Trinty by Az@zel --HG-- branch : trunk
2010-07-21Change order of loading for disable systemShauren
--HG-- branch : trunk
2010-07-18* Implement additional usage of item_template.FlagsExtra Horde / Ally onlyBrian
* Check loot (no longer need loot condition) * Check equip/use * Original patch by Vladimir * Ported to Trinity by Az@zel --HG-- branch : trunk
2010-07-21Modify pet leveling-logic slightly, making sure it'll pass up 5 FULL levels ↵click
when tamed/unstabled + set XP to 0 if dropped DOWN to playerlevel (antihack with no excess XP allowed, thank you!) Disclaimer: No pets were harmed (much) during these changes - no need to call PETA! --HG-- branch : trunk
2010-07-21Fixed my own stupid mistakeShauren
--HG-- branch : trunk
2010-07-18* Remove outdated Doxygen filesBrian
--HG-- branch : trunk
2010-07-21Removed leftovers in AccessRequirementShauren
--HG-- branch : trunk
2010-07-21Fix: Make stabled pets follow official regulations for levelling when taken ↵click
out of stabled mode: If the pet is more than five levels below the hunter, then as soon as it's removed from the stable it will level up to be exactly five levels below the hunter. --HG-- branch : trunk
2010-07-21Don't allow cancelling passive auras by clientShauren
--HG-- branch : trunk
2010-07-21Added new spell disable flag - core will not check if that spell exists in ↵Shauren
dbc, used for blizz deprecated items/quests Fixed loading of access_requirement --HG-- branch : trunk
2010-07-21Fix compile under *nix when not using PCHclick
--HG-- branch : trunk
2010-07-21Added forgotten changes to world_database.sql for disable system.teacher
--HG-- branch : trunk
2010-07-21Update core defaults for vmap-enabling (missing in rc3fa907ec3)click
--HG-- branch : trunk
2010-07-21Remove possible memleak with lingering outdoor pvp capturepoints - patch by ↵click
ge0rg --HG-- branch : trunk
2010-07-21Added global disable system and moved all disable fields/tables/configs into itShauren
NOTE: instance disables were not converted for new system! if you had some then you need to fix that using new system --HG-- branch : trunk
2010-07-21Enable VMaps by default.Xanadu
--HG-- branch : trunk