EverWrath/src/server/game
Stoabrogga c29c7bd968 feat(Core/Pool): improve pool manager (#2027)
Use "std::unordered_map" instead of "std::vector" in order to reduce memory usage (not much, perhaps 5-10%)
identify missing pool entries in pool_template via error messages in the server log
Concerning the pool entries I applied the following fixes as they would now cause errors:

Remove pool entry 5217 from pool_gameobject (only 1 game object "Saronite", not needed here)
Remove pool entry 1047 from pool_creature (only 1 creature "Hematos", not needed here)
Add a few missing Saronite nodes to pool_template
2019-07-10 02:28:56 +02:00
..
Accounts feat(Core): Changing max pass size (#1626) 2019-03-26 11:33:51 -03:00
Achievements Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Addons Update license links (#783) 2018-03-12 10:54:57 +01:00
AI feat(Core/SAI): improve SAI logging for missing creature text (#2023) 2019-06-29 16:13:31 +02:00
ArenaSpectator Revert "feat(core): Ensure that all actions are compared to fixed point in time (#1236) (#1458)" (#1471) 2019-02-15 15:14:49 -03:00
AuctionHouse Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Battlefield fix(Core/Wintergrasp): Leaving Wintergrasp with the minimap button (#2018) 2019-07-04 09:01:24 +02:00
Battlegrounds [CFBG module part 3] Core/BG: Rework functions, delete ASSERT's. (#2010) 2019-07-05 15:09:52 +07:00
Calendar Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Chat Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Combat Revert "feat(core): Ensure that all actions are compared to fixed point in time (#1236) (#1458)" (#1471) 2019-02-15 15:14:49 -03:00
Conditions feat(conditions): prevent adding bad contitions + align enums with TC (#1381) 2019-01-29 23:02:54 +01:00
DataStores style(cpp): DBC AchievementCriteriaTypes indentation 2019-02-20 19:42:15 +01:00
DungeonFinding Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Entities feat(Core/Player): Added new functions for BGData (#2009) 2019-06-25 07:32:32 +07:00
Events Core/Hooks: Adds hooks for start and stop game events (#1472) 2019-02-19 09:24:55 +07:00
Globals feat(Core): GUID recycler (#1820) 2019-07-08 11:27:52 +02:00
Grids Core/NPC: Creatures now alert when they detect stealthed players (#1060) 2018-10-31 20:25:23 +01:00
Groups Revert "feat(core): Ensure that all actions are compared to fixed point in time (#1236) (#1458)" (#1471) 2019-02-15 15:14:49 -03:00
Guilds Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Handlers fix(Core/Wintergrasp): Leaving Wintergrasp with the minimap button (#2018) 2019-07-04 09:01:24 +02:00
Instances Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Loot Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Mails Revert "feat(core): Ensure that all actions are compared to fixed point in time (#1236) (#1458)" (#1471) 2019-02-15 15:14:49 -03:00
Maps Fix(Core/DB): Naxxramas overhaul (#1657) 2019-06-28 10:59:28 +02:00
Misc Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Miscellaneous chore(core): fix indentation (#1983) 2019-06-24 08:44:33 +02:00
Motd fix build 2019-01-19 10:23:23 +01:00
Movement Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
OutdoorPvP Update license links (#783) 2018-03-12 10:54:57 +01:00
Petitions Using TC structure allowing easier patches importing 2017-12-21 00:20:29 +01:00
Pools feat(Core/Pool): improve pool manager (#2027) 2019-07-10 02:28:56 +02:00
PrecompiledHeaders feat(Cmake): Rewrite build and use inherited dependencies (#1652) 2019-04-01 22:41:08 +02:00
Quests fix(quest): fix some quest chains + align NextQuestID with TC (#1351) 2019-01-28 20:23:59 +01:00
Reputation Core/Hooks: Add new Player hooks (#1481) 2019-02-18 18:22:36 +07:00
Scripting feat(Core/Hooks): Added new BG hooks (#2008) 2019-06-25 07:31:19 +07:00
Server feat(core): Increased limit of realms (#1664) 2019-04-13 18:07:26 +02:00
Skills Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Spells fix(Core/Spell): Target "TARGET_DEST_CHANNEL_TARGET" (#1979) 2019-06-18 15:41:59 +02:00
Texts Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
Tickets Revert "feat(core): Ensure that all actions are compared to fixed point in time (#1236) (#1458)" (#1471) 2019-02-15 15:14:49 -03:00
Tools Core/Characters: fix player dump load command 2018-05-07 15:51:52 +03:00
Warden Rewrite(Core/BanManager): Rewrite Ban system (#1576) 2019-03-25 10:00:17 +07:00
Weather Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627) 2019-03-26 00:01:56 +07:00
World feat(Core/Player): PartyLevelReq invite settings (#1919) 2019-06-09 09:03:18 +02:00
CMakeLists.txt feat(Core/Library): Rename shared library to common (#1675) 2019-04-04 16:47:17 +07:00