Game Development Community

Request: Sort the datablock list Alphabetically

by Joshua Halls (Xerves) · in Torque 3D Professional · 07/26/2009 (2:49 pm) · 1 replies

Or something else to make it easier to find datablocks. Right now it seems they are sorted by as they are loaded up and trying to find anything when you have over 700 of them is very hard :-).

About the author

Part of the team that works on The Repopulation, a SciFi based MMO using a heavily modified version of the Torque MMO Kit - T3D. I also take care of the T3D version of the Torque MMO Kit.


#1
07/27/2009 (7:03 am)
@Joshua - did you see this thread, not sure if you are seeing this issue? www.garagegames.com/community/forums/viewthread/97367

Ultimately to get the parent nodes sorted would require a 2 pass approach to populating the tree view. One to extract the parent nodes and sort them, then enter them into the tree. The second pass to populate the child nodes into the sorted parent list.