| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-14 | *Fix a bug that flying puppet interrupts caster's channelling. | megamage | |
| --HG-- branch : trunk | |||
| 2009-06-11 | *Switch to support client version 3.1.3 | megamage | |
| *I strongly recommend you not to use this until you get the 313 db. Now all destructible buildings cause client crash. Source: Mangos Thanks to TOM_RUS for most work to make this switch possible ;) --HG-- branch : trunk | |||
| 2009-06-09 | * Fix HandleInspectOpcode, by Vicos | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-05-31 | [7918] Improve portability in work with uint64 string format specifiers ↵ | megamage | |
| and in code literals. Author: VladimirMangos * Replace platform seelction MaNGOS code for select format descriptor for uint64 by using ACE define. I64FMTD renamed to UI64FMTD for more clear name. * Add new define UI64LIT (base at ACE seelction) for build portables uint64 literals. Please always use UI64LIT(0x00001) instead less portable 0x00001LL --HG-- branch : trunk | |||
| 2009-05-31 | Mangos [7911]. Author: tomrus88 | megamage | |
| Very big patch. May cause bugs. --HG-- branch : trunk | |||
| 2009-05-29 | *Update OutdoorPvP functions. No longer need creature triggers for capture ↵ | megamage | |
| points. --HG-- branch : trunk | |||
| 2009-05-25 | *Move some random generator functions to map class: functions in ↵ | megamage | |
| map/object/movementgenerator/spell --HG-- branch : trunk | |||
| 2009-05-25 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-14 | New server options to block adding GMs to friends by players and to block ↵ | Genars & Aokromes | |
| inviting GMs to parties --HG-- branch : trunk | |||
| 2009-05-14 | New server options to block adding GMs to friends by players and to block ↵ | Genars & Aokromes | |
| inviting GMs to parties --HG-- branch : trunk | |||
| 2009-05-14 | *Add some distance check functions. By VladimirMangos. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-05 | [7776] Completed implementation of CMSG_SPELLCLICK Author: arrai | megamage | |
| For vehicles, you have to add the correct SPELL_AURA_CONTROL_VEHICLE spells to npc_spellclick_spells, otherwise you won't be able to use them --HG-- branch : trunk | |||
| 2009-05-03 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-05-03 | *Add ai function spellclick | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-29 | [7730] Some optimizantion and code style. Author: zhenya | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-27 | [7716] Fixed some typos and possible crashes. Author: AlexDereka | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-21 | *Fix the bug that all vehicles are broken. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangos | megamage | |
| * 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 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-20 | *Fix a crash in HandleGossipSelectOptionOpcode. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-19 | *Fix build. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-17 | *Some work on vehicles. | megamage | |
| --HG-- branch : trunk | |||
| 2009-04-11 | [7648] Resolve problems with expected fall damage at near teleport. ↵ | megamage | |
| Author: VladimirMangos Move near teleport landing code to WorldSession::HandleMoveTeleportAck. This make Player::TeleportTo code working in same way for both far/near teleports. Move mSemaphoreTeleport from WorldObject to Player and merge with DoNotMove (using 2 fields for far/near teleport flag). Skip movement packets until landing confirmation for near teleport from client. --HG-- branch : trunk | |||
| 2009-04-06 | * Trailing whitespace removed. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2009-04-06 | *Update of aura system. | QAston | |
| --HG-- branch : trunk | |||
| 2009-03-31 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-30 | Added GO gossip menu support. Kudos and cookies to arrai. | raczman | |
| --HG-- branch : trunk | |||
| 2009-03-28 | *Add new creature_template column VehicleId | megamage | |
| *Allow spawn vehicles *Make vehicles grid objects. --HG-- branch : trunk | |||
| 2009-03-26 | *Move most reputation/force faction reaction code to new ReputationMgr. ↵ | megamage | |
| Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-25 | [7538] Hide some implementation details for reputation/forced faction ↵ | megamage | |
| reaction. Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-21 | [7509] Use defines instead explcit value for talent rank cound (in general ↵ | megamage | |
| and for pets) Author: VladimirMangos --HG-- branch : trunk | |||
| 2009-03-21 | Small code cleanup and partial merge with dev branch Author: tomrus88 | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-19 | *Set seer back when it is removed to prevent crash. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-14 | *Fix a typo that makes players can see invisible units. | megamage | |
| *Update farsight target code. Only change seer when receive client request. --HG-- branch : trunk | |||
| 2009-03-11 | [7440] Use server-side only zone info. Optimize related calles in case ↵ | megamage | |
| zone and subzone use. Author: VladimirMangos This in some cases make some zones not explorable if it not have server side data in current maps but not allow cheating with zone set from client. --HG-- branch : trunk | |||
| 2009-03-10 | *Update bind sight spells code. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-08 | [7403] much more unneeded includes removed Author: balrok | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-06 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-05 | *Implement access_requirement table - by Iskander | Blaymoira | |
| - now check the requirements on teleport not only on areatrigger use - moved some columns from instance_template and areatrigger_teleport to access_requirement table --HG-- branch : trunk | |||
| 2009-03-05 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-03-04 | *Update Add Friend/Ignore Opcode - by Anubisss | Blaymoira | |
| --HG-- branch : trunk | |||
| 2009-03-02 | [7362] Use IN_MILISECONDS where appropriate, other cleanups. Author: ↵ | megamage | |
| VladimirMangos --HG-- branch : trunk | |||
| 2009-02-18 | Fix build | panaut0lordv | |
| --HG-- branch : trunk | |||
| 2009-02-18 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-17 | Newline added to bottom of all files. | KingPin | |
| --HG-- branch : trunk | |||
| 2009-02-16 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-12 | *Merge. | megamage | |
| --HG-- branch : trunk | |||
| 2009-02-09 | Replace tabs with spaces in more files. | Paradox | |
| --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 | |||
