| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-27 | Core/RBAC: Add .reload rbac command and prevent possible crash if ↵ | Spp | |
| rbac_permissions has wrong data | |||
| 2013-02-26 | Scripts/Blackwing Lair: Fixed crash happening with Shadows of Ebonroc | Shauren | |
| 2013-02-26 | Core/Quests: Implemented quest flag forcing the player to be flagged for PvP ↵ | Shauren | |
| as long as the quest is in his log. | |||
| 2013-02-25 | Merge pull request #9295 from horn/summons | Nay | |
| Script/Commands: Make creature_summon_groups table reloadable. | |||
| 2013-02-25 | Core: Whitespace cleanup | Vincent_Michael | |
| 2013-02-25 | Core/RBAC: Create new permissions 'Use staff badge in chat' and 'Check if ↵ | Spp | |
| should appear in .gm ingame command' | |||
| 2013-02-25 | Core/RBAC: Create new permissions 'Instant .save', 'Allow params with ↵ | Spp | |
| .unstuck', 'Full HP after resurrect' | |||
| 2013-02-25 | Core/RBAC: Create new permission 'Be assigned ticket' | Spp | |
| 2013-02-25 | Core/RBAC: Create 'Skip instance required bosses check' permission | Spp | |
| 2013-02-25 | Core/RBAC: Remove unnecessary header includes from other header files | Spp | |
| 2013-02-24 | Script/Commands: Make creature_summon_groups table reloadable. | horn | |
| 2013-02-24 | Script/Quest: The Lonesome Watcher (12877) | Gacko | |
| Closes: #9185 See: http://www.youtube.com/watch?v=ylZRMu9CIMw | |||
| 2013-02-24 | Core/Movement: Do not attempt to pathfind for stop/turn movement | Shauren | |
| 2013-02-19 | Merge pull request #9168 from Kirkhammett/Ebonroc_Bwl | Nay | |
| Npc/Core: Was using Onyxia's Wing Buffet spell which can 1 shot lowbies... | |||
| 2013-02-19 | Core/Scripts: Removed useless const modifier on method parameters accepting ↵ | Shauren | |
| primitive types passed by value | |||
| 2013-02-19 | Core/Startup: Write current and expected maps version when there's a version ↵ | Nay | |
| mismatch | |||
| 2013-02-18 | Scripts/Spells: Fix Winter Veil PX-238 | Nay | |
| Ref #9238 Thanks @joschiwald | |||
| 2013-02-18 | Core/NPCs: Refactor equipments | Nay | |
| - creature_template.equipment_id deleted - creature_equip_template.entry == creature_template.entry - id field added to creature_equip_template -> PK(entry, id) - id field in creature_equip_template starts at 1 - creature.equipment_id references id of creature_equip_template - creature.equipment_id = 0 means no equipment at all (default 1) - creature.equipment_id = -1 means pick a random equipment from creature_equip_template - add equipment info to .npc info command While table creature_equip_template got bigger in size, this system is easier to mantain and allows creatures to have a random template from a group of equipments | |||
| 2013-02-17 | Scripts/Icecrown Citadel: Improvements to Shadowmourne quest line | Shauren | |
| 2013-02-16 | Scripts/BWL: Fix build no. 2 | Vincent_Michael | |
| 2013-02-16 | Scripts/BWL: Fix build | Nay | |
| 2013-02-16 | Say NO to whitespace | Nay | |
| 2013-02-16 | Scripts/BWL: Fix typo in recent commit. | Gigatotem | |
| 2013-02-16 | Scripts/Blackwing Lair: Broodlord Lashlayer clean-up. | Gigatotem | |
| 2013-02-16 | Merge pull request #9214 from Aokromes/master | Machiavelli | |
| Scripts/Ulduar: Kologarn's gate should be open while in combat | |||
| 2013-02-15 | Scripts/TheStormPeaks: Cosmetic changes. | w1sht0l1v3 | |
| 2013-02-15 | Scripts/TheStormPeaks: Cold Hearted quest update. | w1sht0l1v3 | |
| Fix a crash.Thx @DDuarte. Closes #8865 Move waypoint data from script to DB table. | |||
| 2013-02-14 | Scripts/Gundrak: Drakkari Colossus | WishToDie | |
| Drakkari Colossus should not move when in freeze phase. | |||
| 2013-02-14 | Scripts/Ulduar: Kologarn's gate should be open while in combat | Aokromes | |
| Source: personal experience and http://youtu.be/JcOiyNaKDlg?t=18s | |||
| 2013-02-13 | Core/Spells: Fixed charge effects with non-explicit targets | Shauren | |
| 2013-02-12 | Fixup for last commits. | Kirkhammett | |
| 2013-02-12 | Scripts/Icecrown Citadel: Fixed possible crash for Necrotic Plague (if cast ↵ | Shauren | |
| outside of ICC) Closes #9188 | |||
| 2013-02-09 | Core/Spells: Fix cooldown problems for Val'anyr, Hammer of Ancient Kings | zwerg | |
| Closes #9162 | |||
| 2013-02-09 | Script/Quest: Kodo Roundup | Gacko | |
| Closes #943 | |||
| 2013-02-07 | typo | thomas33 | |
| 2013-02-07 | Core: More clean up whitespace | Vincent_Michael | |
| 2013-02-07 | Core: Clean up whitespace, and remove a silly warning in boss_lurker_below.cpp | click | |
| 2013-02-04 | Core/AI: Removed Scripted_NoMovementAI which has become obsolete. Use ↵ | m7nu3l | |
| ScriptedAI::SetCombatMovement(false); to get the same functionality. | |||
| 2013-02-04 | DB/Misc: Fix achievement Flirt With Disaster. | w1sht0l1v3 | |
| 2013-02-04 | Scripts/Player: Add OnMapChanged to PlayerScripts (after map changed) | Spp | |
| Core/Dungeon Finder: Use OnMapChanged script to cast/remove Luck of the draw - Also move code to force party update to LfgPlayerScript - Remove some obsolete Lfg code after recent commits | |||
| 2013-02-04 | Merge pull request #9099 from Bezo/mutenew | Aokromes | |
| Add Mute reason and mute by to the db so you can get this info from the ... | |||
| 2013-02-04 | Core/RBAC: Add SQL to remove bad data from account_access, otherwise other ↵ | Spp | |
| sqls will fail due to use of FOREIGN KEYS - Also add missing files from previous commit | |||
| 2013-02-04 | Core: Implement Role based Access Control | Spp | |
| - This system will give more control of actions an account can perform. System defines: - Permissions to perform some action - Roles: a set of permissions that have some relation - Groups: a set of roles that have some relation Operations: - Grant: Assign and allow - Deny: Assign and do not allow - Revoke: Remove Precedence to know if something can be done: Grant, Deny. That means, if you are granted some action by a role but you have denied the permission, the action can not be done. Some Rules: - Groups can only have roles - Roles can only have permissions - An account can be assigned granted and denied roles. Permissions inherited from roles are granted if roles is granted and denied if roles is denied - An account can be assigned granted and denied permissions - An account can have multiple groups, roles and permissions - An account can not have same role granted and denied at same time - An acconnt can not have same permission granted and denied at same time - Id 0 can not be used to define a group, role or permission Added some permissions as a sample of use (Instant Logout, Skip Queue, Join BGs, Join DF) and some permissions as a workaround to commands till command system is modified to use RBAC | |||
| 2013-02-04 | Core/Dungeon Finder: Declare some functions private as those are not used ↵ | Spp | |
| outside LFGMgr. Also do not expose LFGDungeonData outside LFGMgr | |||
| 2013-02-04 | Core/Dungeon Finder: Corrections to previous commit | Spp | |
| - player::inRandomLfgDungeon was supposed to return if current player map and difficulty are the ones player applied for | |||
| 2013-02-04 | Core/Dungeon Finder: Use lfg namespace to encapsulate all LFG classes, ↵ | Spp | |
| structs and enums | |||
| 2013-02-04 | Core/Dungeon Finder: Simplify Spell Luck of the draw code | Spp | |
| Core/Dungeon Finder: Partial recode of "group list" using existing Lfg functions | |||
| 2013-02-04 | DB/Misc: Add full script for Pilfering Perfume (A:24656 H:24541) | w1sht0l1v3 | |
| Closes #5205 | |||
| 2013-02-03 | Fixed a few file names to improve searching. | Krogonos | |
| Signed-off-by: Krogonos <bryan.mayer26@yahoo.com> | |||
| 2013-02-03 | Core: Warning fixes | Shauren | |
