Shauren
4a6f5d2b54
Core/Spells: Defined & implemented SPELL_ATTR6_IGNORE_CATEGORY_COOLDOWN_MODS
2013-02-28 20:46:50 +01:00
Shauren
47d7c3a6ad
Core/Spells: Implemented SPELL_ATTR8_ATTACK_IGNORE_IMMUNE_TO_PC_FLAG
2013-02-28 20:34:10 +01:00
Shauren
f3e7886934
Core/Spells: Defined two spell attributes
2013-02-28 20:25:20 +01:00
Vincent_Michael
6343a28030
Core: Whitespace cleanup
2013-02-28 18:29:43 +01:00
Trista
6801314881
Scripts/Eye of Eternity: Rewrite most of it.
...
Closes : #1133 , #8212 , #1150 , #5003 , #6794
* More stuff will be done, a lot to clean maybe, as of raiding it's good to go now pretty much*.
* Big thx to Shauren, Horn, manuel, Machiavelli, Nay, Krofna and rest who helped.
2013-02-28 18:44:07 +02:00
QAston
e097994b23
Merge pull request #9299 from Ascathor/master
...
Few documentation changes
2013-02-28 02:24:19 -08:00
click
58ac8207ec
Core: Add support for compiling core in a cygwin-environment
...
- rename/readd/add G3D-patches
- give a history on the changes (some G3D-changes didn't even HAVE a patch - boo!)
DON'T MESS ABOUT WITH CHANGING DEP/* LIBRARIES AND NOT LEAVING A DIFF IN THE SOURCETRE, MKAY!?
2013-02-27 22:31:25 +01:00
Vincent_Michael
9daf06f36a
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Handlers/SpellHandler.cpp
src/server/game/Spells/Spell.cpp
2013-02-27 21:12:00 +01:00
Vincent_Michael
052e47780e
Core/ZulGurub: Move mondokir hardcoded spawn in db
2013-02-27 18:24:22 +01:00
Shauren
9301e31a4e
Core/Spells: Allow free casting of player's own spells on vehicle seats with flag VEHICLE_SEAT_FLAG_CAN_ATTACK
2013-02-27 13:17:20 +01:00
Nay
1a1c53d889
Core/Loading: Fix LoadCreatureTemplates
2013-02-27 08:05:51 +00:00
Spp
03505a3a42
Merge branch 'master' into 4.3.4
...
Conflicts:
src/server/game/Entities/Player/Player.h
src/server/game/Quests/QuestDef.cpp
src/server/game/Quests/QuestDef.h
src/server/game/World/World.cpp
src/server/game/World/World.h
src/server/scripts/Commands/cs_reload.cpp
2013-02-27 04:08:19 +01:00
Spp
480c6cf4dd
Core/RBAC: Add .reload rbac command and prevent possible crash if rbac_permissions has wrong data
2013-02-27 03:30:53 +01:00
Nay
4ea31ce886
Core&SQL: Fix typos (RBAC and equips related)
2013-02-26 23:49:21 +00:00
Spp
00c58f25d7
Core/RBAC: Force loadPermissions before checking session permissions if the storage is null (someone created a session but forgot to call to LoadPermissions)
2013-02-26 22:35:55 +01:00
Shauren
6ccad9adc4
Scripts/Blackwing Lair: Fixed crash happening with Shadows of Ebonroc
2013-02-26 22:20:15 +01:00
Nay
3b1410e798
Core/Player: Rename PLAYER_FLAGS_UNK19 to PLAYER_FLAGS_UBER
2013-02-26 20:58:13 +00:00
Ascathor
d6d066f014
Several todo corrections for documentation
2013-02-26 20:05:17 +01:00
Ascathor
1d3f35af18
Additional fixes and some clean ups
2013-02-26 18:39:11 +01:00
Ascathor
dec38b12a0
Fixing some Engrish.
2013-02-26 17:28:10 +01:00
Shauren
af4ac778d7
Core/Quests: Implemented quest flag forcing the player to be flagged for PvP as long as the quest is in his log.
2013-02-26 17:14:13 +01:00
Shauren
e3e5d14d52
Core/Quests: Updated quest flags and implemented QUEST_FLAGS_NO_MONEY_FROM_XP - experience reward from quests using this flag is not converted into money at max level.
2013-02-26 16:57:11 +01:00
Vincent_Michael
cd24526aac
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-02-26 16:11:15 +01:00
QAston
6403e3fbfe
Core/SpellsMgr: remove unneeded functions from spellmgr, add some const modifiers for methods
2013-02-26 11:05:10 +01:00
QAston
e49e470787
Merge pull request #9165 from Phantons/spellFixes
...
Core/Spells: spell implicit targets fix
2013-02-25 23:08:44 -08:00
QAston
a6df8b9e10
Merge pull request #9301 from horn/summons
...
Core/Summons: Pack the TempSummonGroupKey structure so it is being compared correctly and make the second parameter of SummonCreatureGroup() optional
2013-02-25 22:24:05 -08:00
Nay
b10aa126c7
Core/BossAI: Fix a typo in CheckBoundary
...
Method was using "me" (the boss) instead of the function's argument
Props to @Horn for finding the 4 year's old error
Ref #7194
2013-02-26 02:34:45 +00:00
horn
badcce45d8
Core/Summons: Pack the TempSummonGroupKey structure so it is being compared correctly and make the second parameter of SummonCreatureGroup() optional
2013-02-26 02:51:55 +01:00
Nay
b00f6a981e
Merge pull request #9295 from horn/summons
...
Script/Commands: Make creature_summon_groups table reloadable.
2013-02-25 17:17:53 -08:00
Vincent_Michael
8d64a77bc0
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-02-25 23:10:45 +01:00
Ascathor
6db8fed2ff
Additional changes and requests as by @subv
2013-02-25 20:43:06 +01:00
Vincent_Michael
447b23c3bb
Core: Whitespace cleanup
2013-02-25 19:54:41 +01:00
Ascathor
795d01bc1b
Some documentation additions within player.h and Creature.h
2013-02-25 18:14:29 +01:00
Shauren
6a5c9bc5e3
Core/DBLayer: Made connection types consistent in DatabaseWorkerPool
2013-02-25 17:43:04 +01:00
QAston
ca19852510
Merge pull request #9193 from drskull/master
...
Core: Fix Feral Spirit attack speed and update attack power
2013-02-25 08:21:35 -08:00
QAston
9fbbcb5371
Merge pull request #9230 from FH3095/IsSingleTargetWith
...
Replace check in IsSingleTargetWith
2013-02-25 08:17:53 -08:00
Vincent_Michael
529c4b7592
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Handlers/MailHandler.cpp
2013-02-25 17:11:36 +01:00
QAston
c6d6cb7e74
Merge pull request #9062 from Chaplain/origin
...
Core/Spells: Rename wrong spell attribute
2013-02-25 07:52:37 -08:00
QAston
6e55e3f352
Merge pull request #9260 from ille/randomtypos03
...
Core/Conditions: add missing break
2013-02-25 07:49:33 -08:00
Spp
ffdf54b082
Core/RBAC: Remove couple of harcoded checks for GM level and use Permission 'Log gm trade'
2013-02-25 15:59:16 +01:00
Spp
d47b95cc0a
Missing change related to permission 'Change channel settings'
2013-02-25 15:51:48 +01:00
Spp
0c2402df95
Core/RBAC: Create new permissions 'See two side who list', 'Add friends of other faction', 'See all levels with who command' and 'Allows to add a gm to friend list'
2013-02-25 15:48:19 +01:00
Spp
fb9893a190
Add missing change related to permission 'Two side interaction channel'
2013-02-25 15:48:19 +01:00
Spp
019770dddb
Core/RBAC: Create new permissions related to character creation
...
- '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 15:48:19 +01:00
Spp
f67330e2ad
Core/RBAC: Create new permissions 'Allow channel chat between factions', 'Join channels without announce' (both need config option enabled and permission set) and 'Change channel settings without being channel moderator'
2013-02-25 15:48:18 +01:00
Spp
18562a43ba
Core/RBAC: Create new permissions 'Skips needed requirements to use channel 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 15:48:18 +01:00
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