1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/lib/logging
2013-04-20 11:34:01 +00:00
..
CBasicLogConfigurator.cpp - Fixed indentation for various files, sorry... 2013-04-14 19:24:31 +00:00
CBasicLogConfigurator.h - Fixed indentation for various files, sorry... 2013-04-14 19:24:31 +00:00
CLogger.cpp Be careful with global var initialization order. All mutexes should be initialized before all CLoggers. Caused a crash on OS X when compiling with clang 2013-04-19 12:26:57 +00:00
CLogger.h Big change: Introduced new mechanism to handle queries. It should not cause any visible changes ATM apart from fixing several long-standing bugs realted to handling post-visit/battle/levelup callback, including infamous creature bank issues: #955, #1053, #1063, #1191. Needs testing. 2013-04-20 11:34:01 +00:00