Game Development Community

Thomas Petersen's Forum Posts

Thread Post Date Posted
How to change tile size dynamically I was thinking of SimSets/Groups for simple housekeeping like keeping track of which objects that ar... read more 05/07/2008 (11:54 am)
How to change tile size dynamically The matrix-nature of the tilemap indicates that it is not intended to be used with individually size... read more 05/07/2008 (10:21 am)
How to change tile size dynamically Tiles have same size, checkout [url]http://tdn.garagegames.com/wiki/Torque_2D/Tile_Map_Editor_Tutor... read more 05/07/2008 (8:53 am)
Dynamically adding methods from behaviors Thanks for the comments ! It is not as much a parent/child architecture but more like an object orie... read more 05/05/2008 (3:01 pm)
Disabling Behaviours/Behaviour API? Hi, I think you will have to program that yourself. I use the existing behaviors as an inspiration a... read more 04/11/2008 (10:54 pm)
Possible bug with 'return;'. Seems ok to me, what you want to is to return the empty string "", what you actually do is return wh... read more 06/25/2007 (10:23 pm)
1st time using TGEA There is a main.cs in the example directory. You schould copy your TGEA.exe here and run from this d... read more 06/25/2007 (9:10 pm)
Link problems Solved... shell32.lib was not included in the library-dependencies in the solution file. After I ad... read more 06/23/2007 (9:27 pm)
Importing c++ files in torque I found some help in the tutorials: [url]http://tdn.garagegames.com/wiki/index.php?title=Code/How... read more 06/16/2007 (10:56 pm)