Commit Graph

2197 Commits

Author SHA1 Message Date
panaut0lordv
84a719f9bc Missing lines responsible for core version in DB added.
--HG--
branch : trunk
2009-03-25 15:52:28 +01:00
XTZGZoReX
aad61f777c * Fix typo in last commit.
--HG--
branch : trunk
2009-03-25 15:47:58 +01:00
XTZGZoReX
942e93fbcb * Implemented WUPDATE_CLEANDB timer to clean logs table of old entries.
* New config option: LogDB.Opt.ClearInterval - time in minutes between each call to cleanup.
* New config option: LogDB.Opt.ClearTime - maximum time in seconds to keep old log entries.

--HG--
branch : trunk
2009-03-25 15:21:32 +01:00
XTZGZoReX
82e966e5f2 * Added support for logging chats: Guild, raid, party, public, officer chat, addon messages, whispers, system/custom channels.
* Added config options to enable/disable them (ChatLogs.*), LogDB.Chat (enables/disables DB logging of chats), and ChatLogFile to specify the log file to use.

--HG--
branch : trunk
2009-03-25 14:25:15 +01:00
XTZGZoReX
833eaa9ed3 * Disabled incremental linking on TriniyCore and TrinityRealm again, after mangosd/realmd -> trinity-core/trinity-realm conversion.
--HG--
branch : trunk
2009-03-25 14:15:27 +01:00
Muhaha
ea0fa1040b * Merged ScriptDev2 935
--HG--
branch : trunk
2009-03-25 10:11:14 +01:00
megamage
4154efa536 *Fix a crash caused by deleting a obj twice.
--HG--
branch : trunk
2009-03-24 17:55:05 -06:00
megamage
f40773a24d [7537] Command .lookup player will report in case found accounts/ip but without existed characters. Author: VladimirMangos
--HG--
branch : trunk
2009-03-24 17:44:47 -06:00
megamage
e42e348d33 [7535] Fixed typo in transport boarding code. Author: maikash
--HG--
branch : trunk
2009-03-24 17:43:58 -06:00
megamage
3c10cc0635 [7534] Fixed some problems in achievement messages broadcasting. Author: VladimirMangos
* Send SMSG_CRITERIA_UPDATE to player itself only. This will fix bug when, for example near player death
      owerwrite another player death count in statistics until next death or relogin.
    * Send to near player  CHAT_MSG_ACHIEVEMENT instead CHAT_MSG_GUILD_ACHIEVEMENT
    * Not send CHAT_MSG_GUILD_ACHIEVEMENT to player itself.
    * Limit around broadcast of SMSG_ACHIEVEMENT_EARNED to CONFIG_LISTEN_RANGE_SAY (same as for CHAT_MSG_ACHIEVEMENT)

--HG--
branch : trunk
2009-03-24 17:43:16 -06:00
megamage
1c6c199f5d [7533] Redirect movement packet in proper way to controlled target. Author: VladimirMangos
* In creature case ignore fall/etc damage
    * In player case apply fall damage/etc to controlled player, apply other movement effect to it also.

--HG--
branch : trunk
2009-03-24 17:42:22 -06:00
megamage
941e5b9dbd [7532] Avoid warnings at use size_t with printf fromat strings. Author: VladimirMangos
--HG--
branch : trunk
2009-03-24 17:38:14 -06:00
megamage
cda206aacc *Merge.
--HG--
branch : trunk
2009-03-24 17:21:36 -06:00
megamage
d96b0f5cb6 *Merge.
--HG--
branch : trunk
2009-03-24 17:20:45 -06:00
megamage
4cee45c09d *Set interrupt aura with remove cancel.
--HG--
branch : trunk
2009-03-24 17:16:28 -06:00
megamage
40598d6647 *Do not proc anything for aura remove type = delete.
*Use delete type for duel complete.

--HG--
branch : trunk
2009-03-24 17:05:05 -06:00
megamage
4d982bfca4 *Allow to proc when aura is cancelled.
--HG--
branch : trunk
2009-03-24 16:46:54 -06:00
Drahy
df82ebcbfe * Partly revered 14f8e0828c0f 2131_world was ok and changes are in 2160 already
* Clean up the rest of sqls

--HG--
branch : trunk
2009-03-24 22:21:16 +01:00
XTZGZoReX
f6b78fe39d * Re-implemented SHORT_SLEEP (-DSHORT_SLEEP=1 in Cmake).
--HG--
branch : trunk
2009-03-24 20:58:52 +01:00
megamage
c5969d6d03 *Make sure the a player can only have one viewpoint.
--HG--
branch : trunk
2009-03-24 13:13:00 -06:00
megamage
6b4d5c4a35 *Fix build.
--HG--
branch : trunk
2009-03-24 10:52:09 -06:00
megamage
1d5192bccb [7530] Fixed counting exalted reputation achievements work for factions with base reputation != 0. Author: emsy
--HG--
branch : trunk
2009-03-24 09:47:19 -06:00
megamage
208398017a [7529] Hide some implementation details for fall damage calculation and breath timers. Author: VladimirMangos
--HG--
branch : trunk
2009-03-24 09:46:45 -06:00
megamage
cd66e85ed1 [7528] Avoid use same iteration variable for internal loop. Author: Fog
This will fix problem with wrong item entry output in error message.

