Game Development Community

IHVBUILD? L453 main.cc

by Gary Lucas · in Torque Game Engine · 04/15/2005 (2:11 pm) · 6 replies

What is the def IHVBUILD and better yet where is it declared?

Thanks in advance

Gary

About the author

Recent Threads


#1
04/15/2005 (3:45 pm)
It is an old define left over from tribes days. It (presumably) indicates a build for IHVs - ie, for 3rd party graphics card manufacturers and the like.
#2
04/16/2005 (2:15 am)
Thank you,

gary
#3
04/19/2005 (11:18 am)
Wholly crap, what an easter egg that was... Just out of curiousity, how much Tribes code (as a percentage per se), is still left in the ol gal?
#4
04/20/2005 (12:47 am)
All the core code and architecture is from Tribes2. Scripting system, network code, rendering libraries, physics, etc. etc. etc...
#5
06/02/2005 (8:16 pm)
IHVBUILD code itself looks like SHA-1 (Secure Hashing Algorithm 1). It was probably used from simple encryption of network transmission
#6
06/02/2005 (8:19 pm)
I suspect that the IHVBUILD stuff was simply there to ensure the EXE was uncorrupted and to do some validation/authenticaation tasks.