Commit Graph

91 Commits

Author SHA1 Message Date
megamage ac9cced914 *Update to Mangos 6957.
--HG--
branch : trunk
2008-12-27 15:17:15 -06:00
megamage ae5e329321 *Update to Mangos 6955.
--HG--
branch : trunk
2008-12-27 11:39:40 -06:00
megamage 3cb4e7c716 *Update to Mangos 6938. (Only build for VC9)
--HG--
branch : trunk
2008-12-24 09:58:26 -06:00
Machiavelli b984933841 *Fix issue where whispers gets allowed from players when a GM whispers another GM
--HG--
branch : trunk
2008-12-23 11:00:11 +01:00
megamage cbe749aa20 *prevent crashes in Player::_LoadArenaTeamInfo(). By DasBlub.
--HG--
branch : trunk
2008-12-22 23:43:48 -06:00
megamage 65ef38963d *The last merge from Mangos TBC. Update to Mangos v0.12.
--HG--
branch : trunk
2008-12-22 10:59:38 -06:00
QAston e11dbbd62d *Remove 'first_spell' and 'rank' columns from table spell_chain
*Separate req_spell and spell_chain data to save some memory
*Use spell_chain data generated from dbc instead of sql

--HG--
branch : trunk
2008-12-22 02:11:11 +01:00
megamage 1bf8d1c50b *Fix a bug that causes freeze.
--HG--
branch : trunk
2008-12-21 09:15:04 -06:00
megamage 55ef3bca2a *Update visibility only once per update.
--HG--
branch : trunk
2008-12-20 17:42:40 -06:00
megamage 5fd5da0123 *Do not allow player to reset instance when he is in instance.
*Fix build bug in the last commit.

--HG--
branch : trunk
2008-12-20 13:01:41 -06:00
megamage f52a5a6dc7 *Fix a bug that stealth causes nearby players lag.
--HG--
branch : trunk
2008-12-20 12:27:55 -06:00
megamage d7c37e157a *Fix a bug that causes crash when player data is corrupted. By Rognar.
--HG--
branch : trunk
2008-12-19 22:46:18 -06:00
megamage a6847b336f *Merge Mangos to 6717. Source: Mangos.
*Major change: update arena code.
(The commit message of the last rev was wrong. But HG does not allow me to rollback.)

--HG--
branch : trunk
2008-12-19 16:43:34 -06:00
megamage 400f7b8596 *Temp fix for crash caused by AV creature. Need to find a way to allow summoned creatures to use RandomMovement.
--HG--
branch : trunk
2008-12-19 16:05:13 -06:00
QAston 42d52c1e17 *Use prev_spell data calculated on startup instead of sql column.
*Changed map structure of req spell.
*Added precalculated data for next spell in rank and last one.
*Removed duplicated rank entries for some spells and used req_spell column instead.
*Allow required spell to have required spell.

--HG--
branch : trunk
2008-12-14 23:01:02 +01:00
megamage be875bc6c0 *Temp fix for fall damage.
--HG--
branch : trunk
2008-12-13 00:07:58 -06:00
megamage b6c288ca9f *Update to Mangos 6902. Source: Mangos.
*Skipped rev: rev 6893, some code about waypoint movement.

--HG--
branch : trunk
2008-12-12 11:21:28 -06:00
megamage 20947a4c73 *Do not allow to kill a dead player. (may generate two corpses and cause crash)
--HG--
branch : trunk
2008-12-09 17:57:20 -06:00
megamage a8a3d38cbb *Fix the crash bug that trying to teleport player home when homebind is not loaded.
--HG--
branch : trunk
2008-12-09 12:15:49 -06:00
megamage b5476118f2 *Add detailed log when teleport a player back when login.
--HG--
branch : trunk
2008-12-09 09:42:45 -06:00
megamage ce643187f0 *Update to Mangos 6888. Source: Mangos.
*Major change: Make corpse erase async, Avoid DB access on deleting guild member.
*Skip 6885 because of performance concern.

--HG--
branch : trunk
2008-12-08 16:34:03 -06:00
megamage 5e30fc5b20 *Moving creatures in view dist. By trullyone.
--HG--
branch : trunk
2008-12-06 20:14:48 -06:00
megamage fab500b8f0 *Fix a typo in the last commit.
--HG--
branch : trunk
2008-12-06 15:24:37 -06:00
megamage c5593ef779 *Update to Mangos 6880. Source: Mangos.
*Skip 6878, 6871.
*Main change: change cell size, add is3dDistance for IsWithinDistInMap and isVisibleForOrDetect.

--HG--
branch : trunk
2008-12-06 14:01:44 -06:00
megamage 3a1293ef18 *Update melee range calculation. By QAston.
--HG--
branch : trunk
2008-12-05 18:39:31 -06:00
megamage d36672cd7e *Update spell range calculation. Original patch by QAston.
--HG--
branch : trunk
2008-12-04 23:00:35 -06:00
megamage bd25d2a33b *Fix the bug that creating new instance during login causes crash.
--HG--
branch : trunk
2008-12-04 10:56:50 -06:00
megamage 08d259e0cc *Let owner enter pvp when pet attacks pvp target.
--HG--
branch : trunk
2008-12-03 13:35:47 -06:00
megamage 920dae4f7f *Fix the bug about arena personal rating.
*Update to Mangos 6870. Source: Mangos. Main change: add a function SaveDataFieldToDB().

