aboutsummaryrefslogtreecommitdiff
path: root/src/game/GridNotifiers.h
AgeCommit message (Collapse)Author
2009-03-13*Merge.megamage
*"Fix Glowing Blood" is not merged. Outdated patch? --HG-- branch : trunk
2009-03-12*Fix a typo of that last rev.megamage
--HG-- branch : trunk
2009-03-12*Fix traps. Thanks to megamage for help.QAston
--HG-- branch : trunk
2009-03-11*Merge.megamage
--HG-- branch : trunk
2009-03-11*Fix a crash bug.megamage
--HG-- branch : trunk
2009-03-09*Support localization for messsages in battleground. Author: VladimirMangosmegamage
[7411] Use similar localization classes for World::SendWorldText muti-line message. Author: VladimirMangos --HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-08*Fix build in Linux.megamage
--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-24 [7330] Code warnings and style cleanups. Some bugs fixes. Author: ↵megamage
VladimirMangos 1) comparison singed and unsigned values 2) redundent includes 3) wrong constructor :-part field initilization 4) unused not-/*name*/-guarded args in template/virtual functions that not required like args. 5) explicitly list not implemented achievement types. Also bugs fixed: 1) Drop wrong phase mask 0 check in WorldObject::InSamePhase. 2) ArenaTeamMember::ModifyPersonalRating incorrect work with move points in negative with infinity values in result. 3) ArenaTeam::SaveToDB code send uint64 value to string with arg format %u. --HG-- branch : trunk
2009-02-21[7319] Fixed compile on Unix systems. Author: ApoCmegamage
--HG-- branch : trunk
2009-02-21 [7311] Divide MessageChatLocaleCacheDo to specialized helper classesmegamage
1) LocalizedPacketDo (allocate and cache packets for locale indexes) 2) MonsterChatBuilder (prepare monster chat message packet for specific locale index) Author: VladimirMangos --HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-13*Merge.megamage
--HG-- branch : trunk
2009-02-13*Fix bug that traps were activated by totems.QAston
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-09Replace tabs with spaces in more files.Paradox
--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-05*Some update of relocation notify.megamage
--HG-- branch : trunk
2009-01-03*New script command 17 implemented: SCRIPTCOMMAND_CALL_SCRIPT_TO_UNITTrullyONE
--HG-- branch : trunk
2008-11-26*Try to fix the bug that creatures cast buff on players.megamage
--HG-- branch : trunk
2008-11-25*Update to Mangos 6848. Source: Mangos.megamage
--HG-- branch : trunk
2008-11-23*Creatures with the same faction should always be friendly to each other. ↵megamage
This fix the bug that creatures with the same faction fight earch other. *Allow "chain effect" when creatures call assistance. --HG-- branch : trunk
2008-11-21*Let creature search nearby target before enter evade modemegamage
*Add function canStartAttack to reduce code in MoveInLineOfSight *Fix a bug that cancelling bind sight auras may crash the server --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-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-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-10-23[svn] Fixed copyright notices to comply with GPL.w12x
--HG-- branch : trunk
2008-10-14[svn] * Merge Temp dev SVN with Assembla.Seline
* Changes include: - Implementation of w12x's Outdoor PvP and Game Event Systems. - Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed). - All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql). - Improved Config cleanup. - And many more changes. --HG-- branch : trunk
2008-10-11[svn] * svn:eol-style native set on all files that need itNeo2003
--HG-- branch : trunk
2008-10-09[svn] * Updated to 6743 and 685Neo2003
Moved language id used by Arena to a higher place to solve conflicts Added the empty script folders --HG-- branch : trunk rename : 6731-680 => 6743-685
2008-10-05[svn] * Moved Script grid_searchers to coreNeo2003
* Moved an enum from sc_creature.h to CreatureAI.h --HG-- branch : trunk
2008-10-04[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and ↵Neo2003
partial Windows part) * Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
2008-10-02[svn] * Proper SVN structureinitNeo2003
--HG-- branch : trunk