Game Development Community

Ian Omroth Hardingham's Forum Posts

Thread Post Date Posted
EWCreatorWindow::getCreateObjectPosition() not doing it's job That was it, thanks Steve. A follow up - I'd like copy->paste of an object to place the copy a... read more 11/19/2009 (7:44 pm)
One material per imported model...? Thanks Manoel. I've done it, and I think I've done it in a pretty good way. Here's the resource:... read more 11/17/2009 (9:36 pm)
One material per imported model...? Can you go a bit further with your explanation Manoel? I'm looking for the solution which will work... read more 11/17/2009 (6:23 pm)
One material per imported model...? Hey guys, thanks for the replies, sorry it's taken me so long to get back here. Basically, I'm no... read more 11/17/2009 (6:03 pm)
Getting an IDirect3DSurface9 from a GFXHandle Awesome, thanks Rene. However, getSurface is always returning zero... is there a way of getting a... read more 10/26/2009 (6:59 pm)
Post-multiply alpha (directx coders help!) Found the fix - I needed to change the render target format to ARGB (it was XRGB).... read more 10/06/2009 (7:09 pm)
GuiBitmapCtrl setBitmap Issues Anyone? This seems like such a simple problem that either I'm doing something stupid or it's a bug.... read more 09/10/2009 (7:55 pm)
Detecting whether Torque window has focus HWND window = GetForegroundWindow(); if (window && window != winState.appWindow &&am... read more 09/04/2009 (10:39 pm)
DSOs suddenly a problem Hi Ronny. What's a BOM marker?... read more 08/26/2009 (3:24 pm)
Torque 3D compatible with these old Matrox cards? Any ideas? Thanks guys. I hadn't actually taken in just how old these chipsets were... yeah I don't expect eve... read more 08/04/2009 (2:43 pm)
Passing a float to a shader Ok, figured it out. For future reference: The parameter is passed as at normal parameter to th... read more 07/22/2009 (11:18 am)
Passing a float to a shader Thanks, I'm still struggling as to how these parameters are referenced from within a shader?... read more 07/21/2009 (7:24 pm)
Semaphore never attained during CreateWindow It was just a fix to our code actually, no change to Torque. The change was to move the loadLibrary... read more 07/10/2009 (1:15 pm)
Semaphore never attained during CreateWindow I say I managed to fix this issue, but Doug Baker actually fixed this for me - thanks to him.... read more 07/10/2009 (10:46 am)
Semaphore never attained during CreateWindow Thankyou Marc - that was indeed the problem (I think).... read more 07/10/2009 (10:43 am)
Semaphore never attained during CreateWindow Hi Rene, many thanks for the reply. I did manage to fix this issue, but I'm not really totally su... read more 07/10/2009 (8:59 am)
setRotation seriously degrades performance? What's numStarsInSystem * %numOrbits * %numMoons? Because that's how many times that code is runnin... read more 07/08/2009 (9:36 am)
Is it possible to add new methods to raw t2dSceneObject class? Oh this is in script! I'm not familiar with script OOP I'm afraid.... read more 07/03/2009 (3:39 pm)
How do I allow the player to type numbers in TGB? $myTextIWishToEvaluate... read more 07/03/2009 (3:23 pm)
How do I allow the player to type numbers in TGB? GuiTextEditCtrl... read more 07/03/2009 (3:02 pm)
Is it possible to add new methods to raw t2dSceneObject class? Sure you can - just add methods or consoleMethods for t2dSceneObject. What's the actual problem her... read more 07/03/2009 (2:56 pm)
Thinking of buying TGE/TGEA + Torque3D If you can afford it, T3D will give you a lot of cool toys to play with. That kind of stuff really ... read more 07/03/2009 (11:20 am)
About to embark on a big T3D non-game project; some questions Hey guys, thanks for the quick replies. Have you got a link to the Brett/non-license thing Steve?... read more 06/26/2009 (3:23 pm)
Single full screen shader in TGB Hi David. Not hugely helpful to be honest. I have full source access and I was expecting some gl... read more 08/07/2008 (4:32 pm)
Pathfinding with arbitrary boxes Great stuff James, thank you. Do you have any advice on what a good grid resolution is? Well, I gu... read more 08/06/2008 (9:05 pm)
Pathfinding with arbitrary boxes Hi James. Yeah, looking at my post again it's not very clear, sorry about that ;) An "empty" l... read more 08/06/2008 (12:38 pm)
Function call when GUI loaded Yep [code]function guiSettings::onWake(%this) { ... } [/code]... read more 07/24/2008 (9:32 am)
Player::initPersistFields not exposed on client Hey Peter. I've checked again, and I think this is a transmission problem, but not the kind I tho... read more 07/17/2008 (11:10 am)
Player::initPersistFields not exposed on client Hey Peter. That's not the problem - the values are fine on the client. But if I reference: %s... read more 07/17/2008 (10:16 am)
Indie Developer considering torque Yeah, you don't exactly have to sync the bullet ever, just the firing.... read more 06/10/2008 (4:41 pm)
TGB 1.7.3 Beta1 - Torque Script Bug Hi Michael. I've never heard of/seen that calling convention for consoleMethods, only script defi... read more 05/16/2008 (3:24 pm)
TCPObject bug That sounds plausible, thanks Nathan - I guess you could well want to listen on two ports. Disaster... read more 05/11/2008 (7:44 pm)
Prelim Wii Integration Hey guys. I'm trying to add multiple Wiimotes to this resource, do you have any pointers? I'm espe... read more 05/03/2008 (1:20 pm)
Serving multiple files with TCPObject Hey Stefan, thanks for the reply. The file transfer in TGE appears to be working now. I am runni... read more 04/30/2008 (12:17 pm)
How do you make a profit? [quote]If its FUN, it will sell.[/quote] Haha. Oh so naive... ... read more 04/25/2008 (11:20 am)
Alpha transparency for DIF's? Thanks for linking to that David, I had forgotten I already had it up! It's hardly well tested Mica... read more 04/23/2008 (2:42 pm)
Torque Master Server in Python I've never seen that resource, but the Determinance master server is written in Python and works ver... read more 04/22/2008 (6:58 pm)
Help with servers If this is new behavour, might try going back to a previous version which works and doing a dif.... read more 04/22/2008 (6:57 pm)
Help with servers It's probably not the DB issue then... does the console show any useful output?... read more 04/22/2008 (1:48 pm)
Alpha transparency for DIF's? I've got transparent difs working in TGEA - I don't know if that's an option for you Michael.... read more 04/22/2008 (10:34 am)
Help with servers Robbie - you don't have any really masssive datablocks do you? If you do, then there's a maximum p... read more 04/22/2008 (10:24 am)
Any Update for TGE? It seems to me that TGEA is now the primary line of engines, and that you'll probably want to port o... read more 04/22/2008 (10:20 am)
Trying to get transparent DIFs It appears that turning translucentzwrite [i]off[/i] fixes it... no idea why, but it appears to work... read more 04/19/2008 (5:09 pm)
Trying to get transparent DIFs Those images are kind of bad, but I think you can see what I'm talking about. In the top one you ca... read more 04/19/2008 (4:35 pm)
Bug in winNet.cc (DNS lookup failures...) Ok, got it working. I was implementing the binary-over-tcp resource here: [url]http://www.gara... read more 04/10/2008 (1:42 pm)
Bug in winNet.cc (DNS lookup failures...) Hey guys, I'm here to resurrect this six year old thread. I want to add a word of caution to Josh... read more 04/10/2008 (1:18 pm)
Deleting a datablock How interesting! Thanks Stephen, I've learnt something new today.... read more 03/30/2008 (9:04 pm)
Executing torque by double clicking an associated filetype? Yeah... does TGE give you the option of loading rather than starting a new instance when you double-... read more 03/25/2008 (4:23 pm)
Executing torque by double clicking an associated filetype? In the entire realm of game development that you can do with Torque loading a .mis file was the only... read more 03/25/2008 (3:26 pm)
Executing torque by double clicking an associated filetype? Thanks Joseph, perfect. Ian... read more 03/25/2008 (11:27 am)
Page «Previous 1 2 3 4 5 6 7 Last »