| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-16 | Updated copyright for new year. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-01-10 | dropped old code, which unused since new visibility system implemented | silver1ce | |
| --HG-- branch : trunk | |||
| 2009-12-19 | Implement new visibility system, based on Silverice patch for mangos | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2009-10-17 | *Massive cleanup redux. | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-17 | *Backed out changeset 3be01fb200a5 | maximius | |
| --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 visiblechangesnotifier | megamage | |
| --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: balrok | 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-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-17 | Newline added to bottom of all files. | KingPin | |
| --HG-- branch : trunk | |||
| 2009-02-04 | Replace tabs with spaces, and fix crlf issues | megamage | |
| --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 2 | Drahy | |
| * 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-24 | Backed out changeset: ad4f100c0a9d | megamage | |
| --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 | |||
| 2008-11-14 | [svn] * Reimplemented packet/update forwarding in more generic way | gvcoman | |
| * 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-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-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-02 | [svn] * Proper SVN structureinit | Neo2003 | |
| --HG-- branch : trunk | |||
