aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.h
AgeCommit message (Expand)Author
2010-06-05Move core/realm files to new subdirectoryclick
2010-05-30Cleaned up and unified various sort predicates and moved them to Trinity name...Xanadu
2010-05-16you can now reload creatures from creature_template tableRat@walamy
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: Remove trailing spacesSpp
2010-04-07Code Style: tab to spacesSpp
2010-04-04correct movement packet broadcastingsilverice
2010-03-22* Fix CRLF.XTZGZoReX
2010-03-22restore work of IsInMap checksilverice
2010-03-21revert Fix Object::IsInMap to check instanceIdsilverice
2010-03-19Fix Object::IsInMap to check instanceId.Trazom62
2010-03-07Some Creature* casts moved to new ToCreature.raczman
2010-03-07Added new type-safe cast functions.raczman
2010-02-27Update visibility systemsilver1ce
2010-02-14* Core switch to client 3.3.2 (11403)Brian
2010-02-06Fixed some GetDistance functions, added several assertsXanadu
2010-02-05A great purge of obsolete macros.Xanadu
2010-02-03*Move object's field\visibility update functions to object from accessorsilver1ce
2010-01-22*Prevent assertion fail in Unit::_AddAura after creature add to remove list.QAston
2010-01-16Updated copyright for new year.n0n4m3
2009-12-26Move some grid object functions into one parent classn0n4m3
2009-12-19Fixed some typos and revert one commitn0n4m3
2009-12-19Avoid not needed too oftent send update data, cleanups. by SilverIcen0n4m3
2009-12-19Implement new visibility system, based on Silverice patch for mangosn0n4m3
2009-12-17[9012] fix crash when achievement is completed and player isn't in worldn0n4m3
2009-12-17Update some code for 322an0n4m3
2009-12-17Replace some assert with return statement, fixed some crash bugsn0n4m3
2009-11-22*Cleanup, fix a few warnings, and make the SD2 grid searchers just pass throu...maximius
2009-11-19*Add two new functions GetHomePosition() and GetRelativeAngle(x, y)maximius
2009-10-31*Fix a crash in Object.hmaximius
2009-10-17*Backed out changeset 3be01fb200a5maximius
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ...maximius
2009-09-27*Merge [8524] New cell search algorithm implemented. You can now choose diffe...maximius
2009-09-18*[8475] fixed some gcc-warnings Author: balrokmaximius
2009-09-02[FIX] Energy/Mana Regeneration By HiZedmegamage
2009-08-29*More update about positions.megamage
2009-08-29*Make position as a class;megamage
2009-08-28*Fix a crash caused by gm command .object move and so onmegamage
2009-08-25*Do not make getmapid virtual function to improve speed.megamage
2009-08-23*Update vehicle system. Make vehicle a seperate class from creature.megamage
2009-08-23*Some update of spell target selection.megamage
2009-08-13*Add an assert in ~worldobjectmegamage
2009-08-11*Only use m_isWorldObject to check if an object is in grid or world.megamage
2009-08-10*Assert !IsInWorld() in reset mapmegamage
2009-08-06*Update creature damamge formula. Use damage mod in config as total_pct modif...megamage
2009-08-03*Add Rate.RepairCost config option - by MaXiMiUSQAston
2009-08-03*Add some crash prevention checks.QAston
2009-08-01*Store mapId in Corpse class for access to corpse when grid containing them i...QAston
2009-08-01*Improvements in map managing.QAston