| Age | Commit 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-24 | Fixed Thrill of the Hunt not restoring mana when Explosive Shot crits | Shauren | |
| Closes issue #2221. --HG-- branch : trunk | |||
| 2010-07-24 | Modified 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 forgotten | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-24 | * Add lootid output to .gobj info command | Brian | |
| * Patch by Visagalis --HG-- branch : trunk | |||
| 2010-07-24 | Ensure that Scatter Shot does not share diminishing returns with other spells | click | |
| Closes issue 3013 --HG-- branch : trunk | |||
| 2010-07-24 | Fixed trauma/mangle stacking. Fixes issue #1460. | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-07-24 | Fix: 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-24 | Allow the full raidgroup to uses meetingstones, not just a single subgroup ↵ | click | |
| (blizzlike) - thanks to Silinoron! --HG-- branch : trunk | |||
| 2010-07-24 | Fix charactercleaning of talents | click | |
| + apply some codestyling and new headers --HG-- branch : trunk | |||
| 2009-07-23 | Added missing data to world_database.sql forgotten in commit 9000. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-07-23 | Fix naming in config files. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2010-07-23 | Fix 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-23 | Added tag UP33 for changeset 5da9f62c5795 | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-23 | Build is fixed NOW | Shauren | |
| ... guess you cant trust VS to do all things 100% properly --HG-- branch : trunk | |||
| 2010-07-23 | Proper fix for windows build | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-23 | * Hopefully fix Windows post compile lib copy problem | Brian | |
| * Please test and leave feedback --HG-- branch : trunk | |||
| 2010-07-23 | Moved old sql files to /3.3.35a_old subdir. | teacher | |
| --HG-- branch : trunk | |||
| 2010-07-23 | This should not have been commited | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-23 | Fixed windows project files - added SOAP | Shauren | |
| Added project file for SOAP Applied Trinity coding standards to TCSoap files --HG-- branch : trunk | |||
| 2010-07-23 | Add 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 file | Brian | |
| * Update world_database.sql with that data --HG-- branch : trunk | |||
| 2010-07-23 | Remove defunct handling of RemoteAccess console on/off (it's handled in config) | click | |
| --HG-- branch : trunk | |||
| 2010-07-23 | [mq]: soap | click | |
| --HG-- branch : trunk | |||
| 2010-07-22 | * orientation information for the previous commit | Brian | |
| * 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 startup | Brian | |
| * 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-22 | Shaman totem models are now different depending on race | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-22 | Fixed resist chances with Positive Auras. | _manuel_ | |
| BIG thanks to QAston. --HG-- branch : trunk | |||
| 2010-07-22 | Add 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-22 | sigh, i did the same compile error mistake | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-22 | Add 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_kon | QAston | |
| *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-22 | Proper name for my previous sql update. Sorry for wasting rev numbers. | teacher | |
| --HG-- branch : trunk | |||
| 2010-07-22 | Fix new character delete system. Those queries were not supposed to be there. | Shauren | |
| patch by Az@zel --HG-- branch : trunk | |||
| 2010-07-22 | Added placeholder for serverside spell for future development. | teacher | |
| --HG-- branch : trunk | |||
| 2010-07-22 | Fixes 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 update | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-21 | * Implement the ability to delete characters without them being removed from | Brian | |
| * the DB, so they can be unerased * Original patch by DasBlub * Ported to Trinty by Az@zel --HG-- branch : trunk | |||
| 2010-07-21 | Change order of loading for disable system | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-18 | * Implement additional usage of item_template.FlagsExtra Horde / Ally only | Brian | |
| * 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-21 | Modify 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-21 | Fixed my own stupid mistake | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-18 | * Remove outdated Doxygen files | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-21 | Removed leftovers in AccessRequirement | Shauren | |
| --HG-- branch : trunk | |||
