| .. |
|
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
|
[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 |
|
DatabaseEnv.h
|
Fixed ticket reading when using PGSQL
|
2008-10-26 12:26:22 +01:00 |
|
DatabaseImpl.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 |
|
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
|
[6853] [2008_11_27_01_mangos_playercreateinfo_item.sql] Use DBC data for creating initial character items.
|
2008-11-28 02:20:02 +03:00 |
|
DBCStores.cpp
|
[6899] Pass const reference instead of value for some strings in some functions.
|
2008-12-12 14:17:37 +01:00 |
|
DBCStores.h
|
[6899] Pass const reference instead of value for some strings in some functions.
|
2008-12-12 14:17:37 +01:00 |
|
DBCStructure.h
|
[6910] Implemented rewritten arenas. Original author w12x@getmangos.com
|
2008-12-16 00:17:24 +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
|
[6828] Added script name indexing for creature, gameobject, item, areatrigger and instance scripts.
|
2008-11-16 03:20:16 +02: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 |