Topic:   GM Toolkit v1.3 to be released soon   (Read 15265 times)


0 Members and 1 Guest are viewing this topic.

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
GM Toolkit v1.3 to be released soon
« on: April 10, 2010, 10:38:33 PM »
I just found a bug in the old GM Toolkit v1.2 - smart mode for graphics compression does not work correctly, causing most, if not all of the graphics to be compressed with JPEG even though PNG was better.

I worked on GM Toolkit v1.3 a long time ago but never released it, so I'm going to fix the bug and release it soon.

I've also made script verification much faster.

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: GM Toolkit v1.3 to be released soon
« Reply #1 on: April 11, 2010, 03:14:22 AM »
I just fixed another bug with smart mode and the card-by-card compressor. Also, the card by card compressor no longer resizes the window all crazy-like when flipping through cards.

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: GM Toolkit v1.3 to be released soon
« Reply #2 on: April 11, 2010, 03:35:51 AM »
BETA RELEASE
GM Toolkit v1.3b1

http://www.mikerichardson.name/gmutils/GMToolkit1.3b1.zip

Assuming no one finds any bugs I will change this to the v1.3 final release so Al can bundle it with GM.

This is still a PPC app (built with the old REALbasic v5.5.5) because GM is still a PPC app.
« Last Edit: April 11, 2010, 03:36:51 AM by Mike_Richardson »

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: GM Toolkit v1.3 to be released soon
« Reply #3 on: April 11, 2010, 09:31:15 AM »
Seems it still has a problem locating syntax errors.
If you have a line that is like the following:
run around in circles
that doesn't come back as a syntax error. Shouldn't it say INVALID command on line 1 or something?
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

GabrielCA


  • GMG-er

  • **

  • no avatar

  • Posts: 224
Re: GM Toolkit v1.3 to be released soon
« Reply #4 on: April 11, 2010, 11:15:08 AM »
Quote
BETA RELEASE
GM Toolkit v1.3b1

http://www.mikerichardson.name/gmutils/GMToolkit1.3b1.zip

Assuming no one finds any bugs I will change this to the v1.3 final release so Al can bundle it with GM.

This is still a PPC app (built with the old REALbasic v5.5.5) because GM is still a PPC app.
Wow ! First release since like 2002
Creator of the deprecated plugin KeyDetect (2005)

Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: GM Toolkit v1.3 to be released soon
« Reply #5 on: April 11, 2010, 12:01:24 PM »
Mike,

BEGIN APPLEEVENT and END APPLEEVENT are no longer valid keywords. These have been changed to BEGIN APPLESCRIPT and END APPLESCRIPT. Old GameMaker versions could use either command, but recent versions only use the APPLESCRIPT one.


Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: GM Toolkit v1.3 to be released soon
« Reply #6 on: April 11, 2010, 12:04:58 PM »
Quote
Seems it still has a problem locating syntax errors.
If you have a line that is like the following:
run around in circles
that doesn't come back as a syntax error. Shouldn't it say INVALID command on line 1 or something?

GM Toolkit doesn't really look for syntax errors like that. To do that Mike would have to always know every new command added and make an update.

What it does is make sure your block structures are balanced. For example when you have an IF... THEN it makes sure there's a corresponding END IF.

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: GM Toolkit v1.3 to be released soon
« Reply #7 on: April 11, 2010, 07:04:55 PM »
It does do a few things like make sure you don't use invalid numbers in GOTOCARD.

Quest of Magic uses a lot of "GOTOCARD 0" - is that a valid command?

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: GM Toolkit v1.3 to be released soon
« Reply #8 on: April 11, 2010, 07:15:23 PM »
Could it be detecting GOTOCARD var?
« Last Edit: April 11, 2010, 07:22:09 PM by Mike_Richardson »
I survived the spammage of 2007

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: GM Toolkit v1.3 to be released soon
« Reply #9 on: April 11, 2010, 07:22:33 PM »
Quote
Could it be detecting GOTOCARD var?


No. It's definitely GOTOCARD 0. GOTOCARD [variablename] is detected and ignored.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: GM Toolkit v1.3 to be released soon
« Reply #10 on: April 11, 2010, 07:31:04 PM »
That'd odd. I'll take a look at it tomorrow. I sleep now.

Can the new GMT verify the entire game at once, or how are you going about it?
I survived the spammage of 2007

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: GM Toolkit v1.3 to be released soon
« Reply #11 on: April 11, 2010, 08:46:10 PM »
Quote
That'd odd. I'll take a look at it tomorrow. I sleep now.

Can the new GMT verify the entire game at once, or how are you going about it?

The old and the new versions both support batch verification and batch formatting. Just click the verify icon or the format icon then click the Batch button.

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: GM Toolkit v1.3 to be released soon
« Reply #12 on: April 12, 2010, 04:25:17 AM »
v1.3b2 fixes:
- Cmd-W works for help window and cheating plugin editor.
- Script verifier now marks BEGIN/END APPLEEVENT statements as invalid.
- Updated GameMaker Ad to newest one without the mailing address.
- Several small fixes in the compiled game customizer.

GMG Mike


  • Administrator

  • GMG-er

  • *****

  • no avatar

  • Posts: 536
    • mikerichardson.name
Re: GM Toolkit v1.3 to be released soon
« Reply #13 on: April 12, 2010, 04:40:47 AM »

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: GM Toolkit v1.3 to be released soon
« Reply #14 on: April 12, 2010, 01:09:47 PM »
Seems to have trouble formating scripts SELECT CASE in them. It probably only has trouble under certain conditions.
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.