server/src/shared/Database
tomrus88 1a47420fe8 Merge commit 'origin/master' into 320
Conflicts:
	src/game/Map.cpp
	src/game/MapInstanced.cpp
	src/game/Player.cpp
	src/game/SpellEffects.cpp
	src/game/Totem.cpp
2009-07-15 09:40:13 +04:00
..
Database.cpp [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
Database.h [7962] Fixed compilation on OpenBSD. 2009-06-05 15:08:18 +04:00
DatabaseEnv.h [7711] Removed Sqlite Code. 2009-04-24 21:28:16 +04:00
DatabaseImpl.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
DatabaseMysql.cpp [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
DatabaseMysql.h [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
DatabasePostgre.cpp [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
DatabasePostgre.h [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
DBCFileLoader.cpp [7552] Move client version dependend DBC code to src/game. 2009-03-27 01:59:26 +03:00
DBCFileLoader.h [7552] Move client version dependend DBC code to src/game. 2009-03-27 01:59:26 +03:00
DBCStore.h [7552] Move client version dependend DBC code to src/game. 2009-03-27 01:59:26 +03:00
Field.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Field.h [7918] Improve portability in work with uint64 string format specifiers and in code literals. 2009-05-30 22:44:20 +04:00
Makefile.am [7711] Removed Sqlite Code. 2009-04-24 21:28:16 +04:00
MySQLDelayThread.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
PGSQLDelayThread.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
QueryResult.h [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
QueryResultMysql.cpp [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
QueryResultMysql.h [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
QueryResultPostgre.cpp [7935] Move seldom used access to query data by field names to independent object. 2009-06-01 10:24:14 +04:00
QueryResultPostgre.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
SqlDelayThread.cpp [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
SqlDelayThread.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
SqlOperations.cpp [7532] Avoid warnings at use size_t with printf fromat strings. 2009-03-24 06:03:22 +03:00
SqlOperations.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
SQLStorage.cpp Added placeholders for new battlegrounds, some other stuff. 2009-06-25 19:08:53 +04:00
SQLStorage.h [8176] Forbid using some monster movement flags (that can crash client) in creature*_addon tables.moveflag tables field. 2009-07-13 23:38:27 +04:00
SQLStorageImpl.h [7552] Move client version dependend DBC code to src/game. 2009-03-27 01:59:26 +03:00