server/src/shared/Database
Seizerkiller 2fc277fdb6 [7904] Change creature damage calculation formula.
* Add new creature_template field `dmg_multiplier`
* Make attackpower include in creature damage not dependent from attack speed.

NOTE: included in sql update recalculation for creature damage related fields only make
temporary possible usable values. Real values need revisited by DB devs for correctness.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-05-28 20:10:42 +04:00
..
Database.cpp [7815] Apply mangos code style: Replace tabs by spaces in recent added code. 2009-05-13 15:48:23 +04:00
Database.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +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 [7815] Apply mangos code style: Replace tabs by spaces in recent added code. 2009-05-13 15:48:23 +04:00
DatabaseMysql.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
DatabasePostgre.cpp [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
DatabasePostgre.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +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 [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01: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 [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
QueryResultMysql.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
QueryResultMysql.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
QueryResultPostgre.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01: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 [7904] Change creature damage calculation formula. 2009-05-28 20:10:42 +04:00
SQLStorage.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
SQLStorageImpl.h [7552] Move client version dependend DBC code to src/game. 2009-03-27 01:59:26 +03:00