aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/Map.cpp
AgeCommit message (Expand)Author
2010-08-22Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...click
2010-08-21Core: Remove "may be used uninitialized in this function", "unused parameter ...Spp
2010-08-21Core: Remove "suggest parentheses around ‘&&’ within ‘||’" and "sugge...Spp
2010-08-21Core: Remove "unused variable 'xxx'" warningsSpp
2010-08-21Core: Remove "enumeration value 'xxx' not handled in switch" warningsSpp
2010-08-21Core: Remove lots warnings:Spp
2010-08-20Core/DB scripts:azazel
2010-08-20Coreazazel
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-08* Rename InstanceData to InstanceScriptazazel
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-07* Rename some more functions for consistency.XTZGZoReX
2010-08-06*** New core <-> script library interface - complete rewrite of the old one.XTZGZoReX
2010-08-06Revert changes done in r0074e32c2f and r4d86e4199a - fixes buildissues ( if()...click
2010-08-06* Corpse related cleanup (author: Hunuza)azazel
2010-08-05Make use of new ToItem() castsShauren
2010-08-05* Implement item limit category (based on changes by VladimirMangos)azazel
2010-08-05* Convert SCRIPT_COMMAND_* defines to enum. Make comments for values up-to-date.azazel
2010-07-30*use ASSERT macro instead of regular assert for better output.QAston
2010-07-29Convert to using ACE for reading configurationfiles, and remove dependency on...click
2010-07-28*Cleanup in ObjectAccessor - this should fix some crashesQAston
2010-07-27Small fix for previous revisionShauren
2010-07-27Added possibility to cast spells with triggered flag using SCRIPT_COMMAND_CAS...Shauren
2010-07-27Add option for search distance to getHeight() functions and make Creature::Fa...click
2010-07-11Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside chec...click
2010-07-11Backed out changeset 6670e64b2d92click
2010-07-11Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for IT...click
2010-07-09Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()Tartalo
2010-07-07Coment annoying assert that nobody knows why is thereTartalo
2010-07-07Deny access to instances if other party/user with the same perm id is insideTartalo
2010-06-30Initialize a pointer with NULL value to prevent possible crashes.Shauren
2010-06-28Properly initialize variable in WorldObject::PlayDirectSound()click
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ACE...Machiavelli
2010-06-21Remove some redundant explicit NULL checks for pointers before ´delete´ or ...Machiavelli
2010-06-13Typo spotted by glizzard.adMachiavelli
2010-06-13Add some safer casting conditions in Map::ScriptsProcess.Machiavelli
2010-06-11Add extractors and assembler - EXTRACTION OF NEW MAPS IS REQUIRED!click
2010-06-08* Remove more not needed relative paths in include filesBrian
2010-06-07* Nearly done with fixing the Linux build.Brian
2010-06-06* Even more restructuring of the game library.XTZGZoReX