EverWrath/src
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
..
cmake feat(Cmake/MYSQL): Correct support MariaDB for windows (#1674) 2019-04-17 23:42:31 +07:00
common feat(Core/Commands): Arena command (#1798) 2019-05-13 08:16:57 +02:00
genrev feat(Cmake): Rewrite build and use inherited dependencies (#1652) 2019-04-01 22:41:08 +02:00
server feat(Core/Pool): improve pool manager (#2027) 2019-07-10 02:28:56 +02:00
tools feat(Core/Library): Rename shared library to common (#1675) 2019-04-04 16:47:17 +07:00
CMakeLists.txt fixed cmake 2017-12-21 00:48:33 +01:00