Game Development Community

elvince's Forum Posts

Thread Post Date Posted
Chat Server + Game Server: Possible? I find away to override this default behaviour. Create the connection %conn = new GameConnection... read more 08/23/2009 (1:01 pm)
Chat Server + Game Server: Possible? nice approach Huan. But in this case, how do you handle all gameconnection event. For example the o... read more 08/23/2009 (10:58 am)
[B3 Bugs] Editor do not fit and resize properly Gui Editor is working well in B5. Mission Editor: When you play in Full screeen (1680-1050) + pre... read more 08/22/2009 (3:50 am)
Chat Server + Game Server: Possible? @Manoel Thanks for the explanation. I will look to go in this way with a chat server on the serve... read more 08/22/2009 (3:40 am)
Chat Server + Game Server: Possible? @Michael, So you mean it's better to have all the game servers talking each other to handle this? ... read more 08/21/2009 (3:36 am)
Chat Server + Game Server: Possible? @Manoel, I read in forum by using TCPObject, you are not leveraging torque network compression &am... read more 08/20/2009 (3:20 am)
Torque 3D Beta 5 Released (Features, Improvements, Fixes, and Known Issues) Excellent.. GG GG!... read more 08/11/2009 (11:11 am)
1.0.1 Bug: Keyboard Shortcut & GUI Texteditctrl - Test to reproduce the ibug included Easy test: Create a project Add in Play.gui new GuiTextEditCtrl(TestEdit) { canSav... read more 08/08/2009 (7:39 am)
Beta 4 ArrayObject bug (fix included) I suggest you add also this function which allows to get a value from its key. I use the same method... read more 08/04/2009 (11:49 pm)
Beta 4 ArrayObject bug (fix included) You're right also, if all the functions of this array are written in the same unintuitive way this s... read more 08/04/2009 (12:02 am)
Possible to Add AIPlayer completely in editor, and set it on a path? I suggest that you look at this ressource [url]http://www.garagegames.com/community/resource/view/15... read more 08/03/2009 (11:48 pm)
Beta 4 ArrayObject bug (fix included) Sorry to say that the prototype were not correct. In the set value, we have in Beta 4 : "(stri... read more 08/03/2009 (11:30 pm)
1.0.1 Bug: Keyboard Shortcut & GUI Texteditctrl - Test to reproduce the ibug included I did more tests case to understand how to find the bug: If in one of my gui, I have a windowctrl... read more 08/02/2009 (4:11 am)
[Bug B4] Dedicated Server : Issue during MissionStartPhase2Ack Sorry I didn't made the link when I opened my thread :(... and I didn't find any thread on B4 Bug ... read more 08/01/2009 (9:45 am)
GuiWindowCollapseCtrl Crash when adding I confirmed this is working. I flagged the message as resolved.... read more 07/23/2009 (11:42 pm)
How to create gui "inspector like"? Thanks for the tips. I will looked into it to see how can I leverage this.... read more 07/22/2009 (12:01 am)
1.0.1 Bug: Keyboard Shortcut & GUI Texteditctrl - Test to reproduce the ibug included I did some more test and this do not happenned on the main screen. So this is maybe something in my... read more 07/21/2009 (11:47 pm)
B4 Bugs Keyboard & Mapping I just have 1 keyboard layout : FR More when in console, if I type a "a" I have a "... read more 07/21/2009 (11:41 pm)
GuiWindowCollapseCtrl Crash when adding Open GuiEditor Create a blank gui Open the the control list Drag your GuiWindowCollapseCrtl An... read more 07/20/2009 (11:17 pm)
Schedule - Use of the ref object Great thanks.... read more 07/07/2009 (11:23 pm)
Drag and Drop : How to? This is it Davide. Except that in my case I have multiple layer on top of PlayGui. So if I want t... read more 06/28/2009 (10:20 am)
console call with AZERTY keyboard On french keyboard the default map is on "ù" key. @Rene How do you map the &quo... read more 06/26/2009 (6:35 am)
Drag and Drop : How to? Tahnks for the answer. Since my post, I find how to start the drag function. In fact, I have adde... read more 06/26/2009 (3:33 am)
GUI save issue Sorry the bugs is still there. Way to reproduce: Create a new gui, save it in Art/gui and not in... read more 06/25/2009 (12:52 am)
B3 genre kit hangs on exit I have the same behavior on a new project created in B3. It can be great to have a fix before B4 ... read more 06/25/2009 (12:50 am)
GUI save issue When you are editing a value and then ctrl+S to save the change in the gui. The save screen is not t... read more 06/24/2009 (12:10 pm)
executef - Not working when using "namespace"? Thanks Stephen. That make sense now on how I need to implement it. ... read more 06/23/2009 (11:14 pm)
Hook-up player datablock / variable in gui I will do first in script and if I need to optimize later on, I know that there are some area by mov... read more 06/23/2009 (11:09 pm)
Hook-up player datablock / variable in gui Thanks again for the clarification. If fact, I'm using %client.getGhostId(%client.player) to send... read more 06/23/2009 (2:46 pm)
Hook-up player datablock / variable in gui Thanks for the clarification. I'm starting with Torque and I'm learning a lot by reading some po... read more 06/23/2009 (11:12 am)
Hook-up player datablock / variable in gui Thanks for the answer, not it's clear on how I will put my stuff in place. @Manoel, On your extr... read more 06/23/2009 (10:39 am)
GUI save issue Once load, it seems to work well, so it's mainly during creation of a new gui.... read more 06/23/2009 (10:29 am)
executef - Not working when using "namespace"? Thanks for the answer. I did a quick test and NameSpace::LaunchResult doesn't seems to work. I w... read more 06/23/2009 (12:08 am)
Localization Support I'm very interested by this item. If you have something already setup for T3D, that could be great..... read more 06/21/2009 (11:28 pm)
Libcurl implementation I find, wz need to had 'ws2_32.lib' to linker!... read more 06/20/2009 (7:36 am)
Libcurl implementation Thanks for the tips. Konrad, do you know how can I solve those 2 errors: Error 2 error LNK201... read more 06/20/2009 (4:14 am)
Libcurl implementation I have just 2 errors I don't how to solve them properly: hi, In T3D, the executef have change it... read more 06/18/2009 (11:28 pm)
HTTP Header in HTTP Object Thanks for the answers. I tried to implement the cURL ressources in T3D. I have just 2 errors ... read more 06/18/2009 (12:19 am)
Some questions... You can find my console.log at http://elvince.free.fr/Torque/console.log I clearly see some error... read more 06/09/2009 (11:39 am)
Some questions... Thanks for your answers. @Picasso: I'm sorry I can't reach your link. it transfer me back to htt... read more 06/09/2009 (11:10 am)
Page«First 3 4 5 6 7 8 9 Next»