--HG--
branch : trunk
2009-03-24 09:45:03 -06:00
megamage
ba1fd0db90 [7527] Remove redundent arg from Player::EnvironmentalDamage Author: VladimirMangos
--HG--
branch : trunk
2009-03-24 09:44:08 -06:00
megamage
3888799d76 [7524] Removed commented code in Spell::EffectSendEvent() Author: Triply
--HG--
branch : trunk
2009-03-24 09:37:45 -06:00
megamage
7d9a71a6cf [7523] Fixed: players will now drop flag in battleground if they cast immunity buff on themselves. Author: `win
TODO: players who carry flag in bg are imune to immunity buffs casted by friendly players. (todo added to code).
    Bug: if paladin casts Hand of protection on flag carrier - flag will be dropped, but he should get "target is immune" message.
    Fixed: Do not call Battleground::Update for battleground template objects.
    Fixed: Do not allow immune player to click on object in battleground (not sure if this is correct in all cases).

--HG--
branch : trunk
2009-03-24 09:36:50 -06:00
megamage
9dfe48747f [7522] Fixed typo in spell cast check code. Author: Triply
--HG--
branch : trunk
2009-03-24 09:13:51 -06:00
megamage
d1169aa48b *Fix a crash caused by summoncreature.
--HG--
branch : trunk
2009-03-24 09:06:49 -06:00
XTZGZoReX
ede1f7dd07 * Some costmetic changes in Log class.
* Removed LOG_TYPE_PACKET and changed LOG_TYPE_CRASH from 10 to 9.

--HG--
branch : trunk
2009-03-24 14:34:50 +01:00
XTZGZoReX
b269d94848 * And a finishing touch on the command table.
--HG--
branch : trunk
2009-03-24 14:13:04 +01:00
XTZGZoReX
94d5f206d9 * Fixed wp command.
* Fixed 2131_world.sql - if you have already applied the older version of this, don't worry. 2160_world.sql contains the fixed lines too.

--HG--
branch : trunk
2009-03-24 13:22:07 +01:00
megamage
e4bf94fbb6 *Fix a bug that antimagic zone freeze server and client.
--HG--
branch : trunk
2009-03-23 22:36:14 -06:00
megamage
f18a9c916d *Fix some crashes possibly related to vehicles.
*Fix a bug that client crashes when seer is far away from caster.

--HG--
branch : trunk
2009-03-23 20:13:37 -06:00
megamage
dcb08352e7 *Do not set applyaura to be "real" when set stack amount.
--HG--
branch : trunk
2009-03-23 20:11:45 -06:00
megamage
04b27302b0 *Add new log level "crash alarm" to record very dangerous errors.
--HG--
branch : trunk
2009-03-23 20:09:55 -06:00
raczman
8413356d0e Backported part of CMake update from TC2.
--HG--
branch : trunk
2009-03-24 00:23:10 +01:00
raczman
76f466cb3d Added script for GO 184421 by Lukaasm.
--HG--
branch : trunk
2009-03-24 00:06:47 +01:00
megamage
84d0aae7fc *Use return false to replace assert false in InstanceMap::Add
--HG--
branch : trunk
2009-03-23 17:01:26 -06:00
megamage
40fc368694 *Try to fix the bug that remove pet may cause crash.
--HG--
branch : trunk
2009-03-23 16:54:43 -06:00
megamage
f25879c8fa *Try to fix the bug that dynamic object has too small size.
--HG--
branch : trunk
2009-03-23 16:40:49 -06:00
megamage
a8105dcff6 *Do not proc anything when aura is removed by cancel.
*Remove aura by cancel when duel complete. This fix a crash.

--HG--
branch : trunk
2009-03-23 16:34:30 -06:00
megamage
e9fb303e36 *Fix a crash in CanCast.
--HG--
branch : trunk
2009-03-23 16:13:30 -06:00
megamage
2c6e5a4b23 *Try to fix the crash caused by boss_priestess_delrissa script.
--HG--
branch : trunk
2009-03-23 16:06:04 -06:00
megamage
ba957ed9f4 *Allow knockback creatures.
--HG--
branch : trunk
2009-03-23 15:26:13 -06:00
megamage
71bcdec848 *Fix a typo in knockback effect.
--HG--
branch : trunk
2009-03-23 15:25:20 -06:00
megamage
41a73f284b *Fix a crash caused by eventai. Update eventai to SD2 933. Note that other contents between 928 and 933 are not updated. Author: nofantasy.
--HG--
branch : trunk
2009-03-23 15:22:24 -06:00
Drahy
060eb91ec9 * Trinity sql coding style - fixed 2131_world
--HG--
branch : trunk
2009-03-23 20:08:39 +01:00
raczman
380cffe5bf Added script for GO 183146. By McBitter.
--HG--
branch : trunk
2009-03-23 18:07:58 +01:00
megamage
2c17957627 *Fix a crash caused by RemoveSpellsCausingAuraWithDispel.
--HG--
branch : trunk
2009-03-23 09:31:54 -06:00