Akkadius
adf3a7ea0e
Remove Duplicative MySQL Error: Error reloading guild ranks '%s': %s
2015-01-19 05:25:24 -06:00
Akkadius
5443e879a5
Remove Duplicative MySQL Error: Error reloading guilds '%s': %s
2015-01-19 05:25:20 -06:00
Akkadius
382fdc5d18
Remove Duplicative MySQL Error: Error loading guild ranks '%s': %s
2015-01-19 05:25:14 -06:00
Akkadius
3c02cc454d
Remove Duplicative MySQL Error: Error loading guilds '%s': %s
2015-01-19 05:25:05 -06:00
Akkadius
b6587cc9e2
Removal of logsys.h from #include(s)
2015-01-18 04:03:45 -06:00
Akkadius
467b359d0c
Moved all EQEmuLogSys:: enum references used in Log.Out to a namespace 'Logs' for shortening of syntax
2015-01-18 02:20:16 -06:00
Akkadius
c025765283
Renamed DoLog to Out as the aggregate logging function for simplicity of use and shortened syntax of Log.Out
2015-01-18 02:00:15 -06:00
Akkadius
1c048cb1d1
Renamed DebugCategory to DoLog as the aggregate logging function for simplicity of use and shortened syntax of Log.DoLog
2015-01-18 01:54:09 -06:00
Akkadius
e691735a2d
Consolidate 'LogType' Error logs over to 'LogCategory'
2015-01-18 01:30:25 -06:00
Akkadius
7dbde36b03
Rename reference logger to Log
2015-01-18 00:41:18 -06:00
Akkadius
132fbbb0c6
Rename LogDebugType to DebugCategory
2015-01-16 03:09:02 -06:00
Akkadius
c288ca5204
Convert 'Guilds' debugging _log to logger.LogDebugType
2015-01-12 22:32:44 -06:00
Akkadius
17d9b9199c
Replace rest of EQEmuLog->write with EQEmuLogSys Log
2015-01-10 19:36:15 -06:00
Akkadius
be381b4e56
Renamed EQEMuLog class to EQEmuLog
2015-01-08 19:46:28 -06:00
Akkadius
20200fd028
guild_base.cpp & .h include header cleanup
2014-12-15 21:59:23 -06:00
akkadius
54c89d69f6
Merge remote-tracking branch 'remotes/origin/master' into blob_conversion
...
Conflicts:
common/database.cpp
common/mysql_request_result.h
common/shareddb.cpp
2014-09-07 04:11:09 -05:00
Akkadius
4c12d31e4a
Removed command character backup
...
Changed all remaining references from the character_ table to the character_data
2014-09-06 22:35:19 -05:00
SecretsOTheP
832e5e90d1
Secrets: Identified OP_GuildPromote for RoF clients.
...
Secrets: Fixed promotion, demotion, transferring a leader and displaying of client ranks in the Rain of Fear client. The rain of fear client, as such, will only have 3 ranks like the other clients, but supports a theoretical 8 ranks later.
Secrets/Akkadius: Fixed an issue involving character name lookup in the new DB code.
2014-09-02 21:16:20 -04:00
Akkadius
ca430e2494
Fix void Database::GetCharName(uint32 char_id, char* name)
...
Increased MAX_PP_SPELLBOOK to 720 for UF/RoF
Increased MAX_PP_MEMSPELL to 12
Implemented up to 12 spell slots
Fix for public_note default value in bool BaseGuildManager::DBSetGuild(uint32 charid, uint32 guild_id, uint8 rank)
Updated all CastSpell entries to use the appropriate slot type defines located now in zone/common.h
Fixed Guild Loading from character_data
Fixed #guild list
Refactored Merchantlist loading
Refactored Temp Merchantlist loading
Gutted most of dbasync
Added:
LoadCharacterSpellBook(uint32 character_id, PlayerProfile_Struct* pp);
LoadCharacterMemmedSpells(uint32 character_id, PlayerProfile_Struct* pp);
LoadCharacterLanguages(uint32 character_id, PlayerProfile_Struct* pp);
LoadCharacterBindPoint(uint32 character_id, PlayerProfile_Struct* pp);
SaveCharacterSpellSwap(uint32 character_id, uint32 spell_id, uint32 from_slot, uint32 to_slot);
SaveCharacterSpell(uint32 character_id, uint32 spell_id, uint32 slot_id);
SaveCharacterMemorizedSpell(uint32 character_id, uint32 spell_id, uint32 slot_id);
DeleteCharacterSpell(uint32 character_id, uint32 spell_id, uint32 slot_id);
DeleteCharacterMemorizedSpell(uint32 character_id, uint32 spell_id, uint32 slot_id);
Removed Zone::LoadTempMerchantData_result(MYSQL_RES* result)
Removed Zone::LoadMerchantData_result(MYSQL_RES* result)
Removed SharedDatabase::GetPlayerProfile
Removed SharedDatabase::SetPlayerProfile
Removed SharedDatabase::SetPlayerProfile_MQ
Removed Zone::DBAWComplete(uint8 workpt_b1, DBAsyncWork* dbaw) from zone.cpp
2014-08-31 17:52:43 -05:00
KimLS
7fc21b9e3a
Tons of renames
2014-08-21 19:33:02 -07:00
Arthur Ice
327fa38232
GetCharInfo converted to QueryDatabase
2014-08-17 12:30:53 -07:00
Arthur Ice
845ed720b3
GetCharInfo converted to QueryDatabase
2014-08-17 12:27:08 -07:00
Arthur Ice
ea0c8f86fe
GetEntireGuild converted to QueryDatabase
2014-08-17 12:21:57 -07:00
Arthur Ice
76f727b7ff
ProcessGuildMember converted to use MySQLRequestRow
2014-08-17 12:21:05 -07:00
Arthur Ice
449d5f9358
Removed large commented out section
2014-08-17 12:13:56 -07:00
Arthur Ice
b2ca66267e
DoesAccountContainAGuildLeader converted to QueryDatabase
2014-08-17 12:13:27 -07:00
Arthur Ice
f292cbc3e7
DBSetPublicNote converted to QueryDatabase
2014-08-17 12:07:43 -07:00
Arthur Ice
df705e34ad
GetAltFlag converted to QueryDatabase
2014-08-17 12:04:38 -07:00
Arthur Ice
364f133ffd
GetBankerFlag converted to QueryDatabase
2014-08-17 12:01:39 -07:00
Arthur Ice
c7e2d3b355
DBSetGuild converted to QueryDatabase
2014-08-17 11:57:18 -07:00
Arthur Ice
553d12412b
DBSetGuildChannel converted to QueryDatabase
2014-08-17 11:50:10 -07:00
Arthur Ice
a701541fce
DBSetGuildURL converted to QueryDatabase
2014-08-17 11:48:01 -07:00
Arthur Ice
dd06ecf99b
DBSetGuildMOTD converted to QueryDatabase
2014-08-17 11:46:03 -07:00
Arthur Ice
9e5fdc50d9
DBSetGuildLeader converted to QueryDatabase
2014-08-17 11:43:45 -07:00
Arthur Ice
80cc6e4ef3
DBSetTributeFlag converted to non len QueryWithLogging
2014-08-17 11:40:28 -07:00
Arthur Ice
34a56f75cf
DBSetAltFlag converted to non len QueryWithLogging
2014-08-17 11:40:28 -07:00
Arthur Ice
941f1cc395
DBSetBankerFlag converted to non len QueryWithLogging
2014-08-17 11:40:28 -07:00
Arthur Ice
9eec8f37f5
DBSetGuildRank converted to non len QueryWithLogging
2014-08-17 11:40:27 -07:00
Arthur Ice
1734641d12
DBRenameGuild converted to QueryDatabase
2014-08-17 11:40:22 -07:00
Arthur Ice
3856f7f1e5
DBDeleteGuild converted to QueryDatabase
2014-08-17 11:39:27 -07:00
Arthur Ice
94110dbe52
removed len from QueryWithLogging
2014-08-17 11:39:16 -07:00
Arthur Ice
8a44271b2f
QueryWithLogging converted to QueryDatabase
2014-08-17 11:22:05 -07:00
Arthur Ice
cca9ddab43
_RunQuery renamed QueryWithLogging
2014-08-17 11:19:56 -07:00
Arthur Ice
7b440bbd9f
_GetFeeGuildID converted to QueryDatabase
2014-08-17 11:11:56 -07:00
Arthur Ice
a2d4376763
_StoreGuildDB converted to QueryDatabase
2014-08-17 11:08:41 -07:00
Arthur Ice
a91b6a0db8
RefreshGuild converted to QueryDatabase
2014-08-17 10:59:24 -07:00
Arthur Ice
22367622be
LoadGuilds converted to QueryDatabase
2014-08-17 10:51:08 -07:00
Michael Cook (mackal)
4216627604
Prefer prefix ++/-- on non-primitive types
...
Postfix ++/-- might cause the creation of a tmp instance
that might be optimized out. Mights are bad. Prefix doesn't
have this problem.
2014-01-13 22:14:02 -05:00
KimLS
e6fba5ba82
Merging
2013-05-23 00:31:02 -07:00
Michael Cook
0fdfe025cb
Remove 'using namespaces std' fixes #61
2013-05-22 16:17:19 -04:00