server/src/shared/Database
2009-01-02 12:25:17 +01: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 [6997] Fixed: In 3.0.3 spell data have area group id instead area id. 2009-01-01 22:43:08 +03:00
DBCStores.cpp [6997] Fixed: In 3.0.3 spell data have area group id instead area id. 2009-01-01 22:43:08 +03:00
DBCStores.h [6997] Fixed: In 3.0.3 spell data have area group id instead area id. 2009-01-01 22:43:08 +03:00
DBCStructure.h [7000] Fixed creature target selection in case all possible targets have a low priority 2009-01-02 12:25:17 +01: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