aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
AgeCommit message (Collapse)Author
2009-02-04* Updated copyright notice for new year (2009) part 1 - Mercurial cant ↵Drahy
convert all files at once --HG-- branch : trunk
2009-01-25*Merge.megamage
--HG-- branch : trunk
2009-01-22*Update to Mangos 7151.megamage
--HG-- branch : trunk
2009-01-20*Update to Mangos 7125.megamage
--HG-- branch : trunk
2009-01-17*Merge.megamage
--HG-- branch : trunk
2009-01-16*Merge.megamage
--HG-- branch : trunk
2009-01-16*Fix Creature::FallGround. By Silver1ce.megamage
--HG-- branch : trunk
2009-01-09*Merge.megamage
--HG-- branch : trunk
2009-01-08*Change some log level.megamage
--HG-- branch : trunk
2009-01-06*Merge with Trinity 793.megamage
--HG-- branch : trunk
2009-01-05*Some update of relocation notify.megamage
--HG-- branch : trunk
2009-01-02*Update to Mangos 7006.megamage
--HG-- branch : trunk
2009-01-02*Update to Trinity 759.megamage
--HG-- branch : trunk
2009-01-01*Temp fix for instancemap::add crash. By Visagalis.megamage
--HG-- branch : trunk
2008-12-30*Fix the bug that summoned guardians cause crash (do not use the previous one).megamage
--HG-- branch : trunk
2008-12-30*A temp fix for the bug that summoned guardians cause crash.megamage
--HG-- branch : trunk
2008-12-30*Update to HG 714.megamage
--HG-- branch : trunk
2008-12-30*A temp fix for the crash caused by instance::add.megamage
--HG-- branch : trunk
2008-12-27*HG 681.megamage
--HG-- branch : trunk
2008-12-27*Try to fix the bug that relocation notify causes crash.megamage
--HG-- branch : trunk
2008-12-24Backed out changeset: ad4f100c0a9dmegamage
--HG-- branch : trunk
2008-12-24*Update to Mangos 6938. (Only build for VC9)megamage
--HG-- branch : trunk
2008-12-20*Update visibility only once per update.megamage
--HG-- branch : trunk
2008-12-20*Fix build.megamage
--HG-- branch : trunk
2008-12-20*Merge with 551.megamage
--HG-- branch : trunk
2008-12-19*Update relocation notify code. Only notify units within max visible distance.megamage
*Delete a duplicated config option. --HG-- branch : trunk
2008-12-14*Try to fix a bug that chain-cast far sight may cause crash.megamage
--HG-- branch : trunk
2008-12-12*Update to Mangos 6902. Source: Mangos.megamage
*Skipped rev: rev 6893, some code about waypoint movement. --HG-- branch : trunk
2008-12-06*Fix a bug that GetHeight causes crash.megamage
--HG-- branch : trunk
2008-12-04*Lock notifylist during update. This should fix the crash bug during ↵megamage
relocationnotify update. --HG-- branch : trunk
2008-11-29*Fix crash bug in 353. Please do not use 353!megamage
--HG-- branch : trunk
2008-11-29*Do unit relocation notification only once per update. Hope this can solve ↵megamage
the stealth crash problem once for all. --HG-- branch : trunk
2008-11-28*Update to Mangos 6856. Source: Mangos.megamage
--HG-- branch : trunk
2008-11-23*Fix a bug that Map::Update crash the server.megamage
--HG-- branch : trunk
2008-11-21*Move object update from objectaccessor to mapmegamage
*Move activeobject list from objectaccessor to map *Open grid for all active creatures (previously only for possessed ones) --HG-- branch : trunk
2008-11-20*Fix the bug that updatepacket is not sent to players.megamage
*TODO: move creature::update to map::update. This requires that move activeobjectlist to map. --HG-- branch : trunk
2008-11-20Re-commit 262 due to EOL issues. (no difference from 262)megamage
--HG-- branch : trunk
2008-11-18*Merge from Mangos. Add MapReference. Author: hunuza.megamage
*Also re-commit the patches reverted in 255. --HG-- branch : trunk
2008-11-14[svn] * Reimplemented packet/update forwarding in more generic waygvcoman
* Implemented far sight spells (Far Sight, Eagle Eye, etc) at unlimited range and properly forward packets * Implemented bind vision spells (Mind Vision, etc) to forward packets at unlimited distance * Implemented Sentry Totem (both vision switching/forwarding and alerting) * Other misc possession fixes * Added .bindsight and .unbindsight commands Please test out the above spells (including Mind Control) and report any issues on the forums. --HG-- branch : trunk
2008-11-14[svn] *** Source: MaNGOS ***visagalis
* Fixed build extractor at Windows Vista. Author: Vladimir * Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox. * Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza * Small fixes in send/received packet and simple code cleanup also. Author: Vladimir * Not output error at loading empty character_ticket table. Author: Vladimir * Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius * Applied props to few files. --HG-- branch : trunk
2008-11-12[svn] Fix a bug that players cannot hear others talking.megamage
Provide script support for type 10 gameobject. Add some missing script sql. --HG-- branch : trunk
2008-11-07[svn] Remove isVisible function. Check stealth and invisible in canAttack();megamage
Use new remove aura by interrupt flag function. --HG-- branch : trunk
2008-11-05[svn] Implemented player on player and player on creature possession:gvcoman
* Implemented packet and vision forwarding through possessed units * Added new OnPossess script call alerting scripts on when possession is applied/removed * Moved fall damage and fall under map calculations into the Player class * Added new PossessedAI that is applied only while possession on creature is active * Implemented summon possessed spell effect * Fixed Eyes of the Beast --HG-- branch : trunk
2008-11-05[svn] * Avoid access to bag item prototype for getting bag size, use related ↵KingPin
item update field instead as more fast source. * Better check client inventory pos data received in some client packets to skip invalid cases. * Removed some unnecessary database queries. * Make guid lookup for adding ignore async. * Added two parameter versions of the AsyncQuery function * Make queries for adding friends async. - Hunuza * Replace some PQuery() calls with more simple Query() - Hunuza * Mark spell as executed instead of deleteable to solve crash. *** Source mangos. **Its a big commit. so test with care... or without care.... whatever floats your boat. --HG-- branch : trunk
2008-11-02[svn] *Implement new player conditions CONDITION_NO_AURA, CONDITION_ACTIVE_EVENTKingPin
* Default behaviour of pets for creatures changed to REACT_DEFENSIVE * Disallowed sending wrapped items as COD * Prevent loading and saving single target auras for pet in same way as already implemented for player * Correctly limit use some flask types to zones. * Fixed extracting common.MPQ under *nix * Many small xleanups and fixes. ** mangos merge rev. TEST REV so be careful of creepy crawly bugs! --HG-- branch : trunk
2008-10-31[svn] Improve TargetedMovement (TODO: let mob find "near angle" rather than ↵megamage
"random angle"). Delete a repeated check in instance canenter(). Fix some spell targets. Add some sunwell spell sql. Fix Magtheridons earthquake. (TODO: need to find out why soul transfer has no effect when casted by mobs) Let Brutallus dual wield. Enable burn (still no script effect). Quick fix for shadowmoon valley illidan quest crash (wait for author's fix). --HG-- branch : trunk
2008-10-27[svn] * Allow WorldObjects to keep the grid active, and prevent it from ↵w12x
being unloaded. This can be done through calling WorldObject::setActive(bool) from the scripting library. Note that entire instances are still unloaded if no player is present on that map to save resources. This behavior can be changed if the need arises. --HG-- branch : trunk
2008-10-27[svn] Make mobs scatter around in melee attack. Patch provided by smellbee.megamage
Fix Join Instance Can Enter while Encounter is in Progress. Patch provided by mknjc. --HG-- branch : trunk
2008-10-23[svn] Fixed copyright notices to comply with GPL.w12x
--HG-- branch : trunk
2008-10-20[svn] * fixed help for subcommands - source mangosKingPin
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O --HG-- branch : trunk