aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-24* Added new specialflag in quest_template for auto-accept quests.Brian
* SpecialFlags|4 * After much research it was determined that blizz does this serverside. --HG-- branch : trunk
2010-07-24*Remove accidently added file and fix build on some *nix configurations.QAston
--HG-- branch : trunk
2010-07-24*Add base scripting interfce for spells - thanks to Brian for help in making ↵QAston
it compile with GCC. *Add hook for handling spell effects in new scripting system. --HG-- branch : trunk
2010-07-24Fixed Thrill of the Hunt not restoring mana when Explosive Shot critsShauren
Closes issue #2221. --HG-- branch : trunk
2010-07-24Modified spell_scripts table, it is now possible to add different scripts ↵Shauren
for each spell effect Allow SPELL_EFFECT_DUMMY spells to use spell_scripts --HG-- branch : trunk
2010-07-24* Small increment that was forgottenBrian
--HG-- branch : trunk
2010-07-24* Add lootid output to .gobj info commandBrian
* Patch by Visagalis --HG-- branch : trunk
2010-07-24Ensure that Scatter Shot does not share diminishing returns with other spellsclick
Closes issue 3013 --HG-- branch : trunk
2010-07-24Fixed trauma/mangle stacking. Fixes issue #1460.Xanadu
--HG-- branch : trunk
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