Game Development Community

Console questions

by Michael Rogers · in Torque Game Engine · 07/06/2005 (11:35 am) · 16 replies

Hi, All:

I have two problems with the console. First, I can't paste anything into it, using command-V (I'm using Tiger). Secondly -- and this may be a feature, not a bug -- the console seems to be fixed in size/location.

Thanks for any insights,

Michael

#1
07/06/2005 (1:00 pm)
Console is fixed. It will be mobile in 1.4, however.

Don't know about the paste issue; is this with a stock build of Torque?
#2
07/06/2005 (1:04 pm)
Thanks for your reply, Ben. I'm glad to hear the console will be "on the move".

The build I'm using came from here: http://download.garagegames.com/195069b54acfc8a551e9b9f92decbdac/TorqueGameEngineSDK_1_3.dmg

I didn't even bother to compile, just ran the OSX executable.

Cheers,

Michael
#3
07/10/2005 (1:00 am)
That's correct. Copy/Paste doesn't work inside Torque on the Mac.
I'm not exactly sure why that is.. it ought to work, but with ctrl-c / ctrl-v. A quick test says it doesn't, and a quick look through the source says it should.
#4
07/10/2005 (2:14 am)
Mysterious. Anybody else noticed this problem? I'm tracking this thread; if we can sort out the issues here, I'll file a bug.
#5
07/11/2005 (9:33 am)
Yes, I've noticed the same. No cutting and pasting allowed in the console on Macs.
#6
08/11/2005 (2:33 pm)
Same her on 10.4.2

command-v gives a only a v in the console!!!

i would love to have the functionality of the console like on PC
#7
08/12/2005 (9:43 am)
Ok, #287. Thanks guys.

Quote:
i would love to have the functionality of the console like on PC

Yes, as we said above, this is something that SHOULD be working. Since it doesn't appear to be, we'll fix it. :)
#8
08/12/2005 (11:53 am)
At least as far as 1.3 is concerned, the getClipboard() and setClipboard() functions in the Mac platform code are not implemented. There is commented out win32 code in there, but that doesn't really help :)
#9
08/12/2005 (4:21 pm)
This is fixed in 1.4
#10
08/12/2005 (4:33 pm)
When's the release date for that?
#11
08/12/2005 (4:40 pm)
When it's done. At the rate we're fixing bugs for it, I doubt much longer.
#12
08/12/2005 (5:54 pm)
That's exactly the philosophy I use when flying: I will get there ... when I get there :-)
#13
09/21/2005 (6:54 am)
I am having a different console bug on the Mac:

In game, when I bring up the console, I can type commands into the text field at the bottom. But that field only accepts letters and numbers, no punctuation or symbols. Has anyone seen this, or know of a solution? Sorry if this has been brought up before, but I couldn't find anything about it.

I'm running OSX 10.4.2 with TGE 1.3 I compiled from source. We added some C++ classes, but didn't change any of the existing ones, I pretty sure.

Thanks!
#14
09/21/2005 (8:07 am)
Update:
This problem is true for all text fields, including in the GUI Editor, where not being able to use () or / is a big problem. I imagine that this is a known problem, but I can't seem to find anything info related to it in the forums or documentation. Thanks in advance.
#15
09/21/2005 (12:37 pm)
The problem was in our own code. My apologies to all.
#16
09/21/2005 (5:03 pm)
Thanks for the followup ! :)