Game Development Community

MrPhil (Philip Ludington)'s Forum Posts

Thread Post Date Posted
Implementing AES (Rijndael) into Torque? Rob, don't you think using the expandEscape() function would solve that problem?... read more 04/17/2006 (11:13 am)
Unread Forum Post Sometimes you'll even get the list of 'unanswered posts' instead of your 'unread posts'.... read more 04/15/2006 (9:18 pm)
Problem with the Mouse callbacks Well, I could never figure out what is wrong with it. So here is my hack. Basically it used the sc... read more 04/15/2006 (6:58 pm)
Implementing AES (Rijndael) into Torque? My pleasure, and good luck with the recovery!... read more 04/15/2006 (6:33 pm)
The d's Ahhh... if I had thought about it more I probably could have figured that out. Thanks so much for th... read more 04/15/2006 (10:57 am)
Implementing AES (Rijndael) into Torque? So I came across a function that probably would solve your problem if it is the escape sequence thin... read more 04/15/2006 (10:29 am)
The d's I was wondering what "d" in these functions means and/or how it came to be?... read more 04/14/2006 (2:11 pm)
Implementing AES (Rijndael) into Torque? Sounds like you are on the right path. One thing, that just dawned on me just now, is that your... read more 04/14/2006 (2:03 pm)
Implementing AES (Rijndael) into Torque? You might want to look at http://www.opentnl.org/ source code and see how they deal with encryption.... read more 04/14/2006 (12:13 pm)
Implementing AES (Rijndael) into Torque? You might be having an encoding problem. I always base64 encode strings before encrypting them to p... read more 04/13/2006 (10:39 pm)
Problem with the Mouse callbacks Okay... here is my new test bed... its basically my earily code extracted to one big main.cs file to... read more 04/13/2006 (10:18 pm)
Problem with the Mouse callbacks Well I made the change you suggested and it didn't fix the problem.... read more 04/13/2006 (9:35 pm)
Problem with the Mouse callbacks I'm having a problem with the callbacks on the objects. Relavent code follows: [code] new t2... read more 04/12/2006 (9:27 pm)
Checkers Tutorial launchGameServer() Question Yeah, I get what you're saying. It's just my strong typing objected oriented nature showing. If yo... read more 04/08/2006 (1:04 pm)
Adding a new Torque Script Extension I understand what you are getting at. The problem I ran into was that VS seems to engage the langua... read more 02/24/2006 (11:31 am)
Adding a new Torque Script Extension Not sure that you can attach a macro to the internals that VS uses to determine what editor to use o... read more 02/24/2006 (8:32 am)
Overwriting datablocks Wild guess, but are you trying to reassign a datablock or a datablock value? Datablocks should be t... read more 12/18/2005 (5:49 pm)
Unit testing TorqueScript? I posted the lastest on my efforts as a [url=http://www.garagegames.com/blogs/29221/9290].plan[/url]... read more 12/02/2005 (1:43 pm)
T2D Turn Based MP [quote]If you are interested in building a casual turn-based, networked game like hearts on Yahoo! w... read more 11/22/2005 (12:47 pm)
What happened to torque boot camp 4 people who couldn't make it I went to the 10/10-10/12 boot camp and I didn't see or notice any recording going on. I did a few ... read more 11/15/2005 (2:35 pm)
Remember Me' Login Feature Broken It appears to work 95% of the time now. Once or twice in the last month it has asked me to log in a... read more 09/12/2005 (12:46 pm)
Need to know where to start? BIG THANK YOU!!!... read more 08/25/2005 (8:19 pm)
OpenWebBrowser Is it "pop-up" blocker perhaps?... read more 08/25/2005 (12:07 pm)
OpenWebBrowser @Mike - Problem is you'd have to assume where it is located, and believe it or not but some OEM's re... read more 08/25/2005 (11:23 am)
OpenWebBrowser Well, you have the key in there correctly, but the error is reporting that it can't find the key. I... read more 08/25/2005 (10:30 am)
Noob Question Run Torque, open the console and type "tree();" and press enter. You should now see a gui contr... read more 08/25/2005 (10:10 am)
OpenWebBrowser So when you look at the key what is its named? For example when I goto the HKEY_CLASSES_ROOT\http... read more 08/25/2005 (9:04 am)
OpenWebBrowser Hmmm.... interesting. What OS are you using? Did you perhaps make a typo? Looks like the ex... read more 08/25/2005 (8:11 am)
OpenWebBrowser So I'm on a roll tonight. Turns out that ShellExecute relies on the same registry key entries, and ... read more 08/24/2005 (8:34 pm)
OpenWebBrowser So I've been playing with the code and it seems to work fine. The only scenario in which I've been ... read more 08/24/2005 (8:11 pm)
OpenWebBrowser I was wrong about the "%1" problem... the code is correct. Thought I'd also add that the console ... read more 08/24/2005 (6:41 pm)
How to run fishdemo and spacescroller... Everything was done with script. Take a look at fishdemo/client/client.cs everything you want to k... read more 08/24/2005 (6:31 pm)
OpenWebBrowser It looks like there may be a bug related to this [url=http://www.garagegames.com/index.php?sec=mg&mo... read more 08/24/2005 (3:57 pm)
OpenWebBrowser Does the registry key HKEY_CLASSES_ROOT\http\shell\open\command exists? What is your default brow... read more 08/24/2005 (3:45 pm)
SimObjectId vs. S32 In the fxTileMap2D class [code] Vector mTileLayerList; [/code] In the Vector c... read more 08/18/2005 (9:47 pm)
SimObjectId vs. S32 Oooooo... another straight up one [code] //-----------------------------------------------------... read more 08/18/2005 (9:43 pm)
SimObjectId vs. S32 From engine\T2D\fxTileMap2D.cc: [code] //-------------------------------------------------------... read more 08/18/2005 (9:41 pm)
My problem boils down to arrays, I'm sure So I said to myself, "Self, what is the difference between a SimSet and SimGroup?" Here's what I ... read more 08/18/2005 (9:16 pm)
TorqueScript Unit Testing? Cool. I'm definitely going to pursue this. I started a similar [url=http://www.garagegames.com/mg/... read more 08/16/2005 (12:47 pm)
Perf numbers for t2d [quote]It doesn't really work that way. T2D doesn't do any scaling; it's just sending triangles to t... read more 08/11/2005 (12:51 pm)
Perf numbers for t2d [quote]i was setting the fxsceneobject.SetSize(x,y), which i belive is not actually a pixel size, bu... read more 08/11/2005 (8:27 am)
Torque Script "Best OO Practices"? [url=http://search.garagegames.com/search?q=OOP+Torque+Script&restrict=&btnG=Search+GarageGames&ie=&... read more 08/11/2005 (8:11 am)
Perf numbers for t2d [quote]sized 1 X 1[/quote] That might be you're problem. The engine likes nice power of 2 sized ... read more 08/10/2005 (11:21 am)
T2D.NET : Upcomming Beta There is a corner somewhere in this world where dumb, lazy and easy to use meet. Lazy is good whe... read more 08/08/2005 (1:24 pm)
How to run fishdemo and spacescroller... Command line option: t2d.exe -mod spaceshooter t2d.exe -mod fishdemo t2d.exe -mod thisfolde... read more 08/08/2005 (11:27 am)
How to run fishdemo and spacescroller... Try using the "-mod foldername" switch when you run T2D, where foldername is the demo you want to ru... read more 08/08/2005 (9:19 am)
Remember Me' Login Feature Broken [quote]I dont think its fixed... I keep having to re login in every couple of days.. using firefox -... read more 08/08/2005 (8:58 am)
Melv's Blog (07/27) Darren means this [url=http://www.garagegames.com/mg/forums/result.thread.php?qt=31706]thread[/url]... read more 08/03/2005 (3:01 pm)
T2D.NET : Upcomming Beta I'm interested... pjludington aaa ttttt yahoo ddoott com.... read more 08/03/2005 (2:58 pm)
Remember Me' Login Feature Broken Quick note to confirm that the 'Remember Me' feature has been working! Thanks Rick.... read more 08/03/2005 (9:23 am)
Page «Previous 1 2