Akkadius
|
4d6c2be191
|
Gut more of debug.cpp/.h
|
2015-01-19 03:36:50 -06:00 |
|
Akkadius
|
2a6a3e419c
|
Remove logtypes.h from header includes and the file itself
|
2015-01-19 03:33:15 -06:00 |
|
Akkadius
|
7503e29211
|
Remove LogSettingsFile from config parsers which removes log.ini completely
|
2015-01-19 03:28:00 -06:00 |
|
Akkadius
|
ab4595f56d
|
Remove QueryPerformanceCounter code
|
2015-01-19 03:22:23 -06:00 |
|
Akkadius
|
e428b373ac
|
Adjust category names
|
2015-01-19 03:02:00 -06:00 |
|
Akkadius
|
1c47e6b90d
|
Convert 'Unable to get raid id, char not found!' to Error Category
|
2015-01-19 02:56:52 -06:00 |
|
Akkadius
|
b546848313
|
Implement EQEmuLogSys::GetConsoleColorFromCategory in ProcessConsoleMessage
|
2015-01-19 02:54:01 -06:00 |
|
Akkadius
|
2f74f07be7
|
Add EQEmuLogSys::GetConsoleColorFromCategory(uint16 log_category) to replace the static map
|
2015-01-19 02:47:51 -06:00 |
|
Akkadius
|
87e212046f
|
Remove another Log.Hex straggler
|
2015-01-19 02:33:52 -06:00 |
|
Akkadius
|
bf62d1fd26
|
Sort header functions
|
2015-01-19 02:32:46 -06:00 |
|
Akkadius
|
e554278811
|
Remove Log.Raw function
|
2015-01-19 02:32:24 -06:00 |
|
Akkadius
|
ee1c55a813
|
Remove Log.Hex remaining entries
|
2015-01-19 02:32:09 -06:00 |
|
Akkadius
|
55d73f0b07
|
Remove Log.Hex references because we're not going to use them anyways per KLS
|
2015-01-19 02:30:36 -06:00 |
|
Akkadius
|
d1572790b1
|
Remove eqemu_error.cpp/.h as they are useless
|
2015-01-18 04:15:26 -06:00 |
|
Akkadius
|
b6587cc9e2
|
Removal of logsys.h from #include(s)
|
2015-01-18 04:03:45 -06:00 |
|
Akkadius
|
a4e96b46ca
|
Delete logsys.cpp and logsys.h
|
2015-01-18 03:59:51 -06:00 |
|
Akkadius
|
83906af9b6
|
Buildable state with converting hex packet dumps
|
2015-01-18 03:53:35 -06:00 |
|
Akkadius
|
b3bedef7af
|
Bunch of crazy changes to remove logsys
|
2015-01-18 03:23:36 -06:00 |
|
Akkadius
|
f81a8b716b
|
Rip out load_log_settings in all projects
|
2015-01-18 02:52:32 -06:00 |
|
Akkadius
|
e5f641d6b2
|
Delete logsys_eqemu.cpp
|
2015-01-18 02:45:18 -06:00 |
|
Akkadius
|
b71f808cb8
|
Gut some more debug functions
|
2015-01-18 02:43:11 -06:00 |
|
Akkadius
|
1ae69aa180
|
Update debug levels
|
2015-01-18 02:35:15 -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
|
b15e5f7913
|
Refactor GMSayHookCallBackProcess to use category instead of type
|
2015-01-18 01:48:07 -06:00 |
|
Akkadius
|
40d12d952e
|
Refactor ProcessConsoleMessage to no longer use type
|
2015-01-18 01:45:58 -06:00 |
|
Akkadius
|
564bff07fe
|
Refactor ProcessLogWrite to no longer use type
|
2015-01-18 01:42:23 -06:00 |
|
Akkadius
|
0926a5ded3
|
Refactor ProcessGMSay to no longer use type
|
2015-01-18 01:41:11 -06:00 |
|
Akkadius
|
57ac6c0e98
|
Remove EQEmuLogSys::Log from consolidation of types into categories
|
2015-01-18 01:39:01 -06:00 |
|
Akkadius
|
063a9214ae
|
Consolidate 'LogType' Debug logs over to 'LogCategory'
|
2015-01-18 01:37:54 -06:00 |
|
Akkadius
|
375f4af946
|
Consolidate 'LogType' Error (Straggler) logs over to 'LogCategory'
|
2015-01-18 01:36:10 -06:00 |
|
Akkadius
|
e691735a2d
|
Consolidate 'LogType' Error logs over to 'LogCategory'
|
2015-01-18 01:30:25 -06:00 |
|
Akkadius
|
b3fc0ab06d
|
Consolidate 'LogType' Crash logs over to 'LogCategory'
|
2015-01-18 01:29:28 -06:00 |
|
Akkadius
|
e9f8d5fa6d
|
Port Status messages from Type to Category
|
2015-01-18 01:27:52 -06:00 |
|
Akkadius
|
975c298c85
|
Consolidate 'LogType' over to 'LogCategory'
|
2015-01-18 01:24:35 -06:00 |
|
Akkadius
|
ef04c90d8e
|
Remove new log prefix from console output
|
2015-01-18 01:04:59 -06:00 |
|
Akkadius
|
1496f14843
|
Remove old function code from consolidation
|
2015-01-18 00:56:26 -06:00 |
|
Akkadius
|
7dbde36b03
|
Rename reference logger to Log
|
2015-01-18 00:41:18 -06:00 |
|
Akkadius
|
726b3a33f5
|
Consolidate EQEmuLogsys::Debug stragglers to DebugCategory for further refactoring
|
2015-01-18 00:06:01 -06:00 |
|
Akkadius
|
d45ed9befa
|
Consolidate EQEmuLogsys::Debug calls into DebugCategory
|
2015-01-17 23:59:06 -06:00 |
|
Akkadius
|
7d14fad782
|
Remove zlog completely
|
2015-01-17 02:59:49 -06:00 |
|
Akkadius
|
1069b13992
|
Remove clog completely
|
2015-01-17 02:57:47 -06:00 |
|
Akkadius
|
3d5434b91d
|
Remove mlog and _log completely
|
2015-01-17 02:54:02 -06:00 |
|
Akkadius
|
a46c0ee7e2
|
Add 'Pathing' log category
|
2015-01-17 02:32:45 -06:00 |
|
Akkadius
|
c9589dce21
|
Add 'Combat' log category
|
2015-01-17 02:21:51 -06:00 |
|
Akkadius
|
d4f2e0ce5f
|
port mlog 'AI' category to new log system
|
2015-01-17 02:20:01 -06:00 |
|
Akkadius
|
449c12d6c2
|
Delete mpkt and some calls to it
|
2015-01-16 22:04:40 -06:00 |
|
Akkadius
|
a6c521a73e
|
Keep mlog happy until it is completely replaced
|
2015-01-16 21:58:08 -06:00 |
|
Akkadius
|
79ac3f9b44
|
added debug.cpp/.h back in temporarily because of stupid dependencies
|
2015-01-16 21:40:47 -06:00 |
|