aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2011-10-18More clean up of grid system.megamage
2011-10-18Clean up grid system: allow directly creating Cell from x, y.megamage
2011-10-18Use method IsCoordValid() to replace explicit checks.megamage
2011-10-18Rename some classes in grid system.megamage
2011-10-18Minor changes here and there:Spp
2011-10-18Core/Calendar: Send map raid reset only onceSpp
2011-10-18Core: Fix some warningsSpp
2011-10-18Core/Grid: Replaced ambiguous operator overloads with functions (Makes it cle...Spp
2011-10-18Minor cleanups here and thereSpp
2011-10-18Core/Items: Split SetSoulboundTradeable in two functions (Set and Clear)Spp
2011-10-18Core/GameObject: Fixed memory leak in GameObject AI handlingSpp
2011-10-18Core/GameObject: Fix compile warning (Note: bg->GetTypeID(true) will always r...Spp
2011-10-17Core/Mechanic: Fix spell penetration from items.kaelima
2011-10-17Core/Misc: Added 'f' after float valuesFredi Machado
2011-10-17Core/Movement: Fix Point Movement after a stun/root. The NPC should now corre...Liberate
2011-10-16Core/Auras: Fixed another proc crashShauren
2011-10-15Core/WaypointMgr: Allow to set orientation to waypoints.kaelima
2011-10-13Remove some "_" from private methods as required by TC standards. Thanks to S...megamage
2011-10-13More cleanup of CanSeeOrDetectmegamage
2011-10-13Some cleanup of CanSeeOrDetect code.megamage
2011-10-12Add a missing break in AuraEffect::CalculateSpellMod. Thanks to vlad852 for p...megamage
2011-10-12Merge pull request #3444 from Havenard/fix0008megamage
2011-10-12Merge pull request #3469 from Chaplain/cleanup3megamage
2011-10-12Add MX lock to InstanceSave::Add/RemovePlayer. Because BindToInstance can be ...megamage
2011-10-12Core/Spells: SPELL_AURA_MOD_INCREASE_ENERGY_PERCENT improvementChaplain
2011-10-11Core/MapScripts: Fixed SCRIPT_COMMAND_QUEST_EXPLORED again after 26869bda30b5...kaelima
2011-10-11Core/Group: Fix recent issues with displaying group members on minimap.kaelima
2011-10-11Fix compile error in gcc.megamage
2011-10-11Fix a crash caused by my previous commit.megamage
2011-10-10Pass low guid instead of guid to DeleteCharaceterNameData.megamage
2011-10-10Remove/Add creature from/to map when it changes map.megamage
2011-10-10Rename Map::Add to Map::AddToMap, Map::Remove to Map::RemoveFromMap for bette...megamage
2011-10-10Rename "SetPosition" to "UpdatePosition".megamage
2011-10-10Fix Elemental OathHavenard
2011-10-10Merge pull request #3399 from megamage/mastermegamage
2011-10-10Fix the bug that CC AOE spells do not remove stealth aura if the target is be...megamage
2011-10-10Remove duplicated code for SendNameQueryOpcodemegamage
2011-10-08Merge pull request #3259 from Souler/pullmegamage
2011-10-08Update char name data when create/delete char.megamage
2011-10-08Update code related to character name data.megamage
2011-10-08Scripts/Icecrown CitadelShauren
2011-10-08Core/PlayerDump: Add config to disallow overwriting existing files and usage ...Shocker
2011-10-08Core/GameObects: Fix a crash in GameObject::DeleteMachiavelli
2011-10-08One last culprit...Machiavelli
2011-10-08Core: Fix a boatload of crashes after the mass cleanup... Thanks to Broodwyrm...Machiavelli
2011-10-08Core: Build fix for linux after code style cleanupMachiavelli
2011-10-08Core: Fix some build errors after code style cleanupMachiavelli
2011-10-08Core/GameObjects: Fix infinite respawning of chest gameobjects that are summo...Machiavelli
2011-10-08Core/Spells: Restore work of Unrelenting Assault after 341d22ff9184c1988c87a2...3kids
2011-10-07Merge pull request #3400 from Bootz/mastermegamage