| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-03 | Core/Misc: Fixed some more issues found by static code analysis tools. | Sebastian Valle | |
| 2013-09-03 | Scripts/HallsOfReflection: Fixed a typo detected by static analysis tool. | Sebastian Valle | |
| 2013-09-03 | Core/Misc: Fixed some more issues found by code analysis tools. | Sebastian Valle | |
| 2013-09-03 | Core/Misc: Solved some issues found by static code analysis. | Sebastian Valle | |
| 2013-09-02 | Scripts/HallsOfStone: Sjonnir, some improvements | MitchesD | |
| - rewritten to BossAI - added spawn ordered by percent, according to official data Closes #10702 Signed-off-by: joschiwald <joschiwald@online.de> | |||
| 2013-09-02 | Scripts/HoL/HoS: changed some bosses to optional, doors are always open | joschiwald | |
| 2013-09-02 | Core: Fix compile with PCH enabled and warnings | Nay | |
| Few corrections to worldserver.conf | |||
| 2013-09-02 | Scripts/HallsOfStone: reworked InstanceScript | joschiwald | |
| 2013-09-02 | Core/RBAC: Move cast and characters commands to RBAC (using individual ↵ | Nay | |
| permissions) | |||
| 2013-09-02 | Core/RBAC: Move message commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/Commands: Move lookup commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move list commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move lfg commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move learn commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move instance commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move honor commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move guild commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move gobject commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move go commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move gm commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move event commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move disable commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move deserter commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move debug commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move cheat commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/Spells: move debug log into debug mode | Aokromes | |
| 2013-09-01 | Core/Account: Make account password change security variable and various changes | Ascathor | |
| 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 | Scripts/Misc: Removed unused fields and fixed a warning about uninitialized ↵ | Shauren | |
| value | |||
| 2013-09-01 | Core/Scripts: fix build | joschiwald | |
| 2013-09-01 | Scripts/Ulduar: fix mark of the faceless and add missing door handling | joschiwald | |
| 2013-08-31 | Core/RBAC: Move bf commands to RBAC (using individual permissions) | Nay | |
| 2013-08-31 | DB/Creature: Fix cords for quest "Death Comes From On High" | Vincent-Michael | |
| 2013-08-31 | DB/Sai: Fix quest credit for quest "Blessing of Incineratus" | Vincent-Michael | |
| 2013-08-31 | Scripted: Fix warning | Vincent-Michael | |
| 2013-08-31 | Core/Spells: Fix quest credit for quest "Death Comes From On High" | Vincent-Michael | |
| 2013-08-31 | Core/Scripts: add creature_text to pet mojo | joschiwald | |
| Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak) | |||
| 2013-08-30 | Scripts/Icecrown Citaldel: Fixed spells cast by Professor Putricide during ↵ | Shauren | |
| heroic Festergut and Rotface encounters Closes #7641 Closes #8243 | |||
| 2013-08-30 | Core: Fix warning | Vincent-Michael | |
| 2013-08-30 | Core/Quests: Remove CastedCreatureOrGO method | Nay | |
| - 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 | Core/Server: Fix a spammy warning in WorldSession and move code to .cpp | Nay | |
| 2013-08-30 | Core/RBAC: Move ban commands to RBAC (using individual permissions) | Spp | |
| 2013-08-30 | Core/RBAC: Move Achievements and Arena commands to RBAC (using individual ↵ | Spp | |
| permissions) | |||
| 2013-08-30 | Core/RBAC: Move account commands to RBAC (using individual permissions) | Spp | |
| 2013-08-30 | Core/RBAC: Move RBAC commands to RBAC using individual permissions | Spp | |
| - Use this commit as a sample on how to move commands to RBAC | |||
| 2013-08-30 | Core/RBAC: Move commands security to RBAC (using generic RBAC Permissions) | Spp | |
| - Warning: This will break commands for any custom security level | |||
| 2013-08-29 | Core/Quests: Drop world.quest_template.RequiredSpellCastX | Nay | |
| These were non-wdb fields that didn't have much use. Most quests that were using these fields (not many) should still work, however, if you find any quest that worked before and is now broken please report it in the issue tracker and it will be promptly fixed. | |||
| 2013-08-29 | Core/Quests: Escape from Silverbrook 12308 | Kirkhammett | |
| 2013-08-29 | Scripts/Spells: fix codestyle in 48783b86067f8c2691ec5e5e94e5bbd788b9deb2 | joschiwald | |
| 2013-08-29 | Core/Quests: Fuel for the Fire (12690) | Kirkhammett | |
| 2013-08-28 | DB/Misc: Fix startup errors | Vincent-Michael | |
