Commit Graph

  • 96ab1a102f Scripts/Trial of the Crusader: Fixed crashes in Gormok the Impaler Shauren 2010-12-03 14:02:41 +01:00
  • 3badf69b63 Core/Spells: Fixed bad Z coordinate for Spell::EffectBind with location stored in database Core/Scripts: Corrected few mistakes in misc scripts Shauren 2010-12-03 13:54:00 +01:00
  • bd4b47af0e Core/SQL: Added missing scriptnames to full sql, fixed typos and corrected delete statement in 10418_world_spell_script_names.sql (no need to reapply) Shauren 2010-12-03 13:36:14 +01:00
  • 1ec9f7b828 Core/Scripts: Adjust SQL-update for 10462 to include a delete-query for the affected spell (prevents a possible reinsert-error during import) Thanks to leak for noticing. click 2010-12-03 00:26:48 +01:00
  • e672793a3c Core/Battlegrounds: Add dampening-spells for battlegrounds and arenas (thanks to Dr.Tenma and Svetilo/przem-something) Additional data required for this commit : http://forum.trinitycore.org/topic/30684-10555-add-dampening-spells-for-battlegrounds-arenas-and-wintergrasp/ click 2010-12-02 23:50:36 +01:00
  • cf5e7b255d Core/Battleground: Fix compile - forgot to remove one '(' when pushing (AND YES IT WAS TESTED - I was just thinking of cleaning it slightly, dropped it, and forgot I had changed it) click 2010-12-02 23:14:26 +01:00
  • 28c2e270db Core/Battlegrounds: Implement power resets on arena-fight preparations (first 60 seconds before arena-fight kicks off) (Thanks to Kaelima) Restores all player powers every 5 seconds untill arena starts (fixes possible exploit with entering arena battle with full rage or runic power) (The 5 second timer is not 100% confirmed, as official pages only states that the power is reset after prep-time - needs feedback) Closes issue 4805 click 2010-12-02 22:50:30 +01:00
  • 2338eae0ff Core/Battlegrounds: Stop arena matches after 45 minutes of no win/loss candidate, and deduct 16 points from each team (blizzlike) - Thanks to Alez Closes issue 2017 click 2010-12-02 22:25:32 +01:00
  • 94fd1487d0 Core/Chat: Fix issues introduced in 177d6f86ca + Wrong update-query for the channels-table (SQL from 10548 sorted properly) + Add a small correction on Channel.cpp say handling (thanks to Lazzalf/Leak) click 2010-12-02 17:30:48 +01:00
  • 0efefa6854 Tag revision 10532 as stable click 2010-12-02 16:29:19 +01:00
  • 590a426d16 And remove the patch, yeye... click 2010-12-02 03:56:57 +01:00
  • bc098658c6 Core/Chat: Configure automatic owner declaration for custom chat channels (patch by leak) Closes issue 4974. click 2010-12-02 03:54:52 +01:00
  • 0c44bd33ee Core/Items: Enforce item attributes stored in DBC files by default and add config option to allow overriding with database values, patch by ZxBiohazardZx. Shocker 2010-12-01 21:20:28 +02:00
  • a23ae5c94c Core/Spells: Implement SPELL_EFFECT_WMO_CHANGE, patch by Heisenberg Shocker 2010-12-01 20:59:05 +02:00
  • 651ff8565a Core/Scripts: Implemented script for quest The hunt is on (11794). _manuel_ 2010-12-01 15:29:35 -03:00
  • 1d52e3a7b5 Core/Database: Rename update-file for previous commit, it's for characters, not for world ... danged old habbits... click 2010-12-01 18:30:02 +01:00
  • aa35190c42 Core/Database: Adjust character database fields to have an existing default value (group_member) - fixes a transactionerror click 2010-12-01 18:17:33 +01:00
  • 4e0735196e Core/Spells: Spell id being cast by player can now be changed depending on map difficulty Shauren 2010-12-01 14:12:08 +01:00
  • 445dc511f3 Core/Auras: Implemented aura SPELL_AURA_OVERRIDE_SPELLS (293), base patch by Heisenberg, research by TOM_RUS Shauren 2010-11-30 21:32:00 +01:00
  • 782731f7e8 Revert an unintended change from 99a3929104 click 2010-11-30 00:20:58 +01:00
  • e308d5cb44 Core: Fix creature_respawn handling in Outdoor PvP system, thanks to sombre for noticing Closes issue 4971. click 2010-11-30 00:18:17 +01:00
  • 3cb4a52d59 Core/Misc: fix some warnings. As a result removed one redundant hook from FormulaScript. azazel 2010-11-29 15:50:38 +06:00
  • dd4b5f7b33 Fix typo in previous commit Spp 2010-11-29 09:18:38 +01:00
  • 25ac835507 Core/Groups: Move all function definition from .h to .cpp Core/Groups: Remove Group.h dependency from any .h file Spp 2010-11-29 07:50:31 +01:00
  • 116d845601 Fix compile Spp 2010-11-29 07:50:15 +01:00
  • 6c495df702 Core/AuctionHouse: Correction on AH deposit value, minimum 1 silver required (blizzlike) click 2010-11-29 07:20:28 +01:00
  • efeb512fbf Core/AuctionHouse: Calculate deposit taken for item(s) being auctioned properly + pick up correct number of items being auctioned (Thanks to Paradox) Comment issue 4958 Added and pending further testing. Also need testing for issue 3681 (related to AH packetsize?). Closes issue 4089. Closes issue 4919. click 2010-11-29 00:59:02 +01:00
  • 3fccb2b7bf Core/Chat: Disallow visual emotes when an entity is in dead-state (thanks to Vladimir) Closes issue 4942. click 2010-11-28 20:12:33 +01:00
  • 916c0f98df Core/Dungeon Finder: Fix members of premade group not being teleported to dungeon after a proposal success Spp 2010-11-28 14:11:22 +01:00
  • c2791232c3 Core/Dungeon Finder: After a proposal success only teleport new players Spp 2010-11-28 00:43:21 +01:00
  • 9bb043d5b5 Core/Dungeon Finder: Fix Proposal not being shown to players in LFG group trying to do a new dungeon (Missing code from rev 77918d0138) Spp 2010-11-28 00:37:34 +01:00
  • 0fde30f185 Core: Adjust packetsize for SMSG_RESYNC_RUNES - thanks to False.Genesis ( and to Svetilo12 for the heads up ) Closes issue 4943. click 2010-11-28 00:40:20 +01:00
  • c4a7d18306 Core/Dungeon Finder: Show player selected dungeon in proposal window only if its a new dungeon Spp 2010-11-27 23:23:39 +01:00
  • 74ddff0c4e Core/Dungeon Finder: Fix role check algorithm (Some valid combinations were being marked as invalid) Spp 2010-11-27 22:41:49 +01:00
  • 777fb1a04a DB/Data: Correction on script_texts for quest Discrediting the Deserters (11133) when not using default (english) language- thanks to Dark0r for noticing REIMPORT THE FIXED SQL. click 2010-11-27 09:29:18 +01:00
  • eb0a5467c2 Scripts/Icecrown Citadel: Fixed possible exploits in Deathbringer Saurfang's script Shauren 2010-11-26 22:46:09 +01:00
  • c628685d59 Core/Dungeon Finder: Fix a crash in Join Closes issue 4939 Spp 2010-11-26 17:16:21 +01:00
  • 4ace88e909 Core/Dungeon Finder: Properly remove players from queue (or readd) after a proposal failed Spp 2010-11-26 04:44:57 +01:00
  • bbe955c5ab Core/Dungeon Finder: Multiple changes in Join function - Reformat some code to make it easier to read - Safe leave and rejoin queue when already queued and trying to rejoin to different dungeons (it was giving error earlier) - Do not allow to select another dungeon while im the middle of a Lfg dungeon not completed (any dungeon selected is changed by current dungeon) - Fix error that prevented groups to join another dungeon after completing the current lfg dungeon Core/Dungeon Finder: Remove references to player from SendLfgUpdateParty and SendLfgUpdatePlayer handlers Spp 2010-11-26 04:43:07 +01:00
  • 46d39f17b4 Fix typo from revision 3f0577c8e6 click 2010-11-26 02:37:56 +01:00
  • 025d070752 Core/Unit: Fix pets aggromode - do not set player in combat untill pet has actually done damage to target (fix by Kaelima) Closes issue 4894. click 2010-11-26 02:02:05 +01:00
  • 54b8bca155 Merge click 2010-11-26 01:36:44 +01:00
  • 8f57339301 Core/PetHandler: Correction of SMSG_PET_NAME_QUERY response packet sizes and structure (fix by Ramus) (Client automatically handles re-queries if name is not supplied) Closes issue 4924. click 2010-11-26 01:35:32 +01:00
  • 08b43a1e69 Core/Groups: Properly read CMSG_GROUP_ACCEPT and CMSG_GROUP_INVITE opcodes Spp 2010-11-26 01:24:31 +01:00
  • cacf75ae60 Fix a small typo in worldserver.conf.dist leading to errors during config load on "fresh" installs click 2010-11-24 20:48:39 +01:00
  • 3fa97ad538 Core/Spells: Phaseshift auras can now be stacked Shauren 2010-11-24 16:58:57 +01:00
  • ce989d701a Core/Battleground: Do not allow to join queue if anyone in the party is using dungeon system Spp 2010-11-24 15:37:22 +01:00
  • 90bf2d93ba Core/Dungeon Finder: Do not allow to join Queue if someone in party is using Battleground/Arena System Core/Dungeon Finder: Minor code style fix Spp 2010-11-24 15:37:03 +01:00
  • 04c23ae7de Core/Loot: Removed unused parameter from LootTemplate::Process Shauren 2010-11-24 15:32:50 +01:00
  • 650f62796a Core/Commands: Simplified .kick command handler and fixed possible crashes there Shauren 2010-11-24 15:31:20 +01:00
  • 03925d7324 * Remove CRLF from configfiles click 2010-11-24 14:03:45 +01:00
  • 20ffbcfa28 Fix missing change in SendNotification() (forgot to diff it) click 2010-11-24 14:00:23 +01:00
  • 5753be3271 Core/Configs: Use "oldstyle" configfile method - includes configfile cleanups and also restructuring it so every option is explained properly Fix by leak. Closes issue 4913. click 2010-11-24 13:48:00 +01:00
  • 6fa169810b Core/Reputation: Implement a more generic solution for reputation spillover (fix by Lynx3d, port by Kaelima) * Sorts out issues with factions 1037 and 1052 * Give a more correct client output when reputation is assigned to parent faction * reputation_spillover_template can still be used to override spillover from dbc Closes issue 4915. click 2010-11-24 13:41:20 +01:00
  • c786f08146 Core: Fix issues with builds after rf68255d6ac ( and a minor int32->uint32 change for SendNotification() ) click 2010-11-24 13:20:36 +01:00
  • fa97598594 Core/Dungeon Finder: Move vote kick initialization from Group code to Scripts Spp 2010-11-23 20:49:57 +01:00
  • d3c9478153 Core/Groups: Add kicker and kick reason to RemoveMember Spp 2010-11-23 20:49:36 +01:00
  • f25cbacf72 Core/Commands: Forgot one GetIntConfig->GetBoolConfig -entry in previous commit click 2010-11-23 19:53:42 +01:00
  • f18cbadf7f Core/Commands: Reintroduce CONFIG_SHOW_KICK_IN_WORLD-handling after a long absensce in the 'commented out code'-world Closes issue 4042. click 2010-11-23 19:49:48 +01:00
  • 825dcbec53 Fix typo in previous commit Spp 2010-11-23 15:57:43 +01:00
  • 4dcdb396ad Core/Dungeon Finder: Fix role check algorithm (Some valid combinations were being marked as invalid) Spp 2010-11-23 15:01:15 +01:00
  • 9ec77e0b63 Core/Dungeon Finder: Add missing change from 653b579755 that prevented to join random dungeons Spp 2010-11-22 18:36:08 +01:00
  • f9d38be8c1 Core/Dungeon Finder: Fix a crash when trying to join raid browser as a group Spp 2010-11-22 17:00:31 +01:00
  • d1ade6f6b8 Revert r5dcfc475b8 (we're still investigating why it does what it does though) click 2010-11-22 16:07:32 +01:00
  • abb4f8f551 Core/Dungeon Finder: Fix visual bug that showed wrong needed roles after joined queue Spp 2010-11-22 14:20:48 +01:00
  • a5833f2307 Core/Dungeon Finder: Check lock status of dungeons when joining non-random dungeons (Fixes not checking if raid was closed for the selected difficulty) Core/Dungeon Finder: Fix some memory leaks when Joining Core/Dungeon Finder: Do not allow to join dungeon raid browser (Not supported yet) Spp 2010-11-22 13:16:09 +01:00
  • a7d262ce03 Core/Dungeon Finder: Do not allow to join if selected dungeons and raids Spp 2010-11-22 12:28:06 +01:00
  • a2ef7e18a1 Core/Dungeon Finder: Give rewards only to players that joined selecting random dungeon Spp 2010-11-22 10:19:54 +01:00
  • 6b5ff1ca25 Core: Fix some warnings Spp 2010-11-22 10:10:46 +01:00
  • ea9e88a48c Core/Scripts: Add support for questID 25444 (Da Perfect Spies) click 2010-11-21 23:43:44 +01:00
  • 634ddae566 Core/Commands: Fix issues with crashes related to .gobject near command usage (thanks to Josh for finding the bug and culprit) click 2010-11-21 23:00:03 +01:00
  • b62f587c30 Core/UnitAI: Fix some warnings click 2010-11-21 22:40:22 +01:00
  • fc832122cc Core/Vehicle: Some code-style cleanup. silinoron 2010-11-21 10:07:51 -08:00
  • 733b72d29c Core/DBLayer: Add method DirectExecute for synchronous execution of prepared statements (without resultset) Author: [M]axx Machiavelli 2010-11-21 18:50:11 +01:00
  • 92a7d02184 Core/Player: Invoke global cooldown when equipping relic slot items during combat. Please report any issues you find regarding this changeset. Machiavelli 2010-11-21 16:48:08 +01:00
  • 632a976b05 Scripts/Icecrown Citadel: More code style cleanup Shauren 2010-11-20 23:50:09 +01:00
  • 2a039e726a Scripts/Icecrown Citadel: Added basic threat support for Blood Prince council in no-damage mode Shauren 2010-11-20 23:10:32 +01:00
  • 6d244e8f13 Scripts/Forge of Souls: Cleaned up code style Scripts/Forge of Souls: Fixed a possible crash Shauren 2010-11-20 21:27:10 +01:00
  • 417b29af24 Scripts/Forge of Souls: Fixed typo in instance script, thx Ramus for spotting it Shauren 2010-11-20 21:06:00 +01:00
  • 5bde001407 Core/AI: hooked AI()->GossipHello to HandleGameobjectReportUse Rat 2010-11-20 13:54:45 +01:00
  • e1eae802e3 Core/SmartAI: ACTION_RANDOM_MOVE with distance = 0 should reset motion back to IDLE Rat 2010-11-20 13:28:10 +01:00
  • e3c6723a8d Core/SmartAI: added ACTION_RANDOM_MOVE Rat 2010-11-20 13:23:29 +01:00
  • c1ec8c80de Core/SmartAI: added TARGET_THREAT_LIST, uses all units from creature's threat list as targets - modified ACTION_CALL_CASTEDCREATUREORGO to use simple targeting Rat 2010-11-20 12:42:10 +01:00
  • 67fa59fb68 Core/SmartAI: added ACTION_ACTIVATE_TAXI Rat 2010-11-19 20:23:08 +01:00
  • 5cd3904059 Core/DBLayer: Move tables reserved_name, gameobject_respawn and creature_respawn from WORLD database to CHARACTER database as it's content is realm-specific and should be preserved (thanks to leak for the cleanup) *** TO PRESERVE (COPY) THE DATA CONTAINED IN THE OLD TABLES, YOU MUST FOLLOW THE FOLLOWING SQL-RECIPE (REPLACE DATABASENAMES WHERE NEEDED!) *** click 2010-11-19 15:53:14 +01:00
  • 3e27be7501 Core/Scripts: Tidy up commandscripts to adhere to scripting-standards and fix some minor typos (fix by Paradox) Closes issue #4859. click 2010-11-19 14:04:21 +01:00
  • 0fb06f63e5 Fixed line endings Shauren 2010-11-19 13:56:49 +01:00
  • 30908638cb Core/Buildsystem: Set up mutliprocess compiles for all buildmodes (non-PCH/PCH with and without debugmodes) click 2010-11-19 13:43:13 +01:00
  • 3a18e4afcc Core/Buildsystem: Remove now deprecated WITH_SQLDEBUG option from CMake options (it's handled by the command added in r8ecf6a8816) click 2010-11-19 13:19:03 +01:00
  • 67fade84d3 Core/Commands: Enable SQL query logging by config and command )patch by leak) Closes issue 4853. click 2010-11-19 13:13:07 +01:00
  • 67cd8d18e1 Core/Utilities: Fix ACE gettimeofday(); issue whe compiling without PCH on Windows platforms (thanks to leak) click 2010-11-18 23:37:49 +01:00
  • 418cf49a72 Scripts/Icecrown Citadel: Changed spell timers for Lord Marrowgar, taken from sniffs Scripts/Icecrown Citadel: Converted texts to new TextMgr Scripts/Icecrown Citadel: General cleanup & coding style consistency Scripts/Icecrown Citadel: Added missing spell script names Shauren 2010-11-18 15:57:23 +01:00
  • 87d723405e Core/Scripts: return const modifier to Player methods back (should restore compilation for those with custom scripts). azazel 2010-11-18 10:26:34 +06:00
  • 3de2f6af01 Core/AI: added sOnDummyEffect() for all AIs Core/SmartAI: added EVENT_DUMMY_EFFECT (66) Rat 2010-11-17 23:24:21 +01:00
  • 2e68705e22 Core/Spells: Use ShapeshiftForm model IDs from DBC instead of as hardcoded values - fix by Kaelima (Some shapeshifts need overrides due to missing DBC data, and needs hardcoding - already handled) Closes issue 4832. click 2010-11-17 18:15:49 +01:00
  • 4fb572015a Core/Scripts: pass message parameter by reference in OnChat methods to make it possible to be modified inside the script. azazel 2010-11-17 18:14:35 +06:00
  • 169c2ef87a Buildsystem/Windows: Added MySQL 5.5 registry paths to FindMySQL macro Shauren 2010-11-17 10:26:12 +01:00
  • 8806a3efdb Core/Script: Add spellscript for Earthbind totem spell (patch by Socolin) click 2010-11-17 00:05:20 +01:00
  • c1614bc0f3 Core/SmartAI: use last invoker for all Talk actions, should fix $vars in texts Rat 2010-11-16 23:03:04 +01:00
  • 95e956a0b5 Core/Scripts: Convert more commands over to CommandScripts (moves gobject, honor, quest, reload, titles and wp commands to scripts) - Patch by Paradox (Also fixes a minor visual error on GM-listings (gm ingame/gm list) when the respective user had an R in his/her name). Closes issue 4792. click 2010-11-16 21:27:25 +01:00