| Age | Commit message (Collapse) | Author |
|
- Make time format of MaxPingTime consistent between authserver and worldserver. Note that the value is in minutes, update your config files accordingly if needed.
- Remove obsolete atomic uint32 and prevent concurrent calls to vector::size() in DatabaseWorkerPool
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
r91eb5c3bd59e63d3025fd7ec9ca4f1f05924a517.
Thanks tassader1000 for telling me it was important.
--HG--
branch : trunk
|
|
- Make the mysql connectionpool shared for async and syncrhonous connections.
- Allow configurable amount of connections for the pool
- Allow configurable amount of delaythreads
Note that delaythreads now only represent in-core threads. Whenever they execute a task they will pick a free connection from the pool instead of using their previously unique assigned connection.
The purpose of this design change is better distribution of SQL requests (no bottlenecks paired with idling) among available resources.
This also prevents a ¨memory waste¨ of preparing async prepared statements on synchronous connections (that were never called) - and vice versa. Now, connections aren´t explicitly async or synchronous, they serve both purposes.
Use at own risk, might cause instabilities.
Don´t forget to update your config files and clear your cmake cache.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Patch by Lopin.
--HG--
branch : trunk
|
|
Patch by dr.tenma.
Fixes issue #4370.
--HG--
branch : trunk
|
|
Patch by dr.tenma.
Fixes issue #3611.
--HG--
branch : trunk
|
|
Closes issue #4857
--HG--
branch : trunk
|
|
sourceType DISABLE_TYPE_SPELL.
This will allow you to disable spells on certain maps/areas. Note that you must have at least flag SPELL_DISABLE_PLAYER or SPELL_DISABLE_CREATURE or SPELL_DISABLE_PET set too, as they take preference.
The parameters for mapIds and areaIds are defined in new columns params_0 and params_1 respectively, in a comma-seperated string.
Example:
INSERT INTO disables VALUES(0, 8921, (1+16+32), "571,1", "1519", "Moonfire Example");
This will disable spell moonfire for players in maps 571,1 and area 1519.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Closes issue #5017.
--HG--
branch : trunk
|
|
multiple targets (ie. Heart Strike, Chain Lightning, Chain Healing)
Author: dr.tenma
Closes issue #4506
Closes issue #1874
--HG--
branch : trunk
|
|
Updates issue #5016
Please try to re-reproduce
--HG--
branch : trunk
|
|
Closes issue #4601
--HG--
branch : trunk
|
|
was ended because of the 45 minutes time limit.
--HG--
branch : trunk
|
|
Ring" (11300), original code from ScriptDev2 thanks to kiper for porting, also for a full functionality for this quest you need the DB scripts made by him.
--HG--
branch : trunk
|
|
is called when the summoner's summon dies.
--HG--
branch : trunk
|
|
Scripts/Icecrown Citadel: Fixed Invocation of Blood announcement emote for Blood Prince Council
Scripts/Icecrown Citadel: Fixed intro for Lady Deathwhisper
Scripts/Icecrown Citadel: Fixed Bone Spike for Lord Marrowgar
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Closes issue #4515.
--HG--
branch : trunk
|
|
stored in database
Core/Scripts: Corrected few mistakes in misc scripts
--HG--
branch : trunk
|
|
delete statement in 10418_world_spell_script_names.sql (no need to reapply)
--HG--
branch : trunk
|
|
affected spell (prevents a possible reinsert-error during import)
Thanks to leak for noticing.
--HG--
branch : trunk
|
|
(thanks to Dr.Tenma and Svetilo/przem-something)
Additional data required for this commit :
http://forum.trinitycore.org/topic/30684-10555-add-dampening-spells-for-battlegrounds-arenas-and-wintergrasp/
--HG--
branch : trunk
|
|
(AND YES IT WAS TESTED - I was just thinking of cleaning it slightly, dropped it, and forgot I had changed it)
--HG--
branch : trunk
|
|
(first 60 seconds before arena-fight kicks off) (Thanks to Kaelima)
Restores all player powers every 5 seconds untill arena starts (fixes possible exploit with entering arena battle with full rage or runic power)
(The 5 second timer is not 100% confirmed, as official pages only states that the power is reset after prep-time - needs feedback)
Closes issue 4805
--HG--
branch : trunk
|
|
candidate, and deduct 16 points from each team (blizzlike) - Thanks to Alez
Closes issue 2017
--HG--
branch : trunk
|
|
+ Wrong update-query for the channels-table (SQL from 10548 sorted properly)
+ Add a small correction on Channel.cpp say handling (thanks to Lazzalf/Leak)
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
(patch by leak)
Closes issue 4974.
--HG--
branch : trunk
|
|
config option to allow overriding with database values, patch by ZxBiohazardZx.
Closes issue 4785.
--HG--
branch : trunk
|
|
Closes issue 4984.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
not for world ... danged old habbits...
--HG--
branch : trunk
rename : sql/updates/10543_world_group_member.sql => sql/updates/10543_characters_group_member.sql
|
|
value (group_member) - fixes a transactionerror
--HG--
branch : trunk
|
|
map difficulty
--HG--
branch : trunk
|
|
Heisenberg, research by TOM_RUS
Closes issue #4969.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
for noticing
Closes issue 4971.
--HG--
branch : trunk
|
|
FormulaScript.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Core/Groups: Remove Group.h dependency from any .h file
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
(blizzlike)
--HG--
branch : trunk
|
|
properly + pick up correct number of items being auctioned (Thanks to Paradox)
Comment issue 4958
Added and pending further testing. Also need testing for issue 3681 (related to AH packetsize?).
Closes issue 4089.
Closes issue 4919.
--HG--
branch : trunk
|
|
Vladimir)
Closes issue 4942.
--HG--
branch : trunk
|