server/src/shared/Database
VladimirMangos acd0716297 [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes
ASSERT hard use in predictable way because diff. 3rd party libs code
redefine it inf different ways and hard make sure that used in end
of mangos define version. This is real detected problem make some
expected assert checks ignored and so bugs not detected as expected from code.

In addition made related changes:
* Common.h header expected to be first include in any src/game/header except most simple cases.
* Related FILE.h header expected to be first include in FILE.cpp
* Fixed some absent includes and type forwards for safe build without PCH enabled.
* Avoid using MANGOS_ASSERT in src/framework code
2010-09-02 05:13:16 +04:00
..
Database.cpp [10082] Drop now unused dotconfpp lib code. 2010-06-20 02:20:51 +04:00
Database.h [10370] Rename UnorderedMap.h -> UnorderedMapSet.h 2010-08-18 04:54:25 +04:00
DatabaseEnv.h [10102] Rename loginDatabase for consistence with other global db object names 2010-06-24 02:55:26 +04:00
DatabaseImpl.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
DatabaseMysql.cpp Update build checks for mangosd/realmd. 2010-07-02 05:34:27 +04:00
DatabaseMysql.h [9336] Use single FD_SETSIZE define 2010-02-09 02:38:58 +03:00
DatabasePostgre.cpp [9324] Fix some gcc warnings 2010-02-08 02:27:34 +03:00
DatabasePostgre.h [9325] Restore linking in case DatabasePostgre use. 2010-02-08 05:17:22 +03:00
DBCFileLoader.cpp [9861] Backporting some code chnages from 400 branch. 2010-05-10 23:45:49 +04:00
DBCFileLoader.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
DBCStore.h [9861] Backporting some code chnages from 400 branch. 2010-05-10 23:45:49 +04:00
Field.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
Field.h [10025] Fixed unexpected C++ code parsing with *FILTER_LOG in 'if' 2010-06-03 16:47:17 +04:00
Makefile.am [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
MySQLDelayThread.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
PGSQLDelayThread.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
QueryResult.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
QueryResultMysql.cpp [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
QueryResultMysql.h [9336] Use single FD_SETSIZE define 2010-02-09 02:38:58 +03:00
QueryResultPostgre.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
QueryResultPostgre.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
SqlDelayThread.cpp [9517] rewrote RA console using ACE 2010-03-04 23:54:11 +01:00
SqlDelayThread.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
SqlOperations.cpp [9234] Remove redundent typecast. 2010-01-22 01:07:26 +03:00
SqlOperations.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
SQLStorage.cpp [10381] Implement generic system for racial model selection 2010-08-19 16:58:53 +02:00
SQLStorage.h Possibility drop (hide infact) records from DBStore/SQLStorage. 2010-04-17 14:56:46 +04:00
SQLStorageImpl.h Update build checks for mangosd/realmd. 2010-07-02 05:34:27 +04:00