--HG--
branch : trunk
2008-12-01 17:36:11 -06:00
megamage bb1ee8a004 *Update to Mangos 6867. Source: Mangos.
*Big changes:
*[6858] Prevent cheating with ignore waiting in login queue.
*[6863] Arena team related clean ups and adding parts of w12x's arena patch.
*Some Config changes and guild changes.

--HG--
branch : trunk
2008-11-30 12:47:26 -06:00
megamage 93ba82e8ca *Merge with 342.
--HG--
branch : trunk
2008-11-28 13:10:16 -06:00
megamage fb2c984b03 *Update _saveaura for pet and player. Need more work on this.
--HG--
branch : trunk
2008-11-28 13:04:58 -06:00
megamage beddd27430 *Aura Consolidation + MaxModifier. By Authorius, modified by Deafboy and thenecromancer, adapted by Muhaha.
--HG--
branch : trunk
2008-11-28 12:58:12 -06:00
megamage e26beb36c2 *Update to Mangos 6856. Source: Mangos.
--HG--
branch : trunk
2008-11-28 11:38:28 -06:00
megamage 813b750b01 *Set player combat reach from 1.5 to 0.4.
--HG--
branch : trunk
2008-11-27 12:00:46 -06:00
megamage da6c516fdf *Procflag patch by DiSlord.
--HG--
branch : trunk
2008-11-26 15:14:03 -06:00
megamage 9e3c9124f2 *Fix the bug that low level gm cannot see high level gm even when they are visible.
--HG--
branch : trunk
2008-11-25 21:32:20 -06:00
megamage 99cf79bdf7 *Do not let Steady shot pause autoshot timer.
--HG--
branch : trunk
2008-11-25 17:58:06 -06:00
megamage f6ea784eda *Update to Mangos 6848. Source: Mangos.
--HG--
branch : trunk
2008-11-25 16:36:50 -06:00
megamage f7e5b2ba69 *Implement simple charmed AI for players charmed by creatures.
--HG--
branch : trunk
2008-11-24 17:15:41 -06:00
megamage 32b78f767c *Fix a bug in 307. Only the trigger effect should be applied but not the whole spell.
*Restore build in Linux.
*Change "Added aura" log to level: detail.

--HG--
branch : trunk
2008-11-23 14:42:32 -06:00
megamage f29f2e6333 *Update to Mangos 6842. Source: Mangos.
--HG--
branch : trunk
2008-11-22 09:51:35 -06:00
megamage 32485bc5d1 Merge with 284 (54b0e67d97fe).
--HG--
branch : trunk
2008-11-21 19:49:54 -06:00
megamage fa667cf450 *Alterac Valley. By Bogie and Balrok. Note: some core contents are modified. Will fix them later. Some sql are disabled because of possible conflict with offical DB. Use them at your own risk.
--HG--
branch : trunk
2008-11-21 19:45:49 -06:00
gvcoman ae8a27bbb7 Merged commit 269 (5f0e38da128a).
--HG--
branch : trunk
2008-11-21 14:34:05 -05:00
megamage ea68727d27 *Merge from Mangos. Add MapReference. Author: hunuza.
*Also re-commit the patches reverted in 255.

--HG--
branch : trunk
2008-11-18 19:40:06 -06:00
gvcoman 478ca47083 Delete possessed AI only on creature delete.
--HG--
branch : trunk
2008-11-16 14:38:02 -05:00
gvcoman 5deef1bb59 [svn] * Reimplemented packet/update forwarding in more generic way
* 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-14 20:40:35 -06:00
visagalis bfa9e75161 [svn] *** Source: MaNGOS ***
* Implement localization of creature/gameobject name that say/yell. Author: evilstar (rewrited by: Vladimir)
* Fix auth login queue. Author: Derex
* Allowed switching INVTYPE_HOLDABLE items during combat, used correct spells for triggering global cooldown at weapon switch. Author: mobel/simak
* Fixed some format arg type/value pairs. Other warnings. Author: Vladimir
* [238_world.sql] Allow have team dependent graveyards at entrance map for instances. Author: Vladimir

NOTE:
Entrance map graveyards selected by same way as local (by distance from entrance) Until DB support will work in old way base at current DB data.

--HG--
branch : trunk
2008-11-14 17:03:03 -06:00
visagalis d1e759479b [svn] *** Source: MaNGOS ***
* Fixed build extractor at Windows Vista. Author: Vladimir
* Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox.
* Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza
* Small fixes in send/received packet and simple code cleanup also. Author: Vladimir
* Not output error at loading empty character_ticket table. Author: Vladimir
* Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius
* Applied props to few files.

--HG--
branch : trunk
2008-11-14 16:28:45 -06:00