aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-19Fixed line endingsShauren
--HG-- branch : trunk
2010-11-19Core/Buildsystem: Set up mutliprocess compiles for all buildmodes ↵click
(non-PCH/PCH with and without debugmodes) --HG-- branch : trunk
2010-11-19Core/Buildsystem: Remove now deprecated WITH_SQLDEBUG option from CMake ↵click
options (it's handled by the command added in r8ecf6a8816) --HG-- branch : trunk
2010-11-19Core/Commands: Enable SQL query logging by config and command )patch by leak)click
Closes issue 4853. --HG-- branch : trunk
2010-11-18Core/Utilities: Fix ACE gettimeofday(); issue whe compiling without PCH on ↵click
Windows platforms (thanks to leak) --HG-- branch : trunk
2010-11-18Scripts/Icecrown Citadel: Changed spell timers for Lord Marrowgar, taken ↵Shauren
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 --HG-- branch : trunk
2010-11-18Core/Scripts: return const modifier to Player methods back (should restore ↵azazel
compilation for those with custom scripts). NOTE: The main idea of original change is to allow scripts change content of message so that calling method sends modified message to client. For example, moderating script which cuts illegal words from message. --HG-- branch : trunk
2010-11-17Core/AI: added sOnDummyEffect() for all AIsRat
Core/SmartAI: added EVENT_DUMMY_EFFECT (66) --HG-- branch : trunk
2010-11-17Core/Spells: Use ShapeshiftForm model IDs from DBC instead of as hardcoded ↵click
values - fix by Kaelima (Some shapeshifts need overrides due to missing DBC data, and needs hardcoding - already handled) Closes issue 4832. --HG-- branch : trunk
2010-11-17Core/Scripts: pass message parameter by reference in OnChat methods to make ↵azazel
it possible to be modified inside the script. --HG-- branch : trunk
2010-11-17Buildsystem/Windows: Added MySQL 5.5 registry paths to FindMySQL macroShauren
--HG-- branch : trunk
2010-11-17Core/Script: Add spellscript for Earthbind totem spell (patch by Socolin)click
--HG-- branch : trunk
2010-11-16Core/SmartAI: use last invoker for all Talk actions, should fix $vars in textsRat
--HG-- branch : trunk
2010-11-16Core/Scripts: Convert more commands over to CommandScripts (moves gobject, ↵click
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. --HG-- branch : trunk
2010-11-16Core/WorldObjects: Destroy for nearby players before removing from worldlinencloth
Closes issue 4806 --HG-- branch : trunk
2010-11-16Core/AI: implemented Talk() for the 'new' textMgrRat
--HG-- branch : trunk
2010-11-16Add missing change in 10453Spp
--HG-- branch : trunk
2010-11-16Core/Authserver: Clean up authserver base code a bit + follow codingstyleclick
--HG-- branch : trunk
2010-11-16Core: Fix warningsSpp
--HG-- branch : trunk
2010-11-16Fix typo in sql fileSpp
--HG-- branch : trunk
2010-11-16Scripts: Fix quests "...Or Maybe We Don't" and "Smoke 'Em Out"Spp
Author: Lopin Closes issue 4741 --HG-- branch : trunk
2010-11-16Core/Unit: Add missing/update old shapeshifting modelforms for Shapeshifting ↵click
- Fix by Kaelima Closes issue 4804 --HG-- branch : trunk
2010-11-16Core: Add validation-test for adding creatures to the world - fix by Paradoxclick
Closes issue 4807 --HG-- branch : trunk
2010-11-16Core/Units: Rename and change Get/SetVisibility to use a bool value instead ↵linencloth
of an unnecessary enum Also replace some SetVisibility hacks to directly call UpdateObjectVisibility --HG-- branch : trunk
2010-11-15Core/Players: Update object visibility right after adding the player to a maplinencloth
--HG-- branch : trunk
2010-11-15Core/Players: Cleanup the visibility updaterlinencloth
--HG-- branch : trunk
2010-11-16Core/SmartAI: removed depricated WP_LOAD, small fix to run-walk states when ↵Rat
escorting, fix for escort invoker range check if no targets set --HG-- branch : trunk
2010-11-15Core/Conditions: updated CONDITION_ITEM, it should work with 0 item countRat
--HG-- branch : trunk
2010-11-15Core/Players: Fix visibility of out of sight range group members on the maplinencloth
--HG-- branch : trunk
2010-11-15Core/Commands: Fix npc add commands and add check for npc add item to ensure ↵Shocker
a creature is selected. Patch by Paradox (thanks to rothmans92 for reporting the problem) --HG-- branch : trunk
2010-11-14Core/WorldObjects: Prevent most notifiers to be used to visit grids/cells ↵linencloth
using an invalid object Closes issue 4765 Closes issue 4783 --HG-- branch : trunk
2010-11-14Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740Shocker
--HG-- branch : trunk
2010-11-14Core/Spells: Partially implement SPELL_ATTR_EX_USE_RADIUS_AS_MAX_DISTANCE. ↵Shocker
Currently used for correctly setting destination, still needs handling for shared sight removal/controlled unit despawn when max distance is reached --HG-- branch : trunk
2010-11-14Core/Creatures: Fix visibility of spirit guideslinencloth
Closes issue 4781 --HG-- branch : trunk
2010-11-14Core/Spells: Fix druids "Natural Shapeshifter" DurationIndex (fix by ↵click
PrinceCreed) Closes issue 2142. --HG-- branch : trunk
2010-11-14Core/Player: Fix sight rangelinencloth
Closes issue 4772 --HG-- branch : trunk
2010-11-14Core/ItemHandling: Allow wrapped items to be opened when they contain ↵click
another container inside it (patch by leak) --HG-- branch : trunk
2010-11-14Scripts/dustwallow marsh:Supabad
- Traitors Among Us - Discrediting the Deserters by lopin --HG-- branch : trunk
2010-11-14Core/Creatures: Do not regenerate the health of evading creatures, it should ↵linencloth
happen only while normal pathing or at home --HG-- branch : trunk
2010-11-14Fix typo *sigh*click
--HG-- branch : trunk
2010-11-14Core/Scripts: Add missing scriptloading for tele/event commandsclick
--HG-- branch : trunk
2010-11-14Core/TicketMgr: Adjust headers in header (fix non-PCH build after previous ↵click
commit) --HG-- branch : trunk
2010-11-14Core: Allow toggling ticketsystem on/off by config-setting (patch by leak)click
Closes issue 4744. --HG-- branch : trunk
2010-11-14Scripts/Icecrown Citadel: Fixed Festergut's Pungent Blight getting interruptedShauren
Scripts/Icecrown Citadel: Changed handling of Deathbringer Saurfang's Blood Power aura (its now always active, starts with 0 value) Scripts/Icecrown Citadel: Fixed Deathbringer Saurfang's achievement (I've Made a Mess) Scripts/Icecrown Citadel: Fixed Mark of the Fallen Champion aura removal (Deathbringer Saurfang) --HG-- branch : trunk
2010-11-14Core/Scripts: Fix some includes in debugcommands-script (now works properly ↵click
on non-PCH compiles) --HG-- branch : trunk
2010-11-13Core/MovementGenerators: Don't remove evade state when clearing unit states.linencloth
Core/Spells: Don't start combat when the target is evading. Closes issue 1861 --HG-- branch : trunk
2010-11-13Core/Player: Delay the visibility update when setting the group to prevent ↵linencloth
crashing when a player enters the world in a group/raid. Closes issue 4762 --HG-- branch : trunk
2010-11-13Scripts/Commands: Add tele and event commands to commandscripts system and ↵click
streamlining the command selection process to ensure the correct command is run when using abbreviations Patch by Paradox (some cleanups was needed) --HG-- branch : trunk
2010-11-13Fixed recently added compile warningsShauren
--HG-- branch : trunk
2010-11-13Core/Conditions: Prevent double deleting the same condition on cleanup, ↵Shauren
fixes shutdown crashes with conditions --HG-- branch : trunk