AGS v2.62 Final available for testing

Started by Pumaman, Sun 18/07/2004 21:35:34

Previous topic - Next topic

Gilbert

As I said before, it's accepted only by accident, it's never supported, not even in AC era.
And this problem is fixed since V2.6 so we can all safely use the Str... functions:
Quote
- Fixed compiler allowing assignment to string in declaration.

Remember also, array implementation is not full, so you can't safely assign multiple entry values to an array in one line at the moment. The scripting language is just mimicing the C-style, it's not a full adaption of it.

Joacim Andersson

I never said AGS was doing anything else but mimicing C :).

Thanks a lot for your reply.

Kinoko

Woohoo! Thanks again, CJ. Setting the fade colour and having background speech removed automatically will be really useful for me.

Radiant

#123
Three small bugs...

if you put the cursor on a line containing a closing brace }, and you press enter, the line will automatically de-dent itself. In other words if you add blank lines after a closing brace, the indent messes up and you have to manually correct it. Maybe you could add an option to toggle this off?

If you use 'SetTextboxFont' on a GUI object that's not a textbox, you get an error message stating it's not a label.

If you put text in a GUI text box, the vertical spacing is one pixel more than if you would have shown it with Display().

Pumaman

Quoteif you put the cursor on a line containing a closing brace }, and you press enter, the line will automatically de-dent itself. In other words if you add blank lines after a closing brace, the indent messes up and you have to manually correct it. Maybe you could add an option to toggle this off?

Yeah, this was pointed out shortly after the de-denting feature was added. The general feeling seemed to be it wasn't worth worrying about -- you'll generally find that Visual Studio etc will do the same thing.

QuoteIf you use 'SetTextboxFont' on a GUI object that's not a textbox, you get an error message stating it's not a label.

Hehe well spotted, I'm sure I can manage to fix that one ;)

QuoteIf you put text in a GUI text box, the vertical spacing is one pixel more than if you would have shown it with Display().

I'm not really sure that this is a bug, more just the way it works. It's not something I'll change because people will be relying on the look and size of their text boxes.

SMF spam blocked by CleanTalk