server/src/shared/Database
freghar d75812749f [6922] Whitespace and newline fixes
This should fix the GCC "no newline at end of file" warnings.

Signed-off-by: freghar <compmancz@gmail.com>
2008-12-22 12:47:33 +03:00
..
Database.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
Database.h Merge branch 'master' into 303 2008-12-19 17:30:26 +03:00
DatabaseEnv.h Fixed ticket reading when using PGSQL 2008-10-26 12:26:22 +01:00
DatabaseImpl.h [6922] Whitespace and newline fixes 2008-12-22 12:47:33 +03:00
DatabaseMysql.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
DatabaseMysql.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
DatabasePostgre.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
DatabasePostgre.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
DatabaseSqlite.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
DatabaseSqlite.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
DBCEnums.h Replace hardcoded client(100) and server side (255) level limtation values by defines. 2008-12-14 23:52:32 +03:00
dbcfile.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
dbcfile.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
DBCfmt.cpp Work under spell mods 2008-12-08 23:22:39 +03:00
DBCStores.cpp Merge branch 'master' into 303 2008-12-12 18:14:49 +03:00
DBCStores.h Merge branch 'master' into 303 2008-12-12 18:14:49 +03:00
DBCStructure.h Merge branch 'master' into 303 2008-12-16 07:30:23 +03:00
Field.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
Field.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
Makefile.am [6827] Added an interface for defining custom SQLStorage loaders. 2008-11-16 01:02:13 +02:00
MySQLDelayThread.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
PGSQLDelayThread.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
QueryResult.h Fixed comment text and code indentifiers spelling. 2008-11-06 19:22:23 +03:00
QueryResultMysql.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
QueryResultMysql.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
QueryResultPostgre.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
QueryResultPostgre.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
QueryResultSqlite.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
QueryResultSqlite.h Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
SqlDelayThread.cpp Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more. 2008-10-15 18:25:10 +02:00
SqlDelayThread.h [6920] Cleaned up DatabaseImpl and added support for async queries with 3 parameters passed to the callback. 2008-12-19 15:55:38 +02:00
SqlOperations.cpp [6920] Cleaned up DatabaseImpl and added support for async queries with 3 parameters passed to the callback. 2008-12-19 15:55:38 +02:00
SqlOperations.h [6920] Cleaned up DatabaseImpl and added support for async queries with 3 parameters passed to the callback. 2008-12-19 15:55:38 +02:00
SQLStorage.cpp Compile fix 2008-11-16 18:13:33 +03:00
SQLStorage.h [6827] Added an interface for defining custom SQLStorage loaders. 2008-11-16 01:02:13 +02:00
SQLStorageImpl.h [6827] Added an interface for defining custom SQLStorage loaders. 2008-11-16 01:02:13 +02:00