GM Studio - Whishlist
#41
Posted 06 March 2012 - 08:41 PM
#42
Posted 06 March 2012 - 08:52 PM
Sorry if i have a bad English i'm trying to improve it.
#43
Posted 07 March 2012 - 01:05 AM
1) FTP function to send and receive simple text files or
2) AJAX that works on all platforms especially Android and IOS
Its very important to me because Im using GM to make some business applications. Its possible?
#44
Posted 07 March 2012 - 03:13 AM
Why are you using GM to make business application? You are better of using Titanium Studio. It has all of the functions you listed above. And it's free.Nice ppls! What I want (really need it) is:
1) FTP function to send and receive simple text files or
2) AJAX that works on all platforms especially Android and IOS
Its very important to me because Im using GM to make some business applications. Its possible?
#45
Posted 07 March 2012 - 03:16 AM
Maybe could be done using something like cURL but not sure if this can be implemented fully cross-platform (iOs/Android).1) FTP function to send and receive simple text files or
This should be possible to be built-in, there's a couple extensions in the GM:HTML5 forum for now.2) AJAX that works on all platforms especially Android and IOS
or PhoneGap and PHPWhy are you using GM to make business application? You are better of using Titanium Studio. It has all of the functions you listed above. And it's free.
A nice little feature I think I have submitted is the ability to vibrate the device for a set amount of time, could be used to intensify the feeling of impact in action games and such.
Also on non-mobile this could map to joysticks as force feedback.
Edited by alexandervrs, 07 March 2012 - 03:16 AM.
#46
Posted 07 March 2012 - 06:30 AM
A nice little feature I think I have submitted is the ability to vibrate the device for a set amount of time, could be used to intensify the feeling of impact in action games and such.
Also on non-mobile this could map to joysticks as force feedback.
Excellent, now we can create really tease moments in our games (think psycho mantis from metal gear)
#47
Posted 07 March 2012 - 09:55 AM
If you don't give the body a density it'll be static.Static physics bodies would be wonderful... I don't see how you can make much of a game without them. Maybe there's some trick to do it now, but I couldn't think of anything.
Not sure if this works in the Object Properties' Physics panel, but you can definitely do it in code. Turn off Uses Physics then add this to the static body's Room Start code:
myfixture = physics_create_fixture(); physics_fixture_set_box_shape(myfixture, [whatever], [whatever] ); physics_bind_fixture(myfixture);
#48
Posted 07 March 2012 - 11:27 AM
Im using GM a long time, and I already used it to create some business application. Its so powerfull create an application tha run on a large number of devices and GM Studio will be able to do this. Thats applications Im talking about are some micro app designed to a especific task and I dont see any problem on creating it in GM. For the yoyo team, create something like theses extension will enhance the power of GM not only for create games but for creating mobile apps too.Why are you using GM to make business application? You are better of using Titanium Studio. It has all of the functions you listed above. And it's free.
Nice ppls! What I want (really need it) is:
1) FTP function to send and receive simple text files or
2) AJAX that works on all platforms especially Android and IOS
Its very important to me because Im using GM to make some business applications. Its possible?
#49
Posted 07 March 2012 - 03:39 PM
And I think GM lacks in GUI tools or GUI commands.
Edited by grugin, 07 March 2012 - 03:41 PM.
#50
Posted 07 March 2012 - 04:08 PM
#51
Posted 09 March 2012 - 10:43 PM
Might I suggest a faster loading and compiling time for source files?
Faster compiling might not be possible, however saving of source files should be faster, maybe checking a timestamp for each resource and just saving whatever changed and not everything?
And here's another one. Better deactivation method of outside view instances.
This code:
{
instance_activate_all();
instance_deactivate_region(view_xview[0],view_yview[0], view_wview[0],view_hview[0],false,true);
instance_activate(objSomeoneoutside);
}sounds a little weird. It worked in GM8.1 kinda okay but looks like a hack.
I mean since I activate ALL instances in the first part of the code, that alone should lag the game or cause performance hiccups...
In GM:Studio deactivation lags the game massively and I posted a bug about this, so actually maybe GM:Studio is going by my logic?
The thing is that the current deactivation mechanism is flawed. It would be extremely useful if it was working right, but it was implemented wrong.
Edited by alexandervrs, 09 March 2012 - 10:44 PM.
#52
Posted 11 March 2012 - 12:23 AM
Edited by time-killer-games, 11 March 2012 - 12:24 AM.
#53
Posted 11 March 2012 - 12:34 AM
actually now that i think of it, embedding activex controls in a gm game is very useful, since the windows media player control would eliminate all issues with using videos with gm, no need for third party codecs. so yeah activex is at the top of my list.
Problem with ActiveX is that they're Windows only, and generally YoYoGames will stay away from Windows-only functions when they can -also I believe there's already an extension for ActiveX? A native video solution would have been more preferable as it would work cross-platform.
A thing about solid objects that I recalled. There are unexpected cases where an object might get stuck inside another solid object, especially by using DnD. What if the solid object mechanism was improved and instead of holding the object stuck, it pushed out the overlapping object?
Edited by alexandervrs, 11 March 2012 - 02:37 AM.
#54
Posted 12 March 2012 - 07:58 AM
- C-style Structures, objects that only hold variables for easier managing of systems.
- Variable pointer, changing another variable via a variable. Hell, if RPG Maker 2000 can do it, I'm sure Game Maker should have the ability to do so.
#55
Posted 12 March 2012 - 09:35 AM
#56
Posted 12 March 2012 - 06:44 PM
Edited by Cakefish, 12 March 2012 - 06:45 PM.
#57
Posted 12 March 2012 - 06:54 PM
We won't be allowing importing of "parts" of .gm81/.gm8 files, you must convert them first.
#58
Posted 12 March 2012 - 06:57 PM
import is still there. Just right click on the resource tree section you want to import, then navigate to another .GMX project and import the gmx file you want.
We won't be allowing importing of "parts" of .gm81/.gm8 files, you must convert them first.
So it's either importing the whole file, or none of it? Sounds fair.
#59
Posted 12 March 2012 - 07:39 PM
I have no idea if surfaces are working in studio though because I don't know where to download it.
Also - primitives, if you don't have them - I would love them. I am sick of not having them in HTML5.
Edited by Docopoper, 12 March 2012 - 07:40 PM.
#60
Posted 12 March 2012 - 10:24 PM
import is still there. Just right click on the resource tree section you want to import, then navigate to another .GMX project and import the gmx file you want.
We won't be allowing importing of "parts" of .gm81/.gm8 files, you must convert them first.
So it's either importing the whole file, or none of it? Sounds fair.
Nope, didn't say that.... Convert it FIRST, then you can import sections of the newly converted GMX file.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



This topic is locked






