Game Development Community

Gregory "Centove" McLean's Forum Posts

Thread Post Date Posted
Constraining RTSCamera movement within the mission area/miniMap Works great thanks Martin.... read more 12/05/2004 (7:52 am)
RTSConnection::onDisconnect()--question Ok poking around a bit more, it looks like somewhere in there we are getting a GameConnection pointe... read more 12/03/2004 (9:56 am)
RTSConnection::onDisconnect()--question Bear with me as my c++ is a bit shaky on this point... NetConnection defines the onDisconnect() a... read more 12/03/2004 (5:16 am)
"World Domination through Collaboration" RTS mod is available Emacs and Vi handle this with no issues :)... read more 11/30/2004 (7:40 am)
TorqueScript documentation @Boni, Those errors are due to a goofup/incompatibility with recent doxygens, if you stick a @class ... read more 11/29/2004 (9:43 am)
Realm Wars, Linux There is the problem. ---- setContent(): Invalid control: StartupGui ---- Which means the canv... read more 11/28/2004 (12:00 pm)
Jumpy Player when using split server/client @Vijay I seem to remember seeing something about simulated lag in the scripts/engine code. Might hun... read more 11/28/2004 (4:37 am)
Building Actions resource--looking for install testers As to the texture madness have a look at: [url=www.garagegames.com/mg/forums/result.thread.php?qt=2... read more 11/27/2004 (5:47 am)
Life of a peon... Oh come on John, one more lil thing can't hurt :)... read more 11/26/2004 (4:29 pm)
Rts camera server updates Only thing that jumps to mind right away is the visabilty stuff. I think thats run on the server.... read more 11/25/2004 (6:46 pm)
Nvidia FX 5200 OpenGL problems with game demo @Ben On my gentoo box (2004.2) /usr/lib: -rw-r--r-- 1 root root 739 Sep 29 18:59 libGL.l... read more 11/23/2004 (9:43 am)
Life of a peon... @Anthony Yeah Stephen and I were discussing that the other day :) (actually a resource map of some s... read more 11/23/2004 (3:35 am)
Update: fixed! -connect command line argument broke. As the thought of Ben in an orange sweater and skirt comes to mind.... *shudder*... read more 11/18/2004 (2:30 pm)
Adding adjustable Yaw to the RTS camera Updated the patch to contain the script changes. As far as the config.cs, thats the user defined map... read more 11/16/2004 (4:02 am)
Adding adjustable Yaw to the RTS camera Ask and ye shall recieve. Patch file: http://tweetie.gxsnmp.org/rts-camera.diff Apply with so... read more 11/16/2004 (3:26 am)
RTS Pack Integration to existing code comments Ideally the paths should be set up as parts. In the mission file, specify a texture_base path, t... read more 11/14/2004 (3:25 pm)
For the impatient Linux people Oh and a minor housekeeping nit, strip off the rts-engine bit, nuke the following files for a 'clean... read more 11/12/2004 (1:26 pm)
BUG: Canvas setCursorPos() does not work @Xavier: I stand corrected X appears to have this function: "XWarpPointer - move pointer" with the c... read more 07/12/2004 (4:23 am)
BUG: Canvas setCursorPos() does not work [quote] Good work, guys. Can someone step up to the plate with MacOS and Linux implementations of t... read more 07/11/2004 (12:43 pm)
Search Functionality Request What I would like is when searching resources, skip the plan's please ;) When I'm looking for a r... read more 06/25/2004 (4:51 pm)
Compiling torque on x86-64 (amd64) non functional? Dead easy to compile in 32bit mode (once the 32bit supporting stuff is there) Change this: [code... read more 06/12/2004 (11:29 am)
Compiling torque on x86-64 (amd64) non functional? Antonio, I think your best bet is gonna be to compile in 32 bit mode on that AMD. Even if you get pa... read more 06/12/2004 (7:21 am)
Compiling torque on x86-64 (amd64) non functional? I now have access to a AMD64 machine.. Here is what I discovered so far. [code] platform/platfo... read more 06/11/2004 (7:01 am)
ODBC Database Access for torque Off by one error on linux and unixODBC? DatabaseResult.cc has the following. [code] ret = SQLDesc... read more 06/07/2004 (11:38 am)
Linker errors with tools on Linux Yeah it would be, however if you can weed through that twisty trail and see how to make it just work... read more 06/05/2004 (12:50 pm)
Linker errors with tools on Linux Make clean then make tools... read more 06/05/2004 (11:01 am)
Compiling torque on x86-64 (amd64) non functional? Well according to AMD: http://www.amd.com/us-en/assets/content_type/DownloadableAssets/dwamd_26569.... read more 06/01/2004 (10:24 am)
Gui profiles Anyone else have any clues where this magic happens?... read more 05/18/2004 (5:03 am)
Dedicated Server Compile Error Btw this looks to have landed in CVS :) (updates page still hosed) Merging differences between 2.1... read more 05/14/2004 (11:24 am)
Gui profiles Hence my quandry, it appears to work kinda sorta, but WHERE is it doing its stuff?... read more 05/14/2004 (8:02 am)
Gui profiles @Stefan I saw that function no-where in it does it consult the hasBitmapArray member of the profile... read more 05/14/2004 (5:31 am)
Gui profiles [quote] HasBitmapArray is in fact alive and well. Check out GuiControlProfile::computeBitmapArray()... read more 05/14/2004 (4:43 am)
3D Game Programming All in One - must be a popular item Mine just arrived today :)... read more 05/13/2004 (4:58 pm)
Dedicated Server Compile Error [quote] So, are the ogg/vorbis libraries required for a dedicated server build? [/quote] Yes. ... read more 05/13/2004 (9:42 am)
Dedicated Server Compile Error Look in mk/conf.UNIX.mk for the LINK.LIBS.VORBIS, read the comments in that area and it should be ob... read more 05/12/2004 (7:48 am)
Duplicated Note in engine overview [quote] You never underestimate the foolishness of some people... ;) [/quote] *smack* I keep for... read more 05/06/2004 (7:48 am)
Cracking sound Actually re-compiling OpenAL (cvs) with the --enable-asm option eliminated most of the static, there... read more 04/30/2004 (3:07 pm)
ODBC Database Access for torque To get this to build on Linux [code] #ifdef TORQUE_OS_WIN32 // hopefully other platforms don't ... read more 04/27/2004 (8:58 am)
Map2dif compile error Well my solution was to make dedicated, then make the tools (the dedicated server appears to skip al... read more 04/26/2004 (7:19 am)
Sound update (refactoring) [quote] - In the old code, there are functions do convert from and to a logarithm gain (DBToLinear(... read more 04/25/2004 (5:20 pm)
Setting ctrl fields via code. [quote]I would change the inspector so that it adds a "..." button to the right of the text box - so... read more 04/25/2004 (5:17 am)
Sound volume too low I was having a similar problem on linux, adding the following to the ~/.openalrc cranked the volume ... read more 04/20/2004 (1:33 pm)
Confusing instructions Heh... I thought I was loosing my mind. I was looking at the source of the pages in question looking... read more 04/17/2004 (9:33 am)
Page«First 1 2 Next»