Commit Graph

115 Commits

Author SHA1 Message Date
megamage 8787c00ca3 *Disable charmed/possessed creature AI.
*Use general react states to replace charminfo react states.

--HG--
branch : trunk
2009-03-05 18:48:56 -06:00
megamage bf66375bc7 *Update active object code. By VladimirMangos.
--HG--
branch : trunk
2009-02-25 20:52:20 -06:00
Blaymoira f6a4d1233a *Not allow have ammo_pouch and a quiver equipped in same time. - by balrok
--HG--
branch : trunk
2009-02-22 11:03:03 +01:00
megamage eb3abf2556 *Fix a crash caused by summon_type_possess.
--HG--
branch : trunk
2009-02-19 18:30:03 -06:00
megamage 89ba43ef3e *Merge.
--HG--
branch : trunk
2009-02-17 21:54:48 -06:00
megamage be53cfe104 *Fix some bugs of map/grid. Hope this can fix some crashes (without introducing new crash)
--HG--
branch : trunk
2009-02-17 21:50:18 -06:00
KingPin 14234c86fa Newline added to bottom of all files.
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00
megamage bb75ff7b79 *Cleanup of charm/farsight code. Hope this can fix some crash bugs.
--HG--
branch : trunk
2009-02-15 17:33:36 -06:00
Paradox d230302b16 Replace tabs with spaces in more files.
--HG--
branch : trunk
2009-02-09 08:16:34 -05:00
megamage 649ab47d54 *Remove corpse reclaim delay for pve. Check your conf file to make sure it is disabled.
--HG--
branch : trunk
2009-02-04 20:50:26 -06:00
megamage 4d008f2043 Replace tabs with spaces, and fix crlf issues
--HG--
branch : trunk
2009-02-04 10:33:18 -06:00
KingPin 50c912dc00 * Rest of the new can fly code removed.
--HG--
branch : trunk
2009-01-26 20:03:51 -05:00
Blaymoira 6be2cfeeed *Moved CanUnload function to header files - by Zor
*Move flycheck under function - by Zor

--HG--
branch : trunk
2009-01-24 20:04:43 +01:00
megamage c62acd32f8 *Fix the bug that player cannot see other units after changing map (the last rev does not work).
--HG--
branch : trunk
2009-01-23 22:10:59 -06:00
megamage 8a6277dab2 *Try to fix the bug that players cannot see gameobject and creatures.
--HG--
branch : trunk
2009-01-23 19:26:47 -06:00
Paradox 2d654fdc41 Fix cross faction interaction
--HG--
branch : trunk
2009-01-15 21:29:32 -05:00
megamage ea0421919a *Try to fix the bug of visibility update.
--HG--
branch : trunk
2009-01-08 22:12:09 -06:00
megamage 2377f49ea8 *Update charm and possess code.
--HG--
branch : trunk
2009-01-08 21:48:38 -06:00
Blaymoira 7921e2fd6b *Implemented faction acces for special zones
--HG--
branch : trunk
2009-01-05 19:48:02 +01:00
Blaymoira c9f0d4292a *Cleaned up database queries - by XTZGZoReX
--HG--
branch : trunk
2009-01-04 17:20:23 +01:00
megamage e19482bcb4 *Fix a bug about corpse reclaim delay timer.
--HG--
branch : trunk
2009-01-03 22:14:32 -06:00
megamage 1172114a3e *Trigger dimnishing return when player is killed rather than when player releases spirit.
--HG--
branch : trunk
2009-01-03 21:02:04 -06:00
megamage 1b40ecd785 *Fix a typo. By Machiavelli.
--HG--
branch : trunk
2008-12-31 13:19:51 -06:00
Machiavelli c1217bce3e * Commit update
--HG--
branch : trunk
2008-12-31 18:19:21 +01:00
Blaymoira 6f0b9fe944 *Added rewrited ticket system - by Machiavelli
--HG--
branch : trunk
2008-12-31 15:07:29 +01:00
megamage 184b82abcc Backed out changeset: ad4f100c0a9d
--HG--
branch : trunk
2008-12-24 11:18:01 -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