True Reality (TR) is an open source LGPL Game and Simulation Engine written entirely in Standard C++ and OpenGL. It runs on all Windows platforms and GNU/Linux. OpenSceneGraph is used as its graphics engine, along with many other open source projects for support of various features.
GNU Lesser General Public License v3.0
12
stars
7
forks
source link
Remove the use of #ifdef _DEBUG from LogFile.cpp #104
The use of #ifdef _DEBUG statements were replaced with the use of TR_BUILD_TYPE.
LogFile and the Logging system needs to be updated to use that notation
The use of #ifdef _DEBUG statements were replaced with the use of TR_BUILD_TYPE. LogFile and the Logging system needs to be updated to use that notation