Game Development Community

Paul Griffiths's Forum Posts

Thread Post Date Posted
Accessing one scriptable object from another? Thanks all, I tried Brian's approach and it works nicely.... read more 07/09/2006 (1:31 pm)
Accessing one scriptable object from another? Thanks brian & orion, ill look in to it more.... read more 07/09/2006 (12:39 pm)
ConsoleMethod, strings & char arrays [url]http://www.bbc.co.uk/nature/animals/planetearth/wallpaper/[/url]... read more 07/09/2006 (11:52 am)
Accessing one scriptable object from another? When I use this line of code it's always null. [code]VideoCapture *vc = dynamic_castread more 07/09/2006 (11:45 am)
ConsoleMethod, strings & char arrays [quote]Are you planning on releasing a webcam resource?[/quote] Yes pretty soon ill release a resou... read more 07/09/2006 (10:56 am)
Accessing one scriptable object from another? I tried these 2 lines on it's own but it just crashes. any ideas? [code] VideoCapture *vc = dyna... read more 07/09/2006 (6:09 am)
ConsoleMethod, strings & char arrays Thanks for your help Michael, I now have my options menu. [url]http://pgmedia.awardspace.com/Site/T... read more 07/09/2006 (4:50 am)
ConsoleMethod, strings & char arrays Oops, forgot my header file. Compiles now, thanks.... read more 07/09/2006 (4:33 am)
ConsoleMethod, strings & char arrays Thanks Michael, not working though. Errors are: C:\Torque\SDK\engine\TMessenger\VideoCapture.c... read more 07/09/2006 (4:30 am)
Accessing one scriptable object from another? How do i go about setting setVidCapture? My GUI [b]VideoScreen[/b] is placed by the GUI editor and ... read more 07/08/2006 (11:53 am)
Accessing one scriptable object from another? Thanks Brian, looks exactly what i want.... read more 07/08/2006 (11:38 am)
Accessing one scriptable object from another? Thanks simon but im in c++ not script.... read more 07/08/2006 (11:04 am)
Accessing one scriptable object from another? Im looking for somthing like this in c++: VideoCapture vc = ???::getObjectByName???("VidCapture")... read more 07/08/2006 (10:31 am)
Creating scriptable object Got my answer, should be S32's not int's.... read more 07/08/2006 (9:57 am)
Creating scriptable object I have: [code] ConsoleMethod( VideoCapture, getNumDevices, int, 3, 3, "Get total number capture ... read more 07/08/2006 (9:50 am)
Creating scriptable object I initialised it in main.cs in start function, works ok.... read more 07/08/2006 (9:10 am)
Creating scriptable object Can anyone suggest where i should create my videoCapture object? All it is to do is find all video ... read more 07/08/2006 (9:03 am)
Creating scriptable object Thanks rubes, how silly of me.... read more 07/08/2006 (8:59 am)
Creating scriptable object Thanks Ramen but still getting syntax error in script. I have similar code working for my GUI but i... read more 07/08/2006 (8:31 am)
Why only working once? Here's a mock-up screen shot of my web-cam project: [url]http://pgmedia.awardspace.com/Site/TMesseng... read more 07/07/2006 (1:11 pm)
Torque networking, applied to VOIP [quote]Nice paul, are you going to release that as a resource?[/quote] Yes, but only a mini resou... read more 07/07/2006 (7:59 am)
Why only working once? Ive cleaned up my code but still getting the same error: [b]Error, a DecalManager (108b8f0) isn't... read more 07/07/2006 (7:50 am)
Torque networking, applied to VOIP I'm building web-cam feature in to Torque (I have image capture and transmission working but current... read more 07/07/2006 (7:46 am)
Why only working once? I have used a screen recorder to get the error reported before the console shuts down, it reads: ... read more 07/06/2006 (5:57 am)
Why only working once? [quote] Are you sure that *stream in bmp->writeJPEG(* stream); is valid? [/quote] It used to work... read more 07/06/2006 (5:55 am)
Why only working once? Sorry, it is crashing in the first loop as well(bmp->writeJPEG(* stream)), any ideas ?... read more 07/06/2006 (4:46 am)
PlatformThread.h & pausing/sleeping Found it: [code]Platform::sleep(10);[/code]... read more 07/03/2006 (2:59 pm)
VC 7.1 debugging & torque Thanks all.... read more 07/03/2006 (1:22 pm)
Little help with array Thanks orion! :)... read more 07/03/2006 (6:41 am)
Little help with array Thanks, but what if i don't know the size (it's dynamic)... read more 07/02/2006 (6:40 pm)
Recommend a good network library? I'm on a nill budget and can't afford a load of main servers to go through. so doing direct player t... read more 07/02/2006 (8:58 am)
Recommend a good network library? Sorry for the typo, its 3000 bytes not 3000k. The image is 160 x 120 JPG... read more 07/02/2006 (8:52 am)
Recommend a good network library? My current setup is one server and many clients(players). Each player has to send an image to eve... read more 07/02/2006 (8:29 am)
Recommend a good network library? [url]http://navendus.tripod.com/winsock/winsock20_01.htm[/url]... read more 07/02/2006 (12:41 am)
Recommend a good network library? I won't be using HawkNL, theres no examples with the docs so going to be impossible for me. Finding... read more 06/29/2006 (3:52 pm)
Recommend a good network library? Thanks Dave. Whats the difference between static & dynamic linking?... read more 06/29/2006 (3:27 pm)
Recommend a good network library? Ive tried a few network libraries with torque but I'm running in to compatibility issues with torque... read more 06/29/2006 (1:19 pm)
Recommend a good network library? [quote]It's my understanding that you would only need to make the HawkNL library source (including a... read more 06/29/2006 (4:03 am)
Recommend a good network library? HawkNL can't be used because of gpl licencing issues, you have to release the whole source.... read more 06/28/2006 (7:58 pm)
Recommend a good network library? [quote]Why is it you can't just use Torque's networking?[/quote] can torque networking do client to... read more 06/28/2006 (7:56 pm)
Recommend a good network library? I do not wish to use TNL, does anyone know of other good libraries under BSD licence or similar?... read more 06/28/2006 (7:04 pm)
Recommend a good network library? I think i will keep it simple, ive found an interesting article [url]http://www.codeproject.com/inte... read more 06/28/2006 (8:42 am)
Recommend a good network library? [quote]Rather TNL uses Torque. It's Torque's netcode ripped out and made standalone.[/quote] Do i h... read more 06/28/2006 (6:21 am)
Recommend a good network library? Does torque use TNL? The webcam capture library i am using is [url]http://www.codevis.com/vidcaptur... read more 06/27/2006 (10:21 pm)
Recommend a good network library? Thanks, i didn't know could use that.... read more 06/27/2006 (8:37 pm)
Joysticks & Racing example Thanks joey for your thread, unfortunatly the car physics isnt all that good, so will not be continu... read more 06/21/2006 (5:26 pm)
Extracting JPEG from GBitmap to memory Is there a better way to get the data size for the JPG image created by writeJPEG(*stream) ? What... read more 06/14/2006 (6:18 pm)
Extracting JPEG from GBitmap to memory Thanks pat. @dane I copied theoraGUI and riped out the theora library. My capture is a custom... read more 06/13/2006 (9:55 pm)
Extracting JPEG from GBitmap to memory Heres a screenshot of my current project:[url]http://pgmedia.i4host.net/Site/TMessenger/screenshot.p... read more 06/11/2006 (1:43 pm)
Extracting JPEG from GBitmap to memory @ Orion I fully appreciate your advice on not using torque Networking to send images. 64 player i... read more 06/10/2006 (10:17 am)
Page «Previous 1 2 3 Last »