aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-24Scripts/Zalazane's Fall: Fixed a logical mistake from last commitkaelima
2012-02-24Scripts/Zalazane's Fall: Some cleanup and general code improvementkaelima
2012-02-24Core/MovementGenerators: Removed pointless checkShauren
2012-02-24Core/Calendar: Code refactoring/removed obsolete functionsShauren
2012-02-24Core/Calendar: WIP Calendar.Spp
2012-02-24Core/CalendarShauren
* Added sending SMSG_CALENDAR_RAID_LOCKOUT_REMOVED when instance save is removed * Refactored sending SMSG_CALENDAR_RAID_LOCKOUT_ADDED/REMOVED into separate method
2012-02-24Core/Calendar: Use enumsNay
Source: WPP
2012-02-24Core/CalendarShauren
* Fixed raid resets display in calendar * Active instance locks will now be added to calendar as soon as they are created (not after login)
2012-02-24Core/Calendar: Initial work for calendarNay
Original author: Silinoron (from calendar branch)
2012-02-24DB/Loot: Add Primordial Saronite to Deathbringer and DreamwalkerZxBiohazardZx
Closes #5381
2012-02-23Merge pull request #5392 from kandera/fix_rotface_ooze_floodShocker
Scripts/Icecrown Citadel: Fix Rotface ooze flood (thx to vincent-michael)
2012-02-23Core/Scripts: fix rotface ooze flood (thx to vincent-michael)Kandera
2012-02-23Merge pull request #5343 from kandera/fix_spell_script_stuffQAston
fix a few issues with the spell scripts i made.
2012-02-23Merge pull request #5389 from kandera/script_vesselQAston
Core/Scripts: script despawn for dummy effect of muisek vessels
2012-02-23Core/Scripts: script despawn for dummy effect of muisek vesselsKandera
2012-02-23Compile fix for gcc 4.5 and higherShauren
2012-02-23Core/Vmaps: Fixed errors during loading gameobject models and improved error ↵Shauren
output (will now write to logs)
2012-02-23Copypaste fixShauren
2012-02-23Core: Random cleanup + compile fixShauren
2012-02-23Merge pull request #5383 from Venugh/masterMachiavelli
Core/Movement: Use SetLevitate(true/false) instead of AddUnit/RemoveU… …nit.
2012-02-23Core/Movement: Use SetLevitate(true/false) instead of AddUnit/RemoveUnit.Venugh
2012-02-23Merge pull request #5382 from Venugh/masterMachiavelli
Core/Units: Some cleanup in MOVEMENTFLAG_WALK toggling
2012-02-23Core/Movement: Use SetWalk(true/false) instead of AddUnit/RemoveUnit.Venugh
2012-02-22DB/Conditions: Fix remaining DB sql errorsNay
2012-02-22DB/Quests: Mounting Hodir's Helm.w1sht0l1v3
DB/Quests: Quest relations for Polishing the Helm. Closes #5231
2012-02-22Core/Vehicles: Fix a crash in object update packet builder (need to remove ↵Machiavelli
UPDATEFLAG_VEHICLE on Unit::RemoveFromWorld)
2012-02-22Actually remove searing_gorge.cpp from CMakeLists, sorry.Nay
2012-02-22Core/Spells: Prevent assertion failure in ↵QAston
Spell::SelectImplicitDestDestTargets by setting dest to caster if no dest provided.
2012-02-22Misc: Delete searing_gorge.cpp and fix a typo in worldserver configNay
2012-02-22Core/Unit: Corrected packet structure in Unit::BuildMovementPacketShauren
2012-02-22Core/Spells: Change logic in assertion in ↵Machiavelli
Spell::SelectImplicitTargetObjectTargets. Not sure if this a step in the right direction for the intended design, but following the logic of the function there should be OR unit target OR gameobject target OR item target pointers available. If Item target doesn't belong there then the already present AddItemTarget call should be removed.
2012-02-22db/loot: Fix sql add line at end.Malcrom
2012-02-22scripts: Searing Gorge wasn't cleaned up properly.Malcrom
2012-02-22db/text: Invisible Stalker text for WintergraspMalcrom
2012-02-22db/SAI: Move Kalaran Windblade script to SAI and improved scripting and gossip.Malcrom
2012-02-22Core/Vehicles: Fix a crash in ~Vehicle. Closes #5366Machiavelli
2012-02-22Merge pull request #5367 from kandera/fix_seasonal_check_2Nay
COre/Quest: Fix issue with seasonal quests and repeatability Closes #5353
2012-02-22fix issue with seasonal quests and repeatabilityKandera
2012-02-22Merge pull request #5271 from Chaplain/knockbackMachiavelli
Core/Movement: Fix MoveJump handling.
2012-02-22Core/Vehicles: Remove some wrong/redundant calls to Unit::ExitVehicle. The ↵Machiavelli
aura system already handles it in most places. Also add some documentation on upcoming work on making passenger exit positions work.
2012-02-22Core/Conditions: Fix grouping for CONDITION_SOURCE_TYPE_SPELL_CLICK_EVENTMachiavelli
Perhaps in the future a more generic solution can be implemented to prevent lots of repetitive code
2012-02-22Core/Spells: Use right function for obtaining spell target type. Fixes ↵QAston
assertion failures.
2012-02-22Core/Spells: Fix a typo in f09b5a6bea89da1b73a0beb05b977feba3285562 - call ↵QAston
right function for target dest case. Closes #5357
2012-02-22Fix build (gcc) and fix warningsSpp
2012-02-21db/Gossip: Some missing Gossip data from Pitcrawler & myselfMalcrom
2012-02-21Fix typo on previous commitMalcrom
2012-02-21DB/Scripts: Remove 2 cpp scripts in Searing Gorge and replace with SAI.Malcrom
2012-02-21Merge pull request #5354 from FrozenSouL/masterNay
Scripts/Pos: Fix error in Scourgelord Tyrannus text
2012-02-22Scripts/PoS: Fix error in Forgemaster Garfrost text.frozenarmor
Signed-off-by: frozenarmor <venom.victorios@gmail.com>
2012-02-21DB/Loot: Add loot for Apprentice OsterkilgrZxBiohazardZx
Closes #5269