aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-26Fixing some Engrish.Ascathor
2013-02-25Additional changes and requests as by @subvAscathor
2013-02-25Some documentation additions within player.h and Creature.hAscathor
2013-02-25DB/SAI: Convert EAI for Stormforged EradictorGacko
Forgot to do so in cb99c1d16aef4f4fc000aff7aaa3f63fadf4e9ef
2013-02-25Merge pull request #9062 from Chaplain/originQAston
Core/Spells: Rename wrong spell attribute
2013-02-25Merge pull request #9260 from ille/randomtypos03QAston
Core/Conditions: add missing break
2013-02-25Core/RBAC: Remove couple of harcoded checks for GM level and use Permission ↵Spp
'Log gm trade'
2013-02-25Missing change related to permission 'Change channel settings'Spp
2013-02-25Core/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-25Add missing change related to permission 'Two side interaction channel'Spp
2013-02-25Core/RBAC: Create new permissions related to character creationSpp
- '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-25Core/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-25Core/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-25Core/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-25Core/RBAC: Create new permissions 'Notify if a command was not found' and ↵Spp
'Enables lower security than target check'
2013-02-25Core/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-25Core/RBAC: Create new permissions 'Allow to use CMSG_WORLD_TELEPORT opcode' ↵Spp
and 'Allow to use CMSG_WHOIS opcode'
2013-02-25Core/RBAC: Create new permission 'Skip over-speed ping check'Spp
2013-02-25Core/RBAC: Create new permission 'Receive global GM messages/texts'Spp
2013-02-25Core/RBAC: Create new permissions 'Use staff badge in chat' and 'Check if ↵Spp
should appear in .gm ingame command'
2013-02-25Corrections to recent sqlsSpp
2013-02-25Core/RBAC: Create new permissions 'Instant .save', 'Allow params with ↵Spp
.unstuck', 'Full HP after resurrect'
2013-02-25Core/RBAC: Create new permission 'Be assigned ticket'Spp
2013-02-25Core/RBAC: Create 'Skip instance required bosses check' permissionSpp
2013-02-25Core/RBAC: Add new Permission "Log gm trade". Config option still active, ↵Spp
but will affect only to users with that permission granted
2013-02-25Core/RBAC: Remove unnecessary header includes from other header filesSpp
2013-02-25Core/Spells: Implement TRIGGERED_IGNORE_EQUIPPED_ITEM_REQUIREMENT to allow ↵Shocker
ignoring equipped item requirements on triggered casting
2013-02-25Core/Spells: Define SPELL_ATTR6_PRINT_SPELLNAMEShocker
(Can't think of a better name/description)
2013-02-24Script/Quest: The Lonesome Watcher (12877)Gacko
Closes: #9185 See: http://www.youtube.com/watch?v=ylZRMu9CIMw
2013-02-24Core: Fix a comment in LoadConfigSettingsNay
Closes #9292
2013-02-24Merge pull request #9280 from horn/summonsShauren
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-24Core/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-24Core/Movement: Do not attempt to pathfind for stop/turn movementShauren
2013-02-24Core/Vehicles: Fixed a crash that happened if someone called ExitVehicle ↵Shauren
during seat changing
2013-02-23DB/Trigger: Fixed instance exit of the Culling of StratholmeKinzcool
2013-02-23Core/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-23Core/Calendar: Fix mem leak and minor cosmetic changesSpp
2013-02-23Core/RBAC: Fix mem leakSpp
2013-02-23SQL: Fix "No newline at end of file" in 194cc54f08d8b42c8c49d756e14273d917e1fcf2Vincent_Michael
2013-02-23DB/Gameobject: Removed transport gameobjectVincent_Michael
2013-02-23Core/Vehicles: Really make RemovePendingEventsForSeat iterating crash safeShauren
2013-02-23Core/Vehicles: Make RemovePendingEventsForSeat iterating crashsafeMachiavelli
2013-02-23Core/Vehicles: Fix a crash in VehicleJoinEvent::ExecuteMachiavelli
Crash would happen if multiple events were scheduled for the same seat. Fixes #9255
2013-02-22Core/Vehicles: Corrected logging message format specifiersShauren
2013-02-22Core/Vehicles: Minor cleanup in header fileShauren
2013-02-22Core/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-22Core/Creatures: Set hover movement flag if bytes1 have hover flag and ↵Shauren
creature cannot fly
2013-02-21Core/Vehicles: Also remove mount auras for passengers not in charm seatMachiavelli
May fix related crashes: Ref #9256 #9255
2013-02-21Core/Misc: Remove devel log msg that shouldn't have been commitedSpp
2013-02-21Core/Logging: Fix mem leak. Thanks to @Sar777 for the reportSpp