Commit Graph

3057 Commits

Author SHA1 Message Date
megamage dbdc2db5f7 *Fix a crash caused by ~item.
--HG--
branch : trunk
2009-06-19 10:15:08 -05:00
Anubisss 609986afed *Better reset time format in command .lookup map
--HG--
branch : trunk
2009-06-19 09:00:29 +02:00
panaut0lordv efe02a5e36 Fix typo.
Raczman: Adding declaration makes Trinity compile much better :P

--HG--
branch : trunk
2009-06-19 08:47:07 +02:00
megamage e5d56a23d4 *Fix the bug that player turn is not updated in server side.
--HG--
branch : trunk
2009-06-18 20:53:32 -05:00
megamage 8397da15e5 *Change creature damage calculation.
--HG--
branch : trunk
2009-06-18 20:43:48 -05:00
megamage 9008c0a838 *Merge.
--HG--
branch : trunk
2009-06-18 20:28:16 -05:00
megamage e0553121f2 *Merge
--HG--
branch : trunk
2009-06-18 20:26:49 -05:00
megamage a49c2982ba *Merge.
*mtmap is disabled by default. To use it, define MULTI_THREAD_MAP in define.h
*mtmap support is not provided for windows users. Because there is no free openmp lib for windows. If you have openmp lib and want to use openmp, you need to manually change the setting.

--HG--
branch : trunk
2009-06-18 19:27:17 -05:00
Anubisss ee6126dd50 *Implement command .lookup map
--HG--
branch : trunk
2009-06-19 01:48:34 +02:00
Machiavelli 46ad2e833f * Fix build in linux
--HG--
branch : trunk
2009-06-19 00:52:47 +02:00
Machiavelli 692fb2ba7e * Fix build in linux
--HG--
branch : trunk
2009-06-19 00:45:03 +02:00
Machiavelli b491558edb * Update GM ticket system data, thanks to MaNGOS.
--HG--
branch : trunk
2009-06-19 00:25:12 +02:00
megamage fd73be2f1e [8044] Fixed: group members teleported on BG ending to locations they were before BG start. Author: KAPATEJIb
--HG--
branch : trunk
2009-06-18 17:08:30 -05:00
megamage c816698f86 [8043] Fixed typo in LoadSkillDiscoveryTable() Author: rastikzzz
--HG--
branch : trunk
2009-06-18 17:08:05 -05:00
megamage 9181ecef20 [8042] Speedup search creature/pet/vehicle by guid. Author: Ambal
--HG--
branch : trunk
2009-06-18 17:07:40 -05:00
megamage 4f0ae79036 [8041] Avoid send talent info many times at loading. Small cleanups. Author: VladimirMangos
--HG--
branch : trunk
2009-06-18 17:06:59 -05:00
megamage c4a8da0e32 [8040] Implement Creature::ForcedDespawn and ACTION_T_FORCE_DESPAWN for EventAI. Author: NoFantasy
--HG--
branch : trunk
2009-06-18 17:05:01 -05:00
megamage 2d7a579dab [8039] Prevent including talents to trainer data, report at server loading. Author: VladimirMangos
--HG--
branch : trunk
2009-06-18 17:03:16 -05:00
megamage e765469b13 *Fix arena team rating calculation.
--HG--
branch : trunk
2009-06-18 16:51:32 -05:00
Machiavelli 660f8219c8 * Fix Player::SaveToDB()
--HG--
branch : trunk
2009-06-18 22:05:56 +02:00
Iskander 731490fd14 * Fix group reseting of instances
--HG--
branch : trunk
2009-06-18 21:35:34 +02:00
Machiavelli 9fd9031918 * More updating of iterator data types in loops. (Player.cpp fully done now)
--HG--
branch : trunk
2009-06-18 21:34:21 +02:00
Machiavelli 3c3a4a303d * More updating of iterator data types in loops, and fix a crash (sorry)
--HG--
branch : trunk
2009-06-18 21:16:25 +02:00
Machiavelli eaad0ed0c8 * Fix typo
--HG--
branch : trunk
2009-06-18 19:04:17 +02:00
Machiavelli 22092752eb Merge
--HG--
branch : trunk
2009-06-18 18:53:40 +02:00
Machiavelli d0ab817a04 * More updating of iterator data types in loops
--HG--
branch : trunk
2009-06-18 18:53:09 +02:00
megamage 9e0e4e5e4d *Add debug log for modify personal rating.
--HG--
branch : trunk
2009-06-18 11:33:32 -05:00
Machiavelli 6b13edd6d1 *Merge
--HG--
branch : trunk
2009-06-18 18:30:11 +02:00
Machiavelli a4dafbf8ec * More updating of iterator data types in loops
--HG--
branch : trunk
2009-06-18 18:29:28 +02:00
megamage c52e7e801c *A temp fix of the bug that player sometimes cannot save inventory.
--HG--
branch : trunk
2009-06-18 11:24:33 -05:00
megamage 4f10fa008d *Call item::removefromworld after unit::removefromworld to prevent crash.
--HG--
branch : trunk
2009-06-18 10:45:38 -05:00
Machiavelli 3a309abfab * In case of a 'for' loop, don't declare the iterator of a type that has a larger value range when the iterator can take a maximum value of a more efficient data type. (int to uint8 in most cases).
* Other minor cleanups, Null pointer checks etc.

