Uleat
364ed921ce
Fix for LoadBuffs() server crash
2014-09-16 22:57:15 -04:00
Michael Cook (mackal)
e256175ce6
Style nits
2014-09-14 16:00:18 -04:00
Michael Cook (mackal)
0f662bf70c
Fix ZoneDatabase::LoadTraderItem not returning anything valid
2014-09-14 15:58:08 -04:00
Michael Cook (mackal)
d51241720a
Fix attack_delay for real
2014-09-12 13:10:03 -04:00
Michael Cook (mackal)
873d343529
Fix ZoneDatabase::GetNPCType nuking attack_delay changes
2014-09-12 11:57:09 -04:00
Michael Cook (mackal)
95969ce67b
Fix ZoneDatabase::GetZoneCFG for real
2014-09-11 18:28:25 -04:00
Michael Cook (mackal)
bd5cdf502e
Fix ZoneDatabase::GetZoneCFG errors
2014-09-11 18:24:40 -04:00
Michael Cook (mackal)
c6a7d5a96c
Revert "GetAccountInfoForLogin_result converted to MySQLRequestResult"
...
This reverts commit 8369570b507242323badaf46613768d0231df1e3.
Conflicts:
zone/zonedb.h
2014-09-11 16:57:00 -04:00
Michael Cook (mackal)
6bc4ecf390
Revert "LoadFactionValues converted to QueryDatabase"
...
This reverts commit 2df823d2dbb96ac159f14243070834b5927b33d2.
2014-09-11 16:56:15 -04:00
Michael Cook (mackal)
c94ceb5b1d
Revert "LoadFactionValues_result converted to MySQLRequestResult"
...
This reverts commit 2e847815943ec146d95983cb3282f8a03655a129.
2014-09-11 16:55:58 -04:00
Arthur Ice
9ddb56088e
merge from master
2014-08-26 18:49:15 -07:00
akkadius
633583c266
Created character_lookup table for applications that mirrors all character_ table fields minus blob fields for application lookups
...
- A 2.4GB character_ table will take 7 seconds to query on a SSD versus .1s on the character_lookup table
- This also causes applications like Magelo to burst reads of the entire character table because of the blob fields that come with the reads, as much as 500-600MB/s even if a indexed id filter is provided
- This field is synchronized on player save and has 0.001s DB hit
- When we split out from the blob, ideally this table can be removed, but it really does no harm in mirroring data when a 2.6GB character table mirrors everything subtracting blob data down to 8MB
- Required SQL: utils\sql\git\required\2014_08_24_character_lookup.sql
2014-08-24 08:52:14 -05:00
KimLS
7fc21b9e3a
Tons of renames
2014-08-21 19:33:02 -07:00
Arthur Ice
8369570b50
GetAccountInfoForLogin_result converted to MySQLRequestResult
2014-08-21 17:35:04 -07:00
Arthur Ice
9ff0c414c1
LoadFactionData converted to QueryDatabase
2014-08-21 17:17:27 -07:00
Arthur Ice
850d1e7c28
SetCharacterFactionLevel converted to QueryDatabase
2014-08-21 17:08:31 -07:00
Arthur Ice
2df823d2db
LoadFactionValues converted to QueryDatabase
2014-08-21 17:04:08 -07:00
Arthur Ice
2e84781594
LoadFactionValues_result converted to MySQLRequestResult
2014-08-21 17:00:50 -07:00
Arthur Ice
833227f7f6
LoadPetInfo converted to QueryDatabase
2014-08-21 15:58:11 -07:00
Arthur Ice
e731cfd48d
RemoveTempFactions converted to QueryDatabase
2014-08-21 15:32:20 -07:00
Arthur Ice
cf7574d9b8
SavePetInfo converted to QueryDatabase
2014-08-21 15:30:27 -07:00
Arthur Ice
10d384f131
LoadBuffs converted to QueryDatabase
2014-08-21 13:54:18 -07:00
Arthur Ice
00b8c8ce47
SaveBuffs converted to QueryDatabase
2014-08-21 13:42:02 -07:00
Arthur Ice
cab43f41be
UpdateAltCurrencyValues converted to QueryDatabase
2014-08-21 13:36:01 -07:00
Arthur Ice
fc0d589f12
LoadAltCurrencyValues converted to QueryDatabase
2014-08-21 13:34:19 -07:00
Arthur Ice
743175d4ff
InsertDoor converted to QueryDatabase
2014-08-21 13:26:38 -07:00
Arthur Ice
b497b07fed
QGlobalPurge converted to QueryDatabase
2014-08-21 13:22:21 -07:00
Arthur Ice
aab5ed2267
ListAllInstances converted to QueryDatabase
2014-08-21 13:19:37 -07:00
Arthur Ice
46c9fe46e9
UpdateKarma converted to QueryDatabase
2014-08-21 13:09:43 -07:00
Arthur Ice
e8c92c6fcc
GetKarma converted to QueryDatabase
2014-08-21 13:09:43 -07:00
Arthur Ice
765eaf7f4f
getZoneShutDownDelay converted to QueryDatabase
2014-08-21 12:51:09 -07:00
Arthur Ice
699c8cc1eb
LoadBlockedSpells converted to QueryDatabase
2014-08-21 12:46:52 -07:00
Arthur Ice
5839921e08
GetBlockedSpellsCount converted to QueryDatabase
2014-08-21 12:39:38 -07:00
Arthur Ice
a3bde6e1f1
RaidGroupCount converted to QueryDatabase
2014-08-21 12:35:33 -07:00
Arthur Ice
0ece5bf178
GroupCount converted to QueryDatabase
2014-08-21 12:30:06 -07:00
Arthur Ice
fbefad9eaf
RefreshGroupFromDB converted to QueryDatabase
2014-08-21 12:25:32 -07:00
Arthur Ice
351a7a52fe
GetCharacterInfoForLogin removed, unused, unsupported
2014-08-21 12:01:22 -07:00
Arthur Ice
8441ffda31
GetAccountInfoForLogin removed, unused, unsupported
2014-08-21 11:52:15 -07:00
Arthur Ice
e79747c919
SetZoneTZ converted to QueryDatabase
2014-08-20 23:26:41 -07:00
Arthur Ice
8525d819c1
GetZoneTZ converted to QueryDatabase
2014-08-20 23:13:59 -07:00
Arthur Ice
fe600bb084
Removed Get/SetServerFilters, unused and unsupported
2014-08-20 23:07:19 -07:00
Arthur Ice
babaff1985
GetUseCFGSafeCoords converted to QueryDatabase
2014-08-20 22:14:40 -07:00
Arthur Ice
909ca5440d
UpdateZoneSafeCoords converted to QueryDatabase
2014-08-20 22:11:14 -07:00
Arthur Ice
e25f64d03b
SaveMerchantTemp converted to QueryDatabase
2014-08-20 22:06:56 -07:00
Arthur Ice
2df66bd625
GetGridType converted to QueryDatabase
2014-08-20 22:04:40 -07:00
Arthur Ice
2028a5846c
LoadMercEquipment converted to QueryDatabase
2014-08-20 22:00:00 -07:00
Arthur Ice
2fd2cd4cec
DeleteMerc converted to QueryDatabase
2014-08-20 21:54:28 -07:00
Arthur Ice
17b175daa4
LoadMercBuffs converted to QueryDatabase
2014-08-20 21:46:23 -07:00
Arthur Ice
5cabe109da
SaveMercBuffs converted to QueryDatabase
2014-08-20 21:30:51 -07:00
Arthur Ice
c6e82448b6
SaveMerc converted to QueryDatabase
2014-08-20 21:17:17 -07:00