aboutsummaryrefslogtreecommitdiff
path: root/src/game/PoolHandler.h
AgeCommit message (Collapse)Author
2009-09-11*[8474] Allow to delete BattleGround objects when any of invited players ↵maximius
didn't click to enter battle. Rename m_TeamScores500disadvantage to m_TeamScores500Disadvantage, and optimize its update. Patch is tested. Author: Triply *Added some missed changes that might of broken compile in the last 2~ commits. *Some fixes to Warlock's Death Coil by Gyullo. *Last MaNGOS merge until KingPin says otherwise.. --HG-- branch : trunk
2009-03-29[7580] Add Policies/Singleton.h include in all headers where it expected. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-02-19[7304] Move inner template class from parent class definition for better ↵megamage
compatibility with some GCC versions. Author: VladimirMangos --HG-- branch : trunk
2009-02-19[7301] Partially restored linux build Author: arraimegamage
--HG-- branch : trunk
2009-02-19 [7299] Implemented circular loop detection for pools in poolsmegamage
As a result, the last relation that makes the loop is automatically removed. An error message is displayed and core go on loading remaining records. Author: Neo2003 --HG-- branch : trunk
2009-02-19 Added support for pools in poolsmegamage
Pools inside another pool cannot have a number of spawned objects <> 1 (maxlimit value) Note: pools in a pool in a pool in a pool... is possible and working, but circulare inclusion is not detected and will cause a core infinit loop Author: Neo2003 --HG-- branch : trunk