Commit Graph

1608 Commits

Author SHA1 Message Date
megamage f4e473c877 [7423] Disable incremental limking for binaries in debug mode. Author: VladimirMangos
Anyway it always fail and back to non-incremental way.

--HG--
branch : trunk
2009-03-09 17:53:33 -06:00
megamage f9aaf5bffb [7422] Allow localization base at guildmaster locale default guild rank names at guild creating. Author: VladimirMangos
--HG--
branch : trunk
2009-03-09 17:48:18 -06:00
megamage 209f24d7e0 [7421] Check fread result at DBC file loading. Author: VladimirMangos
This is more safe in general and prevent "warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result"

--HG--
branch : trunk
2009-03-09 17:46:50 -06:00
megamage 0a6ef039b2 [7420] Not set cdecl calling convention for x64 platform for Unic/Linux. Author: VladimirMangos
This will prevent generation "warning: 'cdecl' attribute ignored"

--HG--
branch : trunk
2009-03-09 17:46:07 -06:00
megamage 7b43f68ff7 [7419] Fixed some type convertion warnings. Author: VladimirMangos
--HG--
branch : trunk
2009-03-09 17:44:59 -06:00
megamage 1131953fa1 [7418] Implement new log filter LogFilter_AchievementUpdates that let avoid achievments updates spam in logs if not needed. Author: VladimirMangos
Enabled by default.

--HG--
branch : trunk
2009-03-09 17:41:50 -06:00
megamage 1da3df7432 Revert "Flat Modifier for Glyph of Spiritual Attunement" Author: VladimirMangos
--HG--
branch : trunk
2009-03-09 17:41:18 -06:00
megamage fb9f44bf80 [7417] Fixed crash at access by unexpected NULL pointer in quest templates map. Author: VladimirMangos
Never never use operator[] for _access_ to elements std::map.

--HG--
branch : trunk
2009-03-09 17:40:40 -06:00
megamage 9bfd8a08e9 *Flat Modifier for Glyph of Spiritual Attunement Author: multiplexer
--HG--
branch : trunk
2009-03-09 17:37:26 -06:00
megamage edcfae2c8a *Restructured/Reordered Npc Commands Author: multiplexer
--HG--
branch : trunk
2009-03-09 17:34:54 -06:00
megamage f014ccd3bd [7416] Fixed minimap icon for battlegrounds and arenas. Author: balrok
--HG--
branch : trunk
2009-03-09 17:08:07 -06:00
megamage c708eba713 [7415] Fixed removing player from battlegrounds Author: Triply
Probably fixed bug with not ending battlegrounds - reported in previous commit message
    Fixed player will loose arena rating if
    1. he doesn't click on enter rated arena window - and timer will expire
    2. he logs out during time he is invited to rated arena match
    3. if he logs out during fight in rated arena match
    Patch is not tested, i will test it as soon as possible.

--HG--
branch : trunk
2009-03-09 17:07:40 -06:00
megamage 1f296b7d40 [7414] Fixed premature finish timer messages for battleground (va_start was broken). Author: Triply
Fixed typo with BattleGroundPlayerMap.
    Optimized implementation for removing offline players from battleground.
    Fixed typo in BattleGroundMgr::DeleteAllBattleGrounds.
    Patch is tested and should work.

    TODO there is a bug if you disable premature finish timer, that can cause battlegrounds to be never ending!
    TODO rewrite BattleGround::RemovePlayer function - and fix bugs there!
    I might not have today enough time to fix those bugs.

--HG--
branch : trunk
2009-03-09 17:07:12 -06:00
megamage 01b67a1f6a [7413] Fixed finally problems with node names localization in BattleGroundAB messages. Author: VladimirMangos
Also fix build at some platforms.
Note: GetTrinityString should be removed in the future when AV is updated.

--HG--
branch : trunk
2009-03-09 17:06:13 -06:00
megamage c9796bab32 [7412] Do not allow player with deserter debuff to be teleported to battleground Author: Triply
--HG--
branch : trunk
2009-03-09 17:01:18 -06:00
megamage 5d5b37ab32 *Support localization for messsages in battleground. Author: VladimirMangos
[7411] Use similar localization classes for World::SendWorldText muti-line message. Author: VladimirMangos

--HG--
branch : trunk
2009-03-09 17:00:31 -06:00
megamage 39bb92f9db [7405] Show loaded 100% for case some player/pet/creature level data skipped as unused. Author: VladimirMangos
This cases have detail log output, but if detail mode disabled it look like strange not 100% load without reason.

