Game Development Community

Mario Di Vece's Forum Posts

Thread Post Date Posted
Center align text in GuiTextControl Same issue here. Anyone?... read more 12/14/2009 (5:42 pm)
TGB - Emitters - Straight Line Problems.... I'm having the exact same problem... I've spent hours trying to configure the particle emitter witho... read more 12/14/2009 (4:54 pm)
Make particles go in a specific direction Any advice on this? Sobo, did you figure it out? I'm looking for the exact same answer and still una... read more 12/14/2009 (4:15 pm)
Packager Utility Questions Where did you find the packager tutorial?... read more 12/05/2009 (7:38 pm)
Dynamic field for My previous post, you will get an unhandled exception because the internal field dictionary does... read more 12/03/2009 (2:14 am)
Dynamic field use the getFieldDictionary and StringTable together; something like: [code] // C++ Code Fragment... read more 12/03/2009 (1:02 am)
Randomizing arrays Here's a small function I wrote for this. I thought I would find something more efficient in the for... read more 11/30/2009 (5:00 am)
Zip objects in TGB 1.5 I'm having awful issues with the ZipObject as well. I write a file just fine, then I try to write a... read more 11/29/2009 (2:42 pm)
Deleting a file? woooot? try fileDelete() fileSystemFunctions.cpp ConsoleFunction(fileDelete, bool, 2,2, "... read more 11/27/2009 (1:45 am)
C++ call console functions? @Deozaan use dSprintf to return the U32 as a sting (char array). I ran into this issue with timestam... read more 11/25/2009 (2:34 am)
Setting up Microsoft Visual C++ 2008 Express Ok, the procedure worked like a charm. Thanks so much!... read more 11/22/2009 (5:17 am)
Visual Studio 2009 Compile Error I'm having the exact same problem. Let me givi the microsoft platform SDK a shot. I'll post the resu... read more 11/22/2009 (4:52 am)
Getting system time/ date Maybe this: http://tdn.garagegames.com/wiki/TorqueScript_Console_Functions_19#getRealTime.28.29 ... read more 11/21/2009 (9:29 pm)