aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-30Core/Quests: Split Flags and SpecialFlagsNay
2013-08-30SQL: Fixed file nameShauren
2013-08-30Scripts/Icecrown Citaldel: Fixed spells cast by Professor Putricide during ↵Shauren
heroic Festergut and Rotface encounters Closes #7641 Closes #8243
2013-08-30DB/SAI: Deeprun Rat Roundup (6661)Filip
2013-08-30Core/CharacterHandler: Some more rules for CMSG_CHAR_ENUM allowanceMachiavelli
Thanks to @TakenBacon for heads up
2013-08-30Core/Maps: Fix Spline triggered assertjackpoz
Fix an assert triggered by float to int32 cast overflowing to -1, now it replaces -1 with max int32 value. Fix another assert triggered by Vector3 magnitude float overflow to max/infinity in StaticMapTree::isInLineOfSight(), in this case return false. Both asserts can be reproduced by casting Mind Control to a NPC, tele to z: 1.0e+38 using client hack tools, move to allow the server to register the new position and stop Mind Control. Closes #8970 Closes #10578 Closes #10355 Closes #10673
2013-08-30SQL: Rename wrong named SQL file.Filip
2013-08-30SQL: Fix typoVincent-Michael
2013-08-30Core/Creatures: Fix base stats calculations for some cases.Machiavelli
i.e. health_mod of 0.001 resulting in hp of 0 instead of 1
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: Yet more warning fixesNay
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-30Correct RBAC command names in DBSpp
2013-08-30Corrections to ea26928 sql filesSpp
2013-08-30SQLS: Rename wrong named sql fileNay
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-30DB/Loot: Titanium VeinFilip
By @dr-j fixes #10671
2013-08-29Merge pull request #10666 from xjose93/SmartScripts-StartEventNay
Implement SMART_ACTION_GAME_EVENT_STOP (111) and SMART_ACTION_GAME_EVENT_START (112).
2013-08-30Implement SMART_ACTION_GAME_EVENT_STOP (111) and ↵xjose93
SMART_ACTION_GAME_EVENT_START (112).
2013-08-30Core/NetworkIO: Allow CMSG_CHAR_ENUM after char creation and char deletionMachiavelli
Perhaps these calls could be better placed but it's a matter of trial and error to see what is most effective.
2013-08-29Core: Few fixes for previous commit.Machiavelli
2013-08-29Core/NetworkIO: Generic packet spam solutionMachiavelli
Currently regulates the usage of CMSG_CHAR_ENUM only, but can be easily extended to detect inappropriate network behaviour by using AntiDOS.AllowOpcode in WorldSession's handlers.
2013-08-29Core/Quests: Fix a typo in a previous commitNay
Closes #10664
2013-08-29DB/Errors: Db error fixFilip
Fixes #10663
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-29DB/Sai: Suppression (7583)Filip
Fixes #7377
2013-08-29DB/Loot: Fix Sealed Chest lootFilip
Fix by @untaught, closes #10652
2013-08-29Core/Quests: Escape from Silverbrook 12308Kirkhammett
2013-08-29Core/SmartAI: Add passive check for WP movementKirkhammett
2013-08-29DB/Update: Bladespire Kegger & Getting the Bladespire TankedFilip
Fixes #2371
2013-08-29DB/SAI: Matthias LehnerFilip
Fix up for gossip. He should also show gossip only on quest, and for both alliance and horde.
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
2013-08-28DB/Conditions: fix startup errorjoschiwald
2013-08-28DB/Quests: Fix "I'm Not Dead Yet!"Rohlik
Closes #9807
2013-08-28DB/Quests: Prepping the Speech description/progress/completion textCrysicle
Closes #10607
2013-08-28DB/Spawns: Kor'kron Reaver & Skybreaker Marine are currently missing from ↵Foldor
Dalaran's Krasus landing Closes #10615
2013-08-28DB/Schema: Fix typo in reputation_reward_rate.quest_repeatable_rate nameNay
2013-08-28Scripts/UtgardeKeep/Ingvar: remove hacks and fix warningjoschiwald
2013-08-28DB/Reputation: Reward 3x reputation for Sporegar on repeteable questsNay
Closes #5789
2013-08-28Core/Quests: Add repeatable quest rate to world.reputation_reward_rateAokromes
2013-08-28Core/Build: Force minimum ACE (5.8.3) and OpenSSL (1.0.0) version detectionSpp
Core/Build: Do not ignore command line cmake options: ACE_INCLUDE_DIR, ACE_LIBRARY and OPENSSL_INCLUDE_DIR
2013-08-27Merge branch 'master' of github.com:TrinityCore/TrinityCoreNay
2013-08-27Core&Scripts: Fix clang compiler warningsNay