PDA

Просмотр полной версии : [12181] SQLStorage cleanup and rewrite. Introduce new abstract class SQLStorageBase


newsbot
02.10.2012, 06:12
Автор: Cyberium


<pre>m src/game/AuctionHouseBot/AuctionHouseBot.cpp
m src/game/CreatureEventAIMgr.cpp
m src/game/Level3.cpp
m src/game/LootMgr.cpp
m src/game/ObjectMgr.cpp
m src/game/ScriptMgr.cpp
m src/game/SpellMgr.cpp
m src/shared/Database/DBCFileLoader.h
m src/shared/Database/SQLStorage.cpp
m src/shared/Database/SQLStorage.h
m src/shared/Database/SQLStorageImpl.h
m src/shared/revision_nr.h
</pre>
<pre style='white-space:pre-wrap;width:81ex'>[12181] SQLStorage cleanup and rewrite. Introduce new abstract class SQLStorageBase

Based on ideas and work by Silverice.
Also note that the abstract class SQLStorageBase will hold the actual loaded data.
This is to be seen in view of comming additional changes so that it is possible to directly iterate over the data and not over indexes with additional lookups.

Signed-off-by: Schmoozerd <schmoozerd@cmangos></pre>


Подробнее... (https://github.com/cmangos/mangos-wotlk/commit/6f7791e21b294e85a781a9f61ad162328bc6f9e6)