Spp
9bd697066b
Core/RBAC: Add new permissions 'Skip disable map check', 'Skip reset talents 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 15:48:18 +01:00
Spp
fc78c48495
Core/RBAC: Create new permissions 'Notify if a command was not found' and 'Enables lower security than target check'
2013-02-25 15:48:18 +01:00
Spp
d14cb26e6e
Core/RBAC: Create new permission 'Two side mail interaction'. In order to send/receive mails from other faction, config option should be enabled and both sender and receiver should have the permission
2013-02-25 15:48:18 +01:00
Spp
ea2e6052b2
Core/RBAC: Create new permissions 'Allow to use CMSG_WORLD_TELEPORT opcode' and 'Allow to use CMSG_WHOIS opcode'
2013-02-25 15:48:18 +01:00
Spp
e99dd15915
Core/RBAC: Create new permission 'Skip over-speed ping check'
2013-02-25 15:48:18 +01:00
Spp
54f7cc326f
Core/RBAC: Create new permission 'Receive global GM messages/texts'
2013-02-25 15:48:18 +01:00
Spp
367d3ccc4f
Core/RBAC: Create new permissions 'Use staff badge in chat' and 'Check if should appear in .gm ingame command'
2013-02-25 15:48:18 +01:00
Spp
cb0456fedc
Core/RBAC: Create new permissions 'Instant .save', 'Allow params with .unstuck', 'Full HP after resurrect'
2013-02-25 15:48:18 +01:00
Spp
e6087b5563
Core/RBAC: Create new permission 'Be assigned ticket'
2013-02-25 15:48:18 +01:00
Spp
1638092f18
Core/RBAC: Create 'Skip instance required bosses check' permission
2013-02-25 15:48:18 +01:00
Spp
8810fcb575
Core/RBAC: Add new Permission "Log gm trade". Config option still active, but will affect only to users with that permission granted
2013-02-25 15:48:18 +01:00
Spp
15343d9bb0
Core/RBAC: Remove unnecessary header includes from other header files
2013-02-25 15:48:17 +01:00
Shocker
20e913efa6
Core/Spells: Implement TRIGGERED_IGNORE_EQUIPPED_ITEM_REQUIREMENT to allow ignoring equipped item requirements on triggered casting
2013-02-25 05:38:34 +02:00
Shocker
1049d02e5f
Core/Spells: Define SPELL_ATTR6_PRINT_SPELLNAME
...
(Can't think of a better name/description)
2013-02-25 04:55:53 +02:00
horn
c34f1aebe6
Script/Commands: Make creature_summon_groups table reloadable.
2013-02-24 23:50:08 +01:00
Gacko
cb99c1d16a
Script/Quest: The Lonesome Watcher (12877)
...
Closes : #9185
See: http://www.youtube.com/watch?v=ylZRMu9CIMw
2013-02-24 19:42:21 +01:00
Nay
cf58f5a075
Core: Fix a comment in LoadConfigSettings
...
Closes #9292
2013-02-24 16:54:02 +00:00
horn
ba549ddc30
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.
...
Thx to @Shauren for his help.
2013-02-24 17:10:02 +01:00
Shauren
06257d1034
Core/Movement: Do not attempt to pathfind for stop/turn movement
2013-02-24 14:48:03 +01:00
Shauren
16f9a9d1b4
Core/Vehicles: Fixed a crash that happened if someone called ExitVehicle during seat changing
2013-02-24 14:38:47 +01:00
Shauren
b1d43f837a
Core/Vehicles: Fixed crash in RemovePendingEventsForSeat - changed _pendingJoinEvents container from deque to list as deque invalidates all iterators pointing to the container (including .end()) when performing erase
2013-02-23 19:24:59 +01:00
Spp
49b609d2e4
Core/Calendar: Fix mem leak and minor cosmetic changes
2013-02-23 19:18:09 +01:00
Spp
22353a012f
Core/RBAC: Fix mem leak
2013-02-23 19:18:09 +01:00
Vincent_Michael
56e32aac82
SQL: Fix "No newline at end of file" in 194cc54f08
2013-02-23 18:15:49 +01:00
Shauren
daced24223
Core/Vehicles: Really make RemovePendingEventsForSeat iterating crash safe
2013-02-23 16:05:08 +01:00
Machiavelli
7cab6d308a
Core/Vehicles: Make RemovePendingEventsForSeat iterating crashsafe
2013-02-23 15:25:47 +01:00
Machiavelli
b91c33dca5
Core/Vehicles: Fix a crash in VehicleJoinEvent::Execute
...
Crash would happen if multiple events were scheduled for the same seat.
Fixes #9255
2013-02-23 15:12:39 +01:00
Shauren
729a37363b
Core/Vehicles: Corrected logging message format specifiers
2013-02-22 18:01:57 +01:00
Shauren
ae8e423c73
Core/Vehicles: Minor cleanup in header file
2013-02-22 17:46:57 +01:00
Shauren
2f0bbe67ae
Core/Vehicles: Fixed accessing freed memory in Vehicle::RemoveAllPassengers - _pendingJoinEvents needs to be cleaned from events that had already executed or were aborted
2013-02-22 17:46:29 +01:00
Shauren
0ef974a9de
Core/Creatures: Set hover movement flag if bytes1 have hover flag and creature cannot fly
2013-02-22 01:21:49 +01:00
Machiavelli
5143804014
Core/Vehicles: Also remove mount auras for passengers not in charm seat
...
May fix related crashes:
Ref #9256 #9255
2013-02-21 14:43:31 +01:00
Spp
7d3fa71a03
Core/Misc: Remove devel log msg that shouldn't have been commited
2013-02-21 01:16:22 +01:00
Spp
fd882a4e61
Core/Logging: Fix mem leak. Thanks to @Sar777 for the report
2013-02-21 01:10:58 +01:00
Shauren
59c3c6b8a6
Core/Players: Allow players to log out in combat when they are in resting area (logout in rest area is instant by default, but not when in combat)
2013-02-20 20:52:58 +01:00
ille
4657cb896f
Core/Conditions: add missing break
...
Core/Units: use attackers MeleeDamageSchoolMask to calculate benefit/mod for auras with SPELL_AURA_MOD_DAMAGE_TAKEN/SPELL_AURA_MOD_DAMAGE_PERCENT_TAKEN in Unit::MeleeDamageBonusTaken()
thx bonitas for pointing
2013-02-20 20:41:48 +01:00
Nay
65258666e0
Core/NPCs: Fix some equipment issues introduced with 028c72a9f2
...
Also changed equips defaults to 0 (no equipment) instead of 1.
It seems that some parts of the original commit were reverted locally, my bad.
2013-02-20 01:17:27 +00:00
Nay
4e59dab703
Core/DBLayer: Comment out MySQL client/server version mismatch warning
...
MySQL version above 5.1 IS required in both client and server and there is no known issue with different versions above 5.1
2013-02-20 01:17:26 +00:00
Nay
4540a1d24b
Merge pull request #9168 from Kirkhammett/Ebonroc_Bwl
...
Npc/Core: Was using Onyxia's Wing Buffet spell which can 1 shot lowbies...
2013-02-19 15:11:27 -08:00
Shauren
5b414bb813
Core/Scripts: Removed useless const modifier on method parameters accepting primitive types passed by value
2013-02-19 17:35:27 +01:00
Machiavelli
6b63a98ab0
Core/SmartAI: Prevent recursive EnterEvadeMode call
...
Ref #8679
2013-02-19 16:35:26 +01:00
Nay
03f97f75ec
Core/Startup: Write current and expected maps version when there's a version mismatch
2013-02-19 01:16:24 +00:00
Nay
037c912bb5
Core/ObjectMgr: Fix a logic error in GetEquipmentInfo
...
Thanks @Shauren
2013-02-19 00:18:00 +00:00
Nay
e7dbb4296c
Scripts/Spells: Fix Winter Veil PX-238
...
Ref #9238
Thanks @joschiwald
2013-02-18 22:15:58 +00:00
Machiavelli
1c745dfe16
Core/Vehicles: Fix a few issues
...
- Fix position desync issue
Closes #9073
- Fix a crash related to passenger's EventProcessor, thanks to Shauren
- Fix crash related to charminfo
- Make compiler happier about certain things
2013-02-18 16:19:16 +01:00
Spp
4fc7fcae33
Core/RBAC: Add config option to set comma separated list of groups to add by default
...
- Allows to reduce the rows in rbac_account_groups
2013-02-18 14:49:59 +01:00
Nay
028c72a9f2
Core/NPCs: Refactor equipments
...
- 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-18 12:24:18 +00:00
Nay
87d4e8c067
Core/Config: Change CONFIG_EVENT_ANNOUNCE from int to bool
...
Also correct the description of BeepAtStart, it works in Windows as well
2013-02-18 12:20:00 +00:00
Shauren
2144f0fd8e
Core/Scripts: Correct orders of parameters used in OnGroupChangeLeader script hook
2013-02-18 12:23:46 +01:00
Machiavelli
cc8d5a3aca
Core/Vehicles: Prevent infinite loop in VehicleJoinEvent:Abort
2013-02-18 02:20:42 +01:00