aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
AgeCommit message (Collapse)Author
2009-04-29[7730] Some optimizantion and code style. Author: zhenyamegamage
--HG-- branch : trunk
2009-04-22*Merge.megamage
--HG-- branch : trunk
2009-04-21*Fix a crash of vehicle.megamage
--HG-- branch : trunk
2009-04-21*Move move and remove obj from world update to map update.megamage
--HG-- branch : trunk
2009-04-20 [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangosmegamage
* This let get objects at map without reference to player or another object. * Simplify future implementation for per-map storage for like objects --HG-- branch : trunk
2009-04-20*Fix a crash caused by grid notification.megamage
--HG-- branch : trunk
2009-04-18*Merge.megamage
--HG-- branch : trunk
2009-04-18*Fix visibility update bug of long-distance teleport.megamage
--HG-- branch : trunk
2009-04-17*Some work on vehicles.megamage
--HG-- branch : trunk
2009-04-14*Change some log info about grid.megamage
--HG-- branch : trunk
2009-04-12[7656] Implement hack way detection for more cave and not cave areas at new ↵megamage
continent. Author: VladimirMangos --HG-- branch : trunk
2009-04-12*Merge.megamage
*One rev skipped: Fixed exploit with several spells being casted on pet with no de-buff applied. Author: Elron. --HG-- branch : trunk
2009-04-12*Add better debug log for grid state.megamage
--HG-- branch : trunk
2009-04-09*Update vehicle code.megamage
*Show correct visual effects to other players. *Do not allow attack players on vehicle. *Only dismiss vehicle when it is summoned. --HG-- branch : trunk
2009-04-08*Merge.megamage
--HG-- branch : trunk
2009-04-08*Add unit to notify when unit is add to world (including load grid case).megamage
*Add some check in remove object function. --HG-- branch : trunk
2009-04-08*Merge.megamage
--HG-- branch : trunk
2009-04-08*Check if grid is loaded before switch container.megamage
--HG-- branch : trunk
2009-04-07[7626] Fixed: Typo in InitStatsForLevel Author: rastikzzzmegamage
--HG-- branch : trunk
2009-04-07[7624] Add hack detection for zone of undead's capital. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-06* Trailing whitespace removed.XTZGZoReX
--HG-- branch : trunk
2009-04-04*Backport some contents from TC2.megamage
--HG-- branch : trunk
2009-04-04*Add a missing part of visibility patch.megamage
--HG-- branch : trunk
2009-04-04*Add some update from TC1. I am not able to merge from TC1 because bg patch ↵megamage
has too many conflicts. TC1 authors: please merge your patch to TC2 after pushing it to TC1. --HG-- branch : trunk
2009-04-04*Merge.megamage
--HG-- branch : trunk
2009-04-04*Add a missing part of the visibility patch.megamage
--HG-- branch : trunk
2009-04-04*Fix visibility update bug.megamage
--HG-- branch : trunk
2009-04-03*Try to fix the bug of visibility update.megamage
--HG-- branch : trunk
2009-04-02*Fix some visibility bug.megamage
--HG-- branch : trunk
2009-04-02[7598] Implement proper hide out of range (at another map) transports. ↵megamage
Remove duplicate name field. Author: VladimirMangos --HG-- branch : trunk
2009-04-02 [7593] Map::EnsureGridLoaded related cleanups and fixes: Author: ↵megamage
VladimirMangos * Make generic EnsureGridLoaded function and move specialized code to LoadGrid and EnsureGridLoadedAtEnter * Rename args to gx/gy for low-level grid numbering values. * Remove redundent LoadMpa call after always case loading maps in EnsureGridCreated --HG-- branch : trunk
2009-04-01*Fix broken summon vehicle spells.megamage
--HG-- branch : trunk
2009-03-31*Backport some code from TC2.megamage
--HG-- branch : trunk
2009-03-29*Fix a crash.megamage
--HG-- branch : trunk
2009-03-28*Add new creature_template column VehicleIdmegamage
*Allow spawn vehicles *Make vehicles grid objects. --HG-- branch : trunk
2009-03-28[7556] Implement hack way check for cave subzone 4223 detection. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-28*Fix the visibility update bug of non-unit object.megamage
--HG-- branch : trunk
2009-03-27*Fix some bugs of pet.megamage
--HG-- branch : trunk
2009-03-27*Merge.megamage
--HG-- branch : trunk
2009-03-27*Fix the bug of visibility.megamage
--HG-- branch : trunk
2009-03-26*Merge.megamage
--HG-- branch : trunk
2009-03-26*Some improvement of update visibility when players leave map.megamage
--HG-- branch : trunk
2009-03-25[7539] Fixed log output Author: AlexDerekamegamage
--HG-- branch : trunk
2009-03-24*Fix a crash caused by deleting a obj twice.megamage
--HG-- branch : trunk
2009-03-23*Use return false to replace assert false in InstanceMap::Addmegamage
--HG-- branch : trunk
2009-03-21*Remove dual ERROR in logs Author: AlexDerekamegamage
--HG-- branch : trunk
2009-03-18 [7487] Avoid attempt use InstanceSave data for non-dungeons. Author: ↵megamage
VladimirMangos Also check map existance and correctness at instance data loading. Removed unused and totally bugged InstanceMap::GetResetTime. --HG-- branch : trunk
2009-03-16*Merge.megamage
--HG-- branch : trunk
2009-03-16*Try to fix the bug that client get freezed when players teleported out of ↵megamage
bg/arena. --HG-- branch : trunk
2009-03-12[7444] Fixed some recently added and old type conversion warnings. Author: ↵megamage
VladimirMangos --HG-- branch : trunk