| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-26 | Fixing some Engrish. | Ascathor | |
| 2013-02-25 | Additional changes and requests as by @subv | Ascathor | |
| 2013-02-25 | Some documentation additions within player.h and Creature.h | Ascathor | |
| 2013-02-25 | DB/SAI: Convert EAI for Stormforged Eradictor | Gacko | |
| Forgot to do so in cb99c1d16aef4f4fc000aff7aaa3f63fadf4e9ef | |||
| 2013-02-25 | Merge pull request #9062 from Chaplain/origin | QAston | |
| Core/Spells: Rename wrong spell attribute | |||
| 2013-02-25 | Merge pull request #9260 from ille/randomtypos03 | QAston | |
| Core/Conditions: add missing break | |||
| 2013-02-25 | Core/RBAC: Remove couple of harcoded checks for GM level and use Permission ↵ | Spp | |
| 'Log gm trade' | |||
| 2013-02-25 | Missing change related to permission 'Change channel settings' | Spp | |
| 2013-02-25 | Core/RBAC: Create new permissions 'See two side who list', 'Add friends of ↵ | Spp | |
| other faction', 'See all levels with who command' and 'Allows to add a gm to friend list' | |||
| 2013-02-25 | Add missing change related to permission 'Two side interaction channel' | Spp | |
| 2013-02-25 | Core/RBAC: Create new permissions related to character creation | Spp | |
| - 'Skips character creation team mask check' - 'Skips character creation class mask check' - 'Skips character creation race mask check' - 'Skips character creation reserved name check' - 'Skips character creation heroic min level check' - 'Creation of two side faction characters in same account' (Affected by global config option) | |||
| 2013-02-25 | Core/RBAC: Create new permissions 'Allow channel chat between factions', ↵ | Spp | |
| 'Join channels without announce' (both need config option enabled and permission set) and 'Change channel settings without being channel moderator' | |||
| 2013-02-25 | Core/RBAC: Create new permissions 'Skips needed requirements to use channel ↵ | Spp | |
| check', 'Filter whispers', 'Allow say chat between factions'. Last one needs config option to be enabled and both sender and receiver to have the permission | |||
| 2013-02-25 | Core/RBAC: Add new permissions 'Skip disable map check', 'Skip reset talents ↵ | Spp | |
| when used more than allowed check', 'Skip spam chat check', 'Restore saved gm setting states', 'Use Config option START_GM_LEVEL to assign new character level' | |||
| 2013-02-25 | Core/RBAC: Create new permissions 'Notify if a command was not found' and ↵ | Spp | |
| 'Enables lower security than target check' | |||
| 2013-02-25 | Core/RBAC: Create new permission 'Two side mail interaction'. In order to ↵ | Spp | |
| send/receive mails from other faction, config option should be enabled and both sender and receiver should have the permission | |||
| 2013-02-25 | Core/RBAC: Create new permissions 'Allow to use CMSG_WORLD_TELEPORT opcode' ↵ | Spp | |
| and 'Allow to use CMSG_WHOIS opcode' | |||
| 2013-02-25 | Core/RBAC: Create new permission 'Skip over-speed ping check' | Spp | |
| 2013-02-25 | Core/RBAC: Create new permission 'Receive global GM messages/texts' | Spp | |
| 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 | Corrections to recent sqls | Spp | |
| 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: Add new Permission "Log gm trade". Config option still active, ↵ | Spp | |
| but will affect only to users with that permission granted | |||
| 2013-02-25 | Core/RBAC: Remove unnecessary header includes from other header files | Spp | |
| 2013-02-25 | Core/Spells: Implement TRIGGERED_IGNORE_EQUIPPED_ITEM_REQUIREMENT to allow ↵ | Shocker | |
| ignoring equipped item requirements on triggered casting | |||
| 2013-02-25 | Core/Spells: Define SPELL_ATTR6_PRINT_SPELLNAME | Shocker | |
| (Can't think of a better name/description) | |||
| 2013-02-24 | Script/Quest: The Lonesome Watcher (12877) | Gacko | |
| Closes: #9185 See: http://www.youtube.com/watch?v=ylZRMu9CIMw | |||
| 2013-02-24 | Core: Fix a comment in LoadConfigSettings | Nay | |
| Closes #9292 | |||
| 2013-02-24 | Merge pull request #9280 from horn/summons | Shauren | |
| Core/Summons: Implement summon groups system to be able to summon multiple NPCs at once without need of hardcoding the positions. Almost all hardcoded positions can now be moved to DB. | |||
| 2013-02-24 | Core/Summons: Implement summon groups system to be able to summon multiple ↵ | horn | |
| NPCs at once without need of hardcoding the positions. Almost all hardcoded positions can now be moved to DB. Thx to @Shauren for his help. | |||
| 2013-02-24 | Core/Movement: Do not attempt to pathfind for stop/turn movement | Shauren | |
| 2013-02-24 | Core/Vehicles: Fixed a crash that happened if someone called ExitVehicle ↵ | Shauren | |
| during seat changing | |||
| 2013-02-23 | DB/Trigger: Fixed instance exit of the Culling of Stratholme | Kinzcool | |
| 2013-02-23 | Core/Vehicles: Fixed crash in RemovePendingEventsForSeat - changed ↵ | Shauren | |
| _pendingJoinEvents container from deque to list as deque invalidates all iterators pointing to the container (including .end()) when performing erase | |||
| 2013-02-23 | Core/Calendar: Fix mem leak and minor cosmetic changes | Spp | |
| 2013-02-23 | Core/RBAC: Fix mem leak | Spp | |
| 2013-02-23 | SQL: Fix "No newline at end of file" in 194cc54f08d8b42c8c49d756e14273d917e1fcf2 | Vincent_Michael | |
| 2013-02-23 | DB/Gameobject: Removed transport gameobject | Vincent_Michael | |
| 2013-02-23 | Core/Vehicles: Really make RemovePendingEventsForSeat iterating crash safe | Shauren | |
| 2013-02-23 | Core/Vehicles: Make RemovePendingEventsForSeat iterating crashsafe | Machiavelli | |
| 2013-02-23 | Core/Vehicles: Fix a crash in VehicleJoinEvent::Execute | Machiavelli | |
| Crash would happen if multiple events were scheduled for the same seat. Fixes #9255 | |||
| 2013-02-22 | Core/Vehicles: Corrected logging message format specifiers | Shauren | |
| 2013-02-22 | Core/Vehicles: Minor cleanup in header file | Shauren | |
| 2013-02-22 | Core/Vehicles: Fixed accessing freed memory in Vehicle::RemoveAllPassengers ↵ | Shauren | |
| - _pendingJoinEvents needs to be cleaned from events that had already executed or were aborted | |||
| 2013-02-22 | Core/Creatures: Set hover movement flag if bytes1 have hover flag and ↵ | Shauren | |
| creature cannot fly | |||
| 2013-02-21 | Core/Vehicles: Also remove mount auras for passengers not in charm seat | Machiavelli | |
| May fix related crashes: Ref #9256 #9255 | |||
| 2013-02-21 | Core/Misc: Remove devel log msg that shouldn't have been commited | Spp | |
| 2013-02-21 | Core/Logging: Fix mem leak. Thanks to @Sar777 for the report | Spp | |
