Is there a TLK CVS?
by Afrim Kacaj · in · 03/06/2006 (10:52 am) · 6 replies
Maybe I didnt look deep enough but I cant find a clear answer to these questions.
1. Is there a CVS for TLK 1.4?
2. If I download the latest HEAD of 1.4, has anything been fixed since the initial release?
3. Is there a Torque 1.4 changelog?
1. Is there a CVS for TLK 1.4?
2. If I download the latest HEAD of 1.4, has anything been fixed since the initial release?
3. Is there a Torque 1.4 changelog?
#2
There's no public cvs for TLK, but we keep previous versions on the TLK download page, so you can always find an older version. The release schedules are frequent, so the latest release is always very up to date, and every TLK version ships with release notes that cover the changes in that version.
Hope this helps!
-John
03/07/2006 (6:34 am)
Hi Afrim,There's no public cvs for TLK, but we keep previous versions on the TLK download page, so you can always find an older version. The release schedules are frequent, so the latest release is always very up to date, and every TLK version ships with release notes that cover the changes in that version.
Hope this helps!
-John
#3
The only reason I would get the latest HEAD is with hopes that some bugs have been cleared out. But since there is no changelog, then I would have to try it to find out if the bugs were cleared. Fair enough I guess.
03/07/2006 (9:00 am)
Thanks that clears it up a bit. So that means that if at any time I decided to get the latest HEAD of torque, I would have to manualy intergrate TLK with it.The only reason I would get the latest HEAD is with hopes that some bugs have been cleared out. But since there is no changelog, then I would have to try it to find out if the bugs were cleared. Fair enough I guess.
#5
However there were several instances where winmerge shows a difference. In the HEAD side it shows a code block that does not exist in the lighting pack side and vice versa.
How do i know if the code in the HEAD side is new or if it has been replaced by your code block?
Is the lighting pack purely additive? In other words did you only add code or did you also replace code? And if you did replace code, would you have commented out the lines or would you have deleted them and added your own?
Sorry to be a pain!
03/09/2006 (7:15 pm)
Hi John, thanks for the info. I just downloaded the torque HEAD and tried to do a winmerge with the lighting pack. For the most part it is clearly visible where you have added code since you comments are very clear. However there were several instances where winmerge shows a difference. In the HEAD side it shows a code block that does not exist in the lighting pack side and vice versa.
How do i know if the code in the HEAD side is new or if it has been replaced by your code block?
Is the lighting pack purely additive? In other words did you only add code or did you also replace code? And if you did replace code, would you have commented out the lines or would you have deleted them and added your own?
Sorry to be a pain!
#6
All of the TLK code changes are wrapped in TLK comment blocks, so any differences outside of those are the changes between Torque versions. You'll want to move the latest Torque changes into your code so the only differences left are the TLK code blocks.
Definitely check out the Developer's Guide, it has a lot of hints and tricks that make the process extremely fast and easy.
If you have any more questions we should probably move over to the TLK private forums.
03/10/2006 (6:08 am)
Not a problem. :)All of the TLK code changes are wrapped in TLK comment blocks, so any differences outside of those are the changes between Torque versions. You'll want to move the latest Torque changes into your code so the only differences left are the TLK code blocks.
Definitely check out the Developer's Guide, it has a lot of hints and tricks that make the process extremely fast and easy.
If you have any more questions we should probably move over to the TLK private forums.
Torque Owner Stefan Lundmark
No, at least not one that is open to the public.