Akkadius
683a81a6c8
Post merge fixes
2015-01-21 18:39:36 -06:00
Akkadius
c5447778a6
Merge remote-tracking branch 'remotes/origin/master' into logging_changes
...
Conflicts:
world/client.cpp
world/worlddb.cpp
zone/aggro.cpp
zone/bot.cpp
zone/client.cpp
zone/client_packet.cpp
zone/client_process.cpp
zone/doors.cpp
zone/entity.cpp
zone/inventory.cpp
zone/mob_ai.cpp
zone/perl_client.cpp
zone/spells.cpp
zone/waypoints.cpp
zone/zone.cpp
zone/zonedb.cpp
zone/zoning.cpp
2015-01-21 17:29:30 -06:00
Akkadius
a59138d2d9
Implement #logs reload_all - To reload world and zone their log settings from the database
2015-01-21 03:01:21 -06:00
Akkadius
e4829225f6
Add file log handling in every process
2015-01-20 06:15:56 -06:00
Akkadius
7f2f6a8612
Placing Log defaults after RegisterExecutablePlatform and installing database log setting loads right after database connection for all processes
2015-01-20 05:22:15 -06:00
Akkadius
d191086d3e
Add LoadLogSysSettings to other processes
2015-01-20 04:45:14 -06:00
Akkadius
8697b9a630
Remove Duplicative MySQL Error: Error in SetDynamicCount query: %s
2015-01-20 01:41:58 -06:00
Akkadius
00cfd77c26
Remove Duplicative MySQL Error: Error in DeleteStaticZone query: %s
2015-01-20 01:41:54 -06:00
Akkadius
9d89ad53de
Remove Duplicative MySQL Error: Error in ChangeStaticZone query: %s
2015-01-20 01:41:47 -06:00
Akkadius
bdc3834f5a
Remove Duplicative MySQL Error: Error in BootStaticZone query: %s
2015-01-20 01:41:44 -06:00
Akkadius
cb78ee6ccd
Remove Duplicative MySQL Error: Error in DeleteLauncher 2nd query: %s
2015-01-20 01:41:34 -06:00
Akkadius
ef312b7b48
Remove Duplicative MySQL Error:
2015-01-20 01:38:43 -06:00
Akkadius
e271049fad
Remove Duplicative MySQL Error: Error in CreateLauncher query: %s
2015-01-20 01:37:57 -06:00
Akkadius
b31c8c7a8f
Remove commented printf : Proc %s(%d): %p\n
2015-01-20 01:34:38 -06:00
Akkadius
2e763a77f7
Remove commented printf : ProcP %d: %p\n
2015-01-20 01:33:31 -06:00
Akkadius
45560f6654
Remove some old MySQL logging for errors
2015-01-19 23:48:30 -06:00
Uleat
e70e443950
Implemented 'enum class ClientVersion' -- added 'RoF2' to lua client version enumeration
2015-01-19 23:32:57 -05:00
Akkadius
5ab131dcd6
More cleanup of some QueryDatabase references that no longer need auto results
2015-01-19 05:35:28 -06:00
Akkadius
7878755831
Remove Duplicative MySQL Error: Error in AdventureManager:::GetLeaderboardInfo: %s (%s)
2015-01-19 05:25:20 -06:00
Akkadius
2b3d14f0ba
Remove Duplicative MySQL Error: SoF Start zone query failed: %s : %s\n
2015-01-19 05:25:15 -06:00
Akkadius
03b0fac838
Remove Duplicative MySQL Error: Error in AdventureManager:::LoadAdventureEntries: %s (%s)
2015-01-19 05:25:15 -06:00
Akkadius
50d0bb0d03
Remove Duplicative MySQL Error: Error in AdventureManager:::MoveCorpsesToGraveyard: %s (%s)
2015-01-19 05:25:15 -06:00
Akkadius
0832361729
Remove Duplicative MySQL Error: Start zone query failed: %s : %s\n
2015-01-19 05:25:06 -06:00
Akkadius
b6b9e388b3
Remove Duplicative MySQL Error: Error in AdventureManager:::LoadAdventures: %s (%s)
2015-01-19 05:25:06 -06:00
Akkadius
5bf3d40570
Remove Duplicative MySQL Error: Error in AdventureManager:::MoveCorpsesToGraveyard: %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
2a6a3e419c
Remove logtypes.h from header includes and the file itself
2015-01-19 03:33:15 -06:00
Akkadius
2ecb91d075
Remove Log.Hex completely for real
2015-01-19 02:35:28 -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
83906af9b6
Buildable state with converting hex packet dumps
2015-01-18 03:53:35 -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
3320867b10
delete world/world_logsys.cpp
2015-01-18 02:40:58 -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
d45ed9befa
Consolidate EQEmuLogsys::Debug calls into DebugCategory
2015-01-17 23:59:06 -06:00
Akkadius
551aadd27a
Replace all zlog calls
2015-01-17 02:59:10 -06:00
Akkadius
1069b13992
Remove clog completely
2015-01-17 02:57:47 -06:00
Akkadius
bcaaaac090
Replace all clog calls, (Mostly WORLD__)
2015-01-17 02:56:10 -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
ricardocampos23
75501fbb5d
corrected comment
2015-01-15 21:03:06 +00:00
RicardoCampos
ea7453946c
Altered the way that start zone overrides work. These now no longer use an entry in the variables table, but rather use TitaniumStartZoneID, and SofStartZoneID in the rule_values table.
...
If this is set, it will look for a match in the start_zones based on race/class/deity and the zone id. If it finds a matching row (by zone_id), it will use that row's details. If not, it will use a default.
2015-01-13 21:47:51 +00:00
Akkadius
40d32fc1e5
Convert 'UCS' debugging _log to logger.LogDebugType
2015-01-12 22:44:47 -06:00
Akkadius
f26f49c2a1
Convert 'QueryServ' debugging _log to logger.LogDebugType
2015-01-12 22:37:20 -06:00