--HG--
branch : trunk
2009-03-09 16:38:53 -06:00
megamage f477021938 [7404] Fixed cheating in rated arena matches by alt+f4. Author: Triply
--HG--
branch : trunk
2009-03-09 16:36:58 -06:00
megamage 2b5805065d *Merge. (lifebloom patch skipped)
--HG--
branch : trunk
2009-03-09 16:32:35 -06:00
megamage 2cf3028e38 *Fix a crash caused by bindsight spells.
--HG--
branch : trunk
2009-03-09 16:27:11 -06:00
QAston b47a282850 *Allow lifebloom stack from 2 different casters.
--HG--
branch : trunk
2009-03-09 20:22:52 +01:00
QAston 19717bbaa6 *Fix Reflective Shield proc. Original patch by Lightguard.
--HG--
branch : trunk
2009-03-09 19:33:33 +01:00
QAston ae0e1e250a *Fix improved divine spirit.
--HG--
branch : trunk
2009-03-09 19:17:05 +01:00
QAston 2742ced4c4 *Fixed op rogue damage.
--HG--
branch : trunk
2009-03-09 16:28:13 +01:00
QAston 56c60f90e6 *Fix Illumination and Infusion of Light procs.
--HG--
branch : trunk
2009-03-08 23:42:42 +01:00
QAston 1e1d95fe3a *Fix typos in Guardian Spirit code.
--HG--
branch : trunk
2009-03-08 22:03:25 +01:00
QAston 7289f5b36d *Fix Guardian Spirit.
*Fix Replenishment-by panaut0lordv.

--HG--
branch : trunk
2009-03-08 21:29:00 +01:00
megamage e979eb56f2 *Merge.
--HG--
branch : trunk
2009-03-08 13:07:59 -06:00
megamage 822d589457 *Merge.
--HG--
branch : trunk
2009-03-08 13:07:19 -06:00
megamage 328345ac1a [7403] much more unneeded includes removed Author: balrok
--HG--
branch : trunk
2009-03-08 13:05:56 -06:00
megamage 052caf335a *Fix a bug about visibility update.
--HG--
branch : trunk
2009-03-08 12:50:06 -06:00
QAston f260c92394 *Update Master of Subtlety code and fix Overkill.
*Fix Aspect of the Viper-by pasdVn
*Fix Circle of Healing.
Fix Rapture-by pasdVn

--HG--
branch : trunk
2009-03-08 19:18:02 +01:00
panaut0lordv 2826ebee2f Codename update.
--HG--
branch : trunk
2009-03-08 19:04:29 +01:00
megamage 56416558fa [7402] Fixed graveyards in WSG, prevent from cheating. Patch provided by Balrok.
--HG--
branch : trunk
2009-03-08 11:53:35 -06:00
megamage d33a69921b *Merge.
--HG--
branch : trunk
2009-03-08 11:52:25 -06:00
megamage 7fbdc14b98 *Fix build in Linux.
--HG--
branch : trunk
2009-03-08 11:50:58 -06:00
megamage 985b7656bb *Merge.
--HG--
branch : trunk
rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
2009-03-08 11:36:10 -06:00
megamage 88c050182c *Fix build.
--HG--
branch : trunk
2009-03-08 11:31:00 -06:00
megamage 8cb6894c3d *Merge.
--HG--
branch : trunk
2009-03-08 11:23:50 -06:00
megamage 881377ec65 *Merge.
--HG--
branch : trunk
2009-03-08 11:14:53 -06:00
megamage 0f8dee432c *Update of relocation notify code.
--HG--
branch : trunk
2009-03-08 11:11:21 -06:00
QAston 786fbdec57 *Fix crash.
*Fix Guard Dog and Improved Cower -by pasdVn.
*Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn.

--HG--
branch : trunk
2009-03-08 13:24:05 +01:00
Blaymoira 9720fb075f *Added dinamic spell immunities for two scripts
--HG--
branch : trunk
2009-03-08 09:36:32 +01:00
Blaymoira 3c1fff341d *Merge
--HG--
branch : trunk
2009-03-08 09:01:00 +01:00
QAston 86a4bc7f3f *Fix judgements of the Wise
*Fix Druids Survival Instincts and thunder clap - by Lightguard.
*Fix Death Coil - by Fisherman, aerione_alt, Lightguard

--HG--
branch : trunk
2009-03-08 03:10:03 +01:00
QAston 63b4a12251 *Fix Incanter's Absorption.
*Fix Devastate and Improved Fear- by Lightguard.
*Fix Glyph of devastate.
*Add spell coeficient-by cccyril.

--HG--
branch : trunk
2009-03-08 01:16:57 +01:00
megamage bbd030032e *Fix a typo that makes pet set all un-autocastable spell autocast
--HG--
branch : trunk
2009-03-07 17:49:42 -06:00
megamage 62f2db914c *Fix a crash when statues are killed.
*Really fix some spells without target info sent to server.

--HG--
branch : trunk
2009-03-07 17:23:43 -06:00
megamage 658568a8e2 *Fix a crash when statues are killed.
--HG--
branch : trunk
2009-03-07 17:17:01 -06:00
BroodWyrm d5b7aec2b6 *Add Scripts for Ingvar the Plunderer Event
--HG--
branch : trunk
2009-03-08 00:13:03 +01:00