Game Development Community

TGEA 1.0 advanced updated

by Mquaker · in Torque Game Engine Advanced · 02/09/2007 (10:07 am) · 25 replies

Could you teach me the updated funtions??

what are the updated parts?

What I want to be updated is the following..

1. memory leakage
2. black surface (alt+tab) in minimizing on fullmode
3. work on explorer 7. and vista

Thanks~~
Page«First 1 2 Next»
#21
02/14/2007 (12:22 pm)
Thanks for feedback guys, I'll log it.
#22
03/13/2007 (11:38 pm)
What I want to be updated is the following..

1. memory leakage
2. black surface (alt+tab) in minimizing on fullmode
3. work on explorer 7. and vista

============================
recently we solved no 2 and no 3.
we have only to solve the memory leakage.
#23
03/14/2007 (4:37 am)
What memory leakage.
The only thing you have to keep in mind is that it loads mission after mission and that you have to tell it manually to "clean up itself" by using the appropriate cleanup simgroup to move your objects in.
#24
03/14/2007 (3:51 pm)
As far as we know, there is no memory leakage in the stock demos and other tests that have been run. You shouldn't have to manually clean anything up unless you are manually allocating special things.

It's more likely that you are running out of video memory on your video card than leaking system memory. If there is a specific case that you know of where memory is leaking however, please post about it, we like to know that kind of thing.
#25
03/15/2007 (10:01 am)
Have a look at this TDN page, Adole:
tdn.garagegames.com/wiki/MemoryManager
Page«First 1 2 Next»