aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-28Rename .hgignore to .gitignore.silinoron
2010-12-28Core/World: Set realm status as invalid during startup and online when ↵Shauren
initialized --HG-- branch : trunk
2010-12-28Core/Vehicles: Chart some unknown VehicleFlagsMachiavelli
Author: zergtm --HG-- branch : trunk
2010-12-28Core/Player: Fixed weapon swap macro while in combatShauren
Closes issue #4954. --HG-- branch : trunk
2010-12-28Scripts/Trial of the Crusader: Correct spell id for spinning strike. Also ↵Machiavelli
remove a redundant comment (Vehicle for Mistress of Pain was fixed in http://code.google.com/p/trinitycore/source/detail?r=90ff8ab964f3ec3a8bcee939878505cdea84cebc) --HG-- branch : trunk
2010-12-28Core/Handlers: Raise an errorlog into debug for CMSG_DISMISS_CRITTER - this ↵click
may occur if the player is lagged out. --HG-- branch : trunk
2010-12-28Core/DB:Machiavelli
- Only use configured PersistentFlags for character database cleaner to determine data saving behaviour during runtime, instead of all original flags set in worldstates. - Remove the forced deletion of abandoned quest entries in 10828_characters_character_queststatus.sql for those who do not want to lose that data. If you want to purge that data then run the core with CleanupFlags & 0x10. If you want to both purge the data now and prevent it from being saved in the future, run the core with CleanupFlags & 0x10 AND PersistentCleanupFlags & 0x10 --HG-- branch : trunk
2010-12-28Core/Player: Keep and store abandoned quests in the DB if ↵linencloth
CLEANING_FLAG_QUESTSTATUS is not set Core/QuestStatus: Prevent inactive quest from being added into the questlog --HG-- branch : trunk
2010-12-28Core/CharacterDatabaseCleaner: Store character cleaning flags in World for ↵linencloth
runtime usage --HG-- branch : trunk
2010-12-28Core/CharacterDatabaseCleaner: Implement PersistentCharacterCleanFlags ↵linencloth
config value which can prevent specific cleaning flags from being disabled after a cleanup --HG-- branch : trunk
2010-12-28Core/CharacterDatabaseCleaner: Implement CLEANING_FLAG_QUESTSTATUS flag for ↵linencloth
queststatus cleaning (most of the deleted rows are abandoned quests) --HG-- branch : trunk
2010-12-28Core/CharacterDatabaseCleaner: Cleanuplinencloth
--HG-- branch : trunk
2010-12-28Core/Dungeon Finder: Fix crash in Update after DF system gone inconsistentSpp
Note: Reason that makes DF go inconsistent not fixed, as it's not identified Closes issue 5293 Thanks to cyberbrest for open my eyes and make me spot the problem --HG-- branch : trunk
2010-12-27Core/Spells: Fix caster selection in aura´s of type 284 (SPELL_LINKED_AURA).Machiavelli
Huge thanks to QAston for the brainstorming session. --HG-- branch : trunk
2010-12-27Core: Kill off some warningsclick
--HG-- branch : trunk
2010-12-27Core/Auras: Fixed enchant proc stack rulesShauren
Closes issue #5222. --HG-- branch : trunk
2010-12-27Core/Unit: Big cleanup in Unit::CalcAbsorbResistQAston
Core/AuraScript: Fix compile time check for AuraScript functions Remove AuraApplication from hook functions parameter list, use GetTarget() and GetTargetApplication() instead Add OnEffectAbsorb hook Scripts: move handlers of Spell Deflection, Savage Defense, Primal Tenacity, Nerves of Steel, Astral shift from core to scripts. --HG-- branch : trunk
2010-12-27Core/Authserver: Put code in line with recent singleton changes.silinoron
--HG-- branch : trunk
2010-12-27Scripts/Trial of the Crusader: Made instance script a more readable, fixed ↵Shauren
early despawning of worm boss Closes issue #3915. --HG-- branch : trunk extra : rebase_source : 7c086f0859bec23e53b2f9f9b2c458c48b9940df
2010-12-27Core/Authserver: Revert a small mistake. Thanks aurimas.silinoron
--HG-- branch : trunk
2010-12-27Core/Authserver: Significant cleanup in preparation for a rewrite.silinoron
Dropped support for running as a service on windows; it may be back in some form later. Otherwise there should be no functional changes. --HG-- branch : trunk
2010-12-27Core/Vehicles: Some research on VehicleSeatFlagsB.Machiavelli
It is assumed that VehicleSeatFlagsB & 322 means the seat can be used indirectly (ie. by aura 236 (SPELL_AURA_CONTROL_VEHICLE)) even though !(VehicleSeatFlags & VEHICLE_SEAT_FLAG_USABLE). More research to be done Soon (tm). --HG-- branch : trunk
2010-12-27Scripts/Icecrown Citadel: Removed vehicle hacks for Bone SpikeShauren
--HG-- branch : trunk
2010-12-27Core/Spells: Partial fix spells 62056, 63985 (Stone Grip Force Cast - Part ↵Machiavelli
of Kologarn encounter), underlying AuraEffect::HandleAuraControlVehicle will no longer prematurely return. --HG-- branch : trunk
2010-12-27Revert 0a95c34021 (thanks QAston for talking sense into me)Machiavelli
--HG-- branch : trunk
2010-12-27Buildsystem: Revert revision 4fb5181d88 (removes -lcrypto from ↵click
worldserver/authserver linking, this SHOULD be handled -properly- by the OpenSSL-package already. --HG-- branch : trunk
2010-12-27Remove missing lines from previous commit, thanks click for pointing out.Machiavelli
(WTB Coffee) --HG-- branch : trunk
2010-12-27Core/Spells: Fix SPELL_EFFECT_FORCE_CAST(140), ↵Machiavelli
SPELL_EFFECT_FORCE_CAST_WITH_VALUE(141). These should force the target to cast a certain spell, not serve as a proxy for the original caster to cast another spell. --HG-- branch : trunk
2010-12-27Core/Spells: Implement 65594 (Cancel Stone Grip - Used in Kologarn ↵Machiavelli
encounter) spell --HG-- branch : trunk
2010-12-26Scripts/Ulduar: Implement script for General Vezax encounter.Machiavelli
Based on original patch by Lopin -- thank you! --HG-- branch : trunk
2010-12-26Docs: Add some information about how the CleanupCharacterDB-option inclick
the configfile works, and how to use it (properly). --HG-- branch : trunk
2010-12-26Core/Player: Split RemoveQuest into 2 separate functionslinencloth
--HG-- branch : trunk
2010-12-26Core/QuestStatus: Log abandoned quests (requested, can be used in statistics)linencloth
--HG-- branch : trunk
2010-12-26Core/QuestStatus: Fix EffectQuestClear, also clear rewarded quests againlinencloth
--HG-- branch : trunk
2010-12-26Core/QuestStatus: Fix typolinencloth
Closes issue 5279 --HG-- branch : trunk
2010-12-26Core/Auras: Prevent model changing when shapeshifted and restore transforms ↵Shauren
when changing out of shapeshift Closes issue #4754. --HG-- branch : trunk
2010-12-26Scripts/Icecrown Citadel: Mutated Abomination should not damage its ownerShauren
Closes issue #5252. --HG-- branch : trunk
2010-12-26SQL: Added missing update for previous revisionShauren
--HG-- branch : trunk
2010-12-26Scripts/Serpentshrine Cavern: Fixed "The Lurker Above" achievement and ↵Shauren
removed hacks for the event --HG-- branch : trunk
2010-12-26Core/Spells: Add dummy effect for Saronite Vapors (63322) (Used in General ↵Machiavelli
Vezax encounter) Based on original code by Lopin --HG-- branch : trunk
2010-12-26Buildsystem: Turn off SFMT being the default RNG - it's not cooking right (yet)click
--HG-- branch : trunk
2010-12-26Core/QuestStatus:linencloth
- Separate rewarded quests from active quests, and store them in a new table to reduce database size - Drop the no longer needed `rewarded` column from character_queststatus for smaller table size - Prevent filling the database with dropped quests - Delete useless records - Implement queststatus save "queues" instead of states - Minor optimizations WARNING: Backup your database! --HG-- branch : trunk
2010-12-26Core/Spells: Update auraeffects for shapeshift forms with a few missing ones ↵click
(kills off some more logspam as well) --HG-- branch : trunk
2010-12-26Core/Handlers: Change/add some extra output in error-logs for PetHandler and ↵click
SpellHandler --HG-- branch : trunk
2010-12-26Core: Remove a useless log-error in Unit::BuildMovementPacket()click
--HG-- branch : trunk
2010-12-26Core/Auras: Add some asserions to hunt down reason of a crash in ↵QAston
Aura::UpdateTargetMap. Thanks to Shauren for inspiration. --HG-- branch : trunk
2010-12-26Core: Include the name and ID of the affected BG in ↵click
Battleground::GetBGCreature() error-reporting --HG-- branch : trunk
2010-12-25Scripts/Ulduar: Despawn trigger for towers when towers are destroyed. ↵Machiavelli
(Allows proper spawn linking) --HG-- branch : trunk
2010-12-25Add tag UP36 for 10818 (b9859c53bbff). See ↵Machiavelli
http://code.google.com/p/trinitydb/source/detail?r=5a86fb92f7f0c191bd73d2432e42a83fc0841c03 --HG-- branch : trunk
2010-12-25Fix buildMachiavelli
--HG-- branch : trunk