Akkadius
|
d800bd87c4
|
Remove Duplicative MySQL Error: Error updating status %s, %s
|
2015-01-19 05:25:43 -06:00 |
|
Akkadius
|
3a91ae92ab
|
Remove Duplicative MySQL Error: SendMail: Query %s failed with error %s
|
2015-01-19 05:25:36 -06:00 |
|
Akkadius
|
86c82718ec
|
Remove Duplicative MySQL Error: Error updating Owner in database: %s, %s
|
2015-01-19 05:25:32 -06:00 |
|
Akkadius
|
7d27d1ccb1
|
Remove Duplicative MySQL Error: Error updating password in database: %s, %s
|
2015-01-19 05:25:25 -06:00 |
|
Akkadius
|
8b5a623c75
|
Remove Duplicative MySQL Error: Failed to load channels. %s %s
|
2015-01-19 05:25:20 -06:00 |
|
Akkadius
|
61a6edc1d0
|
Remove Duplicative MySQL Error: Unable to get message count from database. %s %s
|
2015-01-19 05:25:15 -06:00 |
|
Akkadius
|
408baba7aa
|
Remove Duplicative MySQL Error: FindCharacter failed. %s %s
|
2015-01-19 05:25:06 -06:00 |
|
Akkadius
|
0d9b6703a6
|
Rename debug.h to global_define.h, update cmakelists and such
|
2015-01-19 04:12:09 -06:00 |
|
Akkadius
|
14bac9f8c0
|
Remove occurrences of _pkt
|
2015-01-18 03:25:52 -06:00 |
|
Akkadius
|
f81a8b716b
|
Rip out load_log_settings in all projects
|
2015-01-18 02:52:32 -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
|
e9f8d5fa6d
|
Port Status messages from Type to Category
|
2015-01-18 01:27:52 -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
|
70fbf23d27
|
Rename LoadLogSettings to LoadLogSettingsDefaults
|
2015-01-16 00:07:30 -06:00 |
|
Akkadius
|
40d32fc1e5
|
Convert 'UCS' debugging _log to logger.LogDebugType
|
2015-01-12 22:44:47 -06:00 |
|
Akkadius
|
6e11baf308
|
Convert world debugging _log to logger.LogDebugType
|
2015-01-12 22:28:16 -06:00 |
|
Akkadius
|
fac1361d36
|
logger.LoadLogSettings() added after each platform executable registry
Added int return for platform executable
|
2015-01-12 05:15:31 -06:00 |
|
Akkadius
|
17d9b9199c
|
Replace rest of EQEmuLog->write with EQEmuLogSys Log
|
2015-01-10 19:36:15 -06:00 |
|
Akkadius
|
7a9860fdd1
|
Added EQEmuLogSys logger; pointer to the rest of the projects
|
2015-01-10 18:12:58 -06:00 |
|
Michael Cook (mackal)
|
7e72f10a3b
|
clang-modernize -use-nullptr for ucs/worldserver.cpp
|
2015-01-09 13:18:49 -05:00 |
|
Michael Cook (mackal)
|
b398d65eb8
|
clang-modernize -use-nullptr for ucs/ucs.cpp
|
2015-01-09 13:18:49 -05:00 |
|
Michael Cook (mackal)
|
bf9b126eef
|
clang-modernize -use-nullptr for ucs/clientlist.cpp
|
2015-01-09 13:18:49 -05:00 |
|
Michael Cook (mackal)
|
502bb6ca79
|
clang-modernize -use-auto convert for ucs/worldserver.cpp
|
2015-01-09 02:57:00 -05:00 |
|
Michael Cook (mackal)
|
09f37323d1
|
clang-modernize -use-auto convert for ucs/database.cpp
|
2015-01-09 02:57:00 -05:00 |
|
Michael Cook (mackal)
|
b34b26c423
|
clang-modernize -use-auto convert for ucs/clientlist.cpp
|
2015-01-09 02:57:00 -05:00 |
|
Michael Cook (mackal)
|
1873b1d739
|
Ranged-based for for ucs/clientlist.cpp
|
2015-01-09 02:50:13 -05:00 |
|
Akkadius
|
be381b4e56
|
Renamed EQEMuLog class to EQEmuLog
|
2015-01-08 19:46:28 -06:00 |
|
Michael Cook (mackal)
|
8d050b8f3f
|
Fix errors in Database::ExpireMail in ucs
|
2014-10-01 18:06:02 -04: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 |
|
KimLS
|
04dc593df9
|
Various bug fixes
|
2014-08-31 20:27:02 -07:00 |
|
Arthur Ice
|
9041891557
|
Fixed crash on expire mail success, messages where switched accidentally
|
2014-08-27 22:57:03 -07:00 |
|
Arthur Ice
|
232d61b983
|
GetFriendAndIgnore converted to QueryDatabase
|
2014-08-23 22:34:14 -07:00 |
|
Arthur Ice
|
c1469a3a8e
|
RemoveFriendOrIgnore converted to QueryDatabase
|
2014-08-23 22:22:49 -07:00 |
|
Arthur Ice
|
9d5f427f57
|
AddFriendOrIgnore converted to QueryDatabase
|
2014-08-23 22:20:16 -07:00 |
|
Arthur Ice
|
20e978b676
|
ExpiredMail converted to QueryDatabase
|
2014-08-23 22:16:47 -07:00 |
|
Arthur Ice
|
c9bd662b57
|
SetMessageStatus converted to QueryDatabase
|
2014-08-23 22:07:04 -07:00 |
|
Arthur Ice
|
8529384b00
|
SendMail converted to QueryDatabase
|
2014-08-23 22:01:00 -07:00 |
|
Arthur Ice
|
aaf5f8c930
|
SendBody converted to QueryDatabase
|
2014-08-23 21:52:07 -07:00 |
|
Arthur Ice
|
2bdc44dfb2
|
SendHeaders converted to QueryDatabase
|
2014-08-23 21:48:14 -07:00 |
|
Arthur Ice
|
6e7136ea18
|
SetChannelOwner converted to QueryDatabase
|
2014-08-23 21:38:57 -07:00 |
|
Arthur Ice
|
7a507e8d1e
|
SetChannelPassword converted to QueryDatabase
|
2014-08-23 21:34:27 -07:00 |
|
Arthur Ice
|
76fdfa87c1
|
LoadChatChannels converted to QueryDatabase
|
2014-08-23 21:31:26 -07:00 |
|
Arthur Ice
|
19486bac0d
|
GetVariable converted to QueryDatabase
|
2014-08-23 21:27:18 -07:00 |
|
Arthur Ice
|
de47755320
|
FindCharacter converted to QueryDatabase
|
2014-08-23 21:24:54 -07:00 |
|
Arthur Ice
|
6b90f883cd
|
VerifyMailKey converted to QueryDatabase
|
2014-08-23 21:20:07 -07:00 |
|