Game Development Community

Version 1.2 naturalization

by Bill Henderson · in Torque Game Engine · 11/23/2001 (5:03 pm) · 1 replies

I was just wondering how easily my migration from 1.1.x to 1.2 will be with all of my source code modifications, etc. I guess what I'm really tring to ask is: How major are the changes going to be, what will they be, and when will they happen?

#1
11/23/2001 (7:27 pm)
1.1.x to 1.2 is going to be a very straight forward upgrade.

The best way to stay updated is to use CVS. We keep an active change.log file in the root so you can see execly what has changed. If you use CVS you can periodically do an update and CVS will automatically merge all your code changes with the update. Cannot get much easier than that.

--Rick