aboutsummaryrefslogtreecommitdiff
path: root/src/game/GridNotifiers.cpp
AgeCommit message (Collapse)Author
2010-04-08Code Style (game + scripts only):Spp
"!=" --> " != " (when needed) " !=" --> " !=" "!= " --> "!= " --HG-- branch : trunk
2010-04-07Code Style (game + scripts only):Spp
"==" --> " == " (when needed) --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"( " --> "(" " )" --> ")" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"if(" --> "if (" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"for(" --> "for (" --HG-- branch : trunk
2010-03-06prevent stack overflow caused by MoveInLineOfSight callssilver1ce
should close #995 issue --HG-- branch : trunk
2010-03-03skip ai reaction at self relocationsilver1ce
i had to add it earlier --HG-- branch : trunk
2010-02-27* Fix *nix build. By reno.XTZGZoReX
--HG-- branch : trunk
2010-02-27trying to fix comple on *nixessilver1ce
--HG-- branch : trunk
2010-02-27Update visibility systemsilver1ce
*visibility updates and ai relocations processed simultaneously for each grid *these operations now are not synchronized for different grids *some changes into structure of visibility notifiers --HG-- branch : trunk
2010-01-16Updated copyright for new year.n0n4m3
--HG-- branch : trunk
2010-01-10dropped old code, which unused since new visibility system implementedsilver1ce
--HG-- branch : trunk
2009-12-19Implement new visibility system, based on Silverice patch for mangosn0n4m3
--HG-- branch : trunk
2009-10-17*Massive cleanup redux.maximius
--HG-- branch : trunk
2009-10-17*Backed out changeset 3be01fb200a5maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ↵maximius
some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
2009-08-23*Update vehicle system. Make vehicle a seperate class from creature.megamage
--HG-- branch : trunk
2009-08-23*Some update of spell target selection.megamage
--HG-- branch : trunk
2009-06-14*Inform creature/dynobj seers in visiblechangesnotifiermegamage
--HG-- branch : trunk
2009-06-13*Some fix of vehicles. Thanks to Seizerkiller.megamage
--HG-- branch : trunk
2009-06-07*Do not allow two side emote.megamage
--HG-- branch : trunk
2009-06-06*Fix bugged opvp update timer.megamage
--HG-- branch : trunk
2009-06-05*Add some debug info to find crash bug caused by player Notify()megamage
--HG-- branch : trunk
2009-05-27*Cleanup message deliver functions. Remove unused parameters.megamage
--HG-- branch : trunk
2009-05-03*Merge.megamage
--HG-- branch : trunk
2009-05-03*Only update object which are in world.megamage
--HG-- branch : trunk
2009-04-04*Merge.megamage
--HG-- branch : trunk
2009-04-04*Fix visibility update bug.megamage
--HG-- branch : trunk
2009-03-23*Fix some crashes possibly related to vehicles.megamage
*Fix a bug that client crashes when seer is far away from caster. --HG-- branch : trunk
2009-03-18*Merge with 243.megamage
--HG-- branch : trunk
2009-03-17*Fix a bug that redundant packets are sent to clients which may cause freeze.megamage
--HG-- branch : trunk
2009-03-11*Merge.megamage
--HG-- branch : trunk
2009-03-11*Fix a crash bug.megamage
--HG-- branch : trunk
2009-03-08[7403] much more unneeded includes removed Author: balrokmegamage
--HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
2009-03-08*Update of relocation notify code.megamage
--HG-- branch : trunk
2009-02-26 [7333] Refactoring ↵megamage
DestinationHolder/Traveler/Unit::SendMonsterMoveWithSpeed code. Author: VladimirMangos * Move common code in appropriate functions. * Correct select speed and 2D/3D distance for creature/player walk/fly --HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-04Replace tabs with spaces, and fix crlf issuesmegamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 2Drahy
* Changed mangos website --HG-- branch : trunk
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-31*Update to Mangos 7208. Implement phase system.megamage
--HG-- branch : trunk
2009-01-27*Update to Mangos 7194.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
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-11-23*Fix a bug that logging out while casting far sight causes crash.megamage
--HG-- branch : trunk