Game Development Community

TSE MS3 header error

by Robert Stewart · in Torque Game Engine Advanced · 05/06/2006 (3:00 pm) · 2 replies

The header of almost every file in the engine dir says Torque Game Engine when it should say Torque Shader engine.

#1
05/06/2006 (5:09 pm)
It seems to me that this is on purpose.

It helps tremendously when merging code and resources if files that are the same across TSE/TGE/TGB do not have trivial changes to comments.

If anything they need to have a common header like:

//-----------------------------------------------------------------------------
// Torque Application Platform
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------

Only files that are specific to a particular product should have a product specific comment header.
#2
07/10/2006 (9:47 am)
We're taking some steps to resolve this. We're definitely aware it's a pain. :)