Vincent-Michael
6514e21b7c
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/tools/map_extractor/System.cpp
2013-09-03 21:03:09 +02:00
Sebastian Valle
5b95301de5
Core/Misc: Solved some issues found by static code analysis.
2013-09-03 13:38:50 -05:00
Vincent-Michael
611d51af98
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/scripts/Commands/cs_debug.cpp
src/server/worldserver/worldserver.conf.dist
2013-09-02 22:53:44 +02:00
MitchesD
5e03230f3d
Scripts/HallsOfStone: Sjonnir, some improvements
...
- rewritten to BossAI
- added spawn ordered by percent, according to official data
Closes #10702
Signed-off-by: joschiwald <joschiwald@online.de >
2013-09-02 18:55:52 +02:00
joschiwald
3722fcb850
Scripts/HoL/HoS: changed some bosses to optional, doors are always open
2013-09-02 18:12:33 +02:00
Nay
9b92bc9409
Core: Fix compile with PCH enabled and warnings
...
Few corrections to worldserver.conf
2013-09-02 16:18:55 +01:00
joschiwald
579f969d6a
Scripts/HallsOfStone: reworked InstanceScript
2013-09-02 16:31:35 +02:00
Nay
28f9317698
Core/RBAC: Move cast and characters commands to RBAC (using individual permissions)
2013-09-02 13:25:07 +01:00
Spp
f68471f142
Core/RBAC: Move message commands to RBAC (using individual permissions)
2013-09-02 13:01:50 +02:00
Spp
2d508387e5
Core/Commands: Move lookup commands to RBAC (using individual permissions)
2013-09-02 12:54:51 +02:00
Spp
eb73684952
Core/RBAC: Move list commands to RBAC (using individual permissions)
2013-09-02 12:25:32 +02:00
Spp
4219f45c85
Core/RBAC: Move lfg commands to RBAC (using individual permissions)
2013-09-02 12:17:46 +02:00
Spp
c0dfdeab1c
Core/RBAC: Move learn commands to RBAC (using individual permissions)
2013-09-02 12:12:20 +02:00
Spp
2625e78f80
Core/RBAC: Move instance commands to RBAC (using individual permissions)
2013-09-02 11:58:14 +02:00
Spp
08ef6bd9f8
Core/RBAC: Move honor commands to RBAC (using individual permissions)
2013-09-02 11:53:22 +02:00
Spp
11233dbd73
Core/RBAC: Move guild commands to RBAC (using individual permissions)
2013-09-02 11:45:36 +02:00
Spp
015eee068b
Core/RBAC: Move gobject commands to RBAC (using individual permissions)
2013-09-02 11:38:41 +02:00
Spp
29c57c3447
Core/RBAC: Move go commands to RBAC (using individual permissions)
2013-09-02 11:33:45 +02:00
Spp
1bccf67c09
Core/RBAC: Move gm commands to RBAC (using individual permissions)
2013-09-02 11:24:09 +02:00
Spp
fced8a896e
Core/RBAC: Move event commands to RBAC (using individual permissions)
2013-09-02 11:20:05 +02:00
Spp
225691e0ae
Core/RBAC: Move disable commands to RBAC (using individual permissions)
2013-09-02 11:17:15 +02:00
Spp
3e45640135
Core/RBAC: Move deserter commands to RBAC (using individual permissions)
2013-09-02 10:01:34 +02:00
Spp
f53c61c93e
Core/RBAC: Move debug commands to RBAC (using individual permissions)
2013-09-02 10:01:34 +02:00
Spp
33d9da5060
Core/RBAC: Move cheat commands to RBAC (using individual permissions)
2013-09-02 10:01:34 +02:00
Aokromes
59667ee606
Core/Spells: move debug log into debug mode
2013-09-02 09:41:46 +02:00
Vincent-Michael
97fc632b9d
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Object/Object.h
src/server/game/Server/WorldSession.cpp
2013-09-01 23:48:40 +02:00
Ascathor
722a6c143a
Core/Account: Make account password change security variable and various changes
...
Settings within worldserver.conf:
Three settings for secruity level:
0 - None - No change to current system
1 - Email - Always requires the email entered on registration for confirming.
2 - RBAC - Groups applied with the RBAC role always require the email entered on registration for confirming.
RBAC default to every group. Changed some logs to make it more clear what is going on at all.
Emails may now no longer exceed 64 chars. Current email is used as regmail.
On account creation, two emails are saved. Registration email and normal email. Normal email is relevant afterwards. Registration email can be changed by console ONLY.
Includes new commands and changes to existing ones:
.account fulfills several new functions:
* Still prints GM Level.
* If account has permission, it displays the current email. This is not defaulted to any group.
* Security level is displayed. Also displays if user has RBAC perm if RBAC security mode is selected
.account email allows user to change email with sufficient confirmation
.account set sec email allows higher sec with higher sec than account to change the normal email. Registrationemail remains untouched here.
.account set sec regmail allows console to change registration email.
.pinfo now displays the registration and normal mail.
Also fixes .learn all crafts.
Closes #10558
2013-09-01 21:21:16 +02:00
Shauren
79d1b7f543
Scripts/Misc: Removed unused fields and fixed a warning about uninitialized value
2013-09-01 20:33:52 +02:00
joschiwald
e526e14d7e
Core/Scripts: fix build
2013-09-01 13:43:56 +02:00
joschiwald
5c5b78c77c
Scripts/Ulduar: fix mark of the faceless and add missing door handling
2013-09-01 13:25:52 +02:00
Shauren
d6fdd05493
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-09-01 00:59:58 +02:00
Nay
16fcac1991
Core/RBAC: Move bf commands to RBAC (using individual permissions)
2013-08-31 21:02:14 +01:00
Vincent-Michael
6c8d0e5405
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-08-31 21:52:15 +02:00
Vincent-Michael
22b71244a0
DB/Creature: Fix cords for quest "Death Comes From On High"
2013-08-31 19:33:14 +02:00
Vincent-Michael
e753a47162
DB/Sai: Fix quest credit for quest "Blessing of Incineratus"
2013-08-31 18:29:51 +02:00
Vincent-Michael
8fd1f46192
Scripted: Fix warning
2013-08-31 17:52:47 +02:00
Vincent-Michael
b1721a65ee
Core/Spells: Fix quest credit for quest "Death Comes From On High"
2013-08-31 17:42:04 +02:00
joschiwald
ae36ddefec
Core/Scripts: add creature_text to pet mojo
...
Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak)
2013-08-31 16:48:37 +02:00
Vincent-Michael
38bb6fe8e7
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/AI/EventAI/CreatureEventAIMgr.cpp
src/server/game/Entities/Creature/Creature.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Handlers/CharacterHandler.cpp
src/server/game/Quests/QuestDef.cpp
src/server/game/Quests/QuestDef.h
2013-08-30 23:46:24 +02:00
Shauren
16eefd18fa
Scripts/Icecrown Citaldel: Fixed spells cast by Professor Putricide during heroic Festergut and Rotface encounters
...
Closes #7641
Closes #8243
2013-08-30 23:00:43 +02:00
Vincent-Michael
224c5c5d3d
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/AI/EventAI/CreatureEventAI.cpp
src/server/game/AI/EventAI/CreatureEventAI.h
src/server/game/AI/EventAI/CreatureEventAIMgr.cpp
src/server/game/Chat/Chat.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Quests/QuestDef.h
src/server/game/Server/WorldSession.cpp
src/server/game/Server/WorldSession.h
src/server/game/World/World.h
src/server/scripts/Commands/cs_debug.cpp
src/server/scripts/Commands/cs_misc.cpp
src/server/scripts/Commands/cs_modify.cpp
src/server/scripts/Commands/cs_reload.cpp
src/server/shared/Database/Implementation/WorldDatabase.cpp
src/server/worldserver/worldserver.conf.dist
2013-08-30 21:43:02 +02:00
Vincent-Michael
87e105c818
Core: Fix warning
2013-08-30 20:56:41 +02:00
Nay
7776016106
Core/Quests: Remove CastedCreatureOrGO method
...
- Remove EAI's ACTION_T_CAST_EVENT and ACTION_T_CAST_EVENT_ALL
- Remove SAI's SMART_ACTION_CALL_CASTEDCREATUREORGO
- Split QUEST_TRINITY_FLAGS_KILL_OR_CAST into QUEST_TRINITY_FLAGS_KILL and QUEST_TRINITY_FLAGS_CAST
- Assign QUEST_TRINITY_FLAGS_CAST to all the quests that were using RequiredSpellCastX
- (unrelated) Fix a warning in Player.cpp
- Replace CastedCreatureOrGO usage in scripts by KilledMonsterCredit
TODO: Convert the two EAI scripts commented out in the .sql to proper SAI
Closes #10667
2013-08-30 19:32:08 +01:00
Nay
1903d4ca7d
Core/Server: Fix a spammy warning in WorldSession and move code to .cpp
2013-08-30 15:44:17 +01:00
Spp
9bea4fc451
Core/RBAC: Move ban commands to RBAC (using individual permissions)
2013-08-30 16:26:52 +02:00
Spp
2b69f83823
Core/RBAC: Move Achievements and Arena commands to RBAC (using individual permissions)
2013-08-30 16:14:00 +02:00
Spp
109188a203
Core/RBAC: Move account commands to RBAC (using individual permissions)
2013-08-30 15:53:29 +02:00
Spp
ea26928a99
Core/RBAC: Move RBAC commands to RBAC using individual permissions
...
- Use this commit as a sample on how to move commands to RBAC
2013-08-30 14:52:53 +02:00
Spp
3232b69ff3
Core/RBAC: Move commands security to RBAC (using generic RBAC Permissions)
...
- Warning: This will break commands for any custom security level
2013-08-30 13:57:09 +02:00
Vincent-Michael
738a781468
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Quests/QuestDef.cpp
2013-08-29 20:55:20 +02:00