Please help, do i have all engine files?
by wingman · in Torque Game Engine · 09/19/2003 (7:29 am) · 1 replies
I downloaded the engine ZIP. It is version 1.1.2. This is the same version on the CVS right?
I was looking through some resources, and was adding some AI code. I noticed that I do not have AIClient.cc and .h in my engine/game directory. Have they been removed? Or does the zip version(1.1.2) not come with all the files the CVS does?
I was looking through some resources, and was adding some AI code. I noticed that I do not have AIClient.cc and .h in my engine/game directory. Have they been removed? Or does the zip version(1.1.2) not come with all the files the CVS does?
Associate Kyle Carter
Version 1.1.1, which is the old stable version.
Version 1.1.2, which is the current stable version.
And HEAD, which is whatever is the latest stuff in CVS.
The GarageGames CVS repository contains all three of these versions, because it contains every revision of every file in the engine. However, if you do a standard checkout from CVS, you will get "HEAD", which is CVS nomenclature for, like I said above, whatever is most recent.
1.1.2 is known to be stable. However, it is not the most recent. I suggest reading the CVS Book at http://cvsbook.red-bean.com/ to get a handle on CVS.