--HG--
branch : trunk
2009-06-18 17:21:25 +02:00
QAston 30d0b2ed5f *Fix raise dead spell - original patch by Astellar, thanks for some help in conversion for Azrael
*Correctly apply spell cooldown for spells with cooldown starting after pet unsummon.

--HG--
branch : trunk
2009-06-18 14:17:11 +02:00
megamage bff6fbcf54 *A temp fix for the bug that weekly quests can be repeated without any limit.
--HG--
branch : trunk
2009-06-17 21:48:19 -05:00
megamage 1552a0ea19 *Fix the bug that players gain huge rating when losing a arena game.
--HG--
branch : trunk
2009-06-17 19:17:26 -05:00
megamage f5ad3bab62 *First do cleanup then removefromworld for player. This fixes some crashes.
--HG--
branch : trunk
2009-06-17 19:02:38 -05:00
megamage e84714fa9a [8038] More expect to be possitive dummy effects. Author: VladimirMangos
--HG--
branch : trunk
2009-06-17 18:42:45 -05:00
megamage 6fd4113cda [8033] Update max vendor item list for client 3.x.x Author: VladimirMangos
--HG--
branch : trunk
2009-06-17 18:38:51 -05:00
megamage fe7c616b2d [8031] Move player update code to Map::Update. Author: Ambal
--HG--
branch : trunk
2009-06-17 18:37:53 -05:00
megamage a2f10c496f [8030] Fixed spell 64901 work and related target selection code refactoring. Author: VladimirMangos
* Replace 64904 by 64901 in spellbook and action bars.
    * Implement proper max mana percent buff
    * Implement proper target selection.
    * Move group/raid targets seelction code to functions for reuse code.

--HG--
branch : trunk
2009-06-17 18:35:40 -05:00
megamage 7e4fcb1793 *Now new arena team has both team rating and personal rating = 0. According to the change in 3.1
--HG--
branch : trunk
2009-06-17 18:19:08 -05:00
Anubisss 8e3313ceb2 *Make an emote when commands .npc say or .npc yell used by bufferoverflow.
--HG--
branch : trunk
2009-06-17 23:28:47 +02:00
megamage 9676c5eddf *Fix a crash caused by boss_fathomguard script.
--HG--
branch : trunk
2009-06-17 15:44:18 -05:00
megamage 2d569883e6 *Add config option CheckDB to check if the contents in FULL folder are applied.
--HG--
branch : trunk
2009-06-17 14:09:17 -05:00
megamage d805e89091 *Update creature melee damage calculation.
--HG--
branch : trunk
2009-06-17 13:34:49 -05:00
megamage d4a6a3d09d *Fix a bug that non-autocast area spell are set as cannot-cancel.
--HG--
branch : trunk
2009-06-17 13:34:05 -05:00
megamage e405e6f9ed *Fix a crash caused by mailed item deconstructor.
--HG--
branch : trunk
2009-06-17 09:57:22 -05:00
megamage c6765f9365 *Allow to force to respawn creatures.
*Save creature data for vehicles.
*Change some visibility update sequence of respawned creatures.
*Fix bugs of quest 12687: dark rider may not be on horse / horse cannot be used twice / horse does not respawn at correct phase

--HG--
branch : trunk
2009-06-17 01:01:39 -05:00
megamage 30195348ac *Do not allow cancel area autocasted auras.
--HG--
branch : trunk
2009-06-17 00:58:06 -05:00
Kudlaty e62c77fb1d Merge [SD2]
r1021 Remove ScriptedAI boolean InCombat and use real combat state instead where check is needed.
r1022 Added new ScriptedInstance function, DoUseDoorOrButton() for future use in instance scripts.
r1023 Updated instance function DoUseDoorOrButton with additional variables. Remove some older code and replace to use new function.
r1024 Fix typo in previous commit. - Skip
r1025 Added instance script for blood furnace and make bosses set instance data. Some code cleanup - only some code cleanup

--HG--
branch : trunk
2009-06-17 07:16:40 +02:00