aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-09-03Core/Misc: Fixed some more issues found by static code analysis tools.Sebastian Valle
2013-09-03Scripts/HallsOfReflection: Fixed a typo detected by static analysis tool.Sebastian Valle
2013-09-03Core/Misc: Fixed some more issues found by code analysis tools.Sebastian Valle
2013-09-03Core/Misc: Solved some issues found by static code analysis.Sebastian Valle
2013-09-02Scripts/HallsOfStone: Sjonnir, some improvementsMitchesD
- rewritten to BossAI - added spawn ordered by percent, according to official data Closes #10702 Signed-off-by: joschiwald <joschiwald@online.de>
2013-09-02Scripts/HoL/HoS: changed some bosses to optional, doors are always openjoschiwald
2013-09-02Core: Fix compile with PCH enabled and warningsNay
Few corrections to worldserver.conf
2013-09-02Scripts/HallsOfStone: reworked InstanceScriptjoschiwald
2013-09-02Core/RBAC: Move cast and characters commands to RBAC (using individual ↵Nay
permissions)
2013-09-02Core/RBAC: Move message commands to RBAC (using individual permissions)Spp
2013-09-02Core/Commands: Move lookup commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move list commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move lfg commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move learn commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move instance commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move honor commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move guild commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move gobject commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move go commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move gm commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move event commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move disable commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move deserter commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move debug commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move cheat commands to RBAC (using individual permissions)Spp
2013-09-02Core/Spells: move debug log into debug modeAokromes
2013-09-01Core/Account: Make account password change security variable and various changesAscathor
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-01Scripts/Misc: Removed unused fields and fixed a warning about uninitialized ↵Shauren
value
2013-09-01Core/Scripts: fix buildjoschiwald
2013-09-01Scripts/Ulduar: fix mark of the faceless and add missing door handlingjoschiwald
2013-08-31Core/RBAC: Move bf commands to RBAC (using individual permissions)Nay
2013-08-31DB/Creature: Fix cords for quest "Death Comes From On High"Vincent-Michael
2013-08-31DB/Sai: Fix quest credit for quest "Blessing of Incineratus"Vincent-Michael
2013-08-31Scripted: Fix warningVincent-Michael
2013-08-31Core/Spells: Fix quest credit for quest "Death Comes From On High"Vincent-Michael
2013-08-31Core/Scripts: add creature_text to pet mojojoschiwald
Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak)
2013-08-30Scripts/Icecrown Citaldel: Fixed spells cast by Professor Putricide during ↵Shauren
heroic Festergut and Rotface encounters Closes #7641 Closes #8243
2013-08-30Core: Fix warningVincent-Michael
2013-08-30Core/Quests: Remove CastedCreatureOrGO methodNay
- 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-30Core/Server: Fix a spammy warning in WorldSession and move code to .cppNay
2013-08-30Core/RBAC: Move ban commands to RBAC (using individual permissions)Spp
2013-08-30Core/RBAC: Move Achievements and Arena commands to RBAC (using individual ↵Spp
permissions)
2013-08-30Core/RBAC: Move account commands to RBAC (using individual permissions)Spp
2013-08-30Core/RBAC: Move RBAC commands to RBAC using individual permissionsSpp
- Use this commit as a sample on how to move commands to RBAC
2013-08-30Core/RBAC: Move commands security to RBAC (using generic RBAC Permissions)Spp
- Warning: This will break commands for any custom security level
2013-08-29Core/Quests: Drop world.quest_template.RequiredSpellCastXNay
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-29Core/Quests: Escape from Silverbrook 12308Kirkhammett
2013-08-29Scripts/Spells: fix codestyle in 48783b86067f8c2691ec5e5e94e5bbd788b9deb2joschiwald
2013-08-29Core/Quests: Fuel for the Fire (12690)Kirkhammett
2013-08-28DB/Misc: Fix startup errorsVincent